homeassistant-vorwerk/translations/de.json
2021-04-28 17:05:46 +02:00

28 lines
875 B
JSON

{
"config": {
"step": {
"user": {
"title": "Vorwerk-Kontoinformationen",
"data": {
"email": "E-Mailaddresse"
},
"description": "Um einen Authentifizierungscode per E-Mail zu erhalten, gib die E-Mailadresse deines Vorwerk-Accounts ein.\n\nSiehe [Vorwerk-Dokumentation]({docs_url})."
},
"code": {
"title": "Vorwerk Account Info",
"data": {
"code": "Code"
},
"description": "Gib den per E-Mail erhaltenen Code ein.\n\nSee [Vorwerk documentation]({docs_url})."
}
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"abort": {
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"already_configured": "Bereits konfiguriert"
}
},
"title": "Vorwerk Kobold"
}