2026-02-07 12:51:57 +01:00
|
|
|
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",
|
2026-02-17 23:01:12 +01:00
|
|
|
"editor.invert_battery": "Wert umkehren (+/-)",
|
2026-02-07 12:51:57 +01:00
|
|
|
"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",
|
2026-02-17 23:01:12 +01:00
|
|
|
"editor.back": "Zurück",
|
|
|
|
|
"editor.battery_soc_label": "Ladestand (%)",
|
|
|
|
|
"editor.house_total_title": "🏠 Gesamtverbrauch (optional)",
|
|
|
|
|
"editor.house_sensor_label": "Sensor für Hausverbrauch (optional)",
|
2026-02-17 23:40:08 +01:00
|
|
|
"editor.house_sensor_hint": "Wird benötigt, damit das Haus-Icon anklickbar ist (compact view).",
|
2026-02-17 23:01:12 +01:00
|
|
|
"editor.consumer_1_title": "🚗 Links (Lila)",
|
|
|
|
|
"editor.consumer_2_title": "♨️ Mitte (Orange)",
|
|
|
|
|
"editor.consumer_3_title": "🏊 Rechts (Türkis)",
|
|
|
|
|
"editor.zoom_label": "🔍 Zoom (Standard View)",
|
|
|
|
|
"editor.neon_glow": "Neon Glow",
|
|
|
|
|
"editor.donut_chart": "Donut Chart (Grid/Haus)",
|
|
|
|
|
"editor.comet_tail": "Comet Tail Effect",
|
|
|
|
|
"editor.dashed_line": "Dashed Line Effect",
|
|
|
|
|
"editor.colored_values": "Farbige Textwerte",
|
|
|
|
|
"editor.hide_consumer_icons": "Icons unten ausblenden",
|
2026-02-07 12:51:57 +01:00
|
|
|
},
|
|
|
|
|
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",
|
|
|
|
|
}
|
|
|
|
|
};
|