Browse Source

software.edition

visuddhinanda 2 years ago
parent
commit
d5e7fdd0cf
2 changed files with 4 additions and 0 deletions
  1. 2 0
      dashboard/src/locales/en-US/label.ts
  2. 2 0
      dashboard/src/locales/zh-Hans/label.ts

+ 2 - 0
dashboard/src/locales/en-US/label.ts

@@ -36,6 +36,8 @@ const items = {
   "labels.loading": "loading",
   "labels.empty": "empty",
   "labels.curr.paragraph.cart.tpl": "Add to Cart",
+  "labels.software.edition.basic": "basic",
+  "labels.software.edition.pro": "pro",
 };
 
 export default items;

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

@@ -41,6 +41,8 @@ const items = {
   "labels.dict.pass.2": "查词干",
   "labels.dict.pass.3": "查衍生",
   "labels.dict.pass.4": "查二次衍生",
+  "labels.software.edition.basic": "基本版",
+  "labels.software.edition.pro": "增强版",
 };
 
 export default items;