Merge branch 'master' into dev
This commit is contained in:
commit
cb2a9dfebf
1 changed files with 33 additions and 33 deletions
|
@ -1,37 +1,37 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Mikrotik is already configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Connection Unsuccessful",
|
||||
"name_exists": "Name exists",
|
||||
"wrong_credentials": "Wrong Credentials"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"name": "Name",
|
||||
"password": "Password",
|
||||
"port": "Port",
|
||||
"username": "Username",
|
||||
"verify_ssl": "Use ssl"
|
||||
},
|
||||
"title": "Set up Mikrotik Router"
|
||||
}
|
||||
},
|
||||
"title": "Mikrotik"
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Mikrotik is already configured"
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"device_tracker": {
|
||||
"data": {
|
||||
"arp_ping": "Enable ARP ping",
|
||||
"detection_time": "Consider home interval",
|
||||
"force_dhcp": "Force scanning using DHCP"
|
||||
}
|
||||
}
|
||||
"error": {
|
||||
"cannot_connect": "Connection Unsuccessful",
|
||||
"name_exists": "Name exists",
|
||||
"wrong_credentials": "Wrong Credentials"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"name": "Name",
|
||||
"password": "Password",
|
||||
"port": "Port",
|
||||
"username": "Username",
|
||||
"verify_ssl": "Use ssl"
|
||||
},
|
||||
"title": "Set up Mikrotik Router"
|
||||
}
|
||||
},
|
||||
"title": "Mikrotik"
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"device_tracker": {
|
||||
"data": {
|
||||
"arp_ping": "Enable ARP ping",
|
||||
"detection_time": "Consider home interval",
|
||||
"force_dhcp": "Force scanning using DHCP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue