You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
428 lines
13 KiB
428 lines
13 KiB
{
|
|
"page": {
|
|
"title": "Configuración",
|
|
"tabBluetooth": "Bluetooth",
|
|
"tabDevice": "Dispositivo",
|
|
"tabDisplay": "Pantalla",
|
|
"tabLora": "LoRa",
|
|
"tabNetwork": "Conexión Red",
|
|
"tabPosition": "Posición",
|
|
"tabPower": "Consumo",
|
|
"tabSecurity": "Seguridad"
|
|
},
|
|
"sidebar": {
|
|
"label": "Módulos"
|
|
},
|
|
"device": {
|
|
"title": "Ajustes del dispositivo",
|
|
"description": "Ajustes del dispositivo",
|
|
"buttonPin": {
|
|
"description": "Sobrescribir pin de botón",
|
|
"label": "Pin del botón"
|
|
},
|
|
"buzzerPin": {
|
|
"description": "Sobrescribir pin del zumbador",
|
|
"label": "Pin del zumbador"
|
|
},
|
|
"disableTripleClick": {
|
|
"description": "Deshabilitar clic triple",
|
|
"label": "Deshabilitar clic triple"
|
|
},
|
|
"doubleTapAsButtonPress": {
|
|
"description": "Tratar doble toque como botón presionado",
|
|
"label": "Doble toque como botón presionado"
|
|
},
|
|
"ledHeartbeatDisabled": {
|
|
"description": "Deshabilitar parpadeo del LED predeterminado",
|
|
"label": "Deshabilitar LED de estado"
|
|
},
|
|
"nodeInfoBroadcastInterval": {
|
|
"description": "Cada cuanto se transmite la información del nodo",
|
|
"label": "Intervalo de transmisión de información del nodo"
|
|
},
|
|
"posixTimezone": {
|
|
"description": "La zona horaria para el dispositivo en formato de cadena POSIX",
|
|
"label": "Zona horaria POSIX"
|
|
},
|
|
"rebroadcastMode": {
|
|
"description": "Cómo manejar la retransmisión",
|
|
"label": "Modo de retransmisión"
|
|
},
|
|
"role": {
|
|
"description": "Qué role realiza el dispositivo en la malla",
|
|
"label": "Rol"
|
|
}
|
|
},
|
|
"bluetooth": {
|
|
"title": "Ajustes de Bluetooth",
|
|
"description": "Ajustes del módulo de Bluetooth",
|
|
"note": "Nota: Algunos dispositivos (ESP32) no pueden usar Bluetooth y Wifi al mismo tiempo.",
|
|
"enabled": {
|
|
"description": "Habilitar o deshabilitar Bluetooth",
|
|
"label": "Habilitado"
|
|
},
|
|
"pairingMode": {
|
|
"description": "Selección del comportamiento del Pin.",
|
|
"label": "Modo de emparejamiento"
|
|
},
|
|
"pin": {
|
|
"description": "Pin a usar al emparejar",
|
|
"label": "Pin"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": "Ajustes de la pantalla del dispositivo",
|
|
"title": "Ajustes de pantalla",
|
|
"headingBold": {
|
|
"description": "Negrita en el texto del encabezado",
|
|
"label": "Encabezado en negrita"
|
|
},
|
|
"carouselDelay": {
|
|
"description": "Que tan rápido cambiar entre pantallas",
|
|
"label": "Retraso del carrusel"
|
|
},
|
|
"compassNorthTop": {
|
|
"description": "Fijar el norte en la parte superior de la brújula",
|
|
"label": "Norte arriba de la brújula"
|
|
},
|
|
"displayMode": {
|
|
"description": "Variante del diseño de la pantalla",
|
|
"label": "Modo de visualización"
|
|
},
|
|
"displayUnits": {
|
|
"description": "Mostrar unidades de medidas métricas o imperiales",
|
|
"label": "Unidades de medidas"
|
|
},
|
|
"flipScreen": {
|
|
"description": "Rotar pantalla 180 grados",
|
|
"label": "Rotar pantalla"
|
|
},
|
|
"gpsDisplayUnits": {
|
|
"description": "Formato de visualización de las coordenadas",
|
|
"label": "Unidades de visualización del GPS"
|
|
},
|
|
"oledType": {
|
|
"description": "Tipo de pantalla OLED conectada al dispositivo",
|
|
"label": "Tipo de OLED"
|
|
},
|
|
"screenTimeout": {
|
|
"description": "Apagar la pantalla después de este tiempo",
|
|
"label": "Tiempo de espera de la pantalla"
|
|
},
|
|
"twelveHourClock": {
|
|
"description": "Usar reloj con formato de 12 horas",
|
|
"label": "Reloj de 12 horas"
|
|
},
|
|
"wakeOnTapOrMotion": {
|
|
"description": "Despertar dispositivo al tocar o mover",
|
|
"label": "Despertar al mover o tocar"
|
|
}
|
|
},
|
|
"lora": {
|
|
"title": "Ajustes de la Red",
|
|
"description": "Settings for the LoRa mesh",
|
|
"bandwidth": {
|
|
"description": "Channel bandwidth in MHz",
|
|
"label": "Ancho de Banda"
|
|
},
|
|
"boostedRxGain": {
|
|
"description": "Boosted RX gain",
|
|
"label": "Boosted RX Gain"
|
|
},
|
|
"codingRate": {
|
|
"description": "The denominator of the coding rate",
|
|
"label": "Coding Rate"
|
|
},
|
|
"frequencyOffset": {
|
|
"description": "Frequency offset to correct for crystal calibration errors",
|
|
"label": "Frequency Offset"
|
|
},
|
|
"frequencySlot": {
|
|
"description": "LoRa frequency channel number",
|
|
"label": "Frequency Slot"
|
|
},
|
|
"hopLimit": {
|
|
"description": "Maximum number of hops",
|
|
"label": "Hop Limit"
|
|
},
|
|
"ignoreMqtt": {
|
|
"description": "Don't forward MQTT messages over the mesh",
|
|
"label": "Ignorar Paquetes MQTT"
|
|
},
|
|
"modemPreset": {
|
|
"description": "Modem preset to use",
|
|
"label": "Modem Preset"
|
|
},
|
|
"okToMqtt": {
|
|
"description": "When set to true, this configuration indicates that the user approves the packet to be uploaded to MQTT. If set to false, remote nodes are requested not to forward packets to MQTT",
|
|
"label": "Permitir Subir Paquetes al MQTT"
|
|
},
|
|
"overrideDutyCycle": {
|
|
"description": "Sobreescribir el Tiempo de Trabajo",
|
|
"label": "Sobreescribir el Tiempo de Trabajo"
|
|
},
|
|
"overrideFrequency": {
|
|
"description": "Override frequency",
|
|
"label": "Override Frequency"
|
|
},
|
|
"region": {
|
|
"description": "Sets the region for your node",
|
|
"label": "Región"
|
|
},
|
|
"spreadingFactor": {
|
|
"description": "Indicates the number of chirps per symbol",
|
|
"label": "Spreading Factor"
|
|
},
|
|
"transmitEnabled": {
|
|
"description": "Enable/Disable transmit (TX) from the LoRa radio",
|
|
"label": "Transmit Enabled"
|
|
},
|
|
"transmitPower": {
|
|
"description": "Max transmit power",
|
|
"label": "Transmit Power"
|
|
},
|
|
"usePreset": {
|
|
"description": "Use one of the predefined modem presets",
|
|
"label": "Use Preset"
|
|
},
|
|
"meshSettings": {
|
|
"description": "Settings for the LoRa mesh",
|
|
"label": "Ajustes de la Red"
|
|
},
|
|
"waveformSettings": {
|
|
"description": "Settings for the LoRa waveform",
|
|
"label": "Waveform Settings"
|
|
},
|
|
"radioSettings": {
|
|
"label": "Radio Settings",
|
|
"description": "Settings for the LoRa radio"
|
|
}
|
|
},
|
|
"network": {
|
|
"title": "WiFi Config",
|
|
"description": "WiFi radio configuration",
|
|
"note": "Nota: Algunos dispositivos (ESP32) no pueden usar Bluetooth y Wifi al mismo tiempo.",
|
|
"addressMode": {
|
|
"description": "Address assignment selection",
|
|
"label": "Address Mode"
|
|
},
|
|
"dns": {
|
|
"description": "DNS Server",
|
|
"label": "DNS"
|
|
},
|
|
"ethernetEnabled": {
|
|
"description": "Enable or disable the Ethernet port",
|
|
"label": "Habilitado"
|
|
},
|
|
"gateway": {
|
|
"description": "Default Gateway",
|
|
"label": "Puerta enlace"
|
|
},
|
|
"ip": {
|
|
"description": "IP Address",
|
|
"label": "IP"
|
|
},
|
|
"psk": {
|
|
"description": "Network password",
|
|
"label": "PSK (Contraseña)"
|
|
},
|
|
"ssid": {
|
|
"description": "Network name",
|
|
"label": "SSID (Nombre la Red)"
|
|
},
|
|
"subnet": {
|
|
"description": "Subnet Mask",
|
|
"label": "Subred"
|
|
},
|
|
"wifiEnabled": {
|
|
"description": "Enable or disable the WiFi radio",
|
|
"label": "Habilitado"
|
|
},
|
|
"meshViaUdp": {
|
|
"label": "Mesh via UDP"
|
|
},
|
|
"ntpServer": {
|
|
"label": "NTP Server"
|
|
},
|
|
"rsyslogServer": {
|
|
"label": "Rsyslog Server"
|
|
},
|
|
"ethernetConfigSettings": {
|
|
"description": "Ethernet port configuration",
|
|
"label": "Ethernet Config"
|
|
},
|
|
"ipConfigSettings": {
|
|
"description": "IP configuration",
|
|
"label": "IP Config"
|
|
},
|
|
"ntpConfigSettings": {
|
|
"description": "NTP configuration",
|
|
"label": "NTP Config"
|
|
},
|
|
"rsyslogConfigSettings": {
|
|
"description": "Rsyslog configuration",
|
|
"label": "Rsyslog Config"
|
|
},
|
|
"udpConfigSettings": {
|
|
"description": "UDP over Mesh configuration",
|
|
"label": "Configuración UDP"
|
|
}
|
|
},
|
|
"position": {
|
|
"title": "Position Settings",
|
|
"description": "Settings for the position module",
|
|
"broadcastInterval": {
|
|
"description": "How often your position is sent out over the mesh",
|
|
"label": "Broadcast Interval"
|
|
},
|
|
"enablePin": {
|
|
"description": "GPS module enable pin override",
|
|
"label": "Enable Pin"
|
|
},
|
|
"fixedPosition": {
|
|
"description": "Don't report GPS position, but a manually-specified one",
|
|
"label": "Fixed Position"
|
|
},
|
|
"gpsMode": {
|
|
"description": "Configure whether device GPS is Enabled, Disabled, or Not Present",
|
|
"label": "GPS Mode"
|
|
},
|
|
"gpsUpdateInterval": {
|
|
"description": "How often a GPS fix should be acquired",
|
|
"label": "GPS Update Interval"
|
|
},
|
|
"positionFlags": {
|
|
"description": "Optional fields to include when assembling position messages. The more fields are selected, the larger the message will be leading to longer airtime usage and a higher risk of packet loss.",
|
|
"label": "Position Flags"
|
|
},
|
|
"receivePin": {
|
|
"description": "GPS module RX pin override",
|
|
"label": "Receive Pin"
|
|
},
|
|
"smartPositionEnabled": {
|
|
"description": "Only send position when there has been a meaningful change in location",
|
|
"label": "Enable Smart Position"
|
|
},
|
|
"smartPositionMinDistance": {
|
|
"description": "Minimum distance (in meters) that must be traveled before a position update is sent",
|
|
"label": "Smart Position Minimum Distance"
|
|
},
|
|
"smartPositionMinInterval": {
|
|
"description": "Minimum interval (in seconds) that must pass before a position update is sent",
|
|
"label": "Smart Position Minimum Interval"
|
|
},
|
|
"transmitPin": {
|
|
"description": "GPS module TX pin override",
|
|
"label": "Transmit Pin"
|
|
},
|
|
"intervalsSettings": {
|
|
"description": "How often to send position updates",
|
|
"label": "Intervals"
|
|
},
|
|
"flags": {
|
|
"placeholder": "Select position flags...",
|
|
"altitude": "Altitude",
|
|
"altitudeGeoidalSeparation": "Altitude Geoidal Separation",
|
|
"altitudeMsl": "Altitude is Mean Sea Level",
|
|
"dop": "Dilution of precision (DOP) PDOP used by default",
|
|
"hdopVdop": "If DOP is set, use HDOP / VDOP values instead of PDOP",
|
|
"numSatellites": "Number of satellites",
|
|
"sequenceNumber": "Sequence number",
|
|
"timestamp": "Fecha",
|
|
"unset": "Sin configurar",
|
|
"vehicleHeading": "Vehicle heading",
|
|
"vehicleSpeed": "Vehicle speed"
|
|
}
|
|
},
|
|
"power": {
|
|
"adcMultiplierOverride": {
|
|
"description": "Used for tweaking battery voltage reading",
|
|
"label": "ADC Multiplier Override ratio"
|
|
},
|
|
"ina219Address": {
|
|
"description": "Address of the INA219 battery monitor",
|
|
"label": "INA219 Address"
|
|
},
|
|
"lightSleepDuration": {
|
|
"description": "How long the device will be in light sleep for",
|
|
"label": "Light Sleep Duration"
|
|
},
|
|
"minimumWakeTime": {
|
|
"description": "Minimum amount of time the device will stay awake for after receiving a packet",
|
|
"label": "Minimum Wake Time"
|
|
},
|
|
"noConnectionBluetoothDisabled": {
|
|
"description": "If the device does not receive a Bluetooth connection, the BLE radio will be disabled after this long",
|
|
"label": "No Connection Bluetooth Disabled"
|
|
},
|
|
"powerSavingEnabled": {
|
|
"description": "Select if powered from a low-current source (i.e. solar), to minimize power consumption as much as possible.",
|
|
"label": "Activar el modo ahorro de energía"
|
|
},
|
|
"shutdownOnBatteryDelay": {
|
|
"description": "Automatically shutdown node after this long when on battery, 0 for indefinite",
|
|
"label": "Shutdown on battery delay"
|
|
},
|
|
"superDeepSleepDuration": {
|
|
"description": "How long the device will be in super deep sleep for",
|
|
"label": "Super Deep Sleep Duration"
|
|
},
|
|
"powerConfigSettings": {
|
|
"description": "Settings for the power module",
|
|
"label": "Configuración de elecenergía "
|
|
},
|
|
"sleepSettings": {
|
|
"description": "Sleep settings for the power module",
|
|
"label": "Sleep Settings"
|
|
}
|
|
},
|
|
"security": {
|
|
"description": "Settings for the Security configuration",
|
|
"title": "Security Settings",
|
|
"button_backupKey": "Backup Key",
|
|
"adminChannelEnabled": {
|
|
"description": "Allow incoming device control over the insecure legacy admin channel",
|
|
"label": "Allow Legacy Admin"
|
|
},
|
|
"enableDebugLogApi": {
|
|
"description": "Output live debug logging over serial, view and export position-redacted device logs over Bluetooth",
|
|
"label": "Enable Debug Log API"
|
|
},
|
|
"managed": {
|
|
"description": "If enabled, device configuration options are only able to be changed remotely by a Remote Admin node via admin messages. Do not enable this option unless at least one suitable Remote Admin node has been setup, and the public key is stored in one of the fields above.",
|
|
"label": "Managed"
|
|
},
|
|
"privateKey": {
|
|
"description": "Used to create a shared key with a remote device",
|
|
"label": "Clave privada"
|
|
},
|
|
"publicKey": {
|
|
"description": "Sent out to other nodes on the mesh to allow them to compute a shared secret key",
|
|
"label": "Clave Pública"
|
|
},
|
|
"primaryAdminKey": {
|
|
"description": "The primary public key authorized to send admin messages to this node",
|
|
"label": "Primary Admin Key"
|
|
},
|
|
"secondaryAdminKey": {
|
|
"description": "The secondary public key authorized to send admin messages to this node",
|
|
"label": "Secondary Admin Key"
|
|
},
|
|
"serialOutputEnabled": {
|
|
"description": "Serial Console over the Stream API",
|
|
"label": "Serial Output Enabled"
|
|
},
|
|
"tertiaryAdminKey": {
|
|
"description": "The tertiary public key authorized to send admin messages to this node",
|
|
"label": "Tertiary Admin Key"
|
|
},
|
|
"adminSettings": {
|
|
"description": "Settings for Admin",
|
|
"label": "Admin Settings"
|
|
},
|
|
"loggingSettings": {
|
|
"description": "Settings for Logging",
|
|
"label": "Logging Settings"
|
|
}
|
|
}
|
|
}
|
|
|