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,18 +1,18 @@
|
||||
# binding
|
||||
bindingDescription = Dies ist das Binding für Somfy Universal RTS Interface II (URTSI II).
|
||||
bindingDescription = Dies ist das Binding für Somfy Universal RTS Interface II (URTSI II).
|
||||
|
||||
# thing types
|
||||
urtsiDeviceLabel = Somfy URTSI II Gerät
|
||||
urtsiDeviceLabel = Somfy URTSI II Gerät
|
||||
urtsiDeviceDescription = Dies ist die Somfy URTSI II Box.
|
||||
urtsiDevicePortLabel = Port
|
||||
urtsiDevicePortDescription = Der Port, über den das Gerät angesprochen wird (z.B. /dev/ttyUSB0)
|
||||
urtsiDeviceCommandIntervalLabel = Befehlausführungsintervall
|
||||
urtsiDevicePortDescription = Der Port, über den das Gerät angesprochen wird (z.B. /dev/ttyUSB0)
|
||||
urtsiDeviceCommandIntervalLabel = Befehlausführungsintervall
|
||||
urtsiDeviceCommandIntervalDescription = Die Zeit (in ms), die das Binding zwischen dem Absenden von zwei Befehlen warten soll
|
||||
|
||||
rtsDeviceLabel = Somfy RTS Gerät
|
||||
rtsDeviceDescription = Dies ist ein Gerät, das über RTS kommuniziert (z.B. ein Rolladenmotor).
|
||||
rtsDeviceLabel = Somfy RTS Gerät
|
||||
rtsDeviceDescription = Dies ist ein Gerät, das über RTS kommuniziert (z.B. ein Rolladenmotor).
|
||||
rtsDeviceChannelLabel = Kanal
|
||||
rtsDeviceChannelDescription = Der Kanel, der dem RTS Gerät am URTSI II zugewiesen wurde
|
||||
rtsDeviceChannelDescription = Der Kanel, der dem RTS Gerät am URTSI II zugewiesen wurde
|
||||
|
||||
positionChannelLabel = Position des RTS Geräts
|
||||
positionChannelDescription = Ändern der Position des RTS Gerätes
|
||||
positionChannelLabel = Position des RTS Geräts
|
||||
positionChannelDescription = Ändern der Position des RTS Gerätes
|
||||
|
||||
Reference in New Issue
Block a user