Procházet zdrojové kódy

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

visuddhinanda před 2 roky
rodič
revize
62dfade1ab
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;