Revert "update 优化 直接从@/lang/*.ts后缀的i18n文件中读取各国语言包信息"

This reverts commit 24f1e8b4b1.
This commit is contained in:
疯狂的狮子Li
2024-11-25 10:37:30 +08:00
parent 6eeb711d2f
commit 247bf826d8
3 changed files with 51 additions and 10 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"route": {
"dashboard": "首页",
"document": "项目文档"
},
"login": {
"username": "用户名",
"password": "密码",
"login": "登 录",
"code": "请输入验证码",
"copyright": ""
},
"navbar": {
"full": "全屏",
"language": "语言",
"dashboard": "首页",
"document": "项目文档",
"message": "消息",
"layoutSize": "布局大小",
"selectTenant": "选择租户",
"layoutSetting": "布局设置",
"personalCenter": "个人中心",
"logout": "退出登录"
}
}