소스 검색

add type ?

visuddhinanda 3 년 전
부모
커밋
f34873995e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dashboard/src/locales/zh-Hans/dict/index.ts

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

@@ -132,6 +132,8 @@ const items = {
   "dict.fields.type.un.short.label": "连音",
   "dict.fields.type.un.short.label": "连音",
   "dict.fields.type.none.label": "无",
   "dict.fields.type.none.label": "无",
   "dict.fields.type.none.short.label": "",
   "dict.fields.type.none.short.label": "",
+  "dict.fields.type.?.label": "?",
+  "dict.fields.type.?.short.label": "?",
 };
 };
 
 
 export default items;
 export default items;