英/法/德/西/阿/波语言配置
This commit is contained in:
@ -1,4 +1,60 @@
|
||||
import homePage from './homePage/en'
|
||||
export default {
|
||||
homePage
|
||||
homePage,
|
||||
common: {
|
||||
title: 'Aidex',
|
||||
},
|
||||
nav: {
|
||||
home: 'Home page',
|
||||
run:"Run",
|
||||
energyStorage: 'Energy storage',
|
||||
user: 'Mine',
|
||||
},
|
||||
login: {
|
||||
title: 'Login',
|
||||
account:"Account",
|
||||
placeholderAccount: 'Enter Account',
|
||||
pwd:"Password",
|
||||
placeholderPassword: 'Enter Password',
|
||||
code:"Verification code",
|
||||
codeTip:"Please enter the verification code",
|
||||
autoLogin: 'Auto Login',
|
||||
loginButton: 'Login',
|
||||
logoutButton: 'Logout',
|
||||
forget: 'Forget Password',
|
||||
reg: 'Resister Account',
|
||||
noLogin: 'No Login',
|
||||
privacyPolicy:"Privacy Policy",
|
||||
userAgreement:"User agreement",
|
||||
codeLoading:"Getting verification code",
|
||||
noStation:"No power station",
|
||||
noFunction:"The function is not yet open.",
|
||||
lang:'EN'
|
||||
},
|
||||
home: {
|
||||
title: 'Home'
|
||||
},
|
||||
user: {
|
||||
title: 'User',
|
||||
privacyPolicy:"Privacy Policy",
|
||||
userAgreement:"User agreement",
|
||||
edition:"Version",
|
||||
language:"Language",
|
||||
loginOut:"Log out",
|
||||
chinese:"Chinese",
|
||||
english:"English",
|
||||
german:'German',
|
||||
italian:'Italian',
|
||||
spanish:'Spanish',
|
||||
changeSuccess:"The switch was successful",
|
||||
languageChange:"Language Switch",
|
||||
privacy:"Privacy Policy",
|
||||
agreement:"User Agreement"
|
||||
},
|
||||
msg: {
|
||||
title: 'Message'
|
||||
},
|
||||
tips:{
|
||||
noData:"No data available"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user