diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 9d676e08..38291298 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -266,7 +266,7 @@
"defaultSupportSubline2": {
"message": "Developer"
},
- "defaultSupport": {
+ "defaultSupport": {
"message": "For support please search the forums first or contact your vendor.
"
},
"defaultSupport1": {
@@ -284,6 +284,7 @@
"defaultSupport5": {
"message": "Join via WebClient"
},
+
"initialSetupBackupAndRestoreApiVersion": {
"message": "Backup and restore functionality disabled. You have firmware with API version $1, backup and restore requires $2. Please backup your settings via the CLI, see Cleanflight documentation for procedure."
},
@@ -441,8 +442,6 @@
"configurationFeatureDescription": {
"message": "Description"
},
-
-
"configurationMixer": {
"message": "Mixer"
},
@@ -452,23 +451,21 @@
"configurationReceiver": {
"message": "Receiver Mode"
},
- "configurationFailsafe": {
- "message": "Receiver failsafe"
- },
"configurationRSSI": {
"message": "RSSI (Signal Strength)"
},
+ "configurationRSSIHelp": {
+ "message": "RSSI is a measurement of signal strength and is very handy so you know when your aircraft is going out of range or if it is suffering RF interference."
+ },
"configurationEscFeatures": {
"message": "ESC/Motor Features"
},
"configurationFeaturesHelp": {
"message": "Note: Not all combinations of features are valid. When the flight controller firmware detects invalid feature combinations conflicting features will be disabled. Note: Configure serial ports before enabling the features that will use the ports."
},
-
"configurationSerialRXHelp": {
- "message": "Note: Rememer to configure a Serial Port (via Ports tab) and choose a Serial Receiver Provider when using RX_SERIAL feature."
+ "message": "Note: Remember to configure a Serial Port (via Ports tab) and choose a Serial Receiver Provider when using RX_SERIAL feature."
},
-
"configurationBoardAlignment": {
"message": "Board and Sensor Alignment"
},
@@ -498,7 +495,7 @@
},
"configurationDisarmKillSwitch": {
"message": "Disarm motors regardless of throttle value (When arming via AUX channel)"
- },
+ },
"configurationThrottleMinimum": {
"message": "Minimum Throttle"
},
@@ -508,9 +505,6 @@
"configurationThrottleMaximum": {
"message": "Maximum Throttle"
},
- "configurationThrottleFailsafe": {
- "message": "Failsafe Throttle"
- },
"configurationThrottleMinimumCommand": {
"message": "Minimum Command"
},
@@ -541,7 +535,7 @@
"configurationBatteryMultiwiiCurrent": {
"message": "Enable support for legacy Multiwii MSP current output"
},
- "configuration3d": {
+ "configuration3d": {
"message": "3D"
},
"configuration3dDeadbandLow": {
@@ -583,7 +577,6 @@
"configurationGPSHelp": {
"message": "Note: Remember to configure a Serial Port (via Ports tab) when using GPS feature."
},
-
"configurationSerialRX": {
"message": "Serial Receiver Provider"
},
@@ -621,6 +614,9 @@
"portsFunction_TELEMETRY_HOTT": {
"message": "HoTT"
},
+ "portsFunction_TELEMETRY_LTM": {
+ "message": "LTM"
+ },
"portsFunction_TELEMETRY_MSP": {
"message": "MSP"
},
@@ -942,7 +938,6 @@
"servosFirmwareUpgradeRequired": {
"message": "Servos requires firmware >= 1.10.0."
},
-
"servosChangeDirection": {
"message": "Change Direction in TX To Match"
},
@@ -1135,6 +1130,7 @@
"dataflashFileWriteFailed": {
"message": "Failed to write to the file you selected, are the permissions on that folder okay?"
},
+
"firmwareFlasherReleaseSummaryHead": {
"message": "Release info"
},
@@ -1191,25 +1187,25 @@
"message": "Available online firmware releases - Select the correct firmware appropriate for your board."
},
"firmwareFlasherNoRebootDescription": {
- "message": "Enable if you are flashing board with bootloader pins shorted"
+ "message": "Enable if you powered your FC while the bootloader pins are jumpered or have your FC's BOOT button pressed."
},
"firmwareFlasherFlashOnConnect": {
"message": "Flash on connect"
},
"firmwareFlasherFlashOnConnectDescription": {
- "message": "Attempt to flash the board automatically (triggered by newly detected serial port)"
+ "message": "Attempt to flash the board automatically (triggered by newly detected serial port)."
},
"firmwareFlasherFullChipErase": {
"message": "Full chip erase"
},
"firmwareFlasherFullChipEraseDescription": {
- "message": "Wipes all configuration data currently stored on the board"
+ "message": "Wipes all configuration data currently stored on the board."
},
"firmwareFlasherFlashDevelopmentFirmware": {
"message": "Use Development Firmware"
},
"firmwareFlasherFlashDevelopmentFirmwareDescription": {
- "message": "Flash most recent (untested) development firmware"
+ "message": "Flash most recent (untested) development firmware."
},
"firmwareFlasherManualBaud": {
"message": "Manual baud rate"
@@ -1218,10 +1214,10 @@
"message": "Manual selection of baud rate for boards that don't support the default speed or for flashing via bluetooth."
},
"firmwareFlasherShowDevelopmentReleases":{
- "message": "Show unstable releases"
+ "message": "Show unstable releases"
},
"firmwareFlasherShowDevelopmentReleasesDescription":{
- "message": "Show Release-Candidates and Development Releases"
+ "message": "Show Release-Candidates and Development Releases."
},
"firmwareFlasherOptionLabelSelectFirmware": {
"message": "Choose a Firmware / Board"
@@ -1253,11 +1249,17 @@
"firmwareFlasherMessage": {
"message": "Message:"
},
- "firmwareFlasherWarninghead": {
+ "firmwareFlasherWarningHead": {
"message": "Warning"
},
"firmwareFlasherWarningText": {
- "message": "Please do not try to flash non-cleanflight hardware with this firmware flasher. Do notdisconnect the board or turn off your computer while flashing.
Note: STM32 bootloader is stored in ROM, it cannot be bricked. Note: Auto-Connect is always disabled while you are inside firmware flasher. Note: Make sure you have a backup; some upgrades/downgrades will wipe your configuration. Note: If you have problems flashing try disconnecting all cables from your FC.
Note: If you have lost comminication with your board then power off the board, jumper the bootloader pins, power on, enable 'No reboot sequence', enable 'Full chip erase', re-flash, then power off, remove bootloader jumper, power on and connect (For all firmware except OPBL firmware)."
+ "message": "Please do not try to flash non-cleanflight hardware with this firmware flasher. Do notdisconnect the board or turn off your computer while flashing.
Note: STM32 bootloader is stored in ROM, it cannot be bricked. Note: Auto-Connect is always disabled while you are inside firmware flasher. Note: Make sure you have a backup; some upgrades/downgrades will wipe your configuration. Note: If you have problems flashing try disconnecting all cables from your FC first, try rebooting, upgrade chrome, upgrade drivers. "
+ },
+ "firmwareFlasherRecoveryHead": {
+ "message": "Recovery / Lost communication"
+ },
+ "firmwareFlasherRecoveryText": {
+ "message": "If you have lost comminication with your board follow these steps to restore communication: