2025-06-30 10:17:15 +08:00
|
|
|
export default {
|
|
|
|
|
priceConfig: {
|
2026-02-02 08:43:41 +08:00
|
|
|
temName: 'Template name',
|
|
|
|
|
inputTemName: 'Please enter template name',
|
|
|
|
|
enableOrNot: 'Enable or not',
|
|
|
|
|
selectEnableOrNot: 'Please select whether to enable',
|
|
|
|
|
validTime: 'Valid time',
|
|
|
|
|
startTime: 'Start time',
|
|
|
|
|
endTime: 'End time',
|
2025-06-30 10:17:15 +08:00
|
|
|
query: 'Query',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
add: 'Add',
|
2026-02-02 08:43:41 +08:00
|
|
|
batchDelete: 'Batch delete',
|
2025-06-30 10:17:15 +08:00
|
|
|
import: 'Import',
|
2026-02-02 08:43:41 +08:00
|
|
|
export: 'Export',
|
|
|
|
|
exportTem: 'Export template',
|
|
|
|
|
temNum: 'Template number',
|
|
|
|
|
eleType: 'Electricity type',
|
2025-06-30 10:17:15 +08:00
|
|
|
price: 'Price',
|
|
|
|
|
enable: 'Enable',
|
|
|
|
|
disEnable: 'Disable',
|
2026-02-02 08:43:41 +08:00
|
|
|
validStartTime: 'Validity start time',
|
|
|
|
|
validEndTime: 'Validity end time',
|
|
|
|
|
updateTime: 'Modification time',
|
2025-06-30 10:17:15 +08:00
|
|
|
operation: 'Operation',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
delete: 'Delete',
|
2026-02-02 08:43:41 +08:00
|
|
|
addEleCurveTem: 'Add electricity price curve template',
|
|
|
|
|
EditEleCurveTem: 'Edit electricity price curve template',
|
|
|
|
|
inputTemNum: 'Please enter template number',
|
|
|
|
|
eleFactor: 'Electricity price coefficient',
|
|
|
|
|
inputEleFactor: 'Please enter electricity price coefficient',
|
|
|
|
|
temValid: 'Template validity period',
|
|
|
|
|
selectTemValid: 'Please select template validity period',
|
2025-06-30 10:17:15 +08:00
|
|
|
type: 'Type',
|
|
|
|
|
selectType: 'Please select type',
|
2026-02-02 08:43:41 +08:00
|
|
|
electrovalency: 'Electricity price (EUR)',
|
|
|
|
|
sure: 'Confirm',
|
2025-06-30 10:17:15 +08:00
|
|
|
cancel: 'Cancel',
|
2026-02-02 08:43:41 +08:00
|
|
|
noSelectData: 'No data selected',
|
|
|
|
|
deleteTip: 'Confirm data deletion?',
|
|
|
|
|
tip: 'Prompt',
|
|
|
|
|
delSuccess: 'Deletion successful',
|
|
|
|
|
delFail: 'Deletion failed',
|
|
|
|
|
eleCurve: 'Electricity price curve',
|
|
|
|
|
eleCurveTem: 'Electricity price curve template',
|
|
|
|
|
importSuccess: 'Import successful',
|
|
|
|
|
importFail: 'Import failed',
|
|
|
|
|
disableDel: 'Please disable before deletion',
|
|
|
|
|
endTimeError: 'End time cannot be earlier than start time',
|
|
|
|
|
timeError:
|
|
|
|
|
'Invalid time setting: start time cannot be the same as end time',
|
|
|
|
|
addSuccess: 'Addition successful',
|
|
|
|
|
editSuccess: 'Modification successful',
|
|
|
|
|
noData: 'No data available',
|
|
|
|
|
earningsCurve: 'Revenue curve',
|
|
|
|
|
energyStorage: 'Energy storage'
|
2025-06-30 10:17:15 +08:00
|
|
|
},
|
|
|
|
|
proxy: {
|
|
|
|
|
region: 'Region',
|
2026-02-02 08:43:41 +08:00
|
|
|
eleCustomers: 'Electricity consumer',
|
|
|
|
|
selectEleCustomers: 'Please select electricity consumer',
|
|
|
|
|
eleType: 'Electricity department/Classification',
|
|
|
|
|
selectEleType: 'Please select electricity department/classification',
|
|
|
|
|
voltageLevel: 'Voltage level',
|
2025-06-30 10:17:15 +08:00
|
|
|
selectVoltageLevel: 'Please select voltage level',
|
2026-02-02 08:43:41 +08:00
|
|
|
exeTime: 'Implementation date',
|
|
|
|
|
selectExeTime: 'Please select implementation date',
|
2025-06-30 10:17:15 +08:00
|
|
|
query: 'Query',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
add: 'Add',
|
2026-02-02 08:43:41 +08:00
|
|
|
collData: 'Data collection',
|
|
|
|
|
nonTime: 'Non-time-of-use electricity price',
|
|
|
|
|
spike: 'Time-of-use sharp price',
|
|
|
|
|
peak: 'Time-of-use peak price',
|
|
|
|
|
regular: 'Time-of-use shoulder price',
|
|
|
|
|
lowValley: 'Time-of-use valley price',
|
|
|
|
|
capacityPrice: 'Capacity price',
|
|
|
|
|
demandPrice: 'Demand price',
|
2025-06-30 10:17:15 +08:00
|
|
|
operation: 'Operation',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
delete: 'Delete',
|
2026-02-02 08:43:41 +08:00
|
|
|
detail: 'Details',
|
|
|
|
|
provinceRegion: 'Province/City',
|
|
|
|
|
selectProvinceRegion: 'Please select province/city',
|
|
|
|
|
lowValleyInterval: 'Time-of-use valley price interval',
|
|
|
|
|
proxyPrice: 'Agent purchasing electricity price',
|
|
|
|
|
deepValley: 'Time-of-use deep valley price',
|
|
|
|
|
lineLoss: 'Line loss price',
|
|
|
|
|
deepValleyInterval: 'Time-of-use deep valley price period',
|
|
|
|
|
transmission: 'Transmission price',
|
|
|
|
|
unningPrice: 'Operating price',
|
2025-06-30 10:17:15 +08:00
|
|
|
attachPrice: 'Government funds and surcharges',
|
2026-02-02 08:43:41 +08:00
|
|
|
feedPeak: 'Grid-connected price peak period',
|
|
|
|
|
feedRegular: 'Grid-connected price shoulder period',
|
|
|
|
|
spikePriceInterval: 'Time-of-use sharp price interval',
|
|
|
|
|
feedLowValley: 'Grid-connected price valley period',
|
|
|
|
|
peakPrice: 'Time-of-use peak price',
|
|
|
|
|
linePeakPrice: 'Line loss price peak period',
|
|
|
|
|
peakPriceInterval: 'Time-of-use peak price interval',
|
|
|
|
|
lineRegularPrice: 'Line loss price shoulder period',
|
|
|
|
|
lineLowValleyPrice: 'Line loss price valley period',
|
|
|
|
|
regularPriceInterval: 'Time-of-use shoulder price interval',
|
|
|
|
|
sure: 'Confirm',
|
2025-06-30 10:17:15 +08:00
|
|
|
cancel: 'Cancel',
|
|
|
|
|
effTime: 'Effective time',
|
|
|
|
|
slectEffTime: 'Please select effective time',
|
|
|
|
|
selectTimePeriod: 'Select time period',
|
2026-02-02 08:43:41 +08:00
|
|
|
selectTime: 'Select time',
|
|
|
|
|
startTime: 'Start time',
|
|
|
|
|
endTime: 'End time',
|
2025-06-30 10:17:15 +08:00
|
|
|
selected: 'Selected',
|
2026-02-02 08:43:41 +08:00
|
|
|
selectedTime: 'Selected time',
|
|
|
|
|
noSelectTime: 'Not selected time',
|
2025-06-30 10:17:15 +08:00
|
|
|
selectFile: 'Please select file',
|
2026-02-02 08:43:41 +08:00
|
|
|
deleteTip: 'Confirm data deletion?',
|
|
|
|
|
tip: 'Prompt',
|
|
|
|
|
delSuccess: 'Deletion successful',
|
|
|
|
|
delFail: 'Deletion failed',
|
|
|
|
|
addSuccess: 'Addition successful',
|
|
|
|
|
editSuccess: 'Modification successful',
|
|
|
|
|
collSuccess: 'Collection successful',
|
|
|
|
|
timeOverlaps: 'Time overlap exists',
|
|
|
|
|
img: 'Images',
|
|
|
|
|
eleLevel: 'Electricity price level',
|
|
|
|
|
fsdd: 'Time-of-use electricity price',
|
2025-10-17 14:14:48 +08:00
|
|
|
dietailUnit: 'EUR/kWh',
|
2026-02-02 08:43:41 +08:00
|
|
|
eleprice: 'Electricity energy price',
|
|
|
|
|
historytrend: 'Historical trend',
|
2025-06-30 10:17:15 +08:00
|
|
|
curve: 'Curve',
|
|
|
|
|
list: 'List',
|
2026-02-02 08:43:41 +08:00
|
|
|
speak: 'Peak',
|
|
|
|
|
peakDifference: 'Max. peak-valley difference',
|
|
|
|
|
peakDifferencePrice: 'Max. peak-valley price difference',
|
|
|
|
|
dayHighPrice: 'Daily max. electricity price',
|
|
|
|
|
dayLowtPrice: 'Daily min. electricity price',
|
|
|
|
|
close: 'Off'
|
2025-06-30 10:17:15 +08:00
|
|
|
},
|
|
|
|
|
state: {
|
|
|
|
|
month: 'Month',
|
|
|
|
|
selectMonth: 'Please select month',
|
2026-02-02 08:43:41 +08:00
|
|
|
onButtonComputed: 'One-click calculation',
|
|
|
|
|
exportBill: 'Export bill',
|
|
|
|
|
exportReport: 'Export report',
|
|
|
|
|
chargeStatus: 'Project charging/discharging status',
|
|
|
|
|
capacity: 'Installed capacity',
|
|
|
|
|
monthTotalCharge: 'Total charging capacity this month',
|
|
|
|
|
chargeVol: 'Cumulative charging capacity',
|
|
|
|
|
monthTotalDischarge: 'Total discharging capacity this month',
|
|
|
|
|
dischargeVol: 'Cumulative discharging capacity',
|
|
|
|
|
monthEff: 'Monthly system conversion efficiency',
|
|
|
|
|
totalEff: 'Cumulative system conversion efficiency',
|
|
|
|
|
charge: 'Charging',
|
|
|
|
|
time: 'Time period',
|
|
|
|
|
ele: 'Electricity (kWh)',
|
|
|
|
|
expend: 'Expense (EUR)',
|
|
|
|
|
disCharge: 'Discharging',
|
|
|
|
|
projectRevenue: 'Project revenue status',
|
|
|
|
|
monthTotalChargePrice: 'Total charging capacity & price this',
|
2025-10-17 14:14:48 +08:00
|
|
|
rmb: 'EUR',
|
2026-02-02 08:43:41 +08:00
|
|
|
monthTotalDisChargePrice: 'Total discharging capacity & price this',
|
2025-06-30 10:17:15 +08:00
|
|
|
earnings: 'Revenue',
|
2026-02-02 08:43:41 +08:00
|
|
|
earningsRecalculation: 'Revenue recalculation',
|
|
|
|
|
computedTime: 'Calculation time',
|
|
|
|
|
startTime: 'Start time',
|
|
|
|
|
endTime: 'End time',
|
|
|
|
|
conputedProgress: 'Calculation progress',
|
|
|
|
|
close: 'Off',
|
|
|
|
|
sure: 'Confirm',
|
|
|
|
|
computedFail: 'Calculation failed',
|
|
|
|
|
finish: 'Completed',
|
|
|
|
|
selectComputedTime: 'Please select calculation time',
|
|
|
|
|
computeding: 'Calculation in progress, current progress is',
|
|
|
|
|
laterQuery: '%, please check later.',
|
|
|
|
|
earningReport: 'Revenue report',
|
2025-11-12 10:55:55 +08:00
|
|
|
bill: 'Bill',
|
2026-02-02 08:43:41 +08:00
|
|
|
powerGenerationStatus: 'Project power generation status',
|
2025-11-12 10:55:55 +08:00
|
|
|
totalStringCapacity: 'Total string capacity',
|
2026-02-02 08:43:41 +08:00
|
|
|
currentMonthlyPowerGeneration: 'Power generation this month',
|
|
|
|
|
cumulativePowerGeneration: 'Cumulative power generation',
|
|
|
|
|
equivalentPowerGenerationTime: 'Equivalent generation hours',
|
2025-11-12 10:55:55 +08:00
|
|
|
peakACpower: 'Peak AC power',
|
2026-02-02 08:43:41 +08:00
|
|
|
monthlyPowerGeneration: 'Monthly power generation',
|
|
|
|
|
projectRevenueSituation: 'Project revenue status',
|
|
|
|
|
monthlyPVpowerGeneration: 'PV power generation this month',
|
|
|
|
|
monthlyInverterPowerGeneration: 'Inverter power generation this month',
|
|
|
|
|
monthlyIncome: "This month's revenue",
|
|
|
|
|
gridConnectedDuration: 'Grid-connected duration',
|
|
|
|
|
powerGeneration: 'Power generation',
|
|
|
|
|
ratedPower: 'Rated power'
|
2025-06-30 10:17:15 +08:00
|
|
|
},
|
|
|
|
|
region: {
|
2026-02-02 08:43:41 +08:00
|
|
|
regionName: 'Region name',
|
|
|
|
|
inputRegionName: 'Please enter region name',
|
2025-06-30 10:17:15 +08:00
|
|
|
query: 'Query',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
add: 'Add',
|
2026-02-02 08:43:41 +08:00
|
|
|
modelType: 'Model type',
|
|
|
|
|
inputModelType: 'Please enter model type',
|
2025-06-30 10:17:15 +08:00
|
|
|
operation: 'Operation',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
delete: 'Delete',
|
2026-02-02 08:43:41 +08:00
|
|
|
tip: 'Prompt',
|
|
|
|
|
interval: 'Regional peak-valley-shoulder time distribution',
|
|
|
|
|
customerType: 'Electricity consumer',
|
|
|
|
|
eleType: 'Electricity department/Classification',
|
|
|
|
|
volLevel: 'Voltage level',
|
|
|
|
|
sure: 'Confirm',
|
2025-06-30 10:17:15 +08:00
|
|
|
cancel: 'Cancel',
|
2026-02-02 08:43:41 +08:00
|
|
|
jsonError: 'Invalid json format',
|
|
|
|
|
inputError: 'Json format required and cannot be empty',
|
|
|
|
|
deleteTip: 'Confirm data deletion?',
|
|
|
|
|
delSuccess: 'Deletion successful',
|
|
|
|
|
delFail: 'Deletion failed',
|
|
|
|
|
addSuccess: 'Addition successful',
|
|
|
|
|
editSuccess: 'Modification successful'
|
2025-06-30 10:17:15 +08:00
|
|
|
},
|
|
|
|
|
glance: {
|
2026-02-02 08:43:41 +08:00
|
|
|
day: 'Day(s)',
|
2025-10-17 14:14:48 +08:00
|
|
|
wRMB: 'EUR10K',
|
2026-02-02 08:43:41 +08:00
|
|
|
safeDays: 'Safe operation days',
|
|
|
|
|
totalCapacity: 'Total installed capacity',
|
|
|
|
|
totalCharge: 'Total charging capacity',
|
|
|
|
|
totalDischarge: 'Total discharging capacity',
|
|
|
|
|
totalEarnings: 'Total revenue',
|
|
|
|
|
timeRange: 'Time range',
|
|
|
|
|
startTime: 'Start time',
|
|
|
|
|
endTime: 'End time',
|
2025-06-30 10:17:15 +08:00
|
|
|
query: 'Query',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
export: 'Export',
|
2026-02-02 08:43:41 +08:00
|
|
|
chadisData: 'Charging/Discharging data',
|
2025-06-30 10:17:15 +08:00
|
|
|
date: 'Date',
|
2026-02-02 08:43:41 +08:00
|
|
|
chargeData: 'Charging data',
|
|
|
|
|
sharp: 'Sharp (kWh)',
|
|
|
|
|
peak: 'Peak (kWh)',
|
|
|
|
|
flat: 'Shoulder (kWh)',
|
|
|
|
|
valley: 'Valley (kWh)',
|
|
|
|
|
depvalley: 'Deep valley (kWh)',
|
|
|
|
|
chargeRevenue: 'Charging cost',
|
|
|
|
|
disChargeData: 'Discharging data',
|
|
|
|
|
disChargeRevenue: 'Discharging revenue',
|
|
|
|
|
coneff: 'Conversion efficiency',
|
|
|
|
|
oriRevenue: 'Original revenue',
|
|
|
|
|
setRevenue: 'Settlement revenue',
|
|
|
|
|
chargeCost: 'Charging cost',
|
|
|
|
|
dischargeRev: 'Discharging revenue',
|
2025-10-17 14:14:48 +08:00
|
|
|
rmb: 'EUR',
|
2026-02-02 08:43:41 +08:00
|
|
|
setRatio: 'Calculation ratio',
|
2025-06-30 10:17:15 +08:00
|
|
|
selectSetRatio: 'Please select settlement ratio',
|
2026-02-02 08:43:41 +08:00
|
|
|
priceCurve: 'Real-time electricity price curve',
|
|
|
|
|
revCurve: 'Revenue curve',
|
|
|
|
|
week: 'Last week',
|
|
|
|
|
month: 'Last month',
|
|
|
|
|
year: 'Last year',
|
|
|
|
|
noData: 'No data available',
|
|
|
|
|
inputNumber: 'Please enter a number between 0-100',
|
|
|
|
|
earningGlance: 'Revenue overview',
|
|
|
|
|
unit: 'Unit: EUR/kWh',
|
|
|
|
|
unitKw: 'Unit: kW',
|
|
|
|
|
planCurve: 'Planned curve',
|
|
|
|
|
unitRMB: 'Unit: EUR'
|
2025-06-30 10:17:15 +08:00
|
|
|
}
|
|
|
|
|
}
|