Kaynağa Gözat

add dict.case.category.verb

visuddhinanda 1 yıl önce
ebeveyn
işleme
7893417cdb

+ 4 - 0
dashboard/src/locales/en-US/dict/index.ts

@@ -163,6 +163,10 @@ const items = {
   "dict.fields.type.comp.short.label": "comp.",
   "dict.fields.type.others.label": "others",
   "dict.fields.type.others.short.label": "others",
+  "dict.case.category.verb": "verb",
+  "dict.case.category.derivative": "derivative",
+  "dict.case.category.passive-verb": "passive-verb",
+  "dict.case.category.participle": "participle",
 };
 
 export default items;

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

@@ -163,6 +163,10 @@ const items = {
   "dict.fields.type.comp.short.label": "合",
   "dict.fields.type.others.label": "其他",
   "dict.fields.type.others.short.label": "其他",
+  "dict.case.category.verb": "动词",
+  "dict.case.category.derivative": "衍生词",
+  "dict.case.category.passive-verb": "被动动词",
+  "dict.case.category.participle": "分词",
 };
 
 export default items;