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

30 lines
852 B
JSON
Raw Normal View History

2018-10-17 12:12:41 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
"already_configured": "Dieses SimpliSafe-Konto wird bereits verwendet."
},
2018-10-17 12:12:41 +00:00
"error": {
"identifier_exists": "Konto bereits registriert",
"invalid_credentials": "Ung\u00fcltige Anmeldeinformationen"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "E-Mail-Adresse"
},
2020-02-10 00:31:37 +00:00
"title": "Gib deine Informationen ein"
2018-10-17 12:12:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (wird in der Benutzeroberfl\u00e4che von Home Assistant verwendet)"
},
"title": "Konfigurieren Sie SimpliSafe"
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-17 12:12:41 +00:00
}