FIX:Translation of Calibration and Printing Popups

JIRA:STUDIO-4055

Change-Id: I570a53a7a6b18b323b42893c3ddc128bae7d0b94
This commit is contained in:
hu.wang
2023-09-01 10:41:04 +08:00
committed by Lane.Wei
parent bf6924de18
commit 2509c9c90a
26 changed files with 1061 additions and 665 deletions

View File

@@ -51,7 +51,7 @@ CalibrationDialog::CalibrationDialog(Plater *plater)
select_xcam_cali = create_check_option(_L("Micro lidar calibration"), cali_left_panel, _L("Micro lidar calibration"), "xcam_cali");
select_bed_leveling = create_check_option(_L("Bed leveling"), cali_left_panel, _L("Bed leveling"), "bed_leveling");
select_vibration = create_check_option(_L("Vibration compensation"), cali_left_panel, _L("Vibration compensation"), "vibration");
select_motor_noise = create_check_option(_L("Motor noise"), cali_left_panel, _L("Motor noise cancellation"), "motor_noise");
select_motor_noise = create_check_option(_L("Motor noise cancellation"), cali_left_panel, _L("Motor noise cancellation"), "motor_noise");