浏览代码

add buttons.relate

visuddhinanda 2 年之前
父节点
当前提交
19057db6e2
共有 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

@@ -78,6 +78,7 @@ const items = {
   "buttons.use.as.guest": "use as guest",
   "buttons.use.as.guest": "use as guest",
   "buttons.got.it": "I got it",
   "buttons.got.it": "I got it",
   "buttons.statistic": "statistic",
   "buttons.statistic": "statistic",
+  "buttons.relate": "relate",
 };
 };
 
 
 export default items;
 export default items;

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

@@ -78,6 +78,7 @@ const items = {
   "buttons.use.as.guest": "以访客身份继续使用",
   "buttons.use.as.guest": "以访客身份继续使用",
   "buttons.got.it": "知道了",
   "buttons.got.it": "知道了",
   "buttons.statistic": "统计",
   "buttons.statistic": "统计",
+  "buttons.relate": "关联",
 };
 };
 
 
 export default items;
 export default items;