1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/mikrotik/translations/es-419.json
2020-11-11 12:10:09 +01:00

35 lines
1021 B
JSON

{
"config": {
"abort": {
"already_configured": "Mikrotik ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "Conexi\u00f3n fallida",
"name_exists": "El nombre existe"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nombre",
"password": "Contrase\u00f1a",
"port": "Puerto",
"username": "Nombre de usuario",
"verify_ssl": "Usar SSL"
},
"title": "Configurar el Router Mikrotik"
}
}
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Habilitar ping ARP",
"detection_time": "Considere el intervalo de inicio",
"force_dhcp": "Escaneo forzado utilizando DHCP"
}
}
}
}
}