52 lines
2.5 KiB
JavaScript
52 lines
2.5 KiB
JavaScript
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.invert_battery": "Wert umkehren (+/-)",
|
|
"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",
|
|
"editor.back": "Zurück",
|
|
"editor.battery_soc_label": "Ladestand (%)",
|
|
"editor.house_total_title": "🏠 Gesamtverbrauch (optional)",
|
|
"editor.house_sensor_label": "Sensor für Hausverbrauch (optional)",
|
|
"editor.house_sensor_hint": "Wird benötigt, damit das Haus-Icon anklickbar ist (compact view).",
|
|
"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.tinted_background": "Farbiger Hintergrund in Kreisen",
|
|
"editor.colored_values": "Farbige Textwerte",
|
|
"editor.hide_consumer_icons": "Icons unten ausblenden",
|
|
"editor.invert_consumer_1": "Sensorwert invertieren (+/-)",
|
|
"editor.secondary_sensor": "Zweiter Sensor (nur Anzeige)",
|
|
"editor.grid_to_battery_sensor": "Netz-zu-Batterie Sensor (Watt)",
|
|
"editor.grid_to_battery_hint": "Optional: separater Sensor für den Netz-zu-Batterie Fluss. Wenn leer, wird der Wert automatisch berechnet.",
|
|
"editor.grid_combined_sensor": "Kombinierter Netz-Sensor (W, Optional)",
|
|
"editor.grid_combined_hint": "Ein Sensor für Import UND Export: positiv = Import, negativ = Export. Überschreibt die getrennten Import/Export Sensoren.",
|
|
"editor.color_picker": "Farbe anpassen",
|
|
},
|
|
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",
|
|
}
|
|
};
|