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

42 lines
1.5 KiB
JSON
Raw Normal View History

2019-12-02 01:13:28 +01:00
{
2019-12-02 18:13:55 +01:00
"config": {
"title": "Mikrotik Router",
"step": {
"user": {
"title": "Mikrotik Router",
"description": "Set up Mikrotik Router integration.",
"data": {
"name": "Name of the integration",
"host": "Host",
"port": "Port",
"username": "Username",
"password": "Password",
2020-04-08 20:31:47 +02:00
"ssl": "Use SSL"
2019-12-02 18:13:55 +01: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": {
"init": {
"data": {}
},
"device_tracker": {
"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": "Track network devices",
"track_network_hosts_timeout": "Track network devices timeout (seconds)"
2019-12-02 18:13:55 +01:00
}
}
}
}
2019-12-02 01:13:28 +01:00
}