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

36 lines
1009 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
2019-10-22 00:32:10 +00:00
"abort": {
2021-03-17 00:03:55 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2019-10-22 00:32:10 +00:00
},
2019-10-16 00:32:17 +00:00
"error": {
2021-03-17 00:03:55 +00:00
"cannot_connect": "Kan geen verbinding maken",
2021-02-24 00:04:14 +00:00
"invalid_auth": "Ongeldige authenticatie",
2020-11-11 11:10:09 +00:00
"name_exists": "Naam bestaat al"
2019-10-16 00:32:17 +00:00
},
"step": {
"user": {
"data": {
2019-10-22 00:32:10 +00:00
"host": "Host",
"name": "Naam",
"password": "Wachtwoord",
"port": "Poort",
2019-10-16 00:32:17 +00:00
"username": "Gebruikersnaam"
},
"title": "Verzendclient instellen"
}
2020-04-15 16:51:07 +00:00
}
2019-10-22 00:32:10 +00:00
},
"options": {
"step": {
"init": {
"data": {
2021-03-17 00:03:55 +00:00
"limit": "Limiet",
"order": "Bestel",
2019-10-22 00:32:10 +00:00
"scan_interval": "Update frequentie"
},
2019-11-07 00:32:16 +00:00
"title": "Configureer de opties voor Transmission"
2019-10-22 00:32:10 +00:00
}
2019-10-16 00:32:17 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}