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

36 lines
1014 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"name_exists": "Name exists"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Password",
"port": "Port",
"username": "Username",
"verify_ssl": "Use ssl"
},
"title": "Set up Mikrotik Router"
}
}
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Enable ARP ping",
"detection_time": "Consider home interval",
"force_dhcp": "Force scanning using DHCP"
}
}
}
}
}