Merge branch 'master' into dev

This commit is contained in:
Franck Nijhof 2020-02-05 20:33:06 +01:00
commit cb2a9dfebf
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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"
}
}
}
}
}
}