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": { "config": {
"abort": { "abort": {
"already_configured": "Mikrotik is already configured" "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"
}, },
"options": { "error": {
"step": { "cannot_connect": "Connection Unsuccessful",
"device_tracker": { "name_exists": "Name exists",
"data": { "wrong_credentials": "Wrong Credentials"
"arp_ping": "Enable ARP ping", },
"detection_time": "Consider home interval", "step": {
"force_dhcp": "Force scanning using DHCP" "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"
} }
}
} }
} }
}