初次提交
This commit is contained in:
112
src/lang/device/en.js
Normal file
112
src/lang/device/en.js
Normal file
@ -0,0 +1,112 @@
|
||||
export default {
|
||||
pcs: {
|
||||
runState: 'Run state',
|
||||
rsState: 'Distance/Local State',
|
||||
local: 'Local',
|
||||
distance: 'Distance',
|
||||
gridMode: 'And in off-grid mode',
|
||||
grid: 'Grid',
|
||||
offGrid: 'Off-grid',
|
||||
deviceState: 'Device state',
|
||||
standby: 'Standby',
|
||||
fault: 'Fault',
|
||||
charge: 'Charge',
|
||||
discharge: 'Discharge',
|
||||
acbreaker: 'AC Breaker',
|
||||
dcbreaker: 'DC Breaker',
|
||||
shutdown: 'Shutdown',
|
||||
run: 'Run',
|
||||
faultSign: 'Fault signal',
|
||||
eqptList: 'Eqpt List',
|
||||
pcstopo: 'PCS Topology',
|
||||
totalAcRe: 'Total Active Power/ Total 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',
|
||||
avgVol: 'Average voltage',
|
||||
avgTem: 'Average temperature',
|
||||
maxvolDiff: 'Maximum voltage difference',
|
||||
maxCellVol: 'Maximum cell voltage',
|
||||
batteryGroupNum: 'Battery number',
|
||||
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',
|
||||
vol: 'Voltage',
|
||||
batteryGroupTopo: 'Battery Group Topology',
|
||||
cellVolChart: 'Cell voltage histogram',
|
||||
volRatio: 'Voltage size distribution ratio',
|
||||
cellTemChart: 'Cell Temperature histogram',
|
||||
unit: 'Unit',
|
||||
tem: 'Temperature',
|
||||
volUnit: 'Voltage/Number',
|
||||
temUnit: 'Temperature/Number',
|
||||
maxVol: 'Maximum voltage',
|
||||
minVol: 'Minimum voltage',
|
||||
maxTem: 'Maximum temperature',
|
||||
minTem: 'Minimum temperature',
|
||||
emu: 'EMU',
|
||||
online: 'Online',
|
||||
offline: 'Offline',
|
||||
on: 'On',
|
||||
off: 'Off',
|
||||
temConCab: 'Temperature Control Cabinet',
|
||||
dehumidifier: 'Dehumidifier',
|
||||
ammeter: 'Ammeter',
|
||||
alarm: 'Alarm',
|
||||
fire: 'Fire',
|
||||
liquidCooltopo: 'Liquid Cooling Topology',
|
||||
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',
|
||||
curqua: 'Current quality',
|
||||
curret: 'Current',
|
||||
acur: 'A phase current',
|
||||
bcur: 'B phase current',
|
||||
ccur: 'C phase 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',
|
||||
realPower: 'Real-time power',
|
||||
chagreDisPower: 'Charge and discharge data',
|
||||
chargeCap: 'Charge capacity',
|
||||
disChargeCap: 'Discharge capacity',
|
||||
energyStorageUnitTopo: 'Energy storage unit topology',
|
||||
powerCurve: 'Power curve',
|
||||
power: 'Power',
|
||||
temVol: 'Temperature and voltage distribution',
|
||||
auxPower: 'Auxiliary power',
|
||||
temHum: 'Temperature and 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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user