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

38 lines
1.2 KiB
JSON
Raw Normal View History

2020-02-01 00:31:40 +00:00
{
"config": {
"abort": {
2020-10-14 00:04:41 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado",
2020-10-04 00:05:05 +00:00
"already_configured_device": "El dispositivo ya est\u00e1 configurado"
2020-02-01 00:31:40 +00:00
},
"error": {
"cannot_connect": "Conexi\u00f3n fallida",
2020-10-04 00:05:05 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2020-02-01 00:31:40 +00:00
"name_exists": "El nombre ya existe",
"wrong_credentials": "Credenciales incorrectas"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nombre",
"password": "Contrase\u00f1a",
"port": "Puerto",
2020-04-14 00:07:23 +00:00
"username": "Usuario",
2020-02-01 00:31:40 +00:00
"verify_ssl": "Usar ssl"
},
"title": "Configurar el router Mikrotik"
}
2020-04-15 16:51:07 +00:00
}
2020-02-01 00:31:40 +00:00
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Habilitar ping ARP",
"detection_time": "Considere el intervalo de inicio",
"force_dhcp": "Forzar el escaneo usando DHCP"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-01 00:31:40 +00:00
}