Przeglądaj źródła

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

visuddhinanda 2 lat temu
rodzic
commit
62dfade1ab
1 zmienionych plików z 2 dodań i 0 usunięć
  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;