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

26 lines
1.1 KiB
JSON
Raw Normal View History

2020-02-02 00:31:45 +00:00
{
"config": {
"abort": {
"authorize_url_timeout": "Zeit\u00fcberschreitung beim Erstellen der Authorisierungs-URL.",
2021-02-03 10:46:49 +00:00
"missing_configuration": "Die Spotify-Integration ist nicht konfiguriert. Bitte folgen Sie der Dokumentation.",
2021-04-11 00:04:41 +00:00
"no_url_available": "Keine URL verf\u00fcgbar. Informationen zu diesem Fehler findest du [im Hilfebereich]({docs_url}).",
"reauth_account_mismatch": "Das Spotify-Konto, mit dem Sie sich authentifiziert haben, stimmt nicht mit dem Konto \u00fcberein, f\u00fcr das Sie sich erneut authentifizieren m\u00fcssen."
2020-02-02 00:31:45 +00:00
},
"create_entry": {
"default": "Erfolgreich mit Spotify authentifiziert."
},
"step": {
"pick_implementation": {
2021-02-03 10:46:49 +00:00
"title": "W\u00e4hle die Authentifizierungsmethode"
},
"reauth_confirm": {
"title": "Integration erneut authentifizieren"
2020-02-02 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-12-23 00:03:22 +00:00
},
"system_health": {
"info": {
"api_endpoint_reachable": "Spotify-API-Endpunkt erreichbar"
}
2020-04-16 20:00:10 +00:00
}
2020-02-02 00:31:45 +00:00
}