初次提交

This commit is contained in:
2025-06-30 10:17:15 +08:00
commit 5446088524
989 changed files with 365987 additions and 0 deletions

100
src/lang/surveillance/en.js Normal file
View File

@ -0,0 +1,100 @@
export default {
surveillance: {
equipment: 'EQPT',
name: 'Name',
value: 'Value',
yx: 'TS',
yc: 'TM',
query: 'Query',
reset: 'Reset',
export: 'Export',
editAttribute: 'Modify Attr',
cName: 'Chinese',
eName: 'English',
eqpt: 'EQPT',
max: 'Max Value',
min: 'Min Value',
updateTime: 'Update Time',
currentValue: 'Current Value',
unit: 'Unit',
operation: 'Operation',
list: 'List',
chart: 'Chart',
original: 'Original Value',
dispose: 'Process Value',
selectTemPlates: 'Select Templates',
timeRange: 'Time Range',
indicators: 'Indicators',
startTime: 'Start Date',
endTime: 'End Date',
hisData: 'Historical Data',
save: 'Save',
deviceType: 'Eqpt type',
sure: 'Sure',
cancel: 'Cancel',
placeValue: 'Please Input Value',
clearValue: 'If there is no data, the quality points under the power station will be cleared. Do you want to continue?',
tip: 'Prompt',
saveSucess: 'Save Success',
saveFail: 'Save Fail',
success: 'Success',
fail: 'Fail',
placeholderEqit: 'Please Select EQPT',
placeholderInput: 'Please Input Name',
placeHolderContent: 'Please Input Content',
date: 'Date',
queryFail: 'Query Fail',
placeHolderCol: 'Please Select Indicators',
listExport: 'List Export',
templateName: 'Template Name',
delete: 'Delete',
deleteTip: 'Should this template be deleted?',
delSuccess: 'Delete Success',
delFail: 'Delete Fail',
exportFail: 'Export Failed, Please Try Again Later',
exportBefore: 'Query the data before exporting',
placeholderDate: 'Please Select Time Range',
queryListFail: 'Query List Fail',
powerStation: 'Station',
chargeType: 'Charge/Discharge Type',
PVP: 'Peak and Valley Periods',
totalChargeDis: 'Total Charge and Discharge',
stationName: 'Station Name',
placeSelectStaion: 'Please Select Station',
cSharp: 'Charge-Sharp(kWh)',
cPeak: 'Charge-Peak(kWh)',
cFlat: 'Charge-Flat(kWh)',
cValley: 'Charge-Valley(kWh)',
cTotal: 'Charge-Total(kWh)',
dSharp: 'Discharge-Sharp(kWh)',
dPeak: 'Discharge-Peak(kWh)',
dFlat: 'Discharge-Flat(kWh)',
dValley: 'Discharge-Valley(kWh)',
dTotal: 'Discharge-Total(kWh)',
plaeceSelectStation: 'Please check if you select the power station and time',
exportNotFound: 'Export Failed, No Data Found',
summaryStation: 'Summary of Power Stations',
chargeDischargeData: 'Charge and Discharge Data',
indicatorsSelect: 'Indicators Select',
EqptList: 'Eqpt List',
filterWord: 'Please Input Keyword To Filter',
indicatorsList: 'Indicators List',
commonIndicators: 'Indicators',
ctrlClick: 'You can hold down Ctrl to select in bulk',
current: 'Current',
voltage: 'Voltage',
power: 'Power',
ele: 'Electricity',
commonList: ['Current', 'Voltage', 'Power', 'SOC', 'Electricity'],
selectList: 'Check the list',
saveTem: 'Save Template',
clearAll: 'Clear All',
inputTemName: 'Please Input Template Name',
selectMax: 'At most, only 50 indicators can be displayed.',
noData: 'No Data',
inputNumberError: 'You can only input positive integers up to 200,000,000.',
ordinal: 'Ordinal',
historyData: 'History Data',
summary: 'Summary'
}
}