You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en/messages.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3634,6 +3634,14 @@
3634
3634
"message": "<strong>Note:</strong> Sliders are disabled because values were changed manually. Clicking the '$t(pidTuningSliderEnableButton.message)' button will activate them again. This will reset the values and any unsaved changes will be lost.",
3635
3635
"description": "Tuning sliders disabled note when manual changes are detected"
3636
3636
},
3637
+
"pidTuningGyroSliderDisabled": {
3638
+
"message": "<strong>Note:</strong> Gyro Slider is disabled because values were changed manually. Clicking the '$t(pidTuningGyroSliderEnableButton.message)' button will activate them again. This will reset the values and any unsaved changes will be lost.",
3639
+
"description": "Gyro Tuning sliders disabled note when manual changes are detected"
3640
+
},
3641
+
"pidTuningDTermSliderDisabled": {
3642
+
"message": "<strong>Note:</strong> DTerm Slider is disabled because values were changed manually. Clicking the '$t(pidTuningDTermSliderEnableButton.message)' button will activate them again. This will reset the values and any unsaved changes will be lost.",
3643
+
"description": "DTerm Tuning sliders disabled note when manual changes are detected"
3644
+
},
3637
3645
"pidTuningPidSlidersDisabled": {
3638
3646
"message": "<strong>Note:</strong> Sliders are disabled. Clicking the '$t(pidTuningSliderEnableButton.message)' button will change the PID values to match your previously saved slider position.",
3639
3647
"description": "Tuning sliders disabled note"
@@ -3642,6 +3650,14 @@
3642
3650
"message": "Enable Sliders",
3643
3651
"description": "Button label for enabling sliders"
3644
3652
},
3653
+
"pidTuningGyroSliderEnableButton": {
3654
+
"message": "Enable Gyro Slider",
3655
+
"description": "Button label for enabling Gyro filter sliders"
3656
+
},
3657
+
"pidTuningDTermSliderEnableButton": {
3658
+
"message": "Enable Dterm Slider",
3659
+
"description": "Button label for enabling DTerm filter sliders"
3660
+
},
3645
3661
"pidTuningSlidersNonExpertMode": {
3646
3662
"message": "<strong>Note:</strong> Sliders range is restricted because you are not in expert mode. This range should be suitable for most builds and beginners.",
0 commit comments