104 lines
3.2 KiB
JavaScript
104 lines
3.2 KiB
JavaScript
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 "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',
|
||
guestLogin: 'Guest Login',
|
||
checkFirst: 'Please check the box to agree to the User Agreement and Privacy Policy',
|
||
stationType: [{
|
||
name: 'China Station'
|
||
}, {
|
||
name: 'Overseas Station'
|
||
}],
|
||
useElecPrice: 'Electricity prices',
|
||
workStatus: 'Working Status:',
|
||
standing:'standing',
|
||
activePowerpcs:'Active Power:',
|
||
operatingPower:'Operating Power',
|
||
accumulatedElectricityConsumption:'Total power',
|
||
pvKpi: 'PV KPI',
|
||
saveStandardCoal: 'Save standard coal (t)',
|
||
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',
|
||
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
|
||
}
|
||
]
|
||
}
|
||
} |