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

72 lines
3.0 KiB
JSON
Raw Normal View History

{
"config": {
2019-08-28 19:45:13 +00:00
"abort": {
2021-11-27 00:12:17 +00:00
"already_configured": "UniFi Network site is already configured",
2022-05-02 00:22:04 +00:00
"configuration_updated": "Configuration updated",
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
},
"flow_title": "{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
},
2021-11-27 00:12:17 +00:00
"title": "Set up UniFi Network"
}
2020-04-15 16:51:07 +00:00
}
2019-08-29 19:32:15 +00:00
},
"options": {
"abort": {
"integration_not_setup": "UniFi integration is not setup"
},
2019-08-29 19:32:15 +00:00
"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.",
2021-11-27 00:12:17 +00:00
"title": "UniFi Network options 2/3"
2020-03-24 13:18:47 +00:00
},
2019-08-29 19:32:15 +00:00
"device_tracker": {
"data": {
"detection_time": "Time in seconds from last seen until considered away",
2021-11-27 00:12:17 +00:00
"ignore_wired_bug": "Disable UniFi Network 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",
2021-11-27 00:12:17 +00:00
"title": "UniFi Network 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)"
},
2021-11-27 00:12:17 +00:00
"description": "Configure UniFi Network 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",
2021-11-27 00:12:17 +00:00
"title": "UniFi Network options 3/3"
2019-08-29 19:32:15 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
}