wzj-vue/src/lang/en_US.json
LiuHao 024783588e update 升级@intlify/unplugin-vue-i18n版本依赖
update i18n使用方法。
add 新增i18n vite插件。
2024-01-11 14:27:46 +08:00

26 lines
558 B
JSON

{
"route": {
"dashboard": "Dashboard",
"document": "Document"
},
"login": {
"username": "Username",
"password": "Password",
"login": "Login",
"code": "Verification Code",
"copyright": ""
},
"navbar": {
"full": "Full Screen",
"language": "Language",
"dashboard": "Dashboard",
"document": "Document",
"message": "Message",
"layoutSize": "Layout Size",
"selectTenant": "Select Tenant",
"layoutSetting": "Layout Setting",
"personalCenter": "Personal Center",
"logout": "Logout"
}
}