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,6 +1,6 @@
|
||||
# binding
|
||||
binding.pilight.name = Pilight Binding
|
||||
binding.pilight.description = Das pilight-Binding ermöglicht openHAB die Kommunikation mit einer pilight-Instanz. Pilight ist ein Dienst, der verwendet wird, um 'Click On Click Off'-Geräte wie bspw. 433 MHz Funksteckdosen auf kostengünstige Weise zu steuern, z.B. durch Verwendung eines Raspberry Pi mit entsprechendem 433 MHz Sender.
|
||||
binding.pilight.description = Das pilight-Binding ermöglicht openHAB die Kommunikation mit einer pilight-Instanz. Pilight ist ein Dienst, der verwendet wird, um 'Click On Click Off'-Geräte wie bspw. 433 MHz Funksteckdosen auf kostengünstige Weise zu steuern, z.B. durch Verwendung eines Raspberry Pi mit entsprechendem 433 MHz Sender.
|
||||
|
||||
# thing types
|
||||
thing-type.pilight.bridge.label = Pilight Bridge
|
||||
@@ -15,19 +15,19 @@ thing-type.pilight.dimmer.description = Pilight Dimmer
|
||||
thing-type.pilight.switch.label = Pilight Schalter
|
||||
thing-type.pilight.switch.description = Pilight Schalter
|
||||
|
||||
thing-type.pilight.generic.label = Generisches pilight Gerät
|
||||
thing-type.pilight.generic.description = Gerät bei dem die Kanäle dynamisch hinzugefügt werden.
|
||||
thing-type.pilight.generic.label = Generisches pilight Gerät
|
||||
thing-type.pilight.generic.description = Gerät bei dem die Kanäle dynamisch hinzugefügt werden.
|
||||
|
||||
# thing type config description
|
||||
thing-type.config.pilight.bridge.ipAddress.label = IP-Adresse
|
||||
thing-type.config.pilight.bridge.ipAddress.description = Lokale IP-Adresse oder Hostname des pilight Daemons.
|
||||
thing-type.config.pilight.bridge.port.label = Port
|
||||
thing-type.config.pilight.bridge.port.description = Port des pilight Daemons.
|
||||
thing-type.config.pilight.bridge.delay.label = Verzögerung
|
||||
thing-type.config.pilight.bridge.delay.description = Verzögerung (in Millisekunden) zwischen zwei Kommandos. Empfohlener Wert ohne Bandpassfilter: 1000 und mit Bandpassfilter zwischen 200 und 500.
|
||||
thing-type.config.pilight.bridge.delay.label = Verzögerung
|
||||
thing-type.config.pilight.bridge.delay.description = Verzögerung (in Millisekunden) zwischen zwei Kommandos. Empfohlener Wert ohne Bandpassfilter: 1000 und mit Bandpassfilter zwischen 200 und 500.
|
||||
|
||||
thing-type.config.pilight.device.name.label = Name
|
||||
thing-type.config.pilight.device.name.description = Name des pilight Geräts
|
||||
thing-type.config.pilight.device.name.description = Name des pilight Geräts
|
||||
|
||||
# channel types
|
||||
channel-type.pilight.contact-state.label = Status
|
||||
|
||||
Reference in New Issue
Block a user