소스 검색

create i18n of term

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

+ 12 - 0
dashboard/src/locales/zh-Hans/term/index.ts

@@ -0,0 +1,12 @@
+const items = {
+  "term": "字典",
+  "term.fields.sn.label": "序号",
+  "term.fields.word.label": "词头",
+  "term.fields.tag.label": "标签",
+  "term.fields.channel.label": "所属版本",
+  "term.fields.meaning.label": "意思",
+  "term.fields.meaning2.label": "其他意思",
+  "term.fields.note.label": "注释",
+};
+
+export default items;