ENH:update some Chinese translations

Change-Id: I884dd719b182c2cd702e3aa9880d3e94ed99bc69
(cherry picked from commit 45f9102b6883607f7e1ba58526a76de032bccc85)
This commit is contained in:
tao wang
2025-01-15 15:58:41 +08:00
committed by Noisyfox
parent e7215fef59
commit b93140f019

View File

@@ -130,12 +130,12 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater)
SetDoubleBuffered(true);
#endif //__WINDOWS__
ops_auto.push_back(POItem{"auto", "Auto"});
ops_auto.push_back(POItem{"on", "On"});
ops_auto.push_back(POItem{"off", "Off"});
ops_auto.push_back(POItem{"auto", _L("Auto")});
ops_auto.push_back(POItem{"on", _L("On")});
ops_auto.push_back(POItem{"off", _L("Off")});
ops_no_auto.push_back(POItem{"on", "On"});
ops_no_auto.push_back(POItem{"off", "Off"});
ops_no_auto.push_back(POItem{"on", _L("On")});
ops_no_auto.push_back(POItem{"off", _L("Off")});
SetMinSize(wxSize(FromDIP(700), -1));
SetMaxSize(wxSize(FromDIP(700), -1));