forked from J-N-K/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[icloud] Add german translation (openhab#10164)
Signed-off-by: Panagiotis Doulgeris panagiotis.doulgeris@outlook.com Signed-off-by: Pantastisch <45369229+Pantastisch@users.noreply.github.com>
- Loading branch information
1 parent
4b0e810
commit a1a040b
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
bundles/org.openhab.binding.icloud/src/main/resources/OH-INF/i18n/iCloud_de.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Binding | ||
icloud.binding.name=iCloud Binding | ||
icloud.binding.description=Die Apple iCloud wird genutzt, um Daten wie den Ladezustand oder den Standort von einem oder mehreren Apple Geräten zu erhalten, die mit einem iCloud Account verknüpft sind. | ||
|
||
# Account Thing | ||
icloud.account-thing.label=iCloud Account | ||
icloud.account-thing.description=Der iCloud Account (Bridge) repräsentiert einen iCloud Account. Du benötigst mehrere iCloud Account Bridges, um mehrere iCloud Accounts zu verwalten. | ||
|
||
icloud.account-thing.parameter.apple-id.label=Apple-ID | ||
icloud.account-thing.parameter.apple-id.description=Apple-ID (E-Mail Adresse), um Zugriff zur iCloud zu erhalten. | ||
icloud.account-thing.parameter.password.label=Passwort | ||
icloud.account-thing.parameter.password.description=Passwort der Apple-ID, um Zugriff zur iCloud zu erhalten. | ||
icloud.account-thing.parameter.refresh.label=Aktualisierungszeit in Minuten | ||
icloud.account-thing.parameter.refresh.description=Zeit in der die iCloud Informationen aktualisiert werden sollen. | ||
|
||
icloud.account-thing.property.owner=Besitzer | ||
|
||
# Device Thing | ||
icloud.device-thing.label=iCloud Gerät | ||
icloud.device-thing.description=Das iCloud Gerät (Thing) repräsentiert ein mit der iCloud verknüpftes Apple Gerät, wie zum Beispiel ein iPhone. Es muss mit einem iCloud Account (Bridge) verknüpft werden, um Aktualisierungen zu erhalten. Mehrere iCloud Geräte können mit einem iCloud Account (Bridge) verknüpft werden. | ||
|
||
icloud.device-thing.parameter.id.label=Geräte-ID | ||
|
||
icloud.device-thing.channel.battery-status.label=Ladezustand | ||
icloud.device-thing.channel.battery-status.state.not-charging=Lädt nicht | ||
icloud.device-thing.channel.battery-status.state.charged=Aufgeladen | ||
icloud.device-thing.channel.battery-status.state.charging=Lädt | ||
icloud.device-thing.channel.battery-status.state.unknown=Unbekannt | ||
icloud.device-thing.channel.find-my-phone.label=Wo ist? | ||
icloud.device-thing.channel.location.label=Standort | ||
icloud.device-thing.channel.location-accuracy=Standort Genauigkeit | ||
icloud.device-thing.channel.location-last-update=Letztes Standort Update | ||
|
||
icloud.device-thing.property.device-name=Gerätename |