Переглянути джерело

add buttons.select.channel

visuddhinanda 2 роки тому
батько
коміт
8ad177e3d8

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

@@ -89,6 +89,7 @@ const items = {
   "buttons.reset.wbw": "reset wbw",
   "buttons.reset.password": "reset password",
   "buttons.forgot.password": "forgot password",
+  "buttons.select.channel": "Select Channel",
 };
 
 export default items;

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

@@ -89,6 +89,7 @@ const items = {
   "buttons.reset.wbw": "重置逐词解析",
   "buttons.reset.password": "重置密码",
   "buttons.forgot.password": "忘记密码",
+  "buttons.select.channel": "选择版本风格",
 };
 
 export default items;