core/homeassistant/components/withings/translations/de.json

31 lines
1.3 KiB
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"config": {
2019-10-16 00:32:17 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Konfiguration des Profils aktualisiert.",
"authorize_url_timeout": "Zeit\u00fcberschreitung beim Erstellen der Authorisierungs-URL.",
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",
"no_url_available": "Keine URL verf\u00fcgbar. Informationen zu diesem Fehler findest du [im Hilfebereich]({docs_url})."
2019-10-16 00:32:17 +00:00
},
2019-09-05 10:11:41 +00:00
"create_entry": {
2020-02-10 00:31:37 +00:00
"default": "Erfolgreiche Authentifizierung mit Withings."
2019-09-05 10:11:41 +00:00
},
2021-02-03 10:46:49 +00:00
"error": {
"already_configured": "Konto wurde bereits konfiguriert"
},
2019-09-05 10:11:41 +00:00
"step": {
2020-02-02 00:31:45 +00:00
"pick_implementation": {
2021-02-03 10:46:49 +00:00
"title": "W\u00e4hle die Authentifizierungsmethode"
2020-02-02 00:31:45 +00:00
},
2019-11-08 00:32:12 +00:00
"profile": {
"data": {
2021-02-03 10:46:49 +00:00
"profile": "Profilname"
2019-11-08 00:32:12 +00:00
},
2020-01-13 00:31:54 +00:00
"description": "Welches Profil hast du auf der Withings-Website ausgew\u00e4hlt? Es ist wichtig, dass die Profile \u00fcbereinstimmen, da sonst die Daten falsch beschriftet werden.",
2019-11-08 00:32:12 +00:00
"title": "Benutzerprofil"
2021-02-03 10:46:49 +00:00
},
"reauth": {
"title": "Integration erneut authentifizieren"
2019-09-05 10:11:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-05 10:11:41 +00:00
}