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

78 lines
3.2 KiB
JSON
Raw Normal View History

2018-10-23 12:04:25 +00:00
{
"config": {
"abort": {
2021-11-30 00:13:53 +00:00
"already_configured": "Unifi Network site is al geconfigureerd",
2022-05-10 00:23:19 +00:00
"configuration_updated": "Configuratie bijgewerkt",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2018-10-23 12:04:25 +00:00
},
"error": {
2021-03-16 00:04:36 +00:00
"faulty_credentials": "Ongeldige authenticatie",
"service_unavailable": "Kan geen verbinding maken",
2020-05-01 00:02:55 +00:00
"unknown_client_mac": "Geen client beschikbaar op dat MAC-adres"
2018-10-23 12:04:25 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{site} ({host})",
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",
2021-03-16 00:04:36 +00:00
"verify_ssl": "SSL-certificaat verifi\u00ebren"
2018-10-23 12:04:25 +00:00
},
2021-11-30 00:13:53 +00:00
"title": "Stel de UniFi Network controller in"
2018-10-23 12:04:25 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-09-02 05:30:09 +00:00
},
"options": {
2022-05-03 00:23:56 +00:00
"abort": {
"integration_not_setup": "UniFi-integratie is niet ingesteld"
},
2019-09-02 05:30:09 +00:00
"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",
2021-03-16 00:04:36 +00:00
"dpi_restrictions": "Sta controle van DPI-beperkingsgroepen toe",
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.",
2021-11-30 00:13:53 +00:00
"title": "UniFi Network 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",
2021-11-30 00:13:53 +00:00
"title": "UniFi Network 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
},
2021-11-30 00:13:53 +00:00
"description": "Configureer UniFi network 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",
2021-11-30 00:13:53 +00:00
"title": "UniFi Network 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
}