六国语言配置,马来西亚项目拓扑图配置
This commit is contained in:
@ -1,118 +1,174 @@
|
||||
export default {
|
||||
pcs: {
|
||||
runState: 'Run state',
|
||||
rsState: 'Distance/Local State',
|
||||
runState: 'Operating status',
|
||||
rsState: 'Remote/Local status',
|
||||
local: 'Local',
|
||||
distance: 'Distance',
|
||||
gridMode: 'And in off-grid mode',
|
||||
grid: 'Grid',
|
||||
distance: 'Remote',
|
||||
gridMode: 'Grid-connected/Off-grid status',
|
||||
grid: 'Grid-connected',
|
||||
offGrid: 'Off-grid',
|
||||
deviceState: 'Device state',
|
||||
deviceState: 'Equipment status',
|
||||
standby: 'Standby',
|
||||
fault: 'Fault',
|
||||
charge: 'Charge',
|
||||
discharge: 'Discharge',
|
||||
acbreaker: 'AC Breaker',
|
||||
dcbreaker: 'DC Breaker',
|
||||
charge: 'Charging',
|
||||
discharge: 'Discharging',
|
||||
acbreaker: 'AC circuit breaker',
|
||||
dcbreaker: 'DC circuit breaker',
|
||||
shutdown: 'Shutdown',
|
||||
run: 'Run',
|
||||
run: 'Running',
|
||||
faultSign: 'Fault signal',
|
||||
eqptList: 'Eqpt List',
|
||||
pcstopo: 'PCS Topology',
|
||||
totalAcRe: 'Total Active Power/ Total Reactive Power',
|
||||
totalActivePower: 'Total Active Power',
|
||||
totalReactivePower: 'Total Reactive Power',
|
||||
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',
|
||||
min: 'Minutes',
|
||||
filter: 'Input keyword to filter',
|
||||
runData: 'Run data',
|
||||
noData: 'No data available',
|
||||
min: 'Minute',
|
||||
filter: 'Please enter keywords for filtering',
|
||||
runData: 'Operation data',
|
||||
avgVol: 'Average voltage',
|
||||
avgTem: 'Average temperature',
|
||||
maxvolDiff: 'Maximum voltage difference',
|
||||
maxCellVol: 'Maximum cell voltage',
|
||||
batteryGroupNum: 'Battery number',
|
||||
maxvolDiff: 'Max. voltage difference',
|
||||
maxCellVol: 'Max. cell voltage',
|
||||
batteryGroupNum: 'Battery pack no.',
|
||||
cellPostion: 'Cell position',
|
||||
maxTemDiff: 'Maximum temperature difference',
|
||||
maxCellTem: 'Maximum cell temperature',
|
||||
minCellTem: 'Minimum cell temperature',
|
||||
minCellVol: 'Minimum cell voltage',
|
||||
batteryCluster: 'Battery Cluster Topology',
|
||||
clusterTotalVol: 'Cluster Total Voltage/SOC',
|
||||
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 Group Topology',
|
||||
cellVolChart: 'Cell voltage histogram',
|
||||
volRatio: 'Voltage size distribution ratio',
|
||||
cellTemChart: 'Cell Temperature histogram',
|
||||
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/Number',
|
||||
temUnit: 'Temperature/Number',
|
||||
maxVol: 'Maximum voltage',
|
||||
minVol: 'Minimum voltage',
|
||||
maxTem: 'Maximum temperature',
|
||||
minTem: 'Minimum temperature',
|
||||
emu: 'EMU',
|
||||
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: 'On',
|
||||
off: 'Off',
|
||||
temConCab: 'Temperature Control Cabinet',
|
||||
on: 'Combined position',
|
||||
off: 'Split position',
|
||||
temConCab: 'Temperature control box',
|
||||
dehumidifier: 'Dehumidifier',
|
||||
ammeter: 'Ammeter',
|
||||
ammeter: 'Electric meter',
|
||||
alarm: 'Alarm',
|
||||
fire: 'Fire',
|
||||
liquidCooltopo: 'Liquid Cooling Topology',
|
||||
liquidCoolTem: 'Liquid Cooling Temperature',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
fire: 'Fire alarm',
|
||||
liquidCooltopo: 'Liquid Cooling Topology Diagram',
|
||||
liquidCoolTem: 'Liquid cooling temperature',
|
||||
startTime: 'Start time',
|
||||
endTime: 'End time',
|
||||
volqua: 'Voltage quality',
|
||||
avol: 'A phase voltage',
|
||||
bvol: 'B phase voltage',
|
||||
cvol: 'C phase voltage',
|
||||
avol: 'Phase A voltage',
|
||||
bvol: 'Phase B voltage',
|
||||
cvol: 'Phase C voltage',
|
||||
curqua: 'Current quality',
|
||||
curret: 'Current',
|
||||
acur: 'A phase current',
|
||||
bcur: 'B phase current',
|
||||
ccur: 'C phase current',
|
||||
acur: 'Phase A current',
|
||||
bcur: 'Phase B current',
|
||||
ccur: 'Phase C current',
|
||||
acRea: 'Active/Reactive',
|
||||
active: 'Active',
|
||||
reactive: 'Reactive',
|
||||
eqptRunState: 'Eqpt Run State',
|
||||
cumCharge: 'Cumulative charge',
|
||||
cumDischarge: 'Cumulative discharge',
|
||||
annualCharge: 'Annual charge',
|
||||
annualDischarge: 'Annual discharge',
|
||||
monthCharge: 'Monthly charge',
|
||||
monthDischarge: 'Monthly discharge',
|
||||
dayCharge: 'Daily charge',
|
||||
dayDischarge: 'Daily discharge',
|
||||
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: 'Charge and discharge data',
|
||||
chargeCap: 'Charge capacity',
|
||||
disChargeCap: 'Discharge capacity',
|
||||
energyStorageUnitTopo: 'Energy storage unit topology',
|
||||
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 power',
|
||||
temHum: 'Temperature and humidity',
|
||||
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',
|
||||
airTem: 'Air Conditioning Temperature',
|
||||
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: 'BUS voltage',
|
||||
busCurrent: 'BUS current',
|
||||
dc: 'DC',
|
||||
busVoltage: 'BAT voltage',
|
||||
busCurrent: 'BAT current',
|
||||
dc: 'DC current',
|
||||
dcVoltage: 'DC voltage',
|
||||
operatingPower: 'operating power',
|
||||
powerGenerationCapacity: 'power generation capacity',
|
||||
powerGeneration: 'Power Generation'
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user