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

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

@@ -3,7 +3,8 @@ const items = {
   "dict.fields.sn.label": "序号",
   "dict.fields.word.label": "单词",
   "dict.fields.type.label": "类型",
-  "dict.fields.grammar.label": "语法信息",
+  "dict.fields.grammar.label": "语法",
+  "dict.fields.case.label": "格位",
   "dict.fields.parent.label": "词干",
   "dict.fields.meaning.label": "意思",
   "dict.fields.factors.label": "组份",
@@ -17,6 +18,8 @@ const items = {
   "dict.fields.type.ti.short.label": "三",
   "dict.fields.type.v.label": "动词",
   "dict.fields.type.v.short.label": "动",
+  "dict.fields.type.v:ind.label": "动不变",
+  "dict.fields.type.v:ind.short.label": "动不变",
   "dict.fields.type.ind.label": "不变",
   "dict.fields.type.ind.short.label": "不",
   "dict.fields.type.m.label": "阳性",
@@ -43,6 +46,8 @@ const items = {
   "dict.fields.type.voc.short.label": "呼",
   "dict.fields.type.abl.label": "来源格",
   "dict.fields.type.abl.short.label": "源",
+  "dict.fields.type.loc.label": "处格",
+  "dict.fields.type.loc.short.label": "处",
   "dict.fields.type.base.label": "词干",
   "dict.fields.type.base.short.label": "干",
   "dict.fields.type.imp.label": "命令",