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

22 lines
602 B
JSON
Raw Normal View History

2021-05-03 00:05:16 +00:00
{
"config": {
"abort": {
2021-05-10 00:04:47 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
2021-05-03 00:05:16 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"country_code": "L\u00e4ndercode",
"password": "Passwort",
"username": "Benutzername"
}
}
}
},
"title": "Picnic"
}