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

37 lines
984 B
JSON
Raw Normal View History

2020-04-01 18:43:30 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-04-01 18:43:30 +00:00
"unknown": "Unerwarteter Fehler"
},
"step": {
2020-04-12 00:05:58 +00:00
"ups": {
"data": {
2022-05-19 00:26:11 +00:00
"alias": "Alias"
2020-04-27 00:02:20 +00:00
},
"title": "W\u00e4hle die zu \u00fcberwachende USV"
2020-04-12 00:05:58 +00:00
},
2020-04-01 18:43:30 +00:00
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
},
2021-07-11 00:09:40 +00:00
"title": "Stelle eine Verbindung zum NUT-Server her"
2020-04-01 18:43:30 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
2020-04-14 00:07:23 +00:00
"scan_interval": "Scan-Intervall (Sekunden)"
2022-05-19 00:26:11 +00:00
}
2020-04-01 18:43:30 +00:00
}
}
}
}