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

29 lines
711 B
JSON
Raw Normal View History

2020-06-11 17:13:42 +00:00
{
"config": {
2020-11-08 00:04:05 +00:00
"abort": {
"already_configured": "Konto ist bereits konfiguriert"
},
2021-02-03 10:46:49 +00:00
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
2020-06-11 17:13:42 +00:00
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "E-Mail Adresse"
2020-09-15 00:09:18 +00:00
},
"title": "Kachel konfigurieren"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Inaktive Kacheln anzeigen"
},
"title": "Kachel konfigurieren"
2020-06-11 17:13:42 +00:00
}
}
}
}