2014-03-20 21:24:49 +00:00
|
|
|
{
|
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-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"
|
|
|
|
},
|
|
|
|
|
|
|
|
"tab1": {
|
|
|
|
"message": "Initial Setup"
|
|
|
|
},
|
|
|
|
"tab2": {
|
|
|
|
"message": "PID Tuning"
|
|
|
|
},
|
|
|
|
"tab3": {
|
|
|
|
"message": "Receiver"
|
|
|
|
},
|
|
|
|
"tab4": {
|
|
|
|
"message": "Auxiliary Configuration"
|
|
|
|
},
|
|
|
|
"tab5": {
|
|
|
|
"message": "Servos"
|
|
|
|
},
|
|
|
|
"tab6": {
|
|
|
|
"message": "GPS"
|
|
|
|
},
|
|
|
|
"tab7": {
|
|
|
|
"message": "Motor/Servo Outputs"
|
|
|
|
},
|
|
|
|
"tab8": {
|
|
|
|
"message": "Raw Sensor Data"
|
|
|
|
},
|
|
|
|
"tab9": {
|
|
|
|
"message": "CLI"
|
|
|
|
},
|
|
|
|
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
|
|
|
|
"noConfigurationReceived": {
|
|
|
|
"message": "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>"
|
|
|
|
},
|
|
|
|
"firmwareVersionNotSupported": {
|
|
|
|
"message": "This firmware version is <span style=\"color: red\">not supported</span>. Please upgrade to version <strong>$1</strong> or higher"
|
|
|
|
},
|
2014-05-06 14:30:53 +00:00
|
|
|
"firmwareVersion": {
|
|
|
|
"message": "Firmware Version: <strong>$1</strong>"
|
|
|
|
},
|
|
|
|
"uniqueDeviceIdReceived": {
|
|
|
|
"message": "Unique device ID <span style=\"color: green\">received</span> - <strong>0x$1</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:"
|
|
|
|
},
|
|
|
|
"statusbar_cycle_time": {
|
|
|
|
"message": "Cycle Time:"
|
2014-03-26 14:39:58 +00:00
|
|
|
}
|
2014-03-20 21:24:49 +00:00
|
|
|
}
|