tomaae.homeassistant-mikrot.../custom_components/mikrotik_router/strings.json
2019-12-02 18:13:55 +01:00

38 lines
No EOL
1.2 KiB
JSON

{
"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",
"ssl": "Use SSL"
}
}
},
"error": {
"name_exists": "Name already exists.",
"cannot_connect": "Cannot connect to Mikrotik.",
"wrong_login": "Invalid user name or password.",
"routeros_api_missing": "Python module routeros_api not installed."
}
},
"options": {
"step": {
"init": {
"data": {}
},
"device_tracker": {
"data": {
"scan_interval": "Scan interval (requires HA restart)",
"track_arp": "Show client MAC and IP on interfaces"
}
}
}
}
}