This commit is contained in:
jayjojayson 2026-02-07 12:51:57 +01:00
parent 3c06338801
commit afb7e2ae41
6 changed files with 2349 additions and 682 deletions

28
src/lang-en.js Normal file
View file

@ -0,0 +1,28 @@
export default {
editor: {
"card.label_import": "Import",
"card.label_export": "Export",
"editor.main_title": "Main Entities",
"editor.solar_section": "Solar",
"editor.grid_section": "Grid Connection",
"editor.battery_section": "Battery",
"editor.consumers_section": "Additional Consumers",
"editor.options_section": "Appearance & Options",
"editor.flow_rate_title": "Show Flow Rates (W) on pipes",
"editor.label_toggle": "Show Label in Bubble",
"editor.compact_view": "Compact View (evcc)",
"editor.hide_inactive": "Hide Inactive Pipes",
"editor.entity": "Entity (Watt)",
"editor.label": "Label",
"editor.icon": "Icon",
},
card: {
"card.label_solar": "Solar",
"card.label_grid": "Grid",
"card.label_battery": "Battery",
"card.label_house": "Consumption",
"card.label_car": "Car",
"card.label_import": "Import",
"card.label_export": "Export",
}
};