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:
@@ -1,27 +1,27 @@
|
||||
# binding
|
||||
binding.wifiled.name = WiFi LED Binding
|
||||
binding.wifiled.description = Binding für WiFi LED Geräte. Diese werden u.a. als Magic Home RGBW LED, UFO LED, LED NET controller etc.vertrieben.
|
||||
binding.wifiled.description = Binding für WiFi LED Geräte. Diese werden u.a. als Magic Home RGBW LED, UFO LED, LED NET controller etc.vertrieben.
|
||||
|
||||
# thing types
|
||||
thing-type.wifiled.wifiled.label = WiFi LED
|
||||
thing-type.wifiled.wifiled.description = WiFi LED Gerät
|
||||
thing-type.wifiled.wifiled.description = WiFi LED Gerät
|
||||
thing-type.config.wifiled.wifiled.ip.label = IP
|
||||
thing-type.config.wifiled.wifiled.ip.description = IP-Adresse oder Host-Name des Gerätes
|
||||
thing-type.config.wifiled.wifiled.ip.description = IP-Adresse oder Host-Name des Gerätes
|
||||
thing-type.config.wifiled.wifiled.port.label = Port
|
||||
thing-type.config.wifiled.wifiled.port.description = Genutzte Portnummer des Gerätes
|
||||
thing-type.config.wifiled.wifiled.port.description = Genutzte Portnummer des Gerätes
|
||||
thing-type.config.wifiled.wifiled.pollingPeriod.label = Abfrageintervall
|
||||
thing-type.config.wifiled.wifiled.pollingPeriod.description = Daten-Abfrageintervall in Sek.
|
||||
thing-type.config.wifiled.wifiled.protocol.label = Protokoll
|
||||
thing-type.config.wifiled.wifiled.protocol.description = Das zur Kommunikation mit dem Gerät genutzte Protokoll
|
||||
thing-type.config.wifiled.wifiled.protocol.description = Das zur Kommunikation mit dem Gerät genutzte Protokoll
|
||||
thing-type.config.wifiled.wifiled.driver.label = Treiber
|
||||
thing-type.config.wifiled.wifiled.driver.description = Treiber zur Ansteuerung des LED-Controllers
|
||||
thing-type.config.wifiled.wifiled.fadeDurationInMs.description = Dauer der Überblendung
|
||||
thing-type.config.wifiled.wifiled.fadeSteps.description = Anzahl von Schritten für Überblendung
|
||||
thing-type.config.wifiled.wifiled.fadeDurationInMs.description = Dauer der Überblendung
|
||||
thing-type.config.wifiled.wifiled.fadeSteps.description = Anzahl von Schritten für Überblendung
|
||||
|
||||
# channel types
|
||||
channel-type.wifiled.power.label = Eingeschaltet
|
||||
channel-type.wifiled.colorType.label = Farbe
|
||||
channel-type.wifiled.white.label = Weiß
|
||||
channel-type.wifiled.white2.label = Weiß 2
|
||||
channel-type.wifiled.white.label = Weiß
|
||||
channel-type.wifiled.white2.label = Weiß 2
|
||||
channel-type.wifiled.program.label = Programm
|
||||
channel-type.wifiled.programSpeed.label = Programm-Geschwindigkeit
|
||||
|
||||
Reference in New Issue
Block a user