commit | 38dcb053f48105cfebad3e43428f2101eaf376c5 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Thu Mar 13 16:40:09 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Thu Apr 10 19:19:06 2025 +0800 |
tree | 0e834a974db36b3765c244c86cddef91da2bb4f0 | |
parent | 45d84cc4b51d70c418ba5a11b1131da05edacccc [diff] |
'init_again' Change-Id: Ib7ecdb9f5baeab1e4681152a57b936edf7475b35
diff --git a/src/pages/Tool/Gen/locales/zh-CN.ts b/src/pages/Tool/Gen/locales/zh-CN.ts new file mode 100644 index 0000000..9c3a5d4 --- /dev/null +++ b/src/pages/Tool/Gen/locales/zh-CN.ts
@@ -0,0 +1,8 @@ +export default { + 'gen.import': '导入', + 'gen.title': '表信息', + 'gen.goback': '返回', + 'gen.submit': '提交', + 'gen.gencode': '生成', + 'gen.preview': '预览', +};