104 lines
2.9 KiB
JavaScript
104 lines
2.9 KiB
JavaScript
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: '海外站'
|
||
}],
|
||
useElecPrice: '用电价格',
|
||
workStatus: '工作状态:',
|
||
standing:'静置',
|
||
activePowerpcs:'有功功率:',
|
||
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开关',
|
||
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
|
||
}
|
||
]
|
||
}
|
||
}; |