初次提交
This commit is contained in:
4
common/locales/en_EN.js
Normal file
4
common/locales/en_EN.js
Normal file
@ -0,0 +1,4 @@
|
||||
import homePage from './homePage/en'
|
||||
export default {
|
||||
homePage
|
||||
}
|
||||
35
common/locales/homePage/en.js
Normal file
35
common/locales/homePage/en.js
Normal file
@ -0,0 +1,35 @@
|
||||
export default {
|
||||
home: {
|
||||
login: 'Login',
|
||||
account: 'Account',
|
||||
password: 'Password',
|
||||
placeAccount: "Place input account",
|
||||
placePassword: 'Place input password',
|
||||
noLogin: 'The feature is not available yet',
|
||||
loadAmmeter: 'Load Meter',
|
||||
dieselGeneratorMeter: 'Diesel Meter',
|
||||
energyStorageMeter: 'Cabinet Meter',
|
||||
alarmTypeList: [{
|
||||
name: 'Real-Time Alarm'
|
||||
}, {
|
||||
name: 'History Alarm'
|
||||
}],
|
||||
lang: 'Switch languages',
|
||||
ydty: 'Read and agree',
|
||||
yhxy: 'User Agreement',
|
||||
and: 'and',
|
||||
yszc: 'Privacy Policy',
|
||||
yhxyhyszc: 'User Agreement and Privacy Policy',
|
||||
msgf: 'Welcome to the "Small Savings and Great Energy" APP, we attach great importance to the protection of your personal information and privacy. Please read this app carefully before you use it',
|
||||
msgs: 'When you use this application, it means that you have read, understood and agreed to accept all the terms of this agreement. If you do not agree with any of the contents of this Agreement, please stop using this Application immediately.',
|
||||
agree: 'Agree',
|
||||
quit: 'Disagree',
|
||||
guestLogin: 'Guest Login',
|
||||
checkFirst: 'Please check the box to agree to the User Agreement and Privacy Policy',
|
||||
stationType:[{
|
||||
name:'China Station'
|
||||
},{
|
||||
name:'Overseas Station'
|
||||
}]
|
||||
},
|
||||
}
|
||||
35
common/locales/homePage/zh.js
Normal file
35
common/locales/homePage/zh.js
Normal file
@ -0,0 +1,35 @@
|
||||
export default {
|
||||
home: {
|
||||
login: '登录',
|
||||
account: '账号',
|
||||
password: '密码',
|
||||
placeAccount: "请输入账号",
|
||||
placePassword: '请输入密码',
|
||||
noLogin: '功能暂未开放',
|
||||
loadAmmeter: '负载电表',
|
||||
dieselGeneratorMeter: '柴发电表',
|
||||
energyStorageMeter: '储能电表',
|
||||
alarmTypeList: [{
|
||||
name: '实时告警'
|
||||
}, {
|
||||
name: '历史告警'
|
||||
}],
|
||||
lang:'切换语言',
|
||||
ydty:'阅读并同意',
|
||||
yhxy:'用户协议',
|
||||
and:'和',
|
||||
yszc:'隐私政策',
|
||||
yhxyhyszc:'用户协议和隐私政策',
|
||||
msgf:'欢迎使用“小储大能”APP,我们非常重视您的个人信息和隐私保护。在您使用本应用前请仔细阅读',
|
||||
msgs:'您在使用本应用时,即表示您已阅读、理解并同意接受本协议的所有条款。如果您不同意本协议的任何内容,请立即停止使用本应用。',
|
||||
agree:'同意',
|
||||
quit:'不同意',
|
||||
guestLogin: '游客登录',
|
||||
checkFirst:'请先勾选同意用户协议和隐私政策',
|
||||
stationType:[{
|
||||
name:'中国站'
|
||||
},{
|
||||
name:'海外站'
|
||||
}]
|
||||
}
|
||||
};
|
||||
4
common/locales/zh_CN.js
Normal file
4
common/locales/zh_CN.js
Normal file
@ -0,0 +1,4 @@
|
||||
import homePage from './homePage/zh'
|
||||
export default {
|
||||
homePage,
|
||||
}
|
||||
Reference in New Issue
Block a user