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

33 lines
1.6 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-07-11 00:09:40 +00:00
"missing_configuration": "Die Spotify-Integration ist nicht konfiguriert. Bitte folge 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}).",
2021-07-10 00:09:24 +00:00
"reauth_account_mismatch": "Das Spotify-Konto, mit dem du dich authentifiziert hast, stimmt nicht mit dem Konto \u00fcberein, f\u00fcr das du dich erneut authentifizieren musst."
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": {
2021-06-06 00:19:43 +00:00
"description": "Die Spotify-Integration muss sich bei Spotify f\u00fcr das Konto neu authentifizieren: {account}",
2021-02-03 10:46:49 +00:00
"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
},
2022-07-27 00:28:57 +00:00
"issues": {
"removed_yaml": {
"description": "Die Konfiguration von Spotify \u00fcber YAML wurde entfernt.\n\nDeine bestehende YAML-Konfiguration wird von Home Assistant nicht verwendet.\n\nEntferne die YAML-Konfiguration aus deiner configuration.yaml-Datei und starte den Home Assistant neu, um dieses Problem zu beheben.",
"title": "Die Spotify-YAML-Konfiguration wurde entfernt"
}
},
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
}