|
61 | 61 | }, |
62 | 62 | "portOverrideText": { |
63 | 63 | "message": "Port:" |
64 | | - }, |
| 64 | + }, |
65 | 65 | "autoConnect": { |
66 | 66 | "message": "Auto-Connect" |
67 | 67 | }, |
|
1642 | 1642 | }, |
1643 | 1643 | "pidTuningDMin": { |
1644 | 1644 | "message": "D Min", |
1645 | | - "description": "Table header of the D Min feature in the PIDs tab" |
| 1645 | + "description": "Table header of the D Min feature in the PIDs tab" |
1646 | 1646 | }, |
1647 | 1647 | "pidTuningDMinDisabledNote": { |
1648 | 1648 | "message": "<strong>Note:</strong> D Min feature is disabled and its parameters are hidden. To use D Min please enable it in $t(pidTuningPidSettings.message)." |
|
2099 | 2099 | "auxiliaryDisabled": { |
2100 | 2100 | "message": "(DISABLED)", |
2101 | 2101 | "descripton": "Text to add to the ARM mode (maybe others in the future) in the MODES TAB when it has been disabled for some external reason" |
2102 | | - }, |
| 2102 | + }, |
2103 | 2103 | "auxiliaryAddRange": { |
2104 | 2104 | "message": "Add Range" |
2105 | 2105 | }, |
|
2828 | 2828 | }, |
2829 | 2829 | "dataflashLogsSpace": { |
2830 | 2830 | "message": "Free space for logs" |
2831 | | - }, |
| 2831 | + }, |
2832 | 2832 | "dataflashNote": { |
2833 | 2833 | "message": "Flight logs can be recorded to your flight controller's onboard dataflash chip." |
2834 | 2834 | }, |
|
2883 | 2883 | "dataflashFileWriteFailed": { |
2884 | 2884 | "message": "Failed to write to the file you selected, are the permissions on that folder okay?" |
2885 | 2885 | }, |
2886 | | - |
| 2886 | + |
2887 | 2887 | "sdcardStatusNoCard": { |
2888 | 2888 | "message": "No card inserted" |
2889 | | - }, |
| 2889 | + }, |
2890 | 2890 | "sdcardStatusReboot": { |
2891 | 2891 | "message": "Fatal error<br>Reboot to retry" |
2892 | | - }, |
| 2892 | + }, |
2893 | 2893 | "sdcardStatusReady": { |
2894 | 2894 | "message": "Card ready" |
2895 | | - }, |
| 2895 | + }, |
2896 | 2896 | "sdcardStatusStarting": { |
2897 | 2897 | "message": "Card starting..." |
2898 | | - }, |
| 2898 | + }, |
2899 | 2899 | "sdcardStatusFileSystem": { |
2900 | 2900 | "message": "Filesystem starting..." |
2901 | | - }, |
| 2901 | + }, |
2902 | 2902 | "sdcardStatusUnknown": { |
2903 | 2903 | "message": "Unknown state $1" |
2904 | | - }, |
| 2904 | + }, |
2905 | 2905 |
|
2906 | 2906 | "firmwareFlasherReleaseSummaryHead": { |
2907 | 2907 | "message": "Release info" |
|
3008 | 3008 | }, |
3009 | 3009 | "firmwareFlasherBaudRate": { |
3010 | 3010 | "message": "Baud Rate" |
3011 | | - }, |
| 3011 | + }, |
3012 | 3012 | "firmwareFlasherShowDevelopmentReleases":{ |
3013 | 3013 | "message": "Show unstable releases" |
3014 | 3014 | }, |
|
3594 | 3594 | "message": "Master Multiplier:", |
3595 | 3595 | "description": "Master tuning slider label" |
3596 | 3596 | }, |
| 3597 | + "pidTuningRollPitchRatioSlider": { |
| 3598 | + "message": "Roll Pitch Ratio:", |
| 3599 | + "description": "Roll pitch ratio slider label" |
| 3600 | + }, |
| 3601 | + "pidTuningRollPitchRatioSliderHelp": { |
| 3602 | + "message": "Roll Pitch Ratio", |
| 3603 | + "description": "This needs a meaningful help text" |
| 3604 | + }, |
| 3605 | + "pidTuningIGainSlider": { |
| 3606 | + "message": "I Gain:", |
| 3607 | + "description": "I gain slider label" |
| 3608 | + }, |
| 3609 | + "pidTuningIGainSliderHelp": { |
| 3610 | + "message": "I Gain", |
| 3611 | + "description": "This needs a meaningful help text" |
| 3612 | + }, |
3597 | 3613 | "pidTuningPDRatioSlider": { |
3598 | 3614 | "message": "PD Balance:", |
3599 | 3615 | "description": "PD balance tuning slider label" |
|
3602 | 3618 | "message": "P and D Gain:", |
3603 | 3619 | "description": "P and D gain tuning slider label" |
3604 | 3620 | }, |
| 3621 | + "pidTuningDMinRatioSlider": { |
| 3622 | + "message": "D Min Ratio:", |
| 3623 | + "description": "D Min ratio slider label" |
| 3624 | + }, |
| 3625 | + "pidTuningDMinRatioSliderHelp": { |
| 3626 | + "message": "D Min Ratio", |
| 3627 | + "description": "This needs a meaningful help text" |
| 3628 | + }, |
3605 | 3629 | "pidTuningResponseSlider": { |
3606 | 3630 | "message": "Stick Response Gain:", |
3607 | 3631 | "description": "Response tuning slider label" |
|
3735 | 3759 | }, |
3736 | 3760 | "pidTuningDTermLowpassFiltersGroup": { |
3737 | 3761 | "message": "D Term Lowpass Filters" |
3738 | | - }, |
| 3762 | + }, |
3739 | 3763 | "pidTuningDTermLowpassType": { |
3740 | 3764 | "message": "D Term Lowpass 1 Filter Type" |
3741 | 3765 | }, |
|
3762 | 3786 | }, |
3763 | 3787 | "pidTuningDTermNotchFiltersGroup": { |
3764 | 3788 | "message": "D Term Notch Filters" |
3765 | | - }, |
| 3789 | + }, |
3766 | 3790 | "pidTuningDTermNotchFrequency": { |
3767 | 3791 | "message": "D Term Notch Filter Center Frequency [Hz]" |
3768 | 3792 | }, |
|
3771 | 3795 | }, |
3772 | 3796 | "pidTuningYawLospassFiltersGroup": { |
3773 | 3797 | "message": "Yaw Lowpass Filters" |
3774 | | - }, |
| 3798 | + }, |
3775 | 3799 | "pidTuningYawLowpassFrequency": { |
3776 | 3800 | "message": "Yaw Lowpass Cutoff Frequency [Hz]" |
3777 | 3801 | }, |
|
4462 | 4486 | "osdSetupUploadingFontEnd": { |
4463 | 4487 | "message": "Uploaded all {{length}} characters to the OSD" |
4464 | 4488 | }, |
4465 | | - |
| 4489 | + |
4466 | 4490 | "osdSetupSave": { |
4467 | 4491 | "message": "Save" |
4468 | 4492 | }, |
|
5618 | 5642 | "vtxLoadClipboardOk": { |
5619 | 5643 | "message": "VTX Config info <span class=\"message-positive\">loaded</span> from clipboard", |
5620 | 5644 | "description": "Message in the GUI log when the VTX Config file is pasted from clipboard" |
5621 | | - }, |
| 5645 | + }, |
5622 | 5646 | "vtxLoadClipboardKo": { |
5623 | 5647 | "message": "<span class=\"message-negative\">Error</span> while loading the VTX Config info from clipboard. Maybe the contents are not correct", |
5624 | 5648 | "description": "Message in the GUI log when the VTX Config file is pasted from clipboard" |
|
0 commit comments