2025-06-30 10:21:25 +08:00
|
|
|
import homePage from './homePage/en'
|
|
|
|
|
export default {
|
2026-01-30 09:35:52 +08:00
|
|
|
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"
|
|
|
|
|
}
|
2025-06-30 10:21:25 +08:00
|
|
|
}
|