Răsfoiți Sursa

add type.cp. ect.

visuddhinanda 3 ani în urmă
părinte
comite
abac3e04d0
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      dashboard/src/locales/zh-Hans/dict/index.ts

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

@@ -145,6 +145,12 @@ const items = {
   "dict.fields.type.adj:base.short.label": "形词干",
   "dict.fields.type.fpp.label": "未来被动分词",
   "dict.fields.type.fpp.short.label": "未被分",
+  "dict.fields.type.cp.short.label": "合",
+  "dict.fields.type.cp.label": "复合词组分",
+  "dict.fields.type.indconj.short.label": "连",
+  "dict.fields.type.indconj.label": "连词",
+  "dict.fields.type.pron:base.short.label": "代干",
+  "dict.fields.type.pron:base.label": "代词词干",
 };
 
 export default items;