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

36 lines
1009 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"name_exists": "Naam bestaat al"
},
"step": {
"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"
}
}
}
}