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

66 lines
2.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Controller site is already configured"
},
"error": {
"faulty_credentials": "Invalid authentication",
"service_unavailable": "Failed to connect",
"unknown_client_mac": "No client available on that MAC address"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"site": "Site ID",
"username": "Username",
"verify_ssl": "Verify SSL certificate"
},
"title": "Set up UniFi Controller"
}
}
},
"options": {
"step": {
"client_control": {
"data": {
"block_client": "Network access controlled clients",
"dpi_restrictions": "Allow control of DPI restriction groups",
"poe_clients": "Allow POE control of clients"
},
"description": "Configure client controls\n\nCreate switches for serial numbers you want to control network access for.",
"title": "UniFi options 2/3"
},
"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",
"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": {
"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",
"allow_uptime_sensors": "Uptime sensors for network clients"
},
"description": "Configure statistics sensors",
"title": "UniFi options 3/3"
}
}
}
}