Skip to content

Commit

Permalink
adjust locales
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBoehm committed Dec 24, 2024
1 parent d933581 commit a3d0408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion webapp/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
"ConfigHintPowerMeterDisabled": "Der DPL stellt ohne Stromzählerschnittstelle lediglich die konfigurierte Grundlast als Limit am Wechselrichter ein (Ausnahme: (Full) Solar-Passthrough).",
"ConfigHintNoInverter": "Vor dem Festlegen von Einstellungen des DPL muss mindestens ein Inverter konfiguriert sein.",
"ConfigHintInverterCommunication": "Das Abrufen von Daten und Senden von Kommandos muss für jeden zu steuernden Wechselrichter aktiviert sein.",
"ConfigHintNoChargeController": "Die Solar-Passthrough Funktion kann nur mit aktivierter VE.Direct Schnittstelle genutzt werden.",
"ConfigHintNoChargeController": "Die Solar-Passthrough Funktion kann nur mit konfigurierter Solarladereglerkommunikationsschnittstelle genutzt werden.",
"ConfigHintNoBatteryInterface": "SoC-basierte Schwellwerte können nur mit konfigurierter Batteriekommunikationsschnittstelle genutzt werden.",
"General": "Allgemein",
"Enable": "Aktiviert",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
"ConfigHintPowerMeterDisabled": "Without a power meter interface, the inverter limit the DPL will configure equals the configured base load (exception: (full) solar-passthrough).",
"ConfigHintNoInverter": "At least one inverter must be configured prior to setting up the DPL.",
"ConfigHintInverterCommunication": "Polling data from and sending commands to all governed inverters must be enabled.",
"ConfigHintNoChargeController": "The solar-passthrough feature can only be used if the VE.Direct interface is configured.",
"ConfigHintNoChargeController": "The solar-passthrough feature can only be used if a solarcharger communication interface is configured.",
"ConfigHintNoBatteryInterface": "SoC-based thresholds can only be used if a battery communication interface is configured.",
"General": "General",
"Enable": "Enable",
Expand Down
10 changes: 1 addition & 9 deletions webapp/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@
"Value": "Value",
"Unit": "Unit",
"section_device": "Device Info",
"LoadOutputState": "Load output state",
"StateOfOperation": "State of operation",
"TrackerOperationMode": "Tracker operation mode",
"OffReason": "Off reason",
"ErrorCode": "Error code",
"DaySequenceNumber": "Day sequence number (0..364)",
"Battery": "Output (Battery)",
"Panel": "Input (Solar Panels)",
"device": {
"LOAD": "Load output state",
"VIRTLOAD": "Virtual load output state",
Expand Down Expand Up @@ -701,7 +693,7 @@
"ConfigHintPowerMeterDisabled": "Without a power meter interface, the inverter limit the DPL will configure equals the configured base load (exception: (full) solar-passthrough).",
"ConfigHintNoInverter": "At least one inverter must be configured prior to setting up the DPL.",
"ConfigHintInverterCommunication": "Polling data from and sending commands to all governed inverters must be enabled.",
"ConfigHintNoChargeController": "The solar-passthrough feature can only be used if the VE.Direct interface is configured.",
"ConfigHintNoChargeController": "The solar-passthrough feature can only be used if a solarcharger communication interface is configured.",
"ConfigHintNoBatteryInterface": "SoC-based thresholds can only be used if a battery communication interface is configured.",
"General": "General",
"Enable": "Enable",
Expand Down

0 comments on commit a3d0408

Please sign in to comment.