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
} ,
2014-12-24 18:58:29 +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" : {
"message" : "Backup file provided was generated for older version of configurator and is incompatible with this version of configurator. Sorry"
2014-05-06 14:19:30 +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
} ,
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"
} ,
2014-05-06 14:19:30 +00:00
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
} ,
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"
} ,
2014-10-18 15:58:49 +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-02 19:27:43 +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"
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-01-05 11:47:17 +00:00
"message" : "Welcome to <strong>Cleanflight - Configurator</strong>, utility designed to simplify updating, configuring and tuning of your flight controller.<br /><br />Application supports hardware that run cleanflight (sparky, cc3d, acro naze, naze, afromini, flip32, flip32+, cjmcu, chebuzz f3, stm32f3discovery, naze32pro, etc)<br /><br />The firmware source code can be downloaded from <a href=\"https://github.com/hydra/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><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
} ,
"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."
} ,
2014-05-06 16:07:32 +00:00
"initialSetupButtonCalibrateAccel" : {
"message" : "Calibrate Accelerometer"
} ,
"initialSetupCalibrateAccelText" : {
2014-09-18 12:44:42 +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" : {
2014-09-18 12:44:42 +00:00
"message" : "Move multirotor atleast <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"
} ,
2014-05-06 16:07:32 +00:00
"initialSetupButtonSave" : {
"message" : "Save"
} ,
"initialSetupModel" : {
"message" : "Model: $1"
} ,
2014-07-06 09:24:18 +00:00
"initialSetupHeading" : {
"message" : "Heading: $1 deg"
} ,
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"
} ,
"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
} ,
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]"
} ,
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"
} ,
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"
} ,
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" : {
"message" : "Configure serial ports. <strong>Note:</strong> that not all ports support all scenarios and not all combinations of scenarios are valid. When the flight controller firmware detects this the serial port configuration will be reset."
} ,
2015-01-02 00:05:09 +00:00
"portsButtonSave" : {
"message" : "Save and Reboot"
} ,
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"
} ,
"pidTuningYawRate" : {
"message" : "YAW rate"
} ,
"pidTuningTPA" : {
"message" : "TPA"
} ,
"pidTuningButtonSave" : {
"message" : "Save"
} ,
"pidTuningButtonRefresh" : {
"message" : "Refresh"
} ,
"pidTuningProfileHead" : {
"message" : "Profile"
} ,
"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
} ,
"receiverThrottleMid" : {
"message" : "Throttle MID"
} ,
"receiverThrottleExpo" : {
"message" : "Throttle EXPO"
} ,
"receiverRcRate" : {
"message" : "RC Rate"
} ,
"receiverRcExpo" : {
"message" : "RC Expo"
} ,
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"
} ,
"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" : {
"message" : "Pitch P Adjustment"
} ,
"adjustmentsFunction7" : {
"message" : "Pitch I Adjustment"
} ,
"adjustmentsFunction8" : {
"message" : "Pitch D Adjustment"
} ,
"adjustmentsFunction9" : {
"message" : "Yaw P Adjustment"
} ,
"adjustmentsFunction10" : {
"message" : "Yaw I Adjustment"
} ,
"adjustmentsFunction11" : {
"message" : "Yaw D Adjustment"
} ,
"adjustmentsFunction12" : {
"message" : "Rate Profile Selection"
} ,
"adjustmentsSave" : {
"message" : "Save"
} ,
"adjustmentsEepromSaved" : {
"message" : "EEPROM <span style=\"color: green\">saved</span>"
} ,
2014-05-06 21:57:57 +00:00
"servosModel" : {
"message" : "Model:"
} ,
"servosChangeDirection" : {
"message" : "Change Direction in TX To Match"
} ,
"servosGyroAccelDirection" : {
"message" : "Gyroscope / Accelerometer Direction"
} ,
"servosName" : {
"message" : "Name"
} ,
"servosMid" : {
"message" : "MID"
} ,
"servosMin" : {
"message" : "MIN"
} ,
"servosMax" : {
"message" : "MAX"
} ,
"servosDirection" : {
"message" : "Direction"
} ,
"servosLiveMode" : {
"message" : "Enable Live mode:"
} ,
"servosButtonSave" : {
"message" : "Save"
} ,
"servosModelNoSupport" : {
"message" : "This model doesn't support servos"
} ,
"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" : {
2014-08-18 17:28:06 +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 />If you understand these instructions check the <strong>box</strong> below to <strong style=\"color: green\">enable</strong> motor test.<br /><br /><label><input type=\"checkbox\" /> Check</label>"
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
2014-12-19 14:56:40 +00:00
"firmwareFlasherReleaseSummaryHead" : {
"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:"
} ,
"firmwareFlasherReleaseTarget" : {
"message" : "Target:"
} ,
"firmwareFlasherReleaseFile" : {
"message" : "Binary:"
} ,
"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."
} ,
2014-12-19 14:56:40 +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" : {
"message" : "Full Chip Erase"
} ,
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"
} ,
2014-08-30 06:59:21 +00:00
"firmwareFlasherFlashSlowly" : {
"message" : "Flash slowly"
} ,
2014-10-24 14:55:42 +00:00
"firmwareFlasherFlashSlowlyDescription" : {
"message" : "Use 115200 baudrate for flashing (useful for flashing via bluetooth)"
2014-08-30 06:59:21 +00:00
} ,
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" : {
2014-12-10 10:22:13 +00:00
"message" : "Please do not try to flash <strong>non-cleanflight</strong> hardware with this firmware flasher (it wont work).<br />Do not <strong>disconnect</strong> the board or <strong>turn off</strong> your computer while flashing.<br /><br />Note: <strong>STM32</strong> bootloader is stored in <strong>ROM</strong>, it cannot be bricked.<br />Note: <strong>Auto-Connect</strong> is always disabled while you are inside firmware flasher.<br />Note: This can wipe your configuration including but not limited to PIDs, Auxiliary, and FEATURES. Make sure you have a backup.<br />"
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
} ,
"firmwareFlasherWaitForFinish" : {
"message" : "You <span style=\"color: red\">can't</span> do this right now, please wait for current operation to finish ..."
2014-03-26 14:39:58 +00:00
}
2014-12-10 10:22:13 +00:00
}