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

40 lines
1.2 KiB
JSON
Raw Normal View History

2019-10-09 00:32:17 +00:00
{
"config": {
"abort": {
"one_instance_allowed": "Nur eine einzige Instanz ist notwendig."
},
"error": {
"cannot_connect": "Verbindung zum Host nicht m\u00f6glich",
"wrong_credentials": "Falscher Benutzername oder Kennwort"
},
"step": {
"options": {
"data": {
"scan_interval": "Aktualisierungsfrequenz"
},
"title": "Konfigurationsoptionen"
},
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
2019-10-16 00:32:17 +00:00
},
"title": "Transmission-Client einrichten"
2019-10-09 00:32:17 +00:00
}
2019-10-16 00:32:17 +00:00
},
"title": "Transmission"
2019-10-09 00:32:17 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsfrequenz"
2019-10-16 00:32:17 +00:00
},
"description": "Konfigurieren von Optionen f\u00fcr Transmission"
2019-10-09 00:32:17 +00:00
}
}
}
}