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

36 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-22 00:32:10 +00:00
{
"config": {
"abort": {
2021-03-17 00:03:55 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2019-10-22 00:32:10 +00:00
},
"error": {
2021-03-17 00:03:55 +00:00
"cannot_connect": "Kan geen verbinding maken",
2019-10-22 00:32:10 +00:00
"wrong_version": "Versie niet ondersteund (alleen 2 of 3)"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Naam",
"password": "Wachtwoord",
"port": "Poort",
2022-05-21 00:22:49 +00:00
"ssl": "Maakt gebruik van een SSL-certificaat",
2019-10-22 00:32:10 +00:00
"username": "Gebruikersnaam",
2021-03-17 00:03:55 +00:00
"verify_ssl": "SSL-certificaat verifi\u00ebren",
2019-10-22 00:32:10 +00:00
"version": "Glances API-versie (2 of 3)"
},
"title": "Glances instellen"
}
2020-04-15 16:51:07 +00:00
}
2019-10-22 00:32:10 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update frequentie"
},
"description": "Configureer opties voor Glances"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-22 00:32:10 +00:00
}