1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00
ha-core/homeassistant/components/picnic/translations/de.json

23 lines
791 B
JSON
Raw Normal View History

2021-05-03 02:05:16 +02:00
{
"config": {
"abort": {
2022-02-13 01:16:41 +01:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2021-05-03 02:05:16 +02:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
2022-02-13 01:16:41 +01:00
"different_account": "Das Konto sollte dasselbe sein, das f\u00fcr die Einrichtung der Integration verwendet wurde.",
2021-05-03 02:05:16 +02:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"country_code": "L\u00e4ndercode",
"password": "Passwort",
"username": "Benutzername"
}
}
}
2022-05-19 02:26:11 +02:00
}
2021-05-03 02:05:16 +02:00
}