betaflight-configurator/_locales/en/messages.json

107 lines
3.0 KiB
JSON
Raw Normal View History

{
2014-04-22 14:29:18 +00:00
"options_title": {
"message": "Application Options"
},
"options_receive_app_notifications": {
"message": "Receive desktop <strong>notification</strong> when application updates"
},
"options_improve_configurator": {
"message": "Send anonymous usage data to the developer team"
},
"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"
},
"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>"
},
"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"
},
"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:"
}
}