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

27 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
"authorize_url_timeout": "Zeit\u00fcberschreitung beim Erstellen der Authorisierungs-URL.",
2021-05-03 00:05:16 +00:00
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",
2021-05-10 00:04:47 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2021-03-01 00:09:01 +00:00
},
"create_entry": {
"default": "Erfolgreich authentifiziert"
},
"step": {
"pick_implementation": {
"title": "W\u00e4hle die Authentifizierungsmethode"
2021-05-03 00:05:16 +00:00
},
"reauth_confirm": {
2022-12-01 00:33:36 +00:00
"description": "Die Lyric Integration muss dein Konto neu authentifizieren.",
2021-05-10 00:04:47 +00:00
"title": "Integration erneut authentifizieren"
2021-03-01 00:09:01 +00:00
}
}
2022-07-28 00:25:05 +00:00
},
"issues": {
"removed_yaml": {
"description": "Die Konfiguration von Honeywell Lyric mit YAML wurde entfernt. \n\nDeine vorhandene YAML-Konfiguration wird von Home Assistant nicht verwendet. \n\nEntferne die YAML-Konfiguration aus deiner configuration.yaml-Datei und starte Home Assistant neu, um dieses Problem zu beheben.",
"title": "Die Honeywell Lyric YAML-Konfiguration wurde entfernt"
}
2021-03-01 00:09:01 +00:00
}
}