visuddhinanda 2 роки тому
батько
коміт
19057db6e2

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

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

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

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