瀏覽代碼

add "buttons.reply": "回复",

visuddhinanda 2 年之前
父節點
當前提交
aa0859ba28
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dashboard/src/locales/zh-Hans/buttons.ts

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

@@ -53,6 +53,8 @@ const items = {
   "buttons.lookup": "查字典",
   "buttons.lookup": "查字典",
   "buttons.invite": "邀请",
   "buttons.invite": "邀请",
   "buttons.relate.to": "关联到",
   "buttons.relate.to": "关联到",
+  "buttons.copy.link": "复制链接",
+  "buttons.reply": "回复",
 };
 };
 
 
 export default items;
 export default items;