2014-03-20 21:24:49 +00:00
{
2014-05-06 16:07:32 +00:00
"translation_version" : {
"message" : "0"
} ,
2014-04-22 14:29:18 +00:00
"options_title" : {
"message" : "Application Options"
} ,
2014-04-21 22:30:22 +00:00
"options_receive_app_notifications" : {
"message" : "Receive desktop <strong>notification</strong> when application updates"
} ,
"options_improve_configurator" : {
2014-04-22 14:16:22 +00:00
"message" : "Send anonymous usage data to the developer team"
2014-04-21 22:30:22 +00:00
} ,
2015-02-19 20:39:57 +00:00
2014-05-06 14:19:30 +00:00
"connect" : {
"message" : "Connect"
} ,
"connecting" : {
"message" : "Connecting"
} ,
"disconnect" : {
"message" : "Disconnect"
} ,
"autoConnect" : {
"message" : "Auto-Connect"
} ,
"autoConnectEnabled" : {
"message" : "Auto-Connect: Enabled - Configurator automatically tries to connect when new port is detected"
} ,
"autoConnectDisabled" : {
"message" : "Auto-Connect: Disabled - User needs to select the correct serial port and click \"Connect\" button on its own"
} ,
2014-09-16 17:26:38 +00:00
"deviceRebooting" : {
"message" : "Device - <span style=\"color: red\">Rebooting</span>"
} ,
"deviceReady" : {
"message" : "Device - <span style=\"color: green\">Ready</span>"
} ,
2014-05-06 14:19:30 +00:00
2014-10-06 13:24:34 +00:00
"backupFileIncompatible" : {
2015-01-07 15:41:34 +00:00
"message" : "Backup file provided was generated for previous version of the configurator and is incompatible with this version of configurator. Sorry"
} ,
2015-02-19 20:39:57 +00:00
2015-01-07 15:41:34 +00:00
"backupFileUnmigratable" : {
"message" : "Backup file provided was generated by a previous version of the configurator and is not migratable. Sorry."
} ,
"configMigrationFrom" : {
"message" : "Migrating configuration file generated by configurator: $1"
} ,
"configMigratedTo" : {
"message" : "Migrated configuration to configurator: $1"
} ,
"configMigrationSuccessful" : {
"message" : "Configuration migration complete, migrations applied: $1"
2014-05-06 14:19:30 +00:00
} ,
2015-01-25 16:37:47 +00:00
"tabFirmwareFlasher" : {
"message" : "Firmware Flasher"
} ,
"tabLanding" : {
"message" : "Welcome"
} ,
2015-03-03 16:27:14 +00:00
"tabHelp" : {
"message" : "Documentation & Support"
} ,
2015-01-25 16:37:47 +00:00
2014-09-17 08:31:36 +00:00
"tabSetup" : {
"message" : "Setup"
2014-05-06 14:19:30 +00:00
} ,
2014-09-17 08:31:36 +00:00
"tabConfiguration" : {
"message" : "Configuration"
2014-05-06 14:19:30 +00:00
} ,
2015-01-02 00:05:09 +00:00
"tabPorts" : {
"message" : "Ports"
} ,
2014-09-17 08:31:36 +00:00
"tabPidTuning" : {
2014-05-06 14:19:30 +00:00
"message" : "PID Tuning"
} ,
2014-09-17 08:31:36 +00:00
"tabReceiver" : {
2014-05-06 14:19:30 +00:00
"message" : "Receiver"
} ,
2014-09-17 08:31:36 +00:00
"tabModeSelection" : {
2014-09-17 07:56:50 +00:00
"message" : "Mode Selection"
2014-05-06 14:19:30 +00:00
} ,
2014-09-17 08:31:36 +00:00
"tabServos" : {
2014-11-09 00:46:12 +00:00
"message" : "Servos"
2014-05-06 14:19:30 +00:00
} ,
2014-09-17 08:31:36 +00:00
"tabGPS" : {
2014-11-09 00:46:12 +00:00
"message" : "GPS"
2014-05-06 14:19:30 +00:00
} ,
2014-09-17 08:31:36 +00:00
"tabMotorTesting" : {
2014-12-21 14:14:53 +00:00
"message" : "Motors"
2014-05-06 14:19:30 +00:00
} ,
2015-01-08 21:46:43 +00:00
"tabLedStrip" : {
"message" : "LED Strip"
} ,
2014-09-17 08:31:36 +00:00
"tabRawSensorData" : {
2014-12-21 14:14:53 +00:00
"message" : "Sensors"
2014-05-06 14:19:30 +00:00
} ,
2014-09-17 08:31:36 +00:00
"tabCLI" : {
2014-11-09 00:46:12 +00:00
"message" : "CLI"
} ,
2014-09-17 08:31:36 +00:00
"tabLogging" : {
2014-05-22 10:13:16 +00:00
"message" : "Logging"
} ,
2015-01-30 11:41:41 +00:00
"tabDataflash" : {
"message" : "Dataflash"
} ,
2014-12-18 22:38:55 +00:00
"tabAdjustments" : {
"message" : "Adjustments"
} ,
"tabAuxiliary" : {
2014-12-21 14:37:00 +00:00
"message" : "Modes"
2014-12-18 22:38:55 +00:00
} ,
2015-02-19 20:39:57 +00:00
2014-05-06 14:19:30 +00:00
"serialPortOpened" : {
"message" : "Serial port <span style=\"color: green\">successfully</span> opened with ID: $1"
} ,
2014-05-06 14:30:53 +00:00
"serialPortOpenFail" : {
"message" : "<span style=\"color: red\">Failed</span> to open serial port"
} ,
2014-05-06 14:19:30 +00:00
"serialPortClosedOk" : {
"message" : "Serial port <span style=\"color: green\">successfully</span> closed"
} ,
"serialPortClosedFail" : {
"message" : "<span style=\"color: red\">Failed</span> to close serial port"
} ,
2015-02-19 20:39:57 +00:00
2014-05-06 14:19:30 +00:00
"noConfigurationReceived" : {
"message" : "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>"
} ,
"firmwareVersionNotSupported" : {
2015-01-08 01:50:35 +00:00
"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."
} ,
2015-02-19 20:39:57 +00:00
2015-01-08 01:50:35 +00:00
"tabSwitchConnectionRequired" : {
"message" : "You need to <strong>connect</strong> before you can view any of the tabs."
} ,
2015-01-25 16:37:47 +00:00
"tabSwitchWaitForOperation" : {
"message" : "You <span style=\"color: red\">can't</span> do this right now, please wait for current operation to finish ..."
2015-02-19 20:39:57 +00:00
} ,
2015-01-08 01:50:35 +00:00
"tabSwitchUpgradeRequired" : {
2015-01-26 21:37:31 +00:00
"message" : "You need to <strong>upgrade</strong> your firmware before you can use the $1 tab."
2014-05-06 14:19:30 +00:00
} ,
2014-05-06 14:30:53 +00:00
"firmwareVersion" : {
"message" : "Firmware Version: <strong>$1</strong>"
} ,
2014-10-18 15:58:49 +00:00
"apiVersionReceived" : {
"message" : "MultiWii API version <span style=\"color: green\">received</span> - <strong>$1</strong>"
} ,
2014-05-06 14:30:53 +00:00
"uniqueDeviceIdReceived" : {
"message" : "Unique device ID <span style=\"color: green\">received</span> - <strong>0x$1</strong>"
} ,
2015-01-02 19:27:43 +00:00
"boardInfoReceived" : {
"message" : "Board: <strong>$1</strong>, version: <strong>$2</strong>"
} ,
"buildInfoReceived" : {
"message" : "Running firmware released on: <strong>$1</strong>"
} ,
"fcInfoReceived" : {
"message" : "Flight controller info, identifier: <strong>$1</strong>, version: <strong>$2</strong>"
} ,
2014-05-06 14:19:30 +00:00
2014-03-26 14:39:58 +00:00
"notifications_app_just_updated_to_version" : {
"message" : "Application just updated to version: $1"
} ,
"notifications_click_here_to_start_app" : {
"message" : "Click here to start the application"
2014-03-28 23:59:39 +00:00
} ,
"statusbar_port_utilization" : {
"message" : "Port utilization:"
} ,
"statusbar_usage_download" : {
"message" : "D: $1%"
} ,
"statusbar_usage_upload" : {
"message" : "U: $1%"
} ,
"statusbar_packet_error" : {
"message" : "Packet error:"
} ,
2014-06-16 12:13:30 +00:00
"statusbar_i2c_error" : {
"message" : "I2C error:"
} ,
2014-03-28 23:59:39 +00:00
"statusbar_cycle_time" : {
"message" : "Cycle Time:"
2014-05-06 14:45:26 +00:00
} ,
2014-06-08 17:32:24 +00:00
"please_grant_usb_permissions" : {
"message" : "Please click on <strong>\"Request Optional Permissions\"</strong> button to grant application <strong style=\"color: red\">required</strong> <strong>USB</strong> access"
} ,
"usb_permissions_granted" : {
"message" : "Optional <strong>USB</strong> permissions <strong style=\"color: green\">granted</strong>"
} ,
2014-05-06 14:45:26 +00:00
"eeprom_saved_ok" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
} ,
2014-06-08 17:32:24 +00:00
"default_optional_permissions_head" : {
"message" : "Optional USB Permissions"
} ,
"default_optional_permissions_text" : {
"message" : "Due to addition of <strong>Naze32PRO</strong> to the supported hardware family, Configurator <strong style=\"color: red\">requires</strong> USB access to allow firmware flashing via DFU"
} ,
"default_request_optional_permissions" : {
"message" : "Request Optional Permissions"
} ,
2014-05-06 14:45:26 +00:00
"defaultWelcomeText" : {
2015-10-23 13:42:32 +00:00
"message" : "Welcome to <strong>Cleanflight - Configurator</strong>, a utility designed to simplify updating, configuring and tuning of your flight controller.<br /><br />The application supports all hardware that can run cleanflight (<a href=\"http://seriouslypro.com/spracingf3\" target=\"_blank\">SPRacingF3</a>, <a href=\"http://www.immersionrc.com/fpv-products/vortex-racing-quad/\" target=\"_blank\">Vortex</a>, <a href=\"https://github.com/TauLabs/TauLabs/wiki/Sparky\" target=\"_blank\">Sparky</a>, <a href=\"http://www.readymaderc.com/store/index.php?main_page=product_info&cPath=76_156&products_id=4221\" target=\"_blank\">DoDo</a>, <a href=\"https://www.openpilot.org/product/coptercontrol/\" target=\"_blank\">CC3D/EVO</a>, <a href=\"http://www.multiwiicopter.com/products/paris-air-hero-32-naze\" target=\"_blank\">Air Hero 32</a>, <a href=\"http://www.readytoflyquads.com/flight-controllers/flip-series\" target=\"_blank\">Flip32/+/Deluxe</a>, <a href=\"http://multirotormania.com/129-dragonfly32\" target=\"_blank\">DragonFly32</a>, <a href=\"http://www.goodluckbuy.com/micro-quadcopter-flight-driver-controller-9dof-9-axis-altitude-sensor-stm32f103.html\" target=\"_blank\">CJMCU Microquad</a>, Chebuzz F3, <a href=\"http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF254044\" target=\"_blank\">STM32F3Discovery</a>, <a href=\"http://www.overskyrc.com/hermit-micro-fpv-brushless-quadcopter-145mm-98g-fully-assembled-p-621.html\" target=\"_blank\">Hermit</a>, <a href=\"http://rcexplorer.se/blog/2015/05/introducing-the-naze32-tricopter-frame/\" target=\"_blank\">Naze32 Tricopter Frame</a>, <a href=\"http://www.2dogrc.com/skyline-32-naze-32-bit-flight-controller-acro-version.html\" target=\"_blank\">Skyline32</a>, <a href=\"http://abusemark.com/store/index.php?main_page=index&cPath=1\" target=\"_blank\">Naze/32/Mini/Pro</a>/<a href=\"http://www.massiverc.com/PrestaShop/en/574-massive-acro-blackbox-flight-control-board.html\" target=\"_blank\">Blackbox</a> etc)<br /><br />The firmware source code can be downloaded from <a href=\"https://github.com/cleanflight/cleanflight\" title=\"www.github.com\" target=\"_blank\">here</a><br />The newest binary firmware image is available <a href=\"https://github.com/cleanflight/cleanflight/releases\" title=\"www.github.com\" target=\"_blank\">here</a>, development builds available <a href=\"http://cleanflight.memoryleaks.org/builds/\" target=\"_blank\">here</a><br /><br />Latest <strong>CP210x Drivers</strong> can be downloaded from <a href=\"http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx\" title=\"http://www.silabs.com/\" target=\"_blank\">here</a><br />"
2014-05-06 14:45:26 +00:00
} ,
2015-03-03 16:27:14 +00:00
"defaultContributingHead" : {
"message" : "Contributing"
} ,
"defaultContributingText" : {
2015-05-20 18:12:58 +00:00
"message" : "If you would like to help make Cleanflight even better you can help in many ways, including:<br /><ul><li>Answering other users questions on the forums and IRC.</li><li>Contributing code to the firmware and configurator - new features, fixes, improvements</li><li>Testing <a href=\"https://github.com/cleanflight/cleanflight/pulls\" target=\"_blank\">new features/fixes</a> and providing feedback.</li><li>Helping out with <a href=\"https://github.com/cleanflight/cleanflight/issues\" target=\"_blank\">issues and commenting on feature requests</a>.</li><li><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TSQKVT6UYKGL6\" target=\"_blank\" title=\"Donate\">Donating</a>, <a href=\"http://www.bcmultirotors.com/#!/Cleanflight/c/12311211/offset=0&sort=nameAsc\" title=\"www.bcmultirotors.com\" target=\"_blank\">buying a T-Shirt</a> or <a href=\"http://seriouslypro.com/spracingf3\" title=\"seriouslypro.com\" target=\"_blank\">buying an SPRacingF3 board</a></li></ul>"
2015-03-03 16:27:14 +00:00
} ,
2014-05-06 14:45:26 +00:00
"defaultChangelogHead" : {
"message" : "Configurator - Changelog"
} ,
"defaultButtonFirmwareFlasher" : {
"message" : "Firmware Flasher"
} ,
"defaultDonateHead" : {
"message" : "Open Source / Donation Notice"
} ,
"defaultDonateText" : {
2014-06-01 19:43:03 +00:00
"message" : "This utility is fully <strong>open source</strong> and is available free of charge to all <strong>cleanflight</strong> users.<br />If you found the cleanflight or cleanflight configurator useful, please consider <strong>supporting</strong> its development by donating."
} ,
2015-01-29 04:21:02 +00:00
"defaultSponsorsHead" : {
"message" : "Sponsors"
} ,
"defaultDocumentationHead" : {
"message" : "Documentation / Manual"
} ,
"defaultDocumentation" : {
"message" : "Cleanflight documentation is available in Markdown and PDF formats.<br /><br />The PDF manual appropriate to the firmware can be downloaded from the github releases page, <a href=\"https://github.com/cleanflight/cleanflight/releases\" target=\"_blank\">here</a>.<br />The Markdown latest online documentation is available <a href=\"https://github.com/cleanflight/cleanflight/tree/master/docs\" target=\"_blank\">here</a> - you can switch to the appropriate version of the documentation by selecting the tag."
} ,
"defaultSupportHead" : {
"message" : "Support"
} ,
"defaultSupport" : {
2015-01-29 14:36:22 +00:00
"message" : "For support please search the forums first or contact your vendor.<br /><br />RC Groups thread is <a href=\"http://www.rcgroups.com/forums/showthread.php?t=2249574&page=1\" target=\"_blank\">here</a>. MultiWii forums thread is <a href=\"http://www.multiwii.com/forum/viewtopic.php?f=23&t=5149\" target=\"_blank\">here</a>.<br /><br />Developers and users hang out in IRC channel on freenode<br /><a href=\"irc://irc.freenode.net/#cleanflight\" target=\"_blank\">irc://irc.freenode.net/#cleanflight</a> or <a href=\"http://webchat.freenode.net/?channels=cleanflight\" target=\"_blank\">Join via web client</a>."
2015-01-29 04:21:02 +00:00
} ,
2015-01-26 21:37:31 +00:00
"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: green\">$2</span>. Please backup your settings via the CLI, see Cleanflight documentation for procedure."
} ,
2014-05-06 16:07:32 +00:00
"initialSetupButtonCalibrateAccel" : {
"message" : "Calibrate Accelerometer"
} ,
"initialSetupCalibrateAccelText" : {
2015-10-23 13:42:32 +00:00
"message" : "Place board or frame on <strong>leveled</strong> surface, proceed with calibration, ensure platform is not moving during calibration period"
2014-05-06 16:07:32 +00:00
} ,
"initialSetupButtonCalibrateMag" : {
"message" : "Calibrate Magnetometer"
} ,
"initialSetupCalibrateMagText" : {
2015-05-17 22:10:12 +00:00
"message" : "Move multirotor at least <strong>360</strong> degrees on all axis of rotation, you have 30 seconds to perform this task"
2014-05-06 16:07:32 +00:00
} ,
"initialSetupButtonReset" : {
"message" : "Reset Settings"
} ,
"initialSetupResetText" : {
2014-09-18 12:44:42 +00:00
"message" : "Restore settings to <strong>default</strong>"
2014-05-06 16:07:32 +00:00
} ,
"initialSetupButtonBackup" : {
"message" : "Backup"
} ,
"initialSetupButtonRestore" : {
"message" : "Restore"
} ,
"initialSetupBackupRestoreText" : {
2014-12-21 12:38:22 +00:00
"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"
2014-05-06 16:07:32 +00:00
} ,
2014-10-06 14:07:47 +00:00
"initialSetupBackupSuccess" : {
"message" : "Backup saved <span style=\"color: green\">successfully</span>"
} ,
"initialSetupRestoreSuccess" : {
"message" : "Configuration restored <span style=\"color: green\">successfully</span>"
2014-05-06 16:07:32 +00:00
} ,
"initialSetupButtonResetZaxis" : {
2014-07-06 09:24:18 +00:00
"message" : "Reset Z axis, offset: 0 deg"
} ,
"initialSetupButtonResetZaxisValue" : {
"message" : "Reset Z axis, offset: $1 deg"
2014-05-06 16:07:32 +00:00
} ,
2014-09-16 17:26:38 +00:00
"initialSetupMixerHead" : {
"message" : "Mixer Type"
} ,
2014-05-06 16:07:32 +00:00
"initialSetupThrottleHead" : {
"message" : "Throttle Settings"
} ,
"initialSetupMinimum" : {
"message" : "Minimum:"
} ,
"initialSetupMaximum" : {
"message" : "Maximum:"
} ,
"initialSetupFailsafe" : {
"message" : "Failsafe:"
} ,
"initialSetupMinCommand" : {
"message" : "MinCommand:"
} ,
"initialSetupBatteryHead" : {
"message" : "Battery"
} ,
"initialSetupMinCellV" : {
"message" : "Min Cell Voltage:"
} ,
"initialSetupMaxCellV" : {
"message" : "Max Cell Voltage:"
} ,
"initialSetupVoltageScale" : {
"message" : "Voltage Scale:"
} ,
"initialSetupAccelTrimsHead" : {
"message" : "Accelerometer trims"
} ,
"initialSetupPitch" : {
"message" : "Pitch:"
} ,
"initialSetupRoll" : {
"message" : "Roll:"
} ,
"initialSetupMagHead" : {
"message" : "Magnetometer"
} ,
"initialSetupDeclination" : {
"message" : "Declination:"
} ,
"initialSetupInfoHead" : {
"message" : "Info"
} ,
"initialSetupBattery" : {
2014-05-29 18:16:32 +00:00
"message" : "Battery voltage:"
2014-05-06 16:07:32 +00:00
} ,
"initialSetupBatteryValue" : {
"message" : "$1 V"
} ,
2014-05-29 18:16:32 +00:00
"initialSetupDrawn" : {
"message" : "Capacity drawn:"
} ,
"initialSetupDrawing" : {
"message" : "Current draw:"
} ,
"initialSetupBatteryMahValue" : {
"message" : "$1 mAh"
} ,
2014-05-29 23:41:27 +00:00
"initialSetupBatteryAValue" : {
"message" : "$1 A"
} ,
2014-05-06 16:07:32 +00:00
"initialSetupRSSI" : {
"message" : "RSSI:"
} ,
"initialSetupRSSIValue" : {
"message" : "$1 %"
} ,
2014-09-18 10:54:59 +00:00
"initialSetupGPSHead" : {
"message" : "GPS"
} ,
2015-02-19 20:39:57 +00:00
"initialSetupInstrumentsHead" : {
"message" : "Instruments"
} ,
2014-05-06 16:07:32 +00:00
"initialSetupButtonSave" : {
"message" : "Save"
} ,
"initialSetupModel" : {
"message" : "Model: $1"
} ,
2015-10-23 13:42:32 +00:00
"initialSetupAttitude" : {
"message" : "$1 deg"
2014-07-06 09:24:18 +00:00
} ,
2014-05-06 16:07:32 +00:00
"initialSetupAccelCalibStarted" : {
"message" : "Accelerometer calibration started"
} ,
"initialSetupAccelCalibEnded" : {
"message" : "Accelerometer calibration finished"
} ,
"initialSetupMagCalibStarted" : {
"message" : "Magnetometer calibration started"
} ,
"initialSetupMagCalibEnded" : {
"message" : "Magnetometer calibration finished"
} ,
"initialSetupSettingsRestored" : {
"message" : "Settings restored to <strong>default</strong>"
} ,
"initialSetupEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
} ,
2014-12-20 02:50:36 +00:00
"configurationFeatureEnabled" : {
"message" : "Enabled"
} ,
"configurationFeatureName" : {
2015-01-04 08:09:10 +00:00
"message" : "Feature"
2014-12-20 02:50:36 +00:00
} ,
"configurationFeatureDescription" : {
"message" : "Description"
} ,
2014-09-17 11:01:46 +00:00
"configurationMixer" : {
"message" : "Mixer"
} ,
"configurationFeatures" : {
2015-01-04 08:09:10 +00:00
"message" : "Other Features"
} ,
"configurationReceiver" : {
"message" : "Receiver Mode"
} ,
2015-01-08 01:00:22 +00:00
"configurationFailsafe" : {
"message" : "Receiver failsafe"
2015-02-19 20:39:57 +00:00
} ,
2015-01-04 08:09:10 +00:00
"configurationRSSI" : {
"message" : "RSSI (Signal Strength)"
} ,
"configurationEscFeatures" : {
"message" : "ESC/Motor Features"
2014-09-17 11:01:46 +00:00
} ,
2015-01-03 00:57:56 +00:00
"configurationFeaturesHelp" : {
2015-01-04 08:09:10 +00:00
"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."
2015-01-03 00:57:56 +00:00
} ,
2015-10-23 13:42:32 +00:00
"configurationSerialRXHelp" : {
"message" : "<strong>Note:</strong> Rememer to configure a Serial Port (via Ports tab) and choose a Serial Receiver Provider when using RX_SERIAL feature."
} ,
2015-02-19 20:39:57 +00:00
2014-09-17 13:44:28 +00:00
"configurationBoardAlignment" : {
"message" : "Board Alignment"
} ,
2014-09-17 14:08:40 +00:00
"configurationBoardAlignmentRoll" : {
"message" : "Roll Adjustment [deg]"
} ,
"configurationBoardAlignmentPitch" : {
"message" : "Pitch Adjustment [deg]"
} ,
"configurationBoardAlignmentYaw" : {
"message" : "Yaw Adjustment [deg]"
} ,
2015-01-04 08:09:10 +00:00
"configurationAccelTrims" : {
"message" : "Accelerometer Trim"
2014-09-17 13:44:28 +00:00
} ,
2014-09-17 14:08:40 +00:00
"configurationAccelTrimRoll" : {
"message" : "Accelerometer Roll Trim"
} ,
"configurationAccelTrimPitch" : {
"message" : "Accelerometer Pitch Trim"
} ,
"configurationMagDeclination" : {
"message" : "Magnetometer Declination [deg]"
} ,
2015-03-14 00:11:50 +00:00
"configurationAutoDisarmDelay" : {
2015-03-29 13:51:28 +00:00
"message" : "Disarm motors after set delay(Seconds) (Requires MOTOR_STOP feature)"
2015-03-14 00:11:50 +00:00
} ,
"configurationDisarmKillSwitch" : {
2015-03-29 13:51:28 +00:00
"message" : "Disarm motors regardless of throttle value (When arming via AUX channel)"
2015-03-14 00:11:50 +00:00
} ,
2014-09-17 14:19:20 +00:00
"configurationThrottleMinimum" : {
"message" : "Minimum Throttle"
} ,
2014-09-17 18:13:13 +00:00
"configurationThrottleMid" : {
"message" : "Middle Throttle [RC inputs center value]"
} ,
2014-09-17 14:19:20 +00:00
"configurationThrottleMaximum" : {
"message" : "Maximum Throttle"
} ,
"configurationThrottleFailsafe" : {
"message" : "Failsafe Throttle"
} ,
"configurationThrottleMinimumCommand" : {
"message" : "Minimum Command"
} ,
2014-09-18 11:21:48 +00:00
"configurationBatteryVoltage" : {
"message" : "Battery Voltage"
2014-09-17 12:22:16 +00:00
} ,
2014-09-17 14:19:20 +00:00
"configurationBatteryMinimum" : {
"message" : "Minimum Cell Voltage"
} ,
"configurationBatteryMaximum" : {
"message" : "Maximum Cell Voltage"
} ,
2014-12-21 12:29:36 +00:00
"configurationBatteryWarning" : {
"message" : "Warning Cell Voltage"
} ,
2014-09-17 14:19:20 +00:00
"configurationBatteryScale" : {
"message" : "Voltage Scale"
} ,
2014-09-18 11:21:48 +00:00
"configurationCurrent" : {
"message" : "Current Sensor"
} ,
"configurationCurrentScale" : {
"message" : "Scale the output voltage to milliamps [1/10th mV/A]"
} ,
"configurationCurrentOffset" : {
"message" : "Offset in millivolt steps"
} ,
2014-09-17 21:00:57 +00:00
"configurationBatteryMultiwiiCurrent" : {
"message" : "Enable support for legacy Multiwii MSP current output"
} ,
2015-10-23 13:42:32 +00:00
"configurationSystem" : {
"message" : "System configuration"
} ,
"configurationLoopTime" : {
"message" : "Flight Controller Loop Time"
} ,
"configurationCalculatedCyclesSec" : {
"message" : "Cycles/Sec (Hz)"
} ,
"configurationLoopTimeHelp" : {
"message" : "<strong>Note:</strong> Changing this may require PID re-tuning."
} ,
2014-09-17 15:02:16 +00:00
"configurationGPS" : {
"message" : "GPS"
} ,
2015-01-04 08:09:10 +00:00
"configurationGPSProtocol" : {
"message" : "Protocol"
2014-09-17 15:46:21 +00:00
} ,
2015-01-04 10:28:32 +00:00
"configurationGPSBaudrate" : {
2014-09-17 15:46:21 +00:00
"message" : "Baudrate"
} ,
"configurationGPSubxSbas" : {
"message" : "Ground Assistance Type"
} ,
2015-10-23 13:42:32 +00:00
"configurationGPSHelp" : {
"message" : "<strong>Note:</strong> Remember to configure a Serial Port (via Ports tab) when using GPS feature."
} ,
2014-09-17 15:02:16 +00:00
"configurationSerialRX" : {
2015-01-04 08:09:10 +00:00
"message" : "Serial Receiver Provider"
2014-09-17 15:02:16 +00:00
} ,
2014-09-17 11:01:46 +00:00
"configurationEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
} ,
"configurationButtonSave" : {
2014-12-21 14:45:06 +00:00
"message" : "Save and Reboot"
2014-09-17 11:01:46 +00:00
} ,
2015-01-03 00:57:56 +00:00
"portsHelp" : {
2015-10-23 13:42:32 +00:00
"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."
2015-01-03 00:57:56 +00:00
} ,
2015-03-11 23:34:24 +00:00
"portsFirmwareUpgradeRequired" : {
"message" : "Firmware upgrade <span style=\"color: red\">required</span>. Serial port configurations of firmware < 1.8.0 is not supported."
} ,
2015-01-02 00:05:09 +00:00
"portsButtonSave" : {
"message" : "Save and Reboot"
} ,
2015-03-05 15:57:23 +00:00
"portsTelemetryDisabled" : {
"message" : "Disabled"
} ,
2015-03-03 22:56:48 +00:00
"portsFunction_MSP" : {
"message" : "MSP"
} ,
"portsFunction_GSP" : {
"message" : "GSP"
} ,
"portsFunction_TELEMETRY_FRSKY" : {
"message" : "FrSky"
} ,
"portsFunction_TELEMETRY_HOTT" : {
"message" : "HoTT"
} ,
"portsFunction_TELEMETRY_MSP" : {
"message" : "MSP"
} ,
"portsFunction_TELEMETRY_SMARTPORT" : {
"message" : "SmartPort"
} ,
"portsFunction_RX_SERIAL" : {
"message" : "Serial RX"
} ,
"portsFunction_BLACKBOX" : {
"message" : "Blackbox"
} ,
2015-01-02 00:05:09 +00:00
2015-01-29 17:27:50 +00:00
"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: green\">$2</span>."
} ,
2014-05-06 15:34:59 +00:00
"pidTuningName" : {
"message" : "Name"
} ,
"pidTuningProportional" : {
"message" : "Proportional"
} ,
"pidTuningIntegral" : {
"message" : "Integral"
} ,
"pidTuningDerivative" : {
"message" : "Derivative"
} ,
"pidTuningRollPitchRate" : {
"message" : "ROLL & PITCH rate"
} ,
2015-03-11 21:56:02 +00:00
"pidTuningRollRate" : {
"message" : "ROLL rate"
} ,
"pidTuningPitchRate" : {
"message" : "PITCH rate"
} ,
2014-05-06 15:34:59 +00:00
"pidTuningYawRate" : {
"message" : "YAW rate"
} ,
"pidTuningTPA" : {
"message" : "TPA"
} ,
2015-03-10 04:02:14 +00:00
"pidTuningTPABreakPoint" : {
"message" : "TPA Breakpoint"
} ,
2014-05-06 15:34:59 +00:00
"pidTuningButtonSave" : {
"message" : "Save"
} ,
"pidTuningButtonRefresh" : {
"message" : "Refresh"
} ,
"pidTuningProfileHead" : {
"message" : "Profile"
} ,
2015-01-29 17:27:50 +00:00
"pidTuningControllerHead" : {
"message" : "PID Controller"
} ,
2014-05-06 15:34:59 +00:00
"pidTuningLoadedProfile" : {
"message" : "Loaded Profile: <strong>$1</strong>"
} ,
"pidTuningDataRefreshed" : {
"message" : "PID data <strong>refreshed</strong>"
} ,
"pidTuningEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
2014-05-06 21:33:47 +00:00
} ,
2015-10-23 13:42:32 +00:00
"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."
} ,
2014-05-06 21:33:47 +00:00
"receiverThrottleMid" : {
"message" : "Throttle MID"
} ,
"receiverThrottleExpo" : {
"message" : "Throttle EXPO"
} ,
"receiverRcRate" : {
"message" : "RC Rate"
} ,
"receiverRcExpo" : {
"message" : "RC Expo"
2015-05-07 23:11:43 +00:00
} ,
"receiverRcYawExpo" : {
"message" : "RC Yaw Expo"
2014-05-06 21:33:47 +00:00
} ,
2014-09-19 15:44:04 +00:00
"receiverChannelMap" : {
"message" : "Channel Map"
} ,
2014-09-30 13:33:28 +00:00
"receiverChannelMapTitle" : {
"message" : "You can define your own channel map by clicking inside the box"
} ,
2015-01-07 13:50:24 +00:00
"receiverRssiChannel" : {
"message" : "RSSI Channel"
2014-09-24 14:01:23 +00:00
} ,
2014-05-16 08:13:30 +00:00
"receiverRefreshRateTitle" : {
"message" : "Graph refresh rate"
} ,
2014-05-06 21:33:47 +00:00
"receiverButtonSave" : {
"message" : "Save"
} ,
"receiverButtonRefresh" : {
"message" : "Refresh"
} ,
2015-10-23 13:42:32 +00:00
"receiverButtonSticks" : {
"message" : "Control sticks"
} ,
2014-05-06 21:33:47 +00:00
"receiverDataRefreshed" : {
"message" : "RC Tuning data <strong>refreshed</strong>"
} ,
"receiverEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
2014-05-06 21:39:37 +00:00
} ,
2014-10-13 17:59:26 +00:00
"auxiliaryHelp" : {
"message" : "Use ranges to define the switches on your transmitter and corresponding mode assignments. A receiver channel that gives a reading between a range min/max will activate the mode. Remember to save your settings using the Save button."
2014-05-06 21:39:37 +00:00
} ,
2014-10-13 17:59:26 +00:00
"auxiliaryMin" : {
"message" : "Min"
2014-05-06 21:39:37 +00:00
} ,
2014-10-13 17:59:26 +00:00
"auxiliaryMax" : {
"message" : "Max"
2014-05-06 21:39:37 +00:00
} ,
2014-10-13 17:59:26 +00:00
"auxiliaryAddRange" : {
"message" : "Add Range"
2014-05-06 21:39:37 +00:00
} ,
"auxiliaryButtonSave" : {
"message" : "Save"
} ,
"auxiliaryEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
2014-05-06 21:57:57 +00:00
} ,
2014-11-09 00:46:12 +00:00
"adjustmentsHelp" : {
"message" : "Configure adjustment switches. See the 'in-flight adjustments' section of the manual for details. The changes that adjustment functions make are not saved automatically. There are 4 slots. Each switch used to concurrently make adjustments requires exclusive use of a slot."
} ,
"adjustmentsExamples" : {
"message" : "Examples"
} ,
"adjustmentsExample1" : {
"message" : "Use Slot 1 and a 3POS switch on AUX1 to select between Pitch/Roll P, I and D and another 3POS switch on AUX2 to increase or decrease the value when held up or down."
} ,
"adjustmentsExample2" : {
"message" : "Use Slot 2 and a 3POS switch on AUX4 to select enable Rate Profile Selection via the same 3POS switch on the same channel."
} ,
"adjustmentsColumnEnable" : {
"message" : "If enabled"
} ,
"adjustmentsColumnUsingSlot" : {
"message" : "using slot"
} ,
"adjustmentsColumnWhenChannel" : {
"message" : "when channel"
} ,
"adjustmentsColumnIsInRange" : {
"message" : "is in range"
} ,
"adjustmentsColumnThenApplyFunction" : {
"message" : "then apply"
} ,
"adjustmentsColumnViaChannel" : {
"message" : "via channel"
} ,
"adjustmentsSlot0" : {
"message" : "Slot 1"
} ,
"adjustmentsSlot1" : {
"message" : "Slot 2"
} ,
"adjustmentsSlot2" : {
"message" : "Slot 3"
} ,
"adjustmentsSlot3" : {
"message" : "Slot 4"
} ,
"adjustmentsMin" : {
"message" : "Min"
} ,
"adjustmentsMax" : {
"message" : "Max"
} ,
"adjustmentsFunction0" : {
"message" : "No changes"
} ,
"adjustmentsFunction1" : {
"message" : "RC Rate Adjustment"
} ,
"adjustmentsFunction2" : {
"message" : "RC Expo Adjustment"
} ,
"adjustmentsFunction3" : {
"message" : "Throttle Expo Adjustment"
} ,
"adjustmentsFunction4" : {
"message" : "Pitch & Roll Rate Adjustment"
} ,
"adjustmentsFunction5" : {
"message" : "Yaw Rate Adjustment"
} ,
"adjustmentsFunction6" : {
2015-01-12 07:26:25 +00:00
"message" : "Pitch & Roll P Adjustment"
2014-11-09 00:46:12 +00:00
} ,
"adjustmentsFunction7" : {
2015-01-12 07:26:25 +00:00
"message" : "Pitch & Roll I Adjustment"
2014-11-09 00:46:12 +00:00
} ,
"adjustmentsFunction8" : {
2015-01-12 07:26:25 +00:00
"message" : "Pitch & Roll D Adjustment"
2014-11-09 00:46:12 +00:00
} ,
"adjustmentsFunction9" : {
"message" : "Yaw P Adjustment"
} ,
"adjustmentsFunction10" : {
"message" : "Yaw I Adjustment"
} ,
"adjustmentsFunction11" : {
"message" : "Yaw D Adjustment"
} ,
"adjustmentsFunction12" : {
"message" : "Rate Profile Selection"
} ,
2015-05-17 23:09:29 +00:00
"adjustmentsFunction13" : {
"message" : "Pitch Rate"
} ,
"adjustmentsFunction14" : {
"message" : "Roll Rate"
} ,
"adjustmentsFunction15" : {
"message" : "Pitch P Adjustment"
} ,
"adjustmentsFunction16" : {
"message" : "Pitch I Adjustment"
} ,
"adjustmentsFunction17" : {
"message" : "Pitch D Adjustment"
} ,
"adjustmentsFunction18" : {
"message" : "Roll P Adjustment"
} ,
"adjustmentsFunction19" : {
"message" : "Roll I Adjustment"
} ,
"adjustmentsFunction20" : {
"message" : "Roll D Adjustment"
} ,
2014-11-09 00:46:12 +00:00
"adjustmentsSave" : {
"message" : "Save"
} ,
"adjustmentsEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
} ,
2015-02-19 20:39:57 +00:00
2014-11-09 00:46:12 +00:00
2015-10-23 13:42:32 +00:00
"servosFirmwareUpgradeRequired" : {
"message" : "Servos requires firmware >= 1.10.0."
2014-05-06 21:57:57 +00:00
} ,
2015-10-23 13:42:32 +00:00
2014-05-06 21:57:57 +00:00
"servosChangeDirection" : {
"message" : "Change Direction in TX To Match"
} ,
"servosName" : {
"message" : "Name"
} ,
"servosMid" : {
"message" : "MID"
} ,
"servosMin" : {
"message" : "MIN"
} ,
"servosMax" : {
"message" : "MAX"
} ,
2015-10-23 13:42:32 +00:00
"servosAngleAtMin" : {
"message" : "Angle at min"
} ,
"servosAngleAtMax" : {
"message" : "Angle at max"
} ,
"servosDirectionAndRate" : {
"message" : "Direction and rate"
2014-05-06 21:57:57 +00:00
} ,
"servosLiveMode" : {
"message" : "Enable Live mode:"
} ,
"servosButtonSave" : {
"message" : "Save"
} ,
"servosNormal" : {
"message" : "Normal"
} ,
"servosReverse" : {
"message" : "Reverse"
} ,
"servosEepromSave" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
2014-05-08 08:56:41 +00:00
} ,
"gpsHead" : {
"message" : "GPS"
} ,
"gps3dFix" : {
"message" : "3D Fix:"
} ,
"gpsFixTrue" : {
"message" : "<span style=\"color: green\">True</span>"
} ,
"gpsFixFalse" : {
"message" : "<span style=\"color: red\">False</span>"
} ,
"gpsAltitude" : {
"message" : "Altitude:"
} ,
"gpsLat" : {
"message" : "Latitude:"
} ,
"gpsLon" : {
"message" : "Longitude:"
} ,
"gpsSpeed" : {
"message" : "Speed:"
} ,
"gpsSats" : {
"message" : "Sats:"
} ,
"gpsDistToHome" : {
"message" : "Dist to Home:"
} ,
"gpsSignalStrHead" : {
"message" : "GPS Signal Strength"
} ,
"gpsSignalStr" : {
"message" : "Signal Strength"
2014-05-08 09:02:58 +00:00
} ,
"motorsMaster" : {
"message" : "Master"
} ,
"motorsNotice" : {
2015-05-25 22:00:54 +00:00
"message" : "<strong>Motor Test Mode Notice:</strong><br />Moving the sliders 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 />"
} ,
"motorsEnableControl" : {
"message" : "I understand the risks, propellors are removed - Enable motor control."
2014-05-08 09:09:23 +00:00
} ,
"sensorsInfo" : {
"message" : "Keep in mind that using fast update periods and rendering multiple graphs at the same time is resource heavy and will burn your battery quicker if you use a laptop.<br />We recommend to only render graphs for sensors you are interested in while using reasonable update periods."
} ,
"sensorsRefresh" : {
"message" : "Refresh:"
} ,
"sensorsScale" : {
"message" : "Scale:"
2014-05-08 09:15:35 +00:00
} ,
"cliInfo" : {
2014-11-10 00:00:28 +00:00
"message" : "<span style=\"color: red\">Note</span>: 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>."
2014-05-08 09:15:35 +00:00
} ,
"cliInputPlaceholder" : {
"message" : "Write your command here"
2014-05-08 10:01:07 +00:00
} ,
2014-05-22 14:42:34 +00:00
"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."
} ,
"loggingSamplesSaved" : {
"message" : "Samples Saved:"
} ,
"loggingLogSize" : {
"message" : "Log Size:"
} ,
"loggingButtonLogFile" : {
"message" : "Select Log File"
} ,
"loggingStart" : {
"message" : "Start Logging"
} ,
"loggingStop" : {
"message" : "Stop Logging"
} ,
2014-06-20 09:20:29 +00:00
"loggingBack" : {
"message" : "Leave Logging / Disconnect"
} ,
2014-06-20 09:59:53 +00:00
"loggingErrorNotConnected" : {
"message" : "You need to <strong>connect</strong> first"
} ,
2014-05-22 14:42:34 +00:00
"loggingErrorLogFile" : {
"message" : "Please select log file"
} ,
"loggingErrorOneProperty" : {
"message" : "Please select at least one property to log"
} ,
2014-05-22 17:16:40 +00:00
"loggingAutomaticallyRetained" : {
"message" : "Automatically loaded previous log file: <strong>$1</strong>"
} ,
2014-05-22 14:42:34 +00:00
2015-02-13 08:05:36 +00:00
"dataflashNote" : {
2015-02-16 05:05:24 +00:00
"message" : "Blackbox flight logs can be recorded to your flight controller's onboard dataflash chip."
} ,
"dataflashNotSupportedNote" : {
"message" : "Your flight controller does not have a compatible dataflash chip available."
2015-02-13 08:05:36 +00:00
} ,
2015-03-11 23:34:24 +00:00
"dataflashFirmwareUpgradeRequired" : {
"message" : "Dataflash requires firmware >= 1.8.0."
} ,
2015-01-30 11:41:41 +00:00
"dataflashButtonSaveFile" : {
"message" : "Save flash to file..."
} ,
"dataflashButtonErase" : {
"message" : "Erase flash"
} ,
2015-02-13 08:05:36 +00:00
"dataflashConfirmEraseTitle" : {
"message" : "Confirm dataflash erase"
} ,
"dataflashConfirmEraseNote" : {
"message" : "This will erase any Blackbox logs or other data contained in the dataflash which will take about 20 seconds, are you sure?"
} ,
"dataflashSavingTitle" : {
"message" : "Saving dataflash to file"
} ,
"dataflashSavingNote" : {
"message" : "Saving could take several minutes, please wait."
} ,
"dataflashSavingNoteAfter" : {
"message" : "Save completed! Press \"Ok\" to continue."
} ,
"dataflashButtonSaveCancel" : {
"message" : "Cancel"
} ,
"dataflashButtonSaveDismiss" : {
"message" : "Ok"
} ,
"dataflashButtonEraseConfirm" : {
"message" : "Yes, erase dataflash"
} ,
"dataflashButtonEraseCancel" : {
"message" : "Cancel"
} ,
2015-02-26 20:14:47 +00:00
"dataflashFileWriteFailed" : {
"message" : "Failed to write to the file you selected, are the permissions on that folder okay?"
} ,
2015-02-19 20:39:57 +00:00
"firmwareFlasherReleaseSummaryHead" : {
2014-12-19 14:56:40 +00:00
"message" : "Release info"
} ,
2014-12-19 19:48:19 +00:00
"firmwareFlasherReleaseName" : {
"message" : "Name/Version:"
} ,
"firmwareFlasherReleaseVersionUrl" : {
"message" : "Visit release page."
} ,
2014-12-19 16:04:42 +00:00
"firmwareFlasherReleaseNotes" : {
"message" : "Release notes:"
} ,
"firmwareFlasherReleaseDate" : {
"message" : "Date:"
} ,
2015-01-08 11:38:10 +00:00
"firmwareFlasherReleaseStatus" : {
"message" : "State:"
} ,
2014-12-19 16:04:42 +00:00
"firmwareFlasherReleaseTarget" : {
"message" : "Target:"
} ,
"firmwareFlasherReleaseFile" : {
"message" : "Binary:"
} ,
2015-01-08 11:38:10 +00:00
"firmwareFlasherReleaseStatusReleaseCandidate" : {
"message" : "<span style=\"color: red\">IMPORTANT: This firmware release is currently marked as a release candidate. Please report any issues immediately.</span>"
} ,
2014-12-19 16:04:42 +00:00
"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."
} ,
2015-02-19 20:39:57 +00:00
2014-05-08 10:01:07 +00:00
"firmwareFlasherPath" : {
"message" : "Path:"
} ,
"firmwareFlasherSize" : {
"message" : "Size:"
} ,
"firmwareFlasherStatus" : {
"message" : "Status:"
} ,
"firmwareFlasherProgress" : {
"message" : "Progress:"
} ,
2014-10-24 13:36:19 +00:00
"firmwareFlasherLoadFirmwareFile" : {
"message" : "Please load firmware file"
2014-05-08 10:01:07 +00:00
} ,
"firmwareFlasherNoReboot" : {
"message" : "No reboot sequence"
} ,
2014-11-10 20:33:32 +00:00
"firmwareFlasherOnlineReleasesDescription" : {
2014-12-26 18:20:45 +00:00
"message" : "Available online firmware releases - Select the correct firmware appropriate for your board."
2014-11-10 20:33:32 +00:00
} ,
2014-10-24 14:55:42 +00:00
"firmwareFlasherNoRebootDescription" : {
2014-12-26 18:20:45 +00:00
"message" : "Enable if you are flashing board with bootloader pins shorted"
2014-10-24 14:55:42 +00:00
} ,
2014-05-08 10:01:07 +00:00
"firmwareFlasherFlashOnConnect" : {
"message" : "Flash on connect"
} ,
2014-10-24 14:55:42 +00:00
"firmwareFlasherFlashOnConnectDescription" : {
"message" : "Attempt to flash the board automatically (triggered by newly detected serial port)"
} ,
2014-05-08 10:01:07 +00:00
"firmwareFlasherFullChipErase" : {
2015-10-23 13:42:32 +00:00
"message" : "Full chip erase"
2014-05-08 10:01:07 +00:00
} ,
2014-10-24 14:55:42 +00:00
"firmwareFlasherFullChipEraseDescription" : {
"message" : "Wipes all configuration data currently stored on the board"
} ,
2014-10-24 13:36:19 +00:00
"firmwareFlasherFlashDevelopmentFirmware" : {
"message" : "Use Development Firmware"
} ,
2014-10-24 14:55:42 +00:00
"firmwareFlasherFlashDevelopmentFirmwareDescription" : {
2014-10-24 13:36:19 +00:00
"message" : "Flash most recent (untested) development firmware"
} ,
2015-05-22 01:19:51 +00:00
"firmwareFlasherManualBaud" : {
2015-10-23 13:42:32 +00:00
"message" : "Manual baud rate"
2014-08-30 06:59:21 +00:00
} ,
2015-05-22 01:19:51 +00:00
"firmwareFlasherManualBaudDescription" : {
"message" : "Manual selection of baud rate for boards that don't support the default speed or for flashing via bluetooth."
2014-08-30 06:59:21 +00:00
} ,
2015-03-29 21:43:00 +00:00
"firmwareFlasherShowDevelopmentReleases" : {
"message" : "Show unstable releases"
} ,
"firmwareFlasherShowDevelopmentReleasesDescription" : {
"message" : "Show Release-Candidates and Development Releases"
} ,
2014-12-24 23:02:18 +00:00
"firmwareFlasherOptionLabelSelectFirmware" : {
"message" : "Choose a Firmware / Board"
} ,
2014-05-08 10:01:07 +00:00
"firmwareFlasherButtonLoadLocal" : {
"message" : "Load Firmware [Local]"
} ,
"firmwareFlasherButtonLoadOnline" : {
"message" : "Load Firmware [Online]"
} ,
"firmwareFlasherFlashFirmware" : {
"message" : "Flash Firmware"
} ,
"firmwareFlasherGithubInfoHead" : {
"message" : "Github Firmware Info"
} ,
"firmwareFlasherCommiter" : {
"message" : "Committer:"
} ,
"firmwareFlasherDate" : {
"message" : "Date:"
} ,
2014-11-10 20:33:32 +00:00
"firmwareFlasherHash" : {
"message" : "Hash:"
} ,
"firmwareFlasherUrl" : {
"message" : "Go to GitHub to review this commit..."
} ,
2014-05-08 10:01:07 +00:00
"firmwareFlasherMessage" : {
"message" : "Message:"
} ,
"firmwareFlasherWarninghead" : {
"message" : "Warning"
} ,
"firmwareFlasherWarningText" : {
2015-10-23 13:42:32 +00:00
"message" : "Please do <span style=\"color: red\">not</span> try to flash <strong>non-cleanflight</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 /><span style=\"color: green\">Note: </span>STM32 bootloader is stored in ROM, it cannot be bricked.<br />Note: <strong>Auto-Connect</strong> is always disabled while you are inside firmware flasher.<br /><span style=\"color: red\">Note: </span>Make sure you have a backup; some upgrades/downgrades will wipe your configuration.<br /><span style=\"color: green\">Note:</span> If you have problems flashing try disconnecting all cables from your FC.<br /><br /><span style=\"color: green\">Note: </span>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)."
2014-05-08 10:01:07 +00:00
} ,
"firmwareFlasherButtonLeave" : {
"message" : "Leave Firmware Flasher"
} ,
"firmwareFlasherFirmwareNotLoaded" : {
2014-08-30 08:30:28 +00:00
"message" : "Firmware not loaded"
2014-05-08 10:01:07 +00:00
} ,
"firmwareFlasherHexCorrupted" : {
2014-08-30 08:30:28 +00:00
"message" : "HEX file appears to be corrupted"
2014-05-08 10:01:07 +00:00
} ,
"firmwareFlasherRemoteFirmwareLoaded" : {
"message" : "<span style=\"color: green\">Remote Firmware loaded, ready for flashing</span>"
} ,
"firmwareFlasherFailedToLoadOnlineFirmware" : {
2014-08-30 08:30:28 +00:00
"message" : "Failed to load remote firmware"
2014-05-08 10:01:07 +00:00
} ,
2015-02-19 20:39:57 +00:00
2015-01-08 21:46:43 +00:00
"ledStripHelp" : {
"message" : "The flight controller can control colors and effects of individual LEDs on a strip.<br />Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions."
2015-01-16 00:15:41 +00:00
} ,
"ledStripButtonSave" : {
"message" : "Save"
2015-01-16 00:29:16 +00:00
} ,
"ledStripEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
2015-10-23 13:42:32 +00:00
} ,
"controlAxisRoll" : {
"message" : "Roll"
} ,
"controlAxisPitch" : {
"message" : "Pitch"
} ,
"controlAxisYaw" : {
"message" : "Yaw"
} ,
"controlAxisThrottle" : {
"message" : "Throttle"
} ,
"controlAxisAux1" : {
"message" : "AUX 1"
} ,
"controlAxisAux2" : {
"message" : "AUX 2"
} ,
"controlAxisAux3" : {
"message" : "AUX 3"
} ,
"controlAxisAux4" : {
"message" : "AUX 4"
} ,
"controlAxisAux5" : {
"message" : "AUX 5"
} ,
"controlAxisAux6" : {
"message" : "AUX 6"
} ,
"controlAxisAux7" : {
"message" : "AUX 7"
} ,
"controlAxisAux8" : {
"message" : "AUX 8"
2014-03-26 14:39:58 +00:00
}
2015-10-23 13:42:32 +00:00
}