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

26 lines
634 B
JSON

{
"config": {
"flow_title": "NZBGet: {name}",
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
},
"title": "Mit NZBGet verbinden"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsh\u00e4ufigkeit (Sekunden)"
}
}
}
}
}