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

21 lines
557 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Es ist nur eine einzige Konfiguration von Abode erlaubt."
},
"step": {
2020-12-16 00:03:31 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
}
},
2019-10-16 00:32:17 +00:00
"user": {
"data": {
"password": "Passwort",
"username": "E-Mail-Adresse"
},
"title": "Gib deine Abode-Anmeldeinformationen ein"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}