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

36 lines
980 B
JSON

{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Passwort"
},
"title": "Kachel erneut authentifizieren"
},
"user": {
"data": {
"password": "Passwort",
"username": "E-Mail"
},
"title": "Kachel konfigurieren"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Inaktive Kacheln anzeigen"
},
"title": "Kachel konfigurieren"
}
}
}
}