Files
smart_storage_web/src/lang/dynamicPolicy/en.js

54 lines
2.1 KiB
JavaScript
Raw Normal View History

2025-06-30 10:17:15 +08:00
export default {
budget: {
yuceTime: 'Prediction time',
yuceTimePlace: 'Please select prediction time',
rongliangStation: 'Capacity power station',
edcdgl: 'Rated chg/dsg power',
smallSoc: 'Min. SOC',
largeSoc: 'Max. SOC',
xlkzmb: 'Demand control target',
2025-06-30 10:17:15 +08:00
rlkzmb: 'Capacity control target',
zdxhcs: 'Max. cycle count',
2025-06-30 10:17:15 +08:00
startSoc: 'Initial SOC',
endSoc: 'End SOC',
cfdzhl: 'chg/dsg conversion rate',
clscBtn: 'Strategy generation',
cltg: 'Strategy entrustment',
2025-06-30 10:17:15 +08:00
resetBtn: 'Reset',
exportBtn: 'Export',
placeholder: 'Please enter',
selectTime: 'Time selection',
placeholderSelect: 'Please select',
2025-06-30 10:17:15 +08:00
export: 'Export',
search: 'Search',
budget: 'Budget',
tip: 'Strategy entrustment confirmation agreement',
tipContent: "Whereas Party A holds specific investment strategies and wishes to entrust Party B with professional management, and Party B possesses the corresponding qualifications and capabilities to undertake such entrusted services, both parties have reached this agreement through friendly consultations in accordance with the Civil Code of the People's Republic of China and other relevant laws and regulations.",
2025-06-30 10:17:15 +08:00
cancel: 'Cancel',
sure: 'Confirm',
2025-06-30 10:17:15 +08:00
strategyReview: 'Strategy review',
earningReview: 'Revenue review',
Maxdemand: 'Max. demand',
stationRunPlan: 'Actual power station operation planned',
runEarning: 'Actual operation revenue',
recommend: 'Recommended strategy revenue',
valley: 'Valley (0.1kWh/EUR)',
flat: 'Shoulder (0.3kWh/EUR)',
peak: 'Peak (0.6kWh/EUR)',
earningForecast: 'Revenue forecast',
defaultEarning: 'Default strategy revenue',
estimateEarning: 'Estimated revenue improvement',
rmb: 'EUR',
stts: 'Revenue budget',
sjsyje: 'Actual revenue amount',
mrjhqx: 'Default planned curve revenue',
ccdb: 'Strategy comparison',
ccsc: 'Strategy generating',
sccg: 'Generation successful',
cltgz: 'Strategy under entrustment',
tgcg: 'Entrustment successful',
cltgqx: 'Strategy canceling entrustment',
tgsb: 'Entrustment cancellation successful'
2025-06-30 10:17:15 +08:00
}
}