Browse Source

:globe_with_meridians: 添加 type.*:base

visuddhinanda 3 years ago
parent
commit
c2bbeb82ca
1 changed files with 8 additions and 0 deletions
  1. 8 0
      dashboard/src/locales/zh-Hans/dict/index.ts

+ 8 - 0
dashboard/src/locales/zh-Hans/dict/index.ts

@@ -136,6 +136,14 @@ const items = {
   "dict.fields.type.null.short.label": "",
   "dict.fields.type.?.label": "?",
   "dict.fields.type.?.short.label": "?",
+  "dict.fields.type.ti:base.label": "三性词干",
+  "dict.fields.type.ti:base.short.label": "三性词干",
+  "dict.fields.type.n:base.label": "名词干",
+  "dict.fields.type.n:base.short.label": "名词干",
+  "dict.fields.type.v:base.label": "动词干",
+  "dict.fields.type.v:base.short.label": "动词干",
+  "dict.fields.type.adj:base.label": "形词干",
+  "dict.fields.type.ajd:base.short.label": "形词干",
 };
 
 export default items;