Skip to content

Commit

Permalink
webapp: DPL: clean up obsolete language tokens
Browse files Browse the repository at this point in the history
these were not removed after refactoring the handling of multiple
inverters in the web UI while making progress on #1216.
  • Loading branch information
schlimmchen committed Dec 2, 2024
1 parent 2c71dba commit 705d4c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
13 changes: 0 additions & 13 deletions webapp/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,19 +687,6 @@
"BaseLoadLimitHint": "Relevant beim Betrieb ohne oder beim Ausfall des Stromzählers. Solange es die sonstigen Bedinungen zulassen (insb. Batterieladung), wird diese Leistung auf die Wechselrichter verteilt.",
"TotalUpperPowerLimit": "Maximale Gesamtausgangsleistung",
"TotalUpperPowerLimitHint": "Die Wechselrichter werden so eingestellt, dass sie in Summe höchstens diese Leistung erbringen.",
"ManagedInverters": "Verwaltete Wechselrichter",
"AddInverter": "Wechselrichter Hinzufügen",
"InverterLabel": "Name (Typ)",
"PowerSource": "Energiequelle",
"PowerSourceBattery": "Batterie",
"PowerSourceSolarPanels": "Solarmodul(e)",
"EditInverter": "Wechselrichter Bearbeiten",
"EditInverterLabel": "Betrifft Wechselrichter",
"Apply": "Übernehmen",
"Cancel": "@:base.Cancel",
"Delete": "Entfernen",
"DeleteInverter": "Entfernen Bestätigen",
"DeleteInverterMsg": "Soll Wechselrichter {label} mit Seriennummer {serial} von der Liste vom Dynamic Power Limiter verwalteter Wechselrichter entfernt werden?",
"UpperPowerLimit": "Maximales Leistungslimit",
"UpperPowerLimitHint": "Der Wechselrichter wird stets so eingestellt, dass höchstens diese Ausgangsleistung erreicht wird. Dieser Wert muss so gewählt werden, dass die Strombelastbarkeit der AC-Anschlussleitungen eingehalten wird.",
"SocThresholds": "Batterie State of Charge (SoC) Schwellwerte",
Expand Down
13 changes: 0 additions & 13 deletions webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,19 +689,6 @@
"BaseLoadLimitHint": "Relevant for operation without power meter or when the power meter fails. As long as the other conditions allow (battery charge in particular), the inverters are configured to output this amount of power in total.",
"TotalUpperPowerLimit": "Maximum Total Output",
"TotalUpperPowerLimitHint": "The inverters are configured to output this maximum amount of power in total.",
"ManagedInverters": "Managed Inverters",
"AddInverter": "Add Inverter",
"InverterLabel": "Name (Type)",
"PowerSource": "Power Source",
"PowerSourceBattery": "Battery",
"PowerSourceSolarPanels": "Solar Panel(s)",
"EditInverter": "Edit Inverter",
"EditInverterLabel": "Concerns Inverter",
"Apply": "Apply",
"Cancel": "@:base.Cancel",
"Delete": "Delete",
"DeleteInverter": "Confirm Removal",
"DeleteInverterMsg": "Should inverter {label} with serial number {serial} be removed from the list of inverters managed by the Dynamic Power Limiter?",
"UpperPowerLimit": "Maximum Power Limit",
"UpperPowerLimitHint": "The inverter is always set such that no more than this output power is achieved. This value must be selected to comply with the current carrying capacity of the AC connection cables.",
"SocThresholds": "Battery State of Charge (SoC) Thresholds",
Expand Down
13 changes: 0 additions & 13 deletions webapp/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,19 +755,6 @@
"BaseLoadLimitHint": "Relevant for operation without power meter or when the power meter fails. As long as the other conditions allow (in particular battery charge), this limit is set on the inverter.",
"TotalUpperPowerLimit": "Maximum Total Output",
"TotalUpperPowerLimitHint": "The inverters are configured to output this maximum amount of power in total.",
"ManagedInverters": "Managed Inverters",
"AddInverter": "Add Inverter",
"InverterLabel": "Name (Type)",
"PowerSource": "Power Source",
"PowerSourceBattery": "Battery",
"PowerSourceSolarPanels": "Solar Panel(s)",
"EditInverter": "Edit Inverter",
"EditInverterLabel": "Concerns Inverter",
"Apply": "Apply",
"Cancel": "@:base.Cancel",
"Delete": "Delete",
"DeleteInverter": "Confirm Removal",
"DeleteInverterMsg": "Should inverter {label} with serial number {serial} be removed from the list of inverters managed by the Dynamic Power Limiter?",
"UpperPowerLimit": "Maximum Power Limit",
"UpperPowerLimitHint": "The inverter is always set such that no more than this output power is achieved. This value must be selected to comply with the current carrying capacity of the AC connection cables.",
"SocThresholds": "Battery State of Charge (SoC) Thresholds",
Expand Down

0 comments on commit 705d4c8

Please sign in to comment.