光伏功能

This commit is contained in:
huangjp
2025-11-07 15:23:08 +08:00
parent 6b4e5cd036
commit c6ea4a8c52
18 changed files with 1256 additions and 132 deletions

View File

@ -31,6 +31,36 @@ export default {
}, {
name: 'Overseas Station'
}],
useElecPrice: 'Electricity prices'
useElecPrice: 'Electricity prices',
workStatus: 'Working Status',
standing:'standing',
activePower:'Active Power(kW):',
operatingPower:'Operating Power',
accumulatedElectricityConsumption:'Total power',
pvKpi: 'PV KPI',
saveStandardCoal: 'Save standard coal (ton)',
equivalentCo2Reduction: "CO2 emission reduction (kg)",
equivalentTreePlantings: "Equivalent tree plantings (Trees)",
dailyPowerGeneration: 'Daily Power Generation',
cumulativePowerGeneration: 'Cumulative Power Generation',
socialContribution: 'Social Contribution',
energyStorageRevenueReport:'Energy Storage Revenue Report',
pvStorageRevenueReport:'PV Revenue Report',
projectMonthlyPower:'Monthly power generation of the project',
powerGeneration:'power generation',
mpptTopu:'MPPT topology diagram',
powerGenerationCapacity: 'Output power',
batVoltage: 'BAT voltage',
batCurrent: 'BAT current',
busVoltage: 'BUS voltage',
busCurrent: 'BUS current',
dc: 'DC',
dcVoltage: 'DC voltage',
operatingPower: 'operating power',
pvPower:'power',
enmonthTotalChargePrice: 'Total Charging Price Monthly(EUR)',
enmonthTotalDisChargePrice: 'Total Discharging Price Monthly(EUR)',
enearnings: 'Revenue(EUR)',
pvSwitch:'PV switch'
}
}

View File

@ -31,6 +31,37 @@ export default {
}, {
name: '海外站'
}],
useElecPrice: '用电价格'
useElecPrice: '用电价格',
workStatus: '工作状态:',
standing:'静置',
activePower:'有功功率(kW):',
operatingPower:'运行功率',
accumulatedElectricityConsumption:'累计电量',
pvKpi: '光伏KPI',
saveStandardCoal: '节约标准煤(吨)',
equivalentCo2Reduction: 'CO2减排(吨)',
equivalentTreePlantings: '等效植树(棵)',
dailyPowerGeneration: '日发电量',
cumulativePowerGeneration: '累计发电量',
socialContribution: '社会贡献',
energyStorageRevenueReport:'储能收益报表',
pvStorageRevenueReport:'光伏收益报表',
projectMonthlyPower:'项目月发电量',
powerGeneration:'发电量',
mpptTopu:'MPPT拓扑图',
powerGenerationCapacity: '发电功率',
batVoltage: 'BAT电压',
batCurrent: 'BAT电流',
busVoltage: 'BAT电压',
busCurrent: 'BAT电流',
dc: '直流电流',
dcVoltage: '直流电压',
operatingPower: '运行功率',
pvPower:'功率',
enmonthTotalChargePrice: '本月总充电量总价(元)',
enmonthTotalDisChargePrice: '本月总放电量总价(元)',
enearnings: '收益(元)',
pvSwitch:'PV开关'
}
};