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

67 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",
"no_local_user": "No local user found, configure a local account on controller and try again",
2019-08-28 19:45:13 +00:00
"user_privilege": "User needs to be administrator"
},
"error": {
"faulty_credentials": "Bad user credentials",
"service_unavailable": "No service available",
"unknown_client_mac": "No client available on that MAC address"
2019-08-28 19:45:13 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"site": "Site ID",
2019-08-28 19:45:13 +00:00
"username": "User name",
"verify_ssl": "Controller using proper 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",
2020-04-03 00:04:03 +00:00
"new_client": "Add new client for network access control",
"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": {
"allow_bandwidth_sensors": "Bandwidth usage 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
}
}