Browse Source

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

visuddhinanda 2 năm trước cách đây
mục cha
commit
df5c574e3b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;