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

@@ -1,6 +1,6 @@
# binding
binding.chromecast.name = Chromecast Binding
binding.chromecast.description = Dieses Binding integriert Chromecast Geräte (z.B. Chromecast, Chromecast Audio oder Chromecast Ultra).
binding.chromecast.description = Dieses Binding integriert Chromecast Geräte (z.B. Chromecast, Chromecast Audio oder Chromecast Ultra).
# thing types
thing-type.chromecast.audiogroup.label = Chromecast Audiogruppe
@@ -14,26 +14,26 @@ thing-type.chromecast.chromecast.description = Chromecast Media Player
# thing types config
thing-type.config.chromecast.device.ipAddress.label = IP-Adresse
thing-type.config.chromecast.device.ipAddress.description = Lokale IP-Adresse oder Hostname des Chromecast Gerätes.
thing-type.config.chromecast.device.ipAddress.description = Lokale IP-Adresse oder Hostname des Chromecast Gerätes.
thing-type.config.chromecast.device.port.label = Port
thing-type.config.chromecast.device.port.description = Port des Chromecast Gerätes.
thing-type.config.chromecast.device.port.description = Port des Chromecast Gerätes.
thing-type.config.chromecast.device.refreshRate.label = Aktualisierungsintervall
thing-type.config.chromecast.device.refreshRate.description = Intervall zur Aktualisierung des Chromecast Gerätes.
thing-type.config.chromecast.device.refreshRate.description = Intervall zur Aktualisierung des Chromecast Gerätes.
# channel types
channel-type.chromecast.stop.label = Stop
channel-type.chromecast.stop.description = Ermöglicht das Stoppen der Wiedergabe.
channel-type.chromecast.stop.description = Ermöglicht das Stoppen der Wiedergabe.
channel-type.chromecast.playuri.label = URI abspielen
channel-type.chromecast.playuri.description = Ermöglicht das Abspielen einer URI.
channel-type.chromecast.playuri.description = Ermöglicht das Abspielen einer URI.
channel-type.chromecast.metadataType.label = Medientyp
channel-type.chromecast.metadataType.description = Zeigt den Medientyp des aktuellen Stücks oder Films (z. B. MOVIE, AUDIO_TRACK) an.
channel-type.chromecast.metadataType.description = Zeigt den Medientyp des aktuellen Stücks oder Films (z. B. MOVIE, AUDIO_TRACK) an.
channel-type.chromecast.albumName.label = Album
channel-type.chromecast.albumName.description = Zeigt das Album des aktuellen Stücks an.
channel-type.chromecast.albumName.description = Zeigt das Album des aktuellen Stücks an.
channel-type.chromecast.metadataType.label = Medientyp
channel-type.chromecast.metadataType.description = Zeigt den Medientyp des aktuellen Stücks oder Films (z. B. movie, song) an.
channel-type.chromecast.metadataType.description = Zeigt den Medientyp des aktuellen Stücks oder Films (z. B. movie, song) an.
channel-type.chromecast.image.label = Thumbnail
channel-type.chromecast.image.description = Zeigt das Thumbnail des aktuellen Stücks oder Films an.
channel-type.chromecast.image.description = Zeigt das Thumbnail des aktuellen Stücks oder Films an.
channel-type.chromecast.currentTime.label = Laufzeit
channel-type.chromecast.currentTime.description = Zeigt die Laufzeit des aktuellen Stücks oder Films an.
channel-type.chromecast.currentTime.description = Zeigt die Laufzeit des aktuellen Stücks oder Films an.
channel-type.chromecast.duration.label = Dauer
channel-type.chromecast.duration.description = Zeigt die Dauer des aktuellen Stücks oder Films an.
channel-type.chromecast.duration.description = Zeigt die Dauer des aktuellen Stücks oder Films an.