英/法/德/西/阿/波语言配置

This commit is contained in:
huangjp
2026-01-30 09:35:52 +08:00
parent a46c4d23bf
commit 4c3039ade7
25 changed files with 4181 additions and 1156 deletions

View File

@ -1,4 +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:"暂无数据"
}
}