mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-06 10:54:34 +02:00
120 lines
No EOL
4.2 KiB
JSON
120 lines
No EOL
4.2 KiB
JSON
{
|
|
"config": {
|
|
"title": {
|
|
"translation": "Mikrotik Router"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": {
|
|
"translation": "Mikrotik Router"
|
|
},
|
|
"description": {
|
|
"translation": "Configurar integración del Mikrotik Router."
|
|
},
|
|
"data": {
|
|
"name": {
|
|
"translation": "Nombre de la integración"
|
|
},
|
|
"host": {
|
|
"translation": "Servidor"
|
|
},
|
|
"port": {
|
|
"translation": "Puerto"
|
|
},
|
|
"username": {
|
|
"translation": "Nombre de usuario"
|
|
},
|
|
"password": {
|
|
"translation": "Contraseña"
|
|
},
|
|
"ssl": {
|
|
"translation": "Usar SSL"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": {
|
|
"translation": "El nombre ya existe."
|
|
},
|
|
"cannot_connect": {
|
|
"translation": "No es posible conectar con el Mikrotik."
|
|
},
|
|
"ssl_handshake_failure": {
|
|
"translation": "Fallo en el establecimiento de la comunicación SSL"
|
|
},
|
|
"connection_timeout": {
|
|
"translation": "Conexión con Mikrotik sin respuesta."
|
|
},
|
|
"wrong_login": {
|
|
"translation": "Nombre de usuario o contraseña no válidos."
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"basic_options": {
|
|
"data": {
|
|
"scan_interval": {
|
|
"translation": "Intervalo de escaneo (requiere reinicio del HA)"
|
|
},
|
|
"track_iface_clients": {
|
|
"translation": "Mostrar MAC e IP del cliente en las interfaces"
|
|
},
|
|
"unit_of_measurement": {
|
|
"translation": "Unidad de medida"
|
|
},
|
|
"track_network_hosts_timeout": {
|
|
"translation": "Monitorizar tiempo hasta desconexión automática de dispositivos de red (segundos)"
|
|
}
|
|
},
|
|
"title": {
|
|
"translation": "Opciones básicas"
|
|
}
|
|
},
|
|
"sensor_select": {
|
|
"data": {
|
|
"track_network_hosts": {
|
|
"translation": "Monitorizar dispositivos de red"
|
|
},
|
|
"sensor_port_tracker": {
|
|
"translation": "Sensores de seguimiento portuario"
|
|
},
|
|
"sensor_port_traffic": {
|
|
"translation": "Sensores de tráfico portuario"
|
|
},
|
|
"sensor_client_traffic": {
|
|
"translation": "Sensores de tráfico de clientes"
|
|
},
|
|
"sensor_simple_queues": {
|
|
"translation": "Interruptores de cola sencillos"
|
|
},
|
|
"sensor_nat": {
|
|
"translation": "Interruptores NAT"
|
|
},
|
|
"sensor_scripts": {
|
|
"translation": "Interruptores de switch"
|
|
},
|
|
"sensor_environment": {
|
|
"translation": "Sensores variables de entorno"
|
|
},
|
|
"sensor_pppusers": {
|
|
"translation": ""
|
|
},
|
|
"sensor_kidcontrol": {
|
|
"translation": ""
|
|
},
|
|
"sensor_mangle": {
|
|
"translation": ""
|
|
},
|
|
"sensor_ppp": {
|
|
"translation": ""
|
|
}
|
|
},
|
|
"title": {
|
|
"translation": "Seleccionar sensores"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |