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

33 lines
1.4 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"
},
2021-06-09 00:10:10 +00:00
"flow_title": "{profile}",
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
},
2021-05-17 05:17:18 +00:00
"description": "Gib einen eindeutigen Profilnamen f\u00fcr diese Daten an. Normalerweise ist dies der Name des Profils, das du im vorherigen Schritt ausgew\u00e4hlt hast.",
2019-11-08 00:32:12 +00:00
"title": "Benutzerprofil"
2021-02-03 10:46:49 +00:00
},
2022-07-12 00:24:26 +00:00
"reauth_confirm": {
"description": "Das Profil \"{profile}\" muss neu authentifiziert werden, um weiterhin Withings-Daten zu empfangen.",
"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
}