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

39 lines
1.1 KiB
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
"password": "Passwort",
2021-02-03 10:46:49 +00:00
"pin": "PIN-Code",
2020-09-27 00:06:49 +00:00
"username": "Benutzername"
}
}
}
},
"options": {
"step": {
2021-02-03 10:46:49 +00:00
"init": {
"data": {
"code_arm_required": "PIN-Code zum Entsperren vorgeben",
"code_disarm_required": "PIN-Code zum Entsperren vorgeben"
}
},
2020-09-27 00:06:49 +00:00
"risco_to_ha": {
"data": {
"A": "Gruppe A",
"B": "Gruppe B",
"C": "Gruppe C",
"D": "Gruppe D"
}
}
}
}
}