多国语优化

Former-commit-id: eaf2280f24b18f3f68407e2102b1f5e1303a990e [formerly eaf2280f24b18f3f68407e2102b1f5e1303a990e [formerly eaf2280f24b18f3f68407e2102b1f5e1303a990e [formerly eaf2280f24b18f3f68407e2102b1f5e1303a990e [formerly 9dc91cf38de012013013912fcc40b1c5d9cf0871 [formerly 5a523dac50ee3832c2ed3f99683eaf29c7151268]]]]]
Former-commit-id: 60a70a22a467a1b6af40a60a8aa537b36ff40266
Former-commit-id: ca85e1476b6e0f3138bbe840fc70ef6d38aa0881
Former-commit-id: 14a1544228265bbe58206188ef182c167c183c15 [formerly 219d178e2271b2a584f949694645683161519373]
Former-commit-id: c9719d3a73a148e6958bcca466058b7df8433b1b
Former-commit-id: a2896c5587348dca3345c6674602df08578dafec
Former-commit-id: 2fdef3c0edd9e86ad00357495ab805fa67e1c987
Former-commit-id: f4e7b80606149e91b9c8e243c0163fb9df3a9201
Former-commit-id: d0f52d1de087791127e7d9cc80ced8fa69dc7925
This commit is contained in:
liyang 2019-05-22 08:53:33 +08:00
parent bac14ee0d6
commit f90566f2fb
6 changed files with 125 additions and 3 deletions

2
.env
View File

@ -1,5 +1,5 @@
VUE_APP_TITLE=D2Admin
VUE_APP_API=/api/
VUE_APP_REPO=https://github.com/d2-projects/d2-admin
VUE_APP_I18N_LOCALE=zh
VUE_APP_I18N_LOCALE=zh-chs
VUE_APP_I18N_FALLBACK_LOCALE=en

View File

@ -1 +1 @@
3ed7a815183f5e10fe6088f907aaec472a1c02c2
83a2f79af6ca23b301c7f0ce715f285aaea43dea

61
src/locales/zh-cht.json Normal file
View File

@ -0,0 +1,61 @@
{
"public": {
"error-message": {
"form-not-valid": "表單校驗失敗"
},
"rules": {
"required": "請輸入{name}"
}
},
"views": {
"system": {
"login": {
"footer": {
"button": {
"clause": "條款",
"help": "幫助",
"privacy": "隱私"
},
"copyright": {
"author": "FairyEver",
"content": "2018 D2 Projects 開源組織出品",
"copyright": "Copyright"
}
},
"form": {
"button": {
"login": "登錄"
},
"label": {
"code": "驗證碼",
"password": "密碼",
"username": "用戶名"
},
"placeholder": {
"code": "- - - -",
"password": "密碼",
"username": "用戶名"
},
"prepend": {
"code": "驗證碼"
}
},
"motto": {
"text": "時間是一切財富中最寶貴的財富。"
},
"options": {
"forget-password": "忘記密碼",
"register": "註冊用戶"
},
"quick-login": {
"dialog": {
"title": "快速選擇用戶"
},
"toggle-button": {
"text": "快速選擇用戶(測試功能)"
}
}
}
}
}
}

61
src/locales/zh-cns.json Normal file
View File

@ -0,0 +1,61 @@
{
"public": {
"error-message": {
"form-not-valid": "表单校验失败"
},
"rules": {
"required": "请输入{name}"
}
},
"views": {
"system": {
"login": {
"footer": {
"button": {
"clause": "条款",
"help": "帮助",
"privacy": "隐私"
},
"copyright": {
"author": "FairyEver",
"content": "2018 D2 Projects 开源组织出品",
"copyright": "Copyright"
}
},
"form": {
"button": {
"login": "登录"
},
"label": {
"code": "验证码",
"password": "密码",
"username": "用户名"
},
"placeholder": {
"code": "- - - -",
"password": "密码",
"username": "用户名"
},
"prepend": {
"code": "验证码"
}
},
"motto": {
"text": "时间是一切财富中最宝贵的财富。"
},
"options": {
"forget-password": "忘记密码",
"register": "注册用户"
},
"quick-login": {
"dialog": {
"title": "快速选择用户"
},
"toggle-button": {
"text": "快速选择用户(测试功能)"
}
}
}
}
}
}

View File

@ -110,7 +110,7 @@ module.exports = {
// i18n
pluginOptions: {
i18n: {
locale: 'zh',
locale: 'zh-chs',
fallbackLocale: 'en',
localeDir: 'locales',
enableInSFC: true