Explorar o código

:globe_with_meridians: 添加 type.*:base

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
c2bbeb82ca
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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;