mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:update some Chinese translations
Change-Id: I884dd719b182c2cd702e3aa9880d3e94ed99bc69 (cherry picked from commit 45f9102b6883607f7e1ba58526a76de032bccc85)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user