37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
|
{
|
||
|
"config": {
|
||
|
"title": "Mikrotik",
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Set up Mikrotik Router",
|
||
|
"data": {
|
||
|
"name": "Name",
|
||
|
"host": "Host",
|
||
|
"username": "Username",
|
||
|
"password": "Password",
|
||
|
"port": "Port",
|
||
|
"verify_ssl": "Use ssl"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"name_exists": "Name exists",
|
||
|
"cannot_connect": "Connection Unsuccessful",
|
||
|
"wrong_credentials": "Wrong Credentials"
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "Mikrotik is already configured"
|
||
|
}
|
||
|
},
|
||
|
"options": {
|
||
|
"step": {
|
||
|
"device_tracker": {
|
||
|
"data": {
|
||
|
"arp_ping": "Enable ARP ping",
|
||
|
"force_dhcp": "Force scanning using DHCP",
|
||
|
"detection_time": "Consider home interval"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|