Răsfoiți Sursa

add "dict.fields.type.note.label": "注释",

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

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

@@ -151,6 +151,8 @@ 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": "注释",
 };
 
 export default items;