175 lines
6.3 KiB
JavaScript
175 lines
6.3 KiB
JavaScript
export default {
|
|
pcs: {
|
|
runState: 'Operating status',
|
|
rsState: 'Remote/Local status',
|
|
local: 'Local',
|
|
distance: 'Remote',
|
|
gridMode: 'Grid-connected/Off-grid status',
|
|
grid: 'Grid-connected',
|
|
offGrid: 'Off-grid',
|
|
deviceState: 'Equipment status',
|
|
standby: 'Standby',
|
|
fault: 'Fault',
|
|
charge: 'Charging',
|
|
discharge: 'Discharging',
|
|
acbreaker: 'AC circuit breaker',
|
|
dcbreaker: 'DC circuit breaker',
|
|
shutdown: 'Shutdown',
|
|
run: 'Running',
|
|
faultSign: 'Fault signal',
|
|
eqptList: 'Equipment list',
|
|
pcstopo: 'PCS topology',
|
|
totalAcRe: 'Total active/reactive power',
|
|
totalActivePower: 'Total active power',
|
|
totalReactivePower: 'Total reactive power',
|
|
timeGranula: 'Time granularity',
|
|
noData: 'No data available',
|
|
min: 'Minute',
|
|
filter: 'Please enter keywords for filtering',
|
|
runData: 'Operation data',
|
|
avgVol: 'Average voltage',
|
|
avgTem: 'Average temperature',
|
|
maxvolDiff: 'Max. voltage difference',
|
|
maxCellVol: 'Max. cell voltage',
|
|
batteryGroupNum: 'Battery pack no.',
|
|
cellPostion: 'Cell position',
|
|
maxTemDiff: 'Max. temperature difference',
|
|
maxCellTem: 'Max. cell temperature',
|
|
minCellTem: 'Min. cell temperature',
|
|
minCellVol: 'Min. cell voltage',
|
|
batteryClusterTopo: 'Battery Cluster Topology Diagram',
|
|
clusterTotalVol: 'Total cluster voltage/SOC',
|
|
vol: 'Voltage',
|
|
batteryGroupTopo: 'Battery Pack Topology Diagram',
|
|
cellVolChart: 'Cell Voltage Bar Chart',
|
|
volRatio: 'Voltage distribution ratio',
|
|
cellTemChart: 'Cell Temperature Bar Chart',
|
|
unit: 'Unit',
|
|
tem: 'Temperature',
|
|
volUnit: 'Voltage/Unit',
|
|
temUnit: 'Temperature/Unit',
|
|
maxVol: 'Max. voltage',
|
|
minVol: 'Min. voltage',
|
|
maxTem: 'Max. temperature',
|
|
minTem: 'Min. temperature',
|
|
emu: 'Grid-connected cabinet',
|
|
online: 'Online',
|
|
offline: 'Offline',
|
|
on: 'Combined position',
|
|
off: 'Split position',
|
|
temConCab: 'Temperature control box',
|
|
dehumidifier: 'Dehumidifier',
|
|
ammeter: 'Electric meter',
|
|
alarm: 'Alarm',
|
|
fire: 'Fire alarm',
|
|
liquidCooltopo: 'Liquid Cooling Topology Diagram',
|
|
liquidCoolTem: 'Liquid cooling temperature',
|
|
startTime: 'Start time',
|
|
endTime: 'End time',
|
|
volqua: 'Voltage quality',
|
|
avol: 'Phase A voltage',
|
|
bvol: 'Phase B voltage',
|
|
cvol: 'Phase C voltage',
|
|
curqua: 'Current quality',
|
|
curret: 'Current',
|
|
acur: 'Phase A current',
|
|
bcur: 'Phase B current',
|
|
ccur: 'Phase C current',
|
|
acRea: 'Active/Reactive',
|
|
active: 'Active power',
|
|
reactive: 'Reactive power',
|
|
batteryCluster: 'Battery cluster',
|
|
eqptRunState: 'Equipment operating status',
|
|
cumCharge: 'Cumulative charging capacity',
|
|
cumDischarge: 'Cumulative discharging capacity',
|
|
annualCharge: 'Annual charging capacity',
|
|
annualDischarge: 'Annual discharging capacity',
|
|
monthCharge: 'Monthly charging capacity',
|
|
monthDischarge: 'Monthly discharging capacity',
|
|
dayCharge: 'Daily charging capacity',
|
|
dayDischarge: 'Daily discharging capacity',
|
|
realPower: 'Real-time power',
|
|
chagreDisPower: 'Charging/Discharging data',
|
|
chargeCap: 'Charging capacity',
|
|
disChargeCap: 'Discharging capacity',
|
|
energyStorageUnitTopo: 'Energy Storage Unit Topology',
|
|
powerCurve: 'Power curve',
|
|
power: 'Power',
|
|
temVol: 'Temperature and voltage distribution',
|
|
auxPower: 'Auxiliary control power',
|
|
temHum: 'Temperature/Humidity',
|
|
hum: 'Humidity',
|
|
leftHum: 'Left humidity',
|
|
rightHum: 'Right humidity',
|
|
leftTem: 'Left temperature',
|
|
rightTem: 'Right temperature',
|
|
dataDisplay: 'Data display',
|
|
airTopo: 'Air Conditioning Topology Diagram',
|
|
airTem: 'Air conditioning temperature',
|
|
batVoltage: 'BAT voltage',
|
|
batCurrent: 'BAT current',
|
|
busVoltage: 'BAT voltage',
|
|
busCurrent: 'BAT current',
|
|
dc: 'DC current',
|
|
dcVoltage: 'DC voltage',
|
|
operatingPower: 'Operating power',
|
|
powerGenerationCapacity: 'Power generation capacity',
|
|
powerGeneration: 'Power generation',
|
|
times: [
|
|
{ "label": "1 Minute", "value": 1 },
|
|
{ "label": "5 Minutes", "value": 5 },
|
|
{ "label": "10 Minutes", "value": 10 },
|
|
{ "label": "15 Minutes", "value": 15 },
|
|
{ "label": "20 Minutes", "value": 20 },
|
|
{ "label": "30 Minutes", "value": 30 }
|
|
],
|
|
batteryClusterHistoryData: 'Historical data of battery cluster',
|
|
batteryGroup: 'Battery Pack',
|
|
dCCabin: 'DC cabin',
|
|
turnOff: 'Turn off',
|
|
coolingMode: 'cooling mode',
|
|
HeatingMode: 'Heating mode',
|
|
selfLoopMode: 'self-loop mode',
|
|
load: 'Load',
|
|
insulatingMaterial: 'insulating material',
|
|
positiveElectrode: 'positive electrode',
|
|
negativeElectrode: 'negative electrode',
|
|
select: 'Please select',
|
|
pvOutputPower: 'PV output power',
|
|
pcsToPoTu: 'PCS Topology Diagram',
|
|
battery: 'battery',
|
|
busTotalVoltage: 'BUS voltage',
|
|
bmsTotalCurrent: 'BMS total current',
|
|
bmsTotalVoltage: 'BMS total voltage',
|
|
photovoltaic: 'PV',
|
|
inverterActive: 'reactive power',
|
|
inverterReactive: 'Inverted reactive power',
|
|
inverterPowerFactor: 'Inverter power factor',
|
|
energyStorageSideMeter: 'Energy storage side meter',
|
|
loadSideMeter: 'load-side meter',
|
|
gridConnectedSideMeter: 'grid-connected side meter',
|
|
rackTotalVoltage: 'Rack Total Voltage',
|
|
clusterVoltage: 'cluster voltage',
|
|
clusterCurrent: 'cluster current',
|
|
historicalData: 'historical data',
|
|
dCCabinLeftTemHum: 'Temperature and humidity meter on the left side of the DC cabin',
|
|
dCCabinRightTemHum: 'Temperature and humidity meter on the right side of the DC cabin',
|
|
batteryStackTopo: 'Battery stack topology diagram',
|
|
convergenceCabinetCombined: 'Convergence cabinet QF closing',
|
|
convergenceCabinetCeparated: 'Junction cabinet QF disconnection',
|
|
distributionBoxClose: 'QF1 distribution box closing',
|
|
distributionBoxOpen: 'QF1 distribution box opening',
|
|
batteryClusterNum: 'Battery cluster number',
|
|
start: 'start',
|
|
feedback: 'feedback',
|
|
shield: 'Shield',
|
|
regulatory: 'regulatory alarm',
|
|
gasOffZoneFaulty: 'Gas off zone is faulty',
|
|
gasOffZoneStarts: 'Gas off zone starts',
|
|
sprayFeedback: 'Spray feedback',
|
|
sprayStarts: 'Spray starts',
|
|
acoustoOpticStarts: 'Acousto-optic starts',
|
|
auxiliaryEQPTstarts: 'Auxiliary EQPT starts'
|
|
}
|
|
}
|