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

35 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-09 00:32:17 +00:00
{
"config": {
"abort": {
2020-04-08 00:08:19 +00:00
"already_configured": "Host ist bereits konfiguriert."
2019-10-09 00:32:17 +00:00
},
"error": {
"cannot_connect": "Verbindung zum Host nicht m\u00f6glich",
2019-11-08 00:32:12 +00:00
"name_exists": "Name existiert bereits",
2019-10-09 00:32:17 +00:00
"wrong_credentials": "Falscher Benutzername oder Kennwort"
},
"step": {
"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
}
2020-04-15 16:51:07 +00:00
}
2019-10-09 00:32:17 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-07-15 00:02:40 +00:00
"order": "Reihenfolge",
2019-10-09 00:32:17 +00:00
"scan_interval": "Aktualisierungsfrequenz"
2019-10-16 00:32:17 +00:00
},
2020-01-13 00:31:54 +00:00
"title": "Konfiguriere die Optionen f\u00fcr die \u00dcbertragung"
2019-10-09 00:32:17 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-09 00:32:17 +00:00
}