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

68 lines
2.8 KiB
JSON
Raw Normal View History

{
"config": {
2019-08-28 19:45:13 +00:00
"abort": {
"already_configured": "Controller site is already configured",
2021-01-21 17:03:54 +00:00
"reauth_successful": "Re-authentication was successful"
2019-08-28 19:45:13 +00:00
},
"error": {
2020-05-13 18:27:21 +00:00
"faulty_credentials": "Invalid authentication",
"service_unavailable": "Failed to connect",
"unknown_client_mac": "No client available on that MAC address"
2019-08-28 19:45:13 +00:00
},
2021-01-21 17:03:54 +00:00
"flow_title": "UniFi Network {site} ({host})",
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"site": "Site ID",
2020-05-13 18:27:21 +00:00
"username": "Username",
2020-10-04 00:05:05 +00:00
"verify_ssl": "Verify SSL certificate"
2019-08-28 19:45:13 +00:00
},
"title": "Set up UniFi Controller"
}
2020-04-15 16:51:07 +00:00
}
2019-08-29 19:32:15 +00:00
},
"options": {
"step": {
2020-03-24 13:18:47 +00:00
"client_control": {
"data": {
"block_client": "Network access controlled clients",
"dpi_restrictions": "Allow control of DPI restriction groups",
"poe_clients": "Allow POE control of clients"
2020-03-24 13:18:47 +00:00
},
"description": "Configure client controls\n\nCreate switches for serial numbers you want to control network access for.",
"title": "UniFi options 2/3"
},
2019-08-29 19:32:15 +00:00
"device_tracker": {
"data": {
"detection_time": "Time in seconds from last seen until considered away",
"ignore_wired_bug": "Disable UniFi wired bug logic",
"ssid_filter": "Select SSIDs to track wireless clients on",
2019-08-29 19:32:15 +00:00
"track_clients": "Track network clients",
"track_devices": "Track network devices (Ubiquiti devices)",
"track_wired_clients": "Include wired network clients"
},
"description": "Configure device tracking",
"title": "UniFi options 1/3"
},
"simple_options": {
"data": {
2020-05-02 00:04:57 +00:00
"block_client": "Network access controlled clients",
"track_clients": "Track network clients",
"track_devices": "Track network devices (Ubiquiti devices)"
},
"description": "Configure UniFi integration"
},
"statistics_sensors": {
"data": {
2020-09-19 00:07:12 +00:00
"allow_bandwidth_sensors": "Bandwidth usage sensors for network clients",
"allow_uptime_sensors": "Uptime sensors for network clients"
},
"description": "Configure statistics sensors",
"title": "UniFi options 3/3"
2019-08-29 19:32:15 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
}