core/homeassistant/components/mikrotik/translations/en.json

36 lines
1014 B
JSON
Raw Normal View History

{
2020-02-06 00:31:53 +00:00
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Device is already configured"
2020-02-06 00:31:53 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2020-11-11 11:10:09 +00:00
"name_exists": "Name exists"
2020-02-06 00:31:53 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Password",
"port": "Port",
"username": "Username",
"verify_ssl": "Use ssl"
},
"title": "Set up Mikrotik Router"
}
2020-04-15 16:51:07 +00:00
}
},
2020-02-06 00:31:53 +00:00
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Enable ARP ping",
"detection_time": "Consider home interval",
"force_dhcp": "Force scanning using DHCP"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-06 00:31:53 +00:00
}