59 lines
2.5 KiB
JavaScript
59 lines
2.5 KiB
JavaScript
export default {
|
|
screen: {
|
|
capacity: 'Installed capacity',
|
|
stationNum: 'Number of power stations',
|
|
dailyCharge: 'Daily charge',
|
|
dailyDischarge: 'Daily discharge',
|
|
yearCharge: 'Year charge',
|
|
yearDisCharge: 'Year discharge',
|
|
totalCharge: 'Total charge',
|
|
totalDisCharge: 'Total discharge',
|
|
regionStation: 'Regional distribution of power stations',
|
|
totalStation: 'Total Stations',
|
|
noData: 'No Data',
|
|
energySaving: 'Energy Conservation',
|
|
planted: 'Equivalent tree plantings',
|
|
co2: 'Equivalent CO2 reduction',
|
|
coal: 'Equivalent coal savings',
|
|
income: 'Equivalent economic income',
|
|
tree: 'Trees',
|
|
yesEarning: "Yesterday's Earnings",
|
|
annualEarning: 'Annual Income',
|
|
totalEarning: 'Total Revenue',
|
|
groupEarning: 'Group Income',
|
|
mRMB: 'EUR10K',
|
|
high: 'High',
|
|
low: 'Low',
|
|
comTime: 'Commission Time',
|
|
chargeDischargeComparison: 'Daily charge and discharge comparison',
|
|
charge: 'Charge',
|
|
discharge: 'Discharge',
|
|
daily30: 'Nearly 30 days',
|
|
monthly: 'Monthly',
|
|
yearly: 'Year',
|
|
earning: 'Earnings',
|
|
earningRanking: 'Charge and release earnings ranking',
|
|
sysEff: 'System conversion efficiency',
|
|
stationName: 'Station Name',
|
|
cap: 'Capacity(kWh)',
|
|
Eff: 'Efficiency(%)',
|
|
groupData: 'Group statistics',
|
|
ztscreenTitle: 'Zetatech Smart energy storage management and control platform',
|
|
screenTitle: 'Smart energy storage management and control platform',
|
|
xjpScreenTitle: 'FAVFAM Microgrid Al Monitor Platform',
|
|
cncharge: 'Energy Storage power',
|
|
cfcharge: 'Diesel Generator power',
|
|
cabTem: 'Energy storage cabinet temperature(°C)',
|
|
cabHab: 'Energy storage cabinet humidity(%)',
|
|
dieTem: 'Diesel engine oil temperature(°C)',
|
|
fluTem: 'Diesel fuel temperature(°C)',
|
|
runSuccess: 'Station running normally,and no abnormal alarms',
|
|
totalCon: ['Total diesel consumption(L)', '1#Diesel fuel remaining(%)', '2#Diesel fuel remaining(%)', '1#Total diesel consumption(L)', '2#Total diesel consumption(L)', '1#Cabinet discharge(kWh)', '2#Cabinet discharge(kWh)'],
|
|
airList: ['1-BMS Maximum battery temperature', '1-PCS Module temperature', '2-BMS Maximum battery temperature', '2-PCS Module temperature', '1-Amount of diesel oil', '1-Diesel engine oil temperature', '2-Amount of diesel oil', '2-Diesel engine oil temperature'],
|
|
ammeter: 'PA',
|
|
cabinet: 'Cabinet',
|
|
diesel: 'Diesel',
|
|
qtScreenTitle: 'New smart energy operation platform'
|
|
}
|
|
}
|