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
12 KiB
428 lines
12 KiB
{
|
|
"page": {
|
|
"title": "Configuration",
|
|
"tabBluetooth": "Bluetooth",
|
|
"tabDevice": "Eszköz",
|
|
"tabDisplay": "Kijelző",
|
|
"tabLora": "LoRa",
|
|
"tabNetwork": "Hálózat",
|
|
"tabPosition": "Pozíció",
|
|
"tabPower": "Energia",
|
|
"tabSecurity": "Biztonság"
|
|
},
|
|
"sidebar": {
|
|
"label": "Modules"
|
|
},
|
|
"device": {
|
|
"title": "Device Settings",
|
|
"description": "Settings for the device",
|
|
"buttonPin": {
|
|
"description": "Button pin override",
|
|
"label": "Button Pin"
|
|
},
|
|
"buzzerPin": {
|
|
"description": "Buzzer pin override",
|
|
"label": "Buzzer Pin"
|
|
},
|
|
"disableTripleClick": {
|
|
"description": "Disable triple click",
|
|
"label": "Disable Triple Click"
|
|
},
|
|
"doubleTapAsButtonPress": {
|
|
"description": "Treat double tap as button press",
|
|
"label": "Double Tap as Button Press"
|
|
},
|
|
"ledHeartbeatDisabled": {
|
|
"description": "Disable default blinking LED",
|
|
"label": "LED Heartbeat Disabled"
|
|
},
|
|
"nodeInfoBroadcastInterval": {
|
|
"description": "How often to broadcast node info",
|
|
"label": "Node Info Broadcast Interval"
|
|
},
|
|
"posixTimezone": {
|
|
"description": "The POSIX timezone string for the device",
|
|
"label": "POSIX időzóna"
|
|
},
|
|
"rebroadcastMode": {
|
|
"description": "How to handle rebroadcasting",
|
|
"label": "Rebroadcast Mode"
|
|
},
|
|
"role": {
|
|
"description": "What role the device performs on the mesh",
|
|
"label": "Szerepkör"
|
|
}
|
|
},
|
|
"bluetooth": {
|
|
"title": "Bluetooth Settings",
|
|
"description": "Settings for the Bluetooth module",
|
|
"note": "Note: Some devices (ESP32) cannot use both Bluetooth and WiFi at the same time.",
|
|
"enabled": {
|
|
"description": "Enable or disable Bluetooth",
|
|
"label": "Enabled"
|
|
},
|
|
"pairingMode": {
|
|
"description": "Pin selection behaviour.",
|
|
"label": "Párosítási mód"
|
|
},
|
|
"pin": {
|
|
"description": "Pin to use when pairing",
|
|
"label": "Pin"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": "Settings for the device display",
|
|
"title": "Display Settings",
|
|
"headingBold": {
|
|
"description": "Bolden the heading text",
|
|
"label": "Bold Heading"
|
|
},
|
|
"carouselDelay": {
|
|
"description": "How fast to cycle through windows",
|
|
"label": "Carousel Delay"
|
|
},
|
|
"compassNorthTop": {
|
|
"description": "Fix north to the top of compass",
|
|
"label": "Compass North Top"
|
|
},
|
|
"displayMode": {
|
|
"description": "Screen layout variant",
|
|
"label": "Display Mode"
|
|
},
|
|
"displayUnits": {
|
|
"description": "Display metric or imperial units",
|
|
"label": "Display Units"
|
|
},
|
|
"flipScreen": {
|
|
"description": "Flip display 180 degrees",
|
|
"label": "Flip Screen"
|
|
},
|
|
"gpsDisplayUnits": {
|
|
"description": "Coordinate display format",
|
|
"label": "GPS Display Units"
|
|
},
|
|
"oledType": {
|
|
"description": "Type of OLED screen attached to the device",
|
|
"label": "OLED Type"
|
|
},
|
|
"screenTimeout": {
|
|
"description": "Turn off the display after this long",
|
|
"label": "Screen Timeout"
|
|
},
|
|
"twelveHourClock": {
|
|
"description": "Use 12-hour clock format",
|
|
"label": "12-Hour Clock"
|
|
},
|
|
"wakeOnTapOrMotion": {
|
|
"description": "Wake the device on tap or motion",
|
|
"label": "Wake on Tap or Motion"
|
|
}
|
|
},
|
|
"lora": {
|
|
"title": "Mesh Settings",
|
|
"description": "Settings for the LoRa mesh",
|
|
"bandwidth": {
|
|
"description": "Channel bandwidth in MHz",
|
|
"label": "Sávszélesség"
|
|
},
|
|
"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": "MQTT figyelmen kívül hagyása"
|
|
},
|
|
"modemPreset": {
|
|
"description": "Modem preset to use",
|
|
"label": "Modem-előbeállítás"
|
|
},
|
|
"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": "MQTT jóváhagyás"
|
|
},
|
|
"overrideDutyCycle": {
|
|
"description": "Duty Cycle felülbírálása",
|
|
"label": "Duty Cycle felülbírálása"
|
|
},
|
|
"overrideFrequency": {
|
|
"description": "Override frequency",
|
|
"label": "Override Frequency"
|
|
},
|
|
"region": {
|
|
"description": "Sets the region for your node",
|
|
"label": "Régió"
|
|
},
|
|
"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": "Mesh Settings"
|
|
},
|
|
"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": "Note: Some devices (ESP32) cannot use both Bluetooth and WiFi at the same time.",
|
|
"addressMode": {
|
|
"description": "Address assignment selection",
|
|
"label": "Address Mode"
|
|
},
|
|
"dns": {
|
|
"description": "DNS Server",
|
|
"label": "DNS"
|
|
},
|
|
"ethernetEnabled": {
|
|
"description": "Enable or disable the Ethernet port",
|
|
"label": "Enabled"
|
|
},
|
|
"gateway": {
|
|
"description": "Default Gateway",
|
|
"label": "Átjáró"
|
|
},
|
|
"ip": {
|
|
"description": "IP Address",
|
|
"label": "IP"
|
|
},
|
|
"psk": {
|
|
"description": "Network password",
|
|
"label": "PSK"
|
|
},
|
|
"ssid": {
|
|
"description": "Network name",
|
|
"label": "SSID"
|
|
},
|
|
"subnet": {
|
|
"description": "Subnet Mask",
|
|
"label": "Alhálózat"
|
|
},
|
|
"wifiEnabled": {
|
|
"description": "Enable or disable the WiFi radio",
|
|
"label": "Enabled"
|
|
},
|
|
"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": "UDP-beállítások"
|
|
}
|
|
},
|
|
"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": "Időbélyeg",
|
|
"unset": "Nincs beállítva",
|
|
"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": "Energiatakarékos mód engedélyezése"
|
|
},
|
|
"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": "Energia-beállítások"
|
|
},
|
|
"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": "Privát kulcs"
|
|
},
|
|
"publicKey": {
|
|
"description": "Sent out to other nodes on the mesh to allow them to compute a shared secret key",
|
|
"label": "Nyilvános kulcs"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
|