Merge pull request #786 from McGiverGim/bf-remove_style_from_css
Remove style attribute from messages file10.3.x-maintenance
commit
4bed51398f
|
@ -48,10 +48,10 @@
|
|||
"message": "Go to Release Website"
|
||||
},
|
||||
"deviceRebooting": {
|
||||
"message": "Device - <span style=\"color: red\">Rebooting</span>"
|
||||
"message": "Device - <span class=\"message-negative\">Rebooting</span>"
|
||||
},
|
||||
"deviceReady": {
|
||||
"message": "Device - <span style=\"color: #ffbb00\">Ready</span>"
|
||||
"message": "Device - <span class=\"message-positive\">Ready</span>"
|
||||
},
|
||||
|
||||
"backupFileIncompatible": {
|
||||
|
@ -147,42 +147,42 @@
|
|||
},
|
||||
|
||||
"serialPortOpened": {
|
||||
"message": "Serial port <span style=\"color: #ffbb00\">successfully</span> opened with ID: $1"
|
||||
"message": "Serial port <span class=\"message-positive\">successfully</span> opened with ID: $1"
|
||||
},
|
||||
"serialPortOpenFail": {
|
||||
"message": "<span style=\"color: red\">Failed</span> to open serial port"
|
||||
"message": "<span class=\"message-negative\">Failed</span> to open serial port"
|
||||
},
|
||||
"serialPortClosedOk": {
|
||||
"message": "Serial port <span style=\"color: #ffbb00\">successfully</span> closed"
|
||||
"message": "Serial port <span class=\"message-positive\">successfully</span> closed"
|
||||
},
|
||||
"serialPortClosedFail": {
|
||||
"message": "<span style=\"color: red\">Failed</span> to close serial port"
|
||||
"message": "<span class=\"message-negative\">Failed</span> to close serial port"
|
||||
},
|
||||
|
||||
"usbDeviceOpened": {
|
||||
"message": "USB device <span style=\"color: #ffbb00\">successfully</span> opened with ID: $1"
|
||||
"message": "USB device <span class=\"message-positive\">successfully</span> opened with ID: $1"
|
||||
},
|
||||
"usbDeviceOpenFail": {
|
||||
"message": "<span style=\"color: red\">Failed</span> to open USB device!"
|
||||
"message": "<span class=\"message-negative\">Failed</span> to open USB device!"
|
||||
},
|
||||
"usbDeviceClosed": {
|
||||
"message": "USB device <span style=\"color: #ffbb00\">successfully</span> closed"
|
||||
"message": "USB device <span class=\"message-positive\">successfully</span> closed"
|
||||
},
|
||||
"usbDeviceCloseFail": {
|
||||
"message": "<span style=\"color: red\">Failed</span> to close USB device"
|
||||
"message": "<span class=\"message-negative\">Failed</span> to close USB device"
|
||||
},
|
||||
"usbDeviceUdevNotice": {
|
||||
"message": "Are <strong>udev rules</strong> installed correctly? See docs for instructions"
|
||||
},
|
||||
|
||||
"noConfigurationReceived": {
|
||||
"message": "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>"
|
||||
"message": "No configuration received within <span class=\"message-negative\">10 seconds</span>, communication <span class=\"message-negative\">failed</span>"
|
||||
},
|
||||
"firmwareVersionNotSupported": {
|
||||
"message": "This firmware version is <span style=\"color: red\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
||||
"message": "This firmware version is <span class=\"message-negative\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
||||
},
|
||||
"firmwareTypeNotSupported": {
|
||||
"message": "Non - Cleanflight/Betaflight firmware is <span style=\"color: red\">not supported</span>, except for CLI mode."
|
||||
"message": "Non - Cleanflight/Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
|
||||
},
|
||||
"firmwareUpgradeRequired": {
|
||||
"message": "The firmware on this device needs upgrading to a newer version. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
||||
|
@ -192,7 +192,7 @@
|
|||
"message": "You need to <strong>connect</strong> before you can view any of the tabs."
|
||||
},
|
||||
"tabSwitchWaitForOperation": {
|
||||
"message": "You <span style=\"color: red\">can't</span> do this right now, please wait for current operation to finish ..."
|
||||
"message": "You <span class=\"message-negative\">can't</span> do this right now, please wait for current operation to finish ..."
|
||||
},
|
||||
|
||||
"tabSwitchUpgradeRequired": {
|
||||
|
@ -268,17 +268,17 @@
|
|||
"message": "Please use the Firmware Flasher to access DFU devices"
|
||||
},
|
||||
"dfu_erased_kilobytes": {
|
||||
"message": "Erased $1 kB of flash <span style=\"color: #ffbb00\">successfully</span>"
|
||||
"message": "Erased $1 kB of flash <span class=\"message-positive\">successfully</span>"
|
||||
},
|
||||
"dfu_device_flash_info": {
|
||||
"message": "Detected device with total flash size $1 kiB"
|
||||
},
|
||||
"dfu_error_image_size": {
|
||||
"message": "<span style=\"color: red; font-weight: bold\">Error</span>: Supplied image is larger then flash available on the chip! Image: $1 kiB, limit = $2 kiB"
|
||||
"message": "<span class=\"message-negative\">Error</span>: Supplied image is larger then flash available on the chip! Image: $1 kiB, limit = $2 kiB"
|
||||
},
|
||||
|
||||
"eeprom_saved_ok": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
|
||||
"defaultWelcomeIntro": {
|
||||
|
@ -350,7 +350,7 @@
|
|||
},
|
||||
|
||||
"initialSetupBackupAndRestoreApiVersion": {
|
||||
"message": "<span style=\"color: red\">Backup and restore functionality disabled.</span> You have firmware with API version <span style=\"color: red\">$1</span>, backup and restore requires <span style=\"color: #ffbb00\">$2</span>. Please backup your settings via the CLI, see Betaflight documentation for procedure."
|
||||
"message": "<span class=\"message-negative\">Backup and restore functionality disabled.</span> You have firmware with API version <span class=\"message-negative\">$1</span>, backup and restore requires <span class=\"message-positive\">$2</span>. Please backup your settings via the CLI, see Betaflight documentation for procedure."
|
||||
},
|
||||
"initialSetupButtonCalibrateAccel": {
|
||||
"message": "Calibrate Accelerometer"
|
||||
|
@ -377,13 +377,13 @@
|
|||
"message": "Restore"
|
||||
},
|
||||
"initialSetupBackupRestoreText": {
|
||||
"message": "<strong>Backup</strong> your configuration in case of an accident, <strong>CLI</strong> settings are <span style=\"color: red\">not</span> included - See 'dump' cli command"
|
||||
"message": "<strong>Backup</strong> your configuration in case of an accident, <strong>CLI</strong> settings are <span class=\"message-negative\">not</span> included - See 'dump' cli command"
|
||||
},
|
||||
"initialSetupBackupSuccess": {
|
||||
"message": "Backup saved <span style=\"color: #ffbb00\">successfully</span>"
|
||||
"message": "Backup saved <span class=\"message-positive\">successfully</span>"
|
||||
},
|
||||
"initialSetupRestoreSuccess": {
|
||||
"message": "Configuration restored <span style=\"color: #ffbb00\">successfully</span>"
|
||||
"message": "Configuration restored <span class=\"message-positive\">successfully</span>"
|
||||
},
|
||||
"initialSetupButtonResetZaxis": {
|
||||
"message": "Reset Z axis, offset: 0 deg"
|
||||
|
@ -491,19 +491,19 @@
|
|||
"message": "Accelerometer calibration started"
|
||||
},
|
||||
"initialSetupAccelCalibEnded": {
|
||||
"message": "Accelerometer calibration <span style=\"color: #ffbb00\">finished</span>"
|
||||
"message": "Accelerometer calibration <span class=\"message-positive\">finished</span>"
|
||||
},
|
||||
"initialSetupMagCalibStarted": {
|
||||
"message": "Magnetometer calibration started"
|
||||
},
|
||||
"initialSetupMagCalibEnded": {
|
||||
"message": "Magnetometer calibration <span style=\"color: #ffbb00\">finished</span>"
|
||||
"message": "Magnetometer calibration <span class=\"message-positive\">finished</span>"
|
||||
},
|
||||
"initialSetupSettingsRestored": {
|
||||
"message": "Settings restored to <strong>default</strong>"
|
||||
},
|
||||
"initialSetupEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
"featureNone": {
|
||||
"message": "<Select One>"
|
||||
|
@ -659,7 +659,7 @@
|
|||
"message": "ESC/Motor Features"
|
||||
},
|
||||
"configurationFeaturesHelp": {
|
||||
"message": "<strong>Note:</strong> Not all combinations of features are valid. When the flight controller firmware detects invalid feature combinations conflicting features will be disabled.<br /><strong>Note:</strong> Configure serial ports <span style=\"color: red\">before</span> enabling the features that will use the ports."
|
||||
"message": "<strong>Note:</strong> Not all combinations of features are valid. When the flight controller firmware detects invalid feature combinations conflicting features will be disabled.<br /><strong>Note:</strong> Configure serial ports <span class=\"message-negative\">before</span> enabling the features that will use the ports."
|
||||
},
|
||||
"configurationSerialRXHelp": {
|
||||
"message": "<strong>Note:</strong> Remember to configure a Serial Port (via Ports tab) and choose a Serial Receiver Provider when using RX_SERIAL feature."
|
||||
|
@ -860,7 +860,7 @@
|
|||
"message": "SPI Bus Receiver Provider"
|
||||
},
|
||||
"configurationEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
"configurationButtonSave": {
|
||||
"message": "Save and Reboot"
|
||||
|
@ -888,10 +888,10 @@
|
|||
"message": "<strong>Note:</strong> not all combinations are valid. When the flight controller firmware detects this the serial port configuration will be reset."
|
||||
},
|
||||
"portsMSPHelp": {
|
||||
"message": "<strong>Note:</strong> Do <span style=\"color: red\">NOT</span> disable MSP on the first serial port unless you know what you are doing. You may have to reflash and erase your configuration if you do."
|
||||
"message": "<strong>Note:</strong> Do <span class=\"message-negative\">NOT</span> disable MSP on the first serial port unless you know what you are doing. You may have to reflash and erase your configuration if you do."
|
||||
},
|
||||
"portsFirmwareUpgradeRequired": {
|
||||
"message": "Firmware upgrade <span style=\"color: red\">required</span>. Serial port configurations of firmware < 1.8.0 is not supported."
|
||||
"message": "Firmware upgrade <span class=\"message-negative\">required</span>. Serial port configurations of firmware < 1.8.0 is not supported."
|
||||
},
|
||||
"portsButtonSave": {
|
||||
"message": "Save and Reboot"
|
||||
|
@ -954,7 +954,7 @@
|
|||
"message": "RunCam Device"
|
||||
},
|
||||
"pidTuningUpgradeFirmwareToChangePidController": {
|
||||
"message": "<span style=\"color: red\">Changing PID controller disabled - you can change it via the CLI.</span> You have firmware with API version <span style=\"color: red\">$1</span>, but this functionality requires requires <span style=\"color: #ffbb00\">$2</span>."
|
||||
"message": "<span class=\"message-negative\">Changing PID controller disabled - you can change it via the CLI.</span> You have firmware with API version <span class=\"message-negative\">$1</span>, but this functionality requires requires <span class=\"message-positive\">$2</span>."
|
||||
},
|
||||
"pidTuningSubTabPid": {
|
||||
"message": "PID Settings"
|
||||
|
@ -1100,29 +1100,29 @@
|
|||
"message": "Loaded default profile values."
|
||||
},
|
||||
"pidTuningReceivedProfile": {
|
||||
"message": "Flight controller set Profile: <strong style=\"color: #ffbb00\">$1</strong>"
|
||||
"message": "Flight controller set Profile: <strong class=\"message-positive\">$1</strong>"
|
||||
},
|
||||
"pidTuningReceivedRateProfile": {
|
||||
"message": "Flight controller set Rateprofile: <strong style=\"color: #ffbb00\">$1</strong>"
|
||||
"message": "Flight controller set Rateprofile: <strong class=\"message-positive\">$1</strong>"
|
||||
},
|
||||
"pidTuningLoadedProfile": {
|
||||
"message": "Loaded Profile: <strong style=\"color: #ffbb00\">$1</strong>"
|
||||
"message": "Loaded Profile: <strong class=\"message-positive\">$1</strong>"
|
||||
},
|
||||
"pidTuningLoadedRateProfile": {
|
||||
"message": "Loaded Rateprofile: <strong style=\"color: #ffbb00\">$1</strong>"
|
||||
"message": "Loaded Rateprofile: <strong class=\"message-positive\">$1</strong>"
|
||||
},
|
||||
"pidTuningDataRefreshed": {
|
||||
"message": "PID data <strong>refreshed</strong>"
|
||||
},
|
||||
"pidTuningEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
|
||||
"receiverHelp": {
|
||||
"message": "Please read receiver chapter of the documentation. Configure serial port (if required), receiver mode (serial/ppm/pwm), provider (for serial receivers), bind receiver, set channel map, configure channel endpoints/range on TX so that all channels go from ~1000 to ~2000. Set midpoint (default 1500), trim channels to 1500, configure stick deadband, verify behaviour when TX is off or out of range.<br /><span style=\"color: red\">IMPORTANT:</span> Before flying read failsafe chapter of documentation and configure failsafe."
|
||||
"message": "Please read receiver chapter of the documentation. Configure serial port (if required), receiver mode (serial/ppm/pwm), provider (for serial receivers), bind receiver, set channel map, configure channel endpoints/range on TX so that all channels go from ~1000 to ~2000. Set midpoint (default 1500), trim channels to 1500, configure stick deadband, verify behaviour when TX is off or out of range.<br /><span class=\"message-negative\">IMPORTANT:</span> Before flying read failsafe chapter of documentation and configure failsafe."
|
||||
},
|
||||
"tuningHelp": {
|
||||
"message": "<b>Tuning tips</b><br /><span style=\"color: red\">IMPORTANT:</span> It is important to verify motor temperatures during first flights. The higher the filter value gets the better it may fly, but you also will get more noise into the motors. <br>Default value of 100hz is optimal, but for noiser setups you can try lowering Dterm filter to 50hz and possibly also the gyro filter."
|
||||
"message": "<b>Tuning tips</b><br /><span class=\"message-negative\">IMPORTANT:</span> It is important to verify motor temperatures during first flights. The higher the filter value gets the better it may fly, but you also will get more noise into the motors. <br>Default value of 100hz is optimal, but for noiser setups you can try lowering Dterm filter to 50hz and possibly also the gyro filter."
|
||||
},
|
||||
"receiverThrottleMid": {
|
||||
"message": "Throttle MID"
|
||||
|
@ -1191,7 +1191,7 @@
|
|||
"message": "RC Tuning data <strong>refreshed</strong>"
|
||||
},
|
||||
"receiverEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
"receiverModelPreview": {
|
||||
"message": "Preview"
|
||||
|
@ -1213,7 +1213,7 @@
|
|||
"message": "Save"
|
||||
},
|
||||
"auxiliaryEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
"auxiliaryAutoChannelSelect": {
|
||||
"message": "AUTO"
|
||||
|
@ -1345,7 +1345,7 @@
|
|||
"message": "Save"
|
||||
},
|
||||
"adjustmentsEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
|
||||
"transponderNotSupported": {
|
||||
|
@ -1409,10 +1409,10 @@
|
|||
"message": "Save and Reboot"
|
||||
},
|
||||
"transponderDataInvalid": {
|
||||
"message": "Transponder data is <span style=\"color: red\">invalid</span>"
|
||||
"message": "Transponder data is <span class=\"message-negative\">invalid</span>"
|
||||
},
|
||||
"transponderEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
|
||||
"servosFirmwareUpgradeRequired": {
|
||||
|
@ -1455,7 +1455,7 @@
|
|||
"message": "Reverse"
|
||||
},
|
||||
"servosEepromSave": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
"gpsHead": {
|
||||
"message": "GPS"
|
||||
|
@ -1507,7 +1507,7 @@
|
|||
"message": "Master"
|
||||
},
|
||||
"motorsNotice": {
|
||||
"message": "<strong>Motor Test Mode / Arming Notice:</strong><br />Moving the sliders or arming your craft with the transmitter will cause the motors to <strong>spin up</strong>.<br />In order to prevent injury <strong style=\"color: red\">remove ALL propellers</strong> before using this feature.<br />"
|
||||
"message": "<strong>Motor Test Mode / Arming Notice:</strong><br />Moving the sliders or arming your craft with the transmitter will cause the motors to <strong>spin up</strong>.<br />In order to prevent injury <strong class=\"message-negative\">remove ALL propellers</strong> before using this feature.<br />"
|
||||
},
|
||||
"motorsEnableControl": {
|
||||
"message": "I understand the risks, propellers are removed - Enable motor control and arming."
|
||||
|
@ -1524,7 +1524,7 @@
|
|||
},
|
||||
|
||||
"cliInfo": {
|
||||
"message": "<strong>Note</strong>: Leaving CLI tab or pressing Disconnect will <strong>automatically</strong> send \"<strong>exit</strong>\" to the board. With the latest firmware this will make the controller <span style=\"color: red\">restart</span> and unsaved changes will be <span style=\"color: red\">lost</span>."
|
||||
"message": "<strong>Note</strong>: Leaving CLI tab or pressing Disconnect will <strong>automatically</strong> send \"<strong>exit</strong>\" to the board. With the latest firmware this will make the controller <span class=\"message-negative\">restart</span> and unsaved changes will be <span class=\"message-negative\">lost</span>."
|
||||
},
|
||||
"cliInputPlaceholder": {
|
||||
"message": "Write your command here"
|
||||
|
@ -1540,7 +1540,7 @@
|
|||
},
|
||||
|
||||
"loggingNote": {
|
||||
"message": "Data will be logged in this tab <span style=\"color: red\">only</span>, leaving the tab will <span style=\"color: red\">cancel</span> logging and application will return to its normal <strong>\"configurator\"</strong> state.<br /> You are free to select the global update period, data will be written into the log file every <strong>1</strong> second for performance reasons."
|
||||
"message": "Data will be logged in this tab <span class=\"message-negative\">only</span>, leaving the tab will <span class=\"message-negative\">cancel</span> logging and application will return to its normal <strong>\"configurator\"</strong> state.<br /> You are free to select the global update period, data will be written into the log file every <strong>1</strong> second for performance reasons."
|
||||
},
|
||||
"loggingSamplesSaved": {
|
||||
"message": "Samples Saved:"
|
||||
|
@ -1676,13 +1676,13 @@
|
|||
"message": "Binary:"
|
||||
},
|
||||
"firmwareFlasherReleaseStatusReleaseCandidate": {
|
||||
"message": "<span style=\"color: red\">IMPORTANT: This firmware release is currently marked as a release candidate. Please report any issues immediately.</span>"
|
||||
"message": "<span class=\"message-negative\">IMPORTANT: This firmware release is currently marked as a release candidate. Please report any issues immediately.</span>"
|
||||
},
|
||||
"firmwareFlasherReleaseFileUrl": {
|
||||
"message": "Download manually."
|
||||
},
|
||||
"firmwareFlasherTargetWarning": {
|
||||
"message": "<span style=\"color: red\">IMPORTANT</span>: Ensure you flash a file appropriate for your target. Flashing a binary for the wrong target can cause <span style=\"color: red\">bad</span> things to happen."
|
||||
"message": "<span class=\"message-negative\">IMPORTANT</span>: Ensure you flash a file appropriate for your target. Flashing a binary for the wrong target can cause <span class=\"message-negative\">bad</span> things to happen."
|
||||
},
|
||||
|
||||
"firmwareFlasherPath": {
|
||||
|
@ -1734,7 +1734,7 @@
|
|||
"message": "Manual baud rate"
|
||||
},
|
||||
"firmwareFlasherManualBaudDescription": {
|
||||
"message": "Manual selection of baud rate for boards that don't support the default speed or for flashing via bluetooth.<br /><span style=\"color: red\">Note:</span> Not used when flashing via USB DFU"
|
||||
"message": "Manual selection of baud rate for boards that don't support the default speed or for flashing via bluetooth.<br /><span class=\"message-negative\">Note:</span> Not used when flashing via USB DFU"
|
||||
},
|
||||
"firmwareFlasherShowDevelopmentReleases":{
|
||||
"message": "Show unstable releases"
|
||||
|
@ -1785,7 +1785,7 @@
|
|||
"message": "Message:"
|
||||
},
|
||||
"firmwareFlasherWarningText": {
|
||||
"message": "Please do <span style=\"color: red\">not</span> try to flash <strong>non-Betaflight</strong> hardware with this firmware flasher.<br />Do <span style=\"color: red\">not</span> <strong>disconnect</strong> the board or <strong>turn off</strong> your computer while flashing.<br /><br /><strong>Note: </strong>STM32 bootloader is stored in ROM, it cannot be bricked.<br /><strong>Note: </strong><span style=\"color: red\">Auto-Connect</span> is always disabled while you are inside firmware flasher.<br /><strong>Note: </strong>Make sure you have a backup; some upgrades/downgrades will wipe your configuration.<br /><strong>Note:</strong> If you have problems flashing <strong>try disconnecting all cables from your FC</strong> first, try rebooting, upgrade chrome, upgrade drivers.<br /><strong>Note:</strong> When flashing boards that have directly connected USB sockets (most newer boards) ensure you have read the USB Flashing section of the Betaflight manual and have the correct software and drivers installed"
|
||||
"message": "Please do <span class=\"message-negative\">not</span> try to flash <strong>non-Betaflight</strong> hardware with this firmware flasher.<br />Do <span class=\"message-negative\">not</span> <strong>disconnect</strong> the board or <strong>turn off</strong> your computer while flashing.<br /><br /><strong>Note: </strong>STM32 bootloader is stored in ROM, it cannot be bricked.<br /><strong>Note: </strong><span class=\"message-negative\">Auto-Connect</span> is always disabled while you are inside firmware flasher.<br /><strong>Note: </strong>Make sure you have a backup; some upgrades/downgrades will wipe your configuration.<br /><strong>Note:</strong> If you have problems flashing <strong>try disconnecting all cables from your FC</strong> first, try rebooting, upgrade chrome, upgrade drivers.<br /><strong>Note:</strong> When flashing boards that have directly connected USB sockets (most newer boards) ensure you have read the USB Flashing section of the Betaflight manual and have the correct software and drivers installed"
|
||||
},
|
||||
"firmwareFlasherRecoveryHead": {
|
||||
"message": "<strong>Recovery / Lost communication<strong>"
|
||||
|
@ -1803,7 +1803,7 @@
|
|||
"message": "HEX file appears to be corrupted"
|
||||
},
|
||||
"firmwareFlasherRemoteFirmwareLoaded": {
|
||||
"message": "<span style=\"color: #ffbb00\">Remote Firmware loaded, ready for flashing</span>"
|
||||
"message": "<span class=\"message-positive\">Remote Firmware loaded, ready for flashing</span>"
|
||||
},
|
||||
"firmwareFlasherFailedToLoadOnlineFirmware": {
|
||||
"message": "Failed to load remote firmware"
|
||||
|
@ -1816,7 +1816,7 @@
|
|||
"message": "Save"
|
||||
},
|
||||
"ledStripEepromSaved": {
|
||||
"message": "EEPROM <span style=\"color: #ffbb00\">saved</span>"
|
||||
"message": "EEPROM <span class=\"message-positive\">saved</span>"
|
||||
},
|
||||
"ledStripVtxOverlay": {
|
||||
"message": "VTX (uses vtx frequency to assign color)"
|
||||
|
@ -2048,7 +2048,7 @@
|
|||
"message": "Receiver failsafe"
|
||||
},
|
||||
"failsafeFeaturesHelpNew": {
|
||||
"message": "Failsafe has two stages. <strong>Stage 1</strong> is entered when a flightchannel has an invalid pulse length, the receiver reports failsafe mode or there is no signal from the receiver at all, the channel fallback settings are applied to <span style=\"color: red\">all channels</span> and a short amount of time is provided to allow for recovery. <strong>Stage 2</strong> is entered when the error condition takes longer than the configured guard time while the craft is <span style=\"color: red\">armed</span>, all channels will remain at the applied channel fallback setting unless overruled by the chosen procedure. <br /><strong>Note:</strong> Prior to entering stage 1, channel fallback settings are also applied to individual AUX channels that have invalid pulses."
|
||||
"message": "Failsafe has two stages. <strong>Stage 1</strong> is entered when a flightchannel has an invalid pulse length, the receiver reports failsafe mode or there is no signal from the receiver at all, the channel fallback settings are applied to <span class=\"message-negative\">all channels</span> and a short amount of time is provided to allow for recovery. <strong>Stage 2</strong> is entered when the error condition takes longer than the configured guard time while the craft is <span class=\"message-negative\">armed</span>, all channels will remain at the applied channel fallback setting unless overruled by the chosen procedure. <br /><strong>Note:</strong> Prior to entering stage 1, channel fallback settings are also applied to individual AUX channels that have invalid pulses."
|
||||
},
|
||||
"failsafePulsrangeTitle": {
|
||||
"message": "Valid Pulse Range Settings"
|
||||
|
@ -2118,7 +2118,7 @@
|
|||
"message": "Save"
|
||||
},
|
||||
"powerFirmwareUpgradeRequired": {
|
||||
"message": "Firmware upgrade <span style=\"color: red\">required</span>. Battery/Amperage/Voltage configurations using API < 1.33.0 (Betaflight release <= 3.17) is not supported."
|
||||
"message": "Firmware upgrade <span class=\"message-negative\">required</span>. Battery/Amperage/Voltage configurations using API < 1.33.0 (Betaflight release <= 3.17) is not supported."
|
||||
},
|
||||
"powerBatteryVoltageMeterSource": {
|
||||
"message": "Voltage Meter Source"
|
||||
|
|
Loading…
Reference in New Issue