初次提交
This commit is contained in:
63
locales/zh_CN.js
Normal file
63
locales/zh_CN.js
Normal file
@ -0,0 +1,63 @@
|
||||
import homePage from './homePage/zh'
|
||||
export default {
|
||||
homePage,
|
||||
common: {
|
||||
title: 'Aidex',
|
||||
},
|
||||
nav: {
|
||||
home: '首页',
|
||||
run:"运行",
|
||||
energyStorage: '储能',
|
||||
user: '我的',
|
||||
},
|
||||
login: {
|
||||
title: '登录',
|
||||
account:"账号",
|
||||
placeholderAccount: '请输入账号',
|
||||
pwd:"密码",
|
||||
placeholderPassword: '请输入密码',
|
||||
code:"验证码",
|
||||
codeTip:"请输入验证码",
|
||||
autoLogin: '自动登录',
|
||||
loginButton: '登录',
|
||||
logoutButton: '退出登录',
|
||||
forget: '忘记密码',
|
||||
reg: '注册账号',
|
||||
noLogin: '未登录',
|
||||
privacyPolicy:"隐私政策",
|
||||
userAgreement:"用户协议",
|
||||
codeLoading:"正在获取验证码",
|
||||
noStation:"无电站",
|
||||
noFunction:"功能暂未开放",
|
||||
lang:'ZH'
|
||||
},
|
||||
home: {
|
||||
title: '消息'
|
||||
},
|
||||
workbench: {
|
||||
title: '工作台'
|
||||
},
|
||||
user: {
|
||||
title: '用户中心',
|
||||
privacyPolicy:"隐私政策",
|
||||
userAgreement:"用户协议",
|
||||
edition:"版本",
|
||||
language:"语言",
|
||||
loginOut:"退出登录",
|
||||
chinese:"中文",
|
||||
english:"英文",
|
||||
german:'德语',
|
||||
italian:'意大利语',
|
||||
spanish:'西班牙语',
|
||||
changeSuccess:"切换成功",
|
||||
languageChange:"语言切换",
|
||||
privacy:"隐私政策",
|
||||
agreement:"用户协议",
|
||||
},
|
||||
msg: {
|
||||
title: '消息'
|
||||
},
|
||||
tips:{
|
||||
noData:"暂无数据"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user