tomaae.homeassistant-mikrot.../custom_components/mikrotik_router/strings.json

56 lines
No EOL
2.3 KiB
JSON

{
"config": {
"error": {
"cannot_connect": "Cannot connect to Mikrotik.",
"connection_timeout": "Mikrotik connection timeout.",
"name_exists": "Name already exists.",
"ssl_handshake_failure": "SSL handshake failure",
"wrong_login": "Invalid user name or password."
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name of the integration",
"password": "Password",
"port": "Port",
"ssl": "Use SSL",
"username": "Username"
},
"description": "Set up Mikrotik Router integration.",
"title": "Mikrotik Router"
}
}
},
"options": {
"step": {
"basic_options": {
"data": {
"scan_interval": "Scan interval (requires HA restart)",
"track_iface_clients": "Show client MAC and IP on interfaces",
"unit_of_measurement": "Unit of measurement",
"track_network_hosts_timeout": "Track network devices timeout (seconds)",
"zone": "Zone for device tracker"
},
"title": "Basic options"
},
"sensor_select": {
"data": {
"sensor_port_tracker": "Port tracker sensors",
"sensor_port_traffic": "Port traffic sensors",
"track_network_hosts": "Track network devices",
"sensor_client_traffic": "Client traffic sensors",
"sensor_simple_queues": "Simple queues switches",
"sensor_nat": "NAT switches",
"sensor_mangle": "Mangle switches",
"sensor_filter": "Filter switches",
"sensor_kidcontrol": "Kid control",
"sensor_ppp": "PPP users",
"sensor_scripts": "Scripts switches",
"sensor_environment": "Environment variable sensors"
},
"title": "Sensor selection"
}
}
}
}