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-de.js Normal file
View file

@ -0,0 +1,28 @@
export default {
editor: {
"card.label_import": "Import",
"card.label_export": "Export",
"editor.main_title": "Haupt Entitäten",
"editor.solar_section": "Solar/PV",
"editor.grid_section": "Netz Import/Export",
"editor.battery_section": "Batterie",
"editor.consumers_section": "Zusätzliche Verbraucher",
"editor.options_section": "Darstellung & Optionen",
"editor.flow_rate_title": "Flussraten (W) an Röhren anzeigen",
"editor.label_toggle": "Label im Kreis anzeigen",
"editor.compact_view": "Kompakte Ansicht (evcc)",
"editor.hide_inactive": "Inaktive Röhren ausblenden",
"editor.entity": "Entität (Watt)",
"editor.label": "Beschriftung",
"editor.icon": "Icon",
},
card: {
"card.label_solar": "Solar",
"card.label_grid": "Netz",
"card.label_battery": "Batterie",
"card.label_house": "Verbrauch",
"card.label_car": "E-Auto",
"card.label_import": "Import",
"card.label_export": "Export",
}
};