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

71 lines
2.8 KiB
JSON
Raw Normal View History

2018-10-23 12:04:25 +00:00
{
"config": {
"abort": {
2020-05-29 00:04:16 +00:00
"already_configured": "Controller site is al geconfigureerd"
2018-10-23 12:04:25 +00:00
},
"error": {
"faulty_credentials": "Foutieve gebruikersgegevens",
2020-05-01 00:02:55 +00:00
"service_unavailable": "Geen service beschikbaar",
"unknown_client_mac": "Geen client beschikbaar op dat MAC-adres"
2018-10-23 12:04:25 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
2018-10-26 08:18:10 +00:00
"site": "Site ID",
"username": "Gebruikersnaam",
"verify_ssl": "Controller gebruik van het juiste certificaat"
2018-10-23 12:04:25 +00:00
},
"title": "Stel de UniFi-controller in"
}
2020-04-15 16:51:07 +00:00
}
2019-09-02 05:30:09 +00:00
},
"options": {
"step": {
2020-04-11 00:03:44 +00:00
"client_control": {
"data": {
2020-05-01 00:02:55 +00:00
"block_client": "Cli\u00ebnten met netwerktoegang",
2020-04-11 00:03:44 +00:00
"poe_clients": "Sta POE-controle van gebruikers toe"
2020-05-01 00:02:55 +00:00
},
"description": "Configureer clientbesturingen \n\n Maak schakelaars voor serienummers waarvoor u de netwerktoegang wilt beheren.",
"title": "UniFi-opties 2/3"
2020-04-11 00:03:44 +00:00
},
2019-09-02 05:30:09 +00:00
"device_tracker": {
"data": {
"detection_time": "Tijd in seconden vanaf laatst gezien tot beschouwd als weg",
2020-04-29 00:03:31 +00:00
"ignore_wired_bug": "Schakel UniFi bedrade buglogica uit",
2020-09-16 00:09:01 +00:00
"ssid_filter": "Selecteer SSID's om draadloze clients op te volgen",
2019-09-02 05:30:09 +00:00
"track_clients": "Volg netwerkclients",
"track_devices": "Netwerkapparaten volgen (Ubiquiti-apparaten)",
"track_wired_clients": "Inclusief bedrade netwerkcli\u00ebnten"
2020-05-01 00:02:55 +00:00
},
"description": "Apparaattracking configureren",
"title": "UniFi-opties 1/3"
2019-09-19 00:32:15 +00:00
},
"init": {
"data": {
"one": "Leeg",
"other": "Leeg"
}
2019-10-16 00:32:17 +00:00
},
2020-05-13 18:27:21 +00:00
"simple_options": {
"data": {
"block_client": "Cli\u00ebnten met netwerktoegang",
2020-11-07 00:04:02 +00:00
"track_clients": "Volg netwerkclients",
"track_devices": "Volg netwerkapparaten (Ubiquiti-apparaten)"
2020-10-22 00:09:52 +00:00
},
"description": "Configureer UniFi-integratie"
2020-05-13 18:27:21 +00:00
},
2019-10-16 00:32:17 +00:00
"statistics_sensors": {
"data": {
2020-09-25 00:04:29 +00:00
"allow_bandwidth_sensors": "Maak bandbreedtegebruiksensoren voor netwerkclients",
"allow_uptime_sensors": "Uptime-sensoren voor netwerkclients"
2020-05-01 00:02:55 +00:00
},
2020-09-16 00:09:01 +00:00
"description": "Configureer statistische sensoren",
2020-05-01 00:02:55 +00:00
"title": "UniFi-opties 3/3"
2019-09-02 05:30:09 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-23 12:04:25 +00:00
}