Преглед изворни кода

add "buttons.open": "打开",

visuddhinanda пре 2 година
родитељ
комит
df5c574e3b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/locales/zh-Hans/buttons.ts

+ 1 - 0
dashboard/src/locales/zh-Hans/buttons.ts

@@ -55,6 +55,7 @@ const items = {
   "buttons.relate.to": "关联到",
   "buttons.copy.link": "复制链接",
   "buttons.reply": "回复",
+  "buttons.open": "打开",
 };
 
 export default items;