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

19 lines
512 B
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
2019-09-05 10:11:41 +00:00
"step": {
"user": {
"data": {
"password": "Passwort",
2021-07-22 00:10:31 +00:00
"username": "E-Mail"
2019-09-05 10:11:41 +00:00
},
"title": "Benutzername und Passwort eingeben"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-05 10:11:41 +00:00
}