Просмотр исходного кода

"dict.fields.type.?.label": "待定",

visuddhinanda 2 лет назад
Родитель
Сommit
50755cf84b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/locales/zh-Hans/dict/index.ts

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

@@ -133,8 +133,8 @@ const items = {
   "dict.fields.type.none.short.label": "_",
   "dict.fields.type.null.label": "空",
   "dict.fields.type.null.short.label": "_",
-  "dict.fields.type.?.label": "?",
-  "dict.fields.type.?.short.label": "?",
+  "dict.fields.type.?.label": "待定",
+  "dict.fields.type.?.short.label": "待定",
   "dict.fields.type.ti:base.label": "三性词干",
   "dict.fields.type.ti:base.short.label": "三性词干",
   "dict.fields.type.n:base.label": "名词干",