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

59 lines
2.5 KiB
JSON
Raw Normal View History

2019-12-02 01:13:28 +01:00
{
2019-12-02 18:13:55 +01:00
"config": {
"step": {
"user": {
2022-04-06 18:45:54 +02:00
"title": "Set up Mikrotik Router",
2022-04-06 17:03:24 +02:00
"description": "Set up Mikrotik Router integration.",
2019-12-02 18:13:55 +01:00
"data": {
"name": "Name of the integration",
2022-04-06 17:03:24 +02:00
"host": "Host",
"port": "Port",
2022-04-06 17:03:24 +02:00
"username": "Username",
"password": "Password",
"ssl": "Use SSL"
}
2019-12-02 18:13:55 +01:00
}
2022-04-06 17:03:24 +02:00
},
"error": {
"name_exists": "Name already exists.",
"cannot_connect": "Cannot connect to Mikrotik.",
"ssl_handshake_failure": "SSL handshake failure",
"connection_timeout": "Mikrotik connection timeout.",
"wrong_login": "Invalid user name or password."
2019-12-02 18:13:55 +01:00
}
},
"options": {
"step": {
"basic_options": {
2019-12-02 18:13:55 +01:00
"data": {
"scan_interval": "Scan interval (requires HA restart)",
2020-04-08 20:31:47 +02:00
"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"
},
2022-04-06 18:45:54 +02:00
"title": "Mikrotik Router options (1/2)",
"description": "Configure integration"
},
"sensor_select": {
"data": {
2022-04-06 17:03:24 +02:00
"track_network_hosts": "Track network devices",
2020-12-18 19:58:54 +01:00
"sensor_port_tracker": "Port tracker sensors",
"sensor_port_traffic": "Port traffic sensors",
"sensor_client_traffic": "Client traffic sensors",
"sensor_client_captive": "Captive portal data",
2020-12-18 19:58:54 +01:00
"sensor_simple_queues": "Simple queues switches",
"sensor_nat": "NAT switches",
2022-04-06 17:03:24 +02:00
"sensor_scripts": "Script switches",
"sensor_environment": "Environment variable sensors",
"sensor_kidcontrol": "Kid control",
2022-04-06 17:03:24 +02:00
"sensor_mangle": "Mangle switches",
"sensor_ppp": "PPP users",
2022-04-06 17:03:24 +02:00
"sensor_filter": "Filter switches"
},
2022-04-06 18:45:54 +02:00
"title": "Mikrotik Router options (2/2)",
"description": "Enable sensors and switches"
2019-12-02 18:13:55 +01:00
}
}
}
2019-12-02 01:13:28 +01:00
}