光伏功能逻辑代码及BUG修改
This commit is contained in:
@ -20,7 +20,7 @@ export default {
|
||||
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',
|
||||
msgf: 'Welcome to the "Zeta Cloud" 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',
|
||||
@ -34,11 +34,11 @@ export default {
|
||||
useElecPrice: 'Electricity prices',
|
||||
workStatus: 'Working Status:',
|
||||
standing:'standing',
|
||||
activePower:'Active Power(kW):',
|
||||
activePowerpcs:'Active Power:',
|
||||
operatingPower:'Operating Power',
|
||||
accumulatedElectricityConsumption:'Total power',
|
||||
pvKpi: 'PV KPI',
|
||||
saveStandardCoal: 'Save standard coal (ton)',
|
||||
saveStandardCoal: 'Save standard coal (t)',
|
||||
equivalentCo2Reduction: "CO2 emission reduction (kg)",
|
||||
equivalentTreePlantings: "Equivalent tree plantings (Trees)",
|
||||
dailyPowerGeneration: 'Daily Power Generation',
|
||||
@ -61,6 +61,44 @@ export default {
|
||||
enmonthTotalChargePrice: 'Total Charging Price Monthly(EUR)',
|
||||
enmonthTotalDisChargePrice: 'Total Discharging Price Monthly(EUR)',
|
||||
enearnings: 'Revenue(EUR)',
|
||||
pvSwitch:'PV switch'
|
||||
pvSwitch:'PV switch',
|
||||
stationDatacom: 'Station Data',
|
||||
sevenDaycom:'Week',
|
||||
todayEarning: 'Today Earning(EUR)',
|
||||
totalRevenue: 'Cumulative Earnings(EUR)',
|
||||
ratedPower: 'Rated Power(kW)',
|
||||
currentMonthlyPowerGeneration: 'Current monthly power generation',
|
||||
cumulativePowerGeneration: 'cumulative power generation',
|
||||
ratedPowernokw: 'Rated Power',
|
||||
powerGenerationStatus: 'power Generation Status',
|
||||
monthlyIncome: 'Monthly income(EUR)',
|
||||
lowV: 'low-side voltage',
|
||||
lowI: 'low-side current',
|
||||
highV: 'high-side voltage',
|
||||
timesArr: [{
|
||||
text: '1 Minutes',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
text: '5 Minutes',
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
text: '10 Minutes',
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
text: '15 Minutes',
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
text: '20 Minutes',
|
||||
value: 20
|
||||
},
|
||||
{
|
||||
text: '30 Minutes',
|
||||
value: 30
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -20,7 +20,7 @@ export default {
|
||||
and: '和',
|
||||
yszc: '隐私政策',
|
||||
yhxyhyszc: '用户协议和隐私政策',
|
||||
msgf: '欢迎使用“小储大能”APP,我们非常重视您的个人信息和隐私保护。在您使用本应用前请仔细阅读',
|
||||
msgf: '欢迎使用“澤泰云”APP,我们非常重视您的个人信息和隐私保护。在您使用本应用前请仔细阅读',
|
||||
msgs: '您在使用本应用时,即表示您已阅读、理解并同意接受本协议的所有条款。如果您不同意本协议的任何内容,请立即停止使用本应用。',
|
||||
agree: '同意',
|
||||
quit: '不同意',
|
||||
@ -34,7 +34,7 @@ export default {
|
||||
useElecPrice: '用电价格',
|
||||
workStatus: '工作状态:',
|
||||
standing:'静置',
|
||||
activePower:'有功功率(kW):',
|
||||
activePowerpcs:'有功功率:',
|
||||
operatingPower:'运行功率',
|
||||
accumulatedElectricityConsumption:'累计电量',
|
||||
pvKpi: '光伏KPI',
|
||||
@ -61,7 +61,44 @@ export default {
|
||||
enmonthTotalChargePrice: '本月总充电量总价(元)',
|
||||
enmonthTotalDisChargePrice: '本月总放电量总价(元)',
|
||||
enearnings: '收益(元)',
|
||||
pvSwitch:'PV开关'
|
||||
|
||||
pvSwitch:'PV开关',
|
||||
stationDatacom: '电站数据',
|
||||
sevenDaycom:'近七天',
|
||||
todayEarning: '今日收益(元)',
|
||||
totalRevenue: '累计收益(元)',
|
||||
ratedPower: '额定功率(kW)',
|
||||
currentMonthlyPowerGeneration: '本月发电量',
|
||||
cumulativePowerGeneration: '累计发电量',
|
||||
ratedPowernokw: '额定功率',
|
||||
powerGenerationStatus: '项目发电情况',
|
||||
monthlyIncome: '本月收益(元)',
|
||||
lowV:'低压侧电压',
|
||||
lowI:'低压侧电流',
|
||||
highV:'高压侧电压',
|
||||
timesArr: [{
|
||||
text: '1分钟',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
text: '5分钟',
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
text: '10分钟',
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
text: '15分钟',
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
text: '20分钟',
|
||||
value: 20
|
||||
},
|
||||
{
|
||||
text: '30分钟',
|
||||
value: 30
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user