Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)

* Switch properties files encoding from ISO-8859-1 to UTF-8

Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs.

Related to openhab/openhab-core#2298

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-10-09 19:56:49 +02:00
committed by GitHub
parent 6fab06243c
commit 798abaa4ca
86 changed files with 2472 additions and 2472 deletions

View File

@@ -2,13 +2,13 @@
thing-type.modbus.e3dc.label = E3DC Hauskraftwerk
thing-type.modbus.e3dc.description = Zeigt die Leistungswerte, String Details, Notstrom Zustand und generelle Details zu Ihrem E3DC Hauskraftwerk
thing-type.modbus.e3dc-wallbox.label = E3DC Wallbox
thing-type.modbus.e3dc-wallbox.description = Zeigt die Einstellungen der verbundenen Wallbox. Schalter wie "Sonnenmodus" oder "1-phasiges Laden" können geändert werden
thing-type.modbus.e3dc-wallbox.description = Zeigt die Einstellungen der verbundenen Wallbox. Schalter wie "Sonnenmodus" oder "1-phasiges Laden" können geändert werden
# thing type config description
thing-type.config.modbus.e3dc.refresh.label = Zyklische Abfragezeit
thing-type.config.modbus.e3dc.refresh.description = Intervall in Millisekunden, wie oft die Werte abgerufen werden sollen
thing-type.config.modbus.e3dc-wallbox.wallboxId.label = Wallbox-Nummer
thing-type.config.modbus.e3dc-wallbox.wallboxId.description = Das E3DC Gerät unterstützt bis zu 8 Wallboxen - Wählen Sie einen Wert zwischen 0 und 7
thing-type.config.modbus.e3dc-wallbox.wallboxId.description = Das E3DC Gerät unterstützt bis zu 8 Wallboxen - Wählen Sie einen Wert zwischen 0 und 7
# Channel group types
channel-group-type.modbus.info-values.label = Informationen
@@ -24,7 +24,7 @@ channel-group-type.modbus.emergency-values.description = Status und Werte der No
channel-type.modbus.wb-available-channel.label = Vorhanden
channel-type.modbus.wb-sunmode-channel.label = Sonnenmodus
channel-type.modbus.wb-charging-aborted-channel.label = Laden Abgebrochen
channel-type.modbus.wb-charging-channel.label = Auto lädt
channel-type.modbus.wb-charging-channel.label = Auto lädt
channel-type.modbus.wb-jack-locked-channel.label = Ladekabel Verriegelt
channel-type.modbus.wb-jack-plugged-channel.label = Ladekabel Gesteckt
channel-type.modbus.wb-schuko-on-channel.label = Schuko-Steckdose An
@@ -39,7 +39,7 @@ channel-type.modbus.wb-1phase-channel.label = 1-phasiges Laden An
channel-type.modbus.emergency-power-status-channel.label = Notstrom Status
channel-type.modbus.battery-charging-lock-channel.label = Batterie Laden Gesperrt
channel-type.modbus.battery-discharging-lock-channel.label = Batterie Entladen Gesperrt
channel-type.modbus.emergency-power-possible-channel.label = Notstrom Versorgung Möglich
channel-type.modbus.emergency-power-possible-channel.label = Notstrom Versorgung Möglich
channel-type.modbus.weather-predicted-charging-channel.label = Wetterbasiertes Laden
channel-type.modbus.regulation-status-channel.label = Einspeise Abregelung
channel-type.modbus.charge-lock-time-channel.label = Batterie Ladesperrzeiten Aktiv
@@ -48,7 +48,7 @@ channel-type.modbus.discharge-lock-time-channel.label = Batterie Entladesperrzei
# Info Channels
channel-type.modbus.modbus-id-channel.label = Modbus ID
channel-type.modbus.modbus-firmware-channel.label = Modbus Firmware
channel-type.modbus.supported-registers-channel.label = Unterstützte Register
channel-type.modbus.supported-registers-channel.label = Unterstützte Register
channel-type.modbus.manufacturer-name-channel.label = Hersteller
channel-type.modbus.model-name-channel.label = Modellname
channel-type.modbus.serial-number-channel.label = Seriennummer
@@ -72,9 +72,9 @@ channel-type.modbus.battery-soc-channel.label = Batterie Ladestand in Prozent
channel-type.modbus.string1-dc-voltage-channel.label = String 1 Spannung
channel-type.modbus.string2-dc-voltage-channel.label = String 2 Spannung
channel-type.modbus.string3-dc-voltage-channel.label = String 3 Spannung
channel-type.modbus.string1-dc-current-channel.label = String 1 Stromstärke
channel-type.modbus.string2-dc-current-channel.label = String 2 Stromstärke
channel-type.modbus.string3-dc-current-channel.label = String 3 Stromstärke
channel-type.modbus.string1-dc-current-channel.label = String 1 Stromstärke
channel-type.modbus.string2-dc-current-channel.label = String 2 Stromstärke
channel-type.modbus.string3-dc-current-channel.label = String 3 Stromstärke
channel-type.modbus.string1-dc-output-channel.label = String 1 Leistung
channel-type.modbus.string2-dc-output-channel.label = String 2 Leistung
channel-type.modbus.string3-dc-output-channel.label = String 3 Leistung