Browse Source

add case others

visuddhinanda 1 năm trước cách đây
mục cha
commit
18a0a9702e

+ 3 - 1
dashboard/src/locales/en-US/dict/index.ts

@@ -20,7 +20,7 @@ const items = {
   "dict.fields.type.v.short.label": "v.",
   "dict.fields.type.v:ind.label": "动不变",
   "dict.fields.type.v:ind.short.label": "v. ind.",
-  "dict.fields.type.ind.label": "不变",
+  "dict.fields.type.ind.label": "不变",
   "dict.fields.type.ind.short.label": "不",
   "dict.fields.type.m.label": "m.",
   "dict.fields.type.m.short.label": "m.",
@@ -161,6 +161,8 @@ const items = {
   "dict.fields.type.vdn.short.label": "动名",
   "dict.fields.type.comp.label": "comp.",
   "dict.fields.type.comp.short.label": "comp.",
+  "dict.fields.type.others.label": "others",
+  "dict.fields.type.others.short.label": "others",
 };
 
 export default items;

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

@@ -20,7 +20,7 @@ const items = {
   "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.label": "不变",
   "dict.fields.type.ind.short.label": "不",
   "dict.fields.type.m.label": "阳性",
   "dict.fields.type.m.short.label": "阳",
@@ -127,10 +127,10 @@ const items = {
   "dict.fields.type.suf.short.label": "后",
   "dict.fields.type.end.label": "语尾",
   "dict.fields.type.end.short.label": "尾",
-  "dict.fields.type.part.label": "组份",
+  "dict.fields.type.part.label": "复合词组份",
   "dict.fields.type.part.short.label": "合",
   "dict.fields.type.un.label": "连音",
-  "dict.fields.type.un.short.label": "连",
+  "dict.fields.type.un.short.label": "连",
   "dict.fields.type.none.label": "无",
   "dict.fields.type.none.short.label": "_",
   "dict.fields.type.null.label": "空",
@@ -153,14 +153,16 @@ const items = {
   "dict.fields.type.indconj.label": "连词",
   "dict.fields.type.pron:base.short.label": "代干",
   "dict.fields.type.pron:base.label": "代词词干",
-  "dict.fields.type.note.short.label": "注释",
-  "dict.fields.type.note.label": "注释",
+  "dict.fields.type.note.short.label": "",
+  "dict.fields.type.note.label": "缩写",
   "dict.fields.type.vind.short.label": "动不变",
   "dict.fields.type.vind.label": "动不变",
-  "dict.fields.type.vdn.label": "衍生动名词",
+  "dict.fields.type.vdn.label": "动名词",
   "dict.fields.type.vdn.short.label": "动名",
   "dict.fields.type.comp.label": "复合词",
   "dict.fields.type.comp.short.label": "合",
+  "dict.fields.type.others.label": "其他",
+  "dict.fields.type.others.short.label": "其他",
 };
 
 export default items;