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

44 lines
1.4 KiB
JSON
Raw Normal View History

2019-10-09 00:32:17 +00:00
{
"config": {
"abort": {
2022-06-22 00:26:36 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2019-10-09 00:32:17 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-11-11 11:10:09 +00:00
"name_exists": "Name existiert bereits"
2019-10-09 00:32:17 +00:00
},
"step": {
2022-06-22 00:26:36 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
},
"description": "Das Passwort f\u00fcr {username} ist ung\u00fcltig.",
"title": "Integration erneut authentifizieren"
},
2019-10-09 00:32:17 +00:00
"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-09-27 00:06:49 +00:00
"limit": "Limit",
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
}