NEW:update the chinese translation

Change-Id: I7c5ff743ed306fb4da137e2f053e5a6c94e962bb
This commit is contained in:
tao wang 2022-10-18 23:29:20 +08:00 committed by Lane.Wei
parent 0693f8c8c6
commit 6844c694b5
12 changed files with 265 additions and 34 deletions

View file

@ -990,7 +990,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater)
wxBoxSizer *m_sizer_printer = new wxBoxSizer(wxHORIZONTAL);
m_stext_printer_title = new wxStaticText(this, wxID_ANY, L("Printer"), wxDefaultPosition, wxSize(-1, -1), 0);
m_stext_printer_title = new wxStaticText(this, wxID_ANY, _L("Printer"), wxDefaultPosition, wxSize(-1, -1), 0);
m_stext_printer_title->SetFont(::Label::Head_14);
m_stext_printer_title->Wrap(-1);
m_stext_printer_title->SetForegroundColour(m_colour_bold_color);