visuddhinanda 3 лет назад
Родитель
Сommit
435bb0c1bb
1 измененных файлов с 23 добавлено и 12 удалено
  1. 23 12
      dashboard/src/locales/zh-Hans/dict/index.ts

+ 23 - 12
dashboard/src/locales/zh-Hans/dict/index.ts

@@ -1,16 +1,27 @@
 const items = {
 const items = {
-  "dict": "字典",
-  "dict.fields.sn.label": "序号",
-  "dict.fields.word.label": "词头",
-  "dict.fields.type.label": "类型",
-  "dict.fields.grammar.label": "语法信息",
-  "dict.fields.parent.label": "词干",
-  "dict.fields.meaning.label": "意思",
-  "dict.fields.factors.label": "组份",
-  "dict.fields.factormeaning.label": "组份意思",
-  "dict.fields.note.label": "注释",
-  "dict.fields.confidence.label": "信心指数",
-  "dict.fields.dictname.label": "字典名称",
+	dict: "字典",
+	"dict.fields.sn.label": "序号",
+	"dict.fields.word.label": "词头",
+	"dict.fields.type.label": "类型",
+	"dict.fields.grammar.label": "语法信息",
+	"dict.fields.parent.label": "词干",
+	"dict.fields.meaning.label": "意思",
+	"dict.fields.factors.label": "组份",
+	"dict.fields.factormeaning.label": "组份意思",
+	"dict.fields.note.label": "注释",
+	"dict.fields.confidence.label": "信心指数",
+	"dict.fields.dictname.label": "字典名称",
+	"dict.fields.type.n.label": "名词",
+	"dict.fields.type.ti.label": "三性",
+	"dict.fields.type.v.label": "动词",
+	"dict.fields.type.ind.label": "不变",
+	"dict.fields.type.m.label": "阳",
+	"dict.fields.type.nt.label": "中",
+	"dict.fields.type.f.label": "阴",
+	"dict.fields.type.sg.label": "单",
+	"dict.fields.type.pl.label": "复",
+	"dict.fields.type.nom.label": "主",
+	"dict.fields.type.acc.label": "宾",
 };
 };
 
 
 export default items;
 export default items;