瀏覽代碼

add buttons.convert

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

+ 1 - 0
dashboard/src/locales/en-US/buttons.ts

@@ -79,6 +79,7 @@ const items = {
   "buttons.got.it": "I got it",
   "buttons.got.it": "I got it",
   "buttons.statistic": "statistic",
   "buttons.statistic": "statistic",
   "buttons.relate": "relate",
   "buttons.relate": "relate",
+  "buttons.convert": "convert",
 };
 };
 
 
 export default items;
 export default items;

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

@@ -79,6 +79,7 @@ const items = {
   "buttons.got.it": "知道了",
   "buttons.got.it": "知道了",
   "buttons.statistic": "统计",
   "buttons.statistic": "统计",
   "buttons.relate": "关联",
   "buttons.relate": "关联",
+  "buttons.convert": "转换",
 };
 };
 
 
 export default items;
 export default items;