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,62 +1,62 @@
|
||||
# binding
|
||||
binding.amazonechocontrol.name = Amazon Echo Steuerung Binding
|
||||
binding.amazonechocontrol.description = Binding zum Steuern von Amazon Echo (Alexa). Dieses Binding ermöglicht openHAB die Lautstärke, den Wiedergabe Status und die Bluetooth-Verbindung des Amazon Echo Gerätes zu steuern oder als TTS Gerät zu benutzen.
|
||||
binding.amazonechocontrol.description = Binding zum Steuern von Amazon Echo (Alexa). Dieses Binding ermöglicht openHAB die Lautstärke, den Wiedergabe Status und die Bluetooth-Verbindung des Amazon Echo Gerätes zu steuern oder als TTS Gerät zu benutzen.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.amazonechocontrol.account.label = Amazon Konto
|
||||
thing-type.amazonechocontrol.account.description = Amazon Konto bei dem die Amazon Echo Geräte registriert sind.
|
||||
thing-type.amazonechocontrol.account.config-description.discoverSmartHome.description = Definiert ob openHAB Geräte die mit Amazon Echo verbunden sind, gefunden werden sollen.
|
||||
thing-type.amazonechocontrol.account.description = Amazon Konto bei dem die Amazon Echo Geräte registriert sind.
|
||||
thing-type.amazonechocontrol.account.config-description.discoverSmartHome.description = Definiert ob openHAB Geräte die mit Amazon Echo verbunden sind, gefunden werden sollen.
|
||||
thing-type.amazonechocontrol.account.config-description.discoverSmartHome.option.0 = Nicht finden
|
||||
thing-type.amazonechocontrol.account.config-description.discoverSmartHome.option.1 = Direkt verbundene
|
||||
thing-type.amazonechocontrol.account.config-description.discoverSmartHome.option.2 = Direkt und über Skill verbundene
|
||||
thing-type.amazonechocontrol.account.config-description.pollingIntervalSmartHomeAlexa.description = Definiert das Intervall in Sekunden, wie häufig OpenHAB den Status der mit Alexa verbundenen Geräte abfragt.
|
||||
thing-type.amazonechocontrol.account.config-description.pollingIntervalSmartSkills.description = Definiert das Intervall in Sekunden, wie häufig OpenHAB den Status der über Skill Geräte abfragt.
|
||||
thing-type.amazonechocontrol.account.config-description.discoverOpenHabSmartHomeDevices.description = Definiert ob auch Geräte die über den openHAB Skill verbunden sind, gefunden werden sollen. Diese Option ist nur für Entwicklungs- und Testzwecke.
|
||||
thing-type.amazonechocontrol.account.config-description.discoverSmartHome.option.2 = Direkt und über Skill verbundene
|
||||
thing-type.amazonechocontrol.account.config-description.pollingIntervalSmartHomeAlexa.description = Definiert das Intervall in Sekunden, wie häufig OpenHAB den Status der mit Alexa verbundenen Geräte abfragt.
|
||||
thing-type.amazonechocontrol.account.config-description.pollingIntervalSmartSkills.description = Definiert das Intervall in Sekunden, wie häufig OpenHAB den Status der über Skill Geräte abfragt.
|
||||
thing-type.amazonechocontrol.account.config-description.discoverOpenHabSmartHomeDevices.description = Definiert ob auch Geräte die über den openHAB Skill verbunden sind, gefunden werden sollen. Diese Option ist nur für Entwicklungs- und Testzwecke.
|
||||
|
||||
thing-type.amazonechocontrol.echo.label = Amazon Echo
|
||||
thing-type.amazonechocontrol.echo.description = Amazon Echo Gerät (Amazon Echo, Amazon Echo Dot, Amazon Echo Plus...)
|
||||
thing-type.amazonechocontrol.echo.description = Amazon Echo Gerät (Amazon Echo, Amazon Echo Dot, Amazon Echo Plus...)
|
||||
|
||||
thing-type.config.amazonechocontrol.echo.serialNumber.label = Seriennummer
|
||||
thing-type.config.amazonechocontrol.echo.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
thing-type.config.amazonechocontrol.echo.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
|
||||
thing-type.amazonechocontrol.echospot.label = Amazon Echo Spot
|
||||
thing-type.amazonechocontrol.echospot.description = Amazon Echo Spot Gerät
|
||||
thing-type.amazonechocontrol.echospot.description = Amazon Echo Spot Gerät
|
||||
|
||||
thing-type.config.amazonechocontrol.echospot.serialNumber.label = Seriennummer
|
||||
thing-type.config.amazonechocontrol.echospot.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
thing-type.config.amazonechocontrol.echospot.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
|
||||
thing-type.amazonechocontrol.echoshow.label = Amazon Echo Show
|
||||
thing-type.amazonechocontrol.echoshow.description = Amazon Echo Show Gerät
|
||||
thing-type.amazonechocontrol.echoshow.description = Amazon Echo Show Gerät
|
||||
|
||||
thing-type.config.amazonechocontrol.echoshow.serialNumber.label = Seriennummer
|
||||
thing-type.config.amazonechocontrol.echoshow.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
thing-type.config.amazonechocontrol.echoshow.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
|
||||
thing-type.amazonechocontrol.wha.label = Amazon Multi-Raum Musik
|
||||
thing-type.amazonechocontrol.wha.description = Multi-Raum Musik Steuerung
|
||||
|
||||
thing-type.config.wha.echoshow.serialNumber.label = Seriennummer
|
||||
thing-type.config.wha.echoshow.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
thing-type.config.wha.echoshow.serialNumber.description = Die Seriennummer des Geräts aus der Alexa App
|
||||
|
||||
thing-type.amazonechocontrol.flashbriefingprofile.label = Tägliche Zusammenfassungsprofile
|
||||
thing-type.amazonechocontrol.flashbriefingprofile.description = Speichert und läd eine Tägliches Zusammenfassungskonfiguration
|
||||
thing-type.amazonechocontrol.flashbriefingprofile.label = Tägliche Zusammenfassungsprofile
|
||||
thing-type.amazonechocontrol.flashbriefingprofile.description = Speichert und läd eine Tägliches Zusammenfassungskonfiguration
|
||||
|
||||
thing-type.amazonechocontrol.smartHomeDevice.label = Smart Home Gerät
|
||||
thing-type.amazonechocontrol.smartHomeDevice.description = Ein mit Alexa verbundenes Smart Home Gerät
|
||||
thing-type.amazonechocontrol.smartHomeDevice.label = Smart Home Gerät
|
||||
thing-type.amazonechocontrol.smartHomeDevice.description = Ein mit Alexa verbundenes Smart Home Gerät
|
||||
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.label = Geräte Id
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.description = Die Id des Gerätes (Bitte die Suchfunktion benutzen, um ein konfiguriertes Thing zu bekommen)
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.label = Geräte Id
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.description = Die Id des Gerätes (Bitte die Suchfunktion benutzen, um ein konfiguriertes Thing zu bekommen)
|
||||
|
||||
thing-type.amazonechocontrol.smartHomeDeviceGroup.label = Smart Home Geräte Gruppe
|
||||
thing-type.amazonechocontrol.smartHomeDeviceGroup.description = Eine Gruppe von Smart Home Geräten
|
||||
thing-type.amazonechocontrol.smartHomeDeviceGroup.label = Smart Home Geräte Gruppe
|
||||
thing-type.amazonechocontrol.smartHomeDeviceGroup.description = Eine Gruppe von Smart Home Geräten
|
||||
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.label = Gruppen Id
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.description = Die Id der Gerätegruppe (Bitte die Suchfunktion benutzen, um ein konfiguriertes Thing zu bekommen)
|
||||
thing-type.amazonechocontrol.smartHomeDevice.id.description = Die Id der Gerätegruppe (Bitte die Suchfunktion benutzen, um ein konfiguriertes Thing zu bekommen)
|
||||
|
||||
|
||||
# channel types
|
||||
channel-type.amazonechocontrol.bluetoothDeviceName.label = Bluetooth Gerät
|
||||
channel-type.amazonechocontrol.bluetoothDeviceName.description = Verbundenes Bluetoothgerät
|
||||
channel-type.amazonechocontrol.bluetoothDeviceName.label = Bluetooth Gerät
|
||||
channel-type.amazonechocontrol.bluetoothDeviceName.description = Verbundenes Bluetoothgerät
|
||||
|
||||
channel-type.amazonechocontrol.radioStationId.label = TuneIn Radio Stations ID
|
||||
channel-type.amazonechocontrol.radioStationId.description = ID der Radio Station
|
||||
@@ -74,25 +74,25 @@ channel-type.amazonechocontrol.providerDisplayName.label = Anbieter Name
|
||||
channel-type.amazonechocontrol.providerDisplayName.description = Name des Musikanbieters
|
||||
|
||||
channel-type.amazonechocontrol.bluetoothMAC.label = Bluetooth Verbindung
|
||||
channel-type.amazonechocontrol.bluetoothMAC.description = MAC-Adresse des verbundenen Bluetoothgerätes
|
||||
channel-type.amazonechocontrol.bluetoothMAC.description = MAC-Adresse des verbundenen Bluetoothgerätes
|
||||
|
||||
channel-type.amazonechocontrol.sendMessage.label = Nachricht senden
|
||||
channel-type.amazonechocontrol.sendMessage.description = Schickt eine Nachricht an die Echo Geräte (Nur schreiben).
|
||||
channel-type.amazonechocontrol.sendMessage.description = Schickt eine Nachricht an die Echo Geräte (Nur schreiben).
|
||||
|
||||
channel-type.amazonechocontrol.announcement.label = Ankündigung
|
||||
channel-type.amazonechocontrol.announcement.description = Zeigt die Ankündungsnachricht am Display (Nur schreiben). In der Binding Beschreibung ist im Tutorials Abschnitt eine Erklärung wie der Title gesetzt und der Sound deaktiviert wird.
|
||||
channel-type.amazonechocontrol.announcement.label = Ankündigung
|
||||
channel-type.amazonechocontrol.announcement.description = Zeigt die Ankündungsnachricht am Display (Nur schreiben). In der Binding Beschreibung ist im Tutorials Abschnitt eine Erklärung wie der Title gesetzt und der Sound deaktiviert wird.
|
||||
|
||||
channel-type.amazonechocontrol.textToSpeech.label = Sprich
|
||||
channel-type.amazonechocontrol.textToSpeech.description = Spricht den Text (Nur schreiben). Es kann reiner Text oder SSML verwendet werden: e.g. <speak>Ich will dir ein Geheimnis erzählen.<amazon:effect name="whispered">Ich bin nicht wirklich ein Mensch.</amazon:effect></speak>
|
||||
channel-type.amazonechocontrol.textToSpeech.description = Spricht den Text (Nur schreiben). Es kann reiner Text oder SSML verwendet werden: e.g. <speak>Ich will dir ein Geheimnis erzählen.<amazon:effect name="whispered">Ich bin nicht wirklich ein Mensch.</amazon:effect></speak>
|
||||
|
||||
channel-type.amazonechocontrol.textToSpeechVolume.label = Sprich Lautstärke
|
||||
channel-type.amazonechocontrol.textToSpeechVolume.description = Lautstärke des Sprich Kanals. Wenn 0 wird die aktuelle Lautstärke verwendet.
|
||||
channel-type.amazonechocontrol.textToSpeechVolume.label = Sprich Lautstärke
|
||||
channel-type.amazonechocontrol.textToSpeechVolume.description = Lautstärke des Sprich Kanals. Wenn 0 wird die aktuelle Lautstärke verwendet.
|
||||
|
||||
channel-type.amazonechocontrol.textCommand.label = Befehl
|
||||
channel-type.amazonechocontrol.textCommand.description = Führt einen Befehl aus (Nur schreiben). Der Befehl wird wie ein gesprochener Befehl ausgeführt.
|
||||
channel-type.amazonechocontrol.textCommand.description = Führt einen Befehl aus (Nur schreiben). Der Befehl wird wie ein gesprochener Befehl ausgeführt.
|
||||
|
||||
channel-type.amazonechocontrol.lastVoiceCommand.label = Letzter Sprachbefehl
|
||||
channel-type.amazonechocontrol.lastVoiceCommand.description = Befehl der zum Gerät gesprochen wurde. Schreiben zum Kanal started die Sprachausgabe.
|
||||
channel-type.amazonechocontrol.lastVoiceCommand.description = Befehl der zum Gerät gesprochen wurde. Schreiben zum Kanal started die Sprachausgabe.
|
||||
|
||||
channel-type.amazonechocontrol.mediaProgress.label = Medien Fortschritt %
|
||||
channel-type.amazonechocontrol.mediaProgress.description = Medien Fortschritt in %
|
||||
@@ -100,29 +100,29 @@ channel-type.amazonechocontrol.mediaProgress.description = Medien Fortschritt in
|
||||
channel-type.amazonechocontrol.mediaProgressTime.label = Medien Spielzeit
|
||||
channel-type.amazonechocontrol.mediaProgressTime.description = Medien Spielzeit
|
||||
|
||||
channel-type.amazonechocontrol.mediaLength.label = Medien Länge
|
||||
channel-type.amazonechocontrol.mediaLength.description = Medien Länge
|
||||
channel-type.amazonechocontrol.mediaLength.label = Medien Länge
|
||||
channel-type.amazonechocontrol.mediaLength.description = Medien Länge
|
||||
|
||||
channel-type.amazonechocontrol.notificationVolume.label = Weckerlautstärke
|
||||
channel-type.amazonechocontrol.notificationVolume.description = Wecker und Alarm Lautstärke
|
||||
channel-type.amazonechocontrol.notificationVolume.label = Weckerlautstärke
|
||||
channel-type.amazonechocontrol.notificationVolume.description = Wecker und Alarm Lautstärke
|
||||
|
||||
channel-type.amazonechocontrol.ascendingAlarm.label = Weckerlautstärke erhöhen
|
||||
channel-type.amazonechocontrol.ascendingAlarm.description = Weckerlautstärke bis zum eingestellten Wert erhöhen
|
||||
channel-type.amazonechocontrol.ascendingAlarm.label = Weckerlautstärke erhöhen
|
||||
channel-type.amazonechocontrol.ascendingAlarm.description = Weckerlautstärke bis zum eingestellten Wert erhöhen
|
||||
|
||||
channel-type.amazonechocontrol.remind.label = Erinnere
|
||||
channel-type.amazonechocontrol.remind.description = Spricht die Erinnerung und sendet eine Benachrichtigung an die Alexa-APP (Nur schreiben)
|
||||
|
||||
channel-type.amazonechocontrol.nextReminder.label = Nächste Erinnerung
|
||||
channel-type.amazonechocontrol.nextReminder.description = Nächste Erinnerung
|
||||
channel-type.amazonechocontrol.nextReminder.label = Nächste Erinnerung
|
||||
channel-type.amazonechocontrol.nextReminder.description = Nächste Erinnerung
|
||||
|
||||
channel-type.amazonechocontrol.nextAlarm.label = Nächster Alarm
|
||||
channel-type.amazonechocontrol.nextAlarm.description = Nächster Alarm
|
||||
channel-type.amazonechocontrol.nextAlarm.label = Nächster Alarm
|
||||
channel-type.amazonechocontrol.nextAlarm.description = Nächster Alarm
|
||||
|
||||
channel-type.amazonechocontrol.nextMusicAlarm.label = Nächster Musik Alarm
|
||||
channel-type.amazonechocontrol.nextMusicAlarm.description = Nächster Musik Alarm
|
||||
channel-type.amazonechocontrol.nextMusicAlarm.label = Nächster Musik Alarm
|
||||
channel-type.amazonechocontrol.nextMusicAlarm.description = Nächster Musik Alarm
|
||||
|
||||
channel-type.amazonechocontrol.nextTimer.label = Nächster Timer
|
||||
channel-type.amazonechocontrol.nextTimer.description = Nächster Timer
|
||||
channel-type.amazonechocontrol.nextTimer.label = Nächster Timer
|
||||
channel-type.amazonechocontrol.nextTimer.description = Nächster Timer
|
||||
|
||||
channel-type.amazonechocontrol.playAlarmSound.label = Spielt Alarm Sound
|
||||
channel-type.amazonechocontrol.playAlarmSound.description = Spielt Alarm Sound ab (Nur schreiben)
|
||||
@@ -152,7 +152,7 @@ channel-type.amazonechocontrol.radio.label = TuneIn Radio
|
||||
channel-type.amazonechocontrol.radio.description = Radio eingeschaltet
|
||||
|
||||
channel-type.amazonechocontrol.bluetooth.label = Bluetooth Verbindung
|
||||
channel-type.amazonechocontrol.bluetooth.description = Verbindet zum letzten benutzten Bluetooth Gerätes
|
||||
channel-type.amazonechocontrol.bluetooth.description = Verbindet zum letzten benutzten Bluetooth Gerätes
|
||||
|
||||
channel-type.amazonechocontrol.loop.label = Wiederholung
|
||||
channel-type.amazonechocontrol.loop.description = Wiederholung
|
||||
@@ -163,26 +163,26 @@ channel-type.amazonechocontrol.shuffle.description = Zufallswiedergabe
|
||||
channel-type.amazonechocontrol.player.label = Musikwiedergabe
|
||||
channel-type.amazonechocontrol.player.description = Musikwiedergabe
|
||||
|
||||
channel-type.amazonechocontrol.volume.label = Lautstärke
|
||||
channel-type.amazonechocontrol.volume.description = Wiedergabelautstärke
|
||||
channel-type.amazonechocontrol.volume.label = Lautstärke
|
||||
channel-type.amazonechocontrol.volume.description = Wiedergabelautstärke
|
||||
|
||||
channel-type.amazonechocontrol.equalizerTreble.label = Höhen
|
||||
channel-type.amazonechocontrol.equalizerTreble.description = Equalizer Höhen
|
||||
channel-type.amazonechocontrol.equalizerTreble.label = Höhen
|
||||
channel-type.amazonechocontrol.equalizerTreble.description = Equalizer Höhen
|
||||
|
||||
channel-type.amazonechocontrol.equalizerMidrange.label = Mitteltöne
|
||||
channel-type.amazonechocontrol.equalizerMidrange.description = Equalizer Mitteltöne
|
||||
channel-type.amazonechocontrol.equalizerMidrange.label = Mitteltöne
|
||||
channel-type.amazonechocontrol.equalizerMidrange.description = Equalizer Mitteltöne
|
||||
|
||||
channel-type.amazonechocontrol.equalizerBass.label = Bass
|
||||
channel-type.amazonechocontrol.equalizerBass.description = Equalizer Bass
|
||||
|
||||
channel-type.amazonechocontrol.save.label = Speichern
|
||||
channel-type.amazonechocontrol.save.description = Speichert die aktuelle tägliche Zusammenfassung Konfiguration (Nur schreiben)
|
||||
channel-type.amazonechocontrol.save.description = Speichert die aktuelle tägliche Zusammenfassung Konfiguration (Nur schreiben)
|
||||
|
||||
channel-type.amazonechocontrol.active.label = Aktiv
|
||||
channel-type.amazonechocontrol.active.description = Aktiviert diese tägliche Zusammenfassung Konfiguration
|
||||
channel-type.amazonechocontrol.active.description = Aktiviert diese tägliche Zusammenfassung Konfiguration
|
||||
|
||||
channel-type.amazonechocontrol.playOnDevice.label = Wiedergabe am Gerät
|
||||
channel-type.amazonechocontrol.playOnDevice.description = Started die Wiedergabe am Gerät (Seriennummer oder Name, nur schreiben)
|
||||
channel-type.amazonechocontrol.playOnDevice.label = Wiedergabe am Gerät
|
||||
channel-type.amazonechocontrol.playOnDevice.description = Started die Wiedergabe am Gerät (Seriennummer oder Name, nur schreiben)
|
||||
|
||||
channel-type.amazonechocontrol.playCommand.label = Started
|
||||
channel-type.amazonechocontrol.playCommand.description = Started Information (Nur schreiben)
|
||||
@@ -201,8 +201,8 @@ channel-type-amazonechocontrol.colorName.option.salmon = Lachs
|
||||
channel-type-amazonechocontrol.colorName.option.orange = Orange
|
||||
channel-type-amazonechocontrol.colorName.option.gold = Gold
|
||||
channel-type-amazonechocontrol.colorName.option.yellow = Gelb
|
||||
channel-type-amazonechocontrol.colorName.option.green = Grün
|
||||
channel-type-amazonechocontrol.colorName.option.turquoise = Türkis
|
||||
channel-type-amazonechocontrol.colorName.option.green = Grün
|
||||
channel-type-amazonechocontrol.colorName.option.turquoise = Türkis
|
||||
channel-type-amazonechocontrol.colorName.option.cyan = Cyan
|
||||
channel-type-amazonechocontrol.colorName.option.sky_blue = Himmelblau
|
||||
channel-type-amazonechocontrol.colorName.option.blue = Blau
|
||||
@@ -211,13 +211,13 @@ channel-type-amazonechocontrol.colorName.option.magenta = Magenta
|
||||
channel-type-amazonechocontrol.colorName.option.pink = Pink
|
||||
channel-type-amazonechocontrol.colorName.option.lavender = Lavendel
|
||||
|
||||
channel-type-amazonechocontrol.colorTemperatureName.label = Weißton Name
|
||||
channel-type-amazonechocontrol.colorTemperatureName.description = Weißtemperatur der Lampe am Amazon Echo
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.warm_white = Warmweiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.soft_white = Sanftes Weiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.white = Weiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.label = Weißton Name
|
||||
channel-type-amazonechocontrol.colorTemperatureName.description = Weißtemperatur der Lampe am Amazon Echo
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.warm_white = Warmweiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.soft_white = Sanftes Weiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.white = Weiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.daylight_white = Tageslicht
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.cool_white = Kaltweiß
|
||||
channel-type-amazonechocontrol.colorTemperatureName.option.cool_white = Kaltweiß
|
||||
|
||||
channel-type-amazonechocontrol.brightness.label = Helligkeit
|
||||
channel-type-amazonechocontrol.brightness.description = Helligkeit der Lampe
|
||||
|
||||
Reference in New Issue
Block a user