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

44 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"name_exists": "Naam bestaat al"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Het wachtwoord voor {username} is onjuist.",
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"host": "Host",
"name": "Naam",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
},
"title": "Verzendclient instellen"
}
}
},
"options": {
"step": {
"init": {
"data": {
"limit": "Limiet",
"order": "Bestel",
"scan_interval": "Update frequentie"
},
"title": "Configureer de opties voor Transmission"
}
}
}
}