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

36 lines
980 B
JSON
Raw Normal View History

2020-06-11 17:13:42 +00:00
{
"config": {
2020-11-08 00:04:05 +00:00
"abort": {
2021-12-23 00:14:21 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-11-08 00:04:05 +00:00
},
2021-02-03 10:46:49 +00:00
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
2020-06-11 17:13:42 +00:00
"step": {
2021-12-23 00:14:21 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
},
"title": "Kachel erneut authentifizieren"
},
2020-06-11 17:13:42 +00:00
"user": {
"data": {
"password": "Passwort",
2021-07-22 00:10:31 +00:00
"username": "E-Mail"
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
}
}
}
}