ENH:updated some chinese translations

Change-Id: I7ec7b64920bd92d0d8e56a06fdaa4f0fb4add17f
This commit is contained in:
tao wang 2022-12-02 17:42:30 +08:00 committed by Lane.Wei
parent 053c8435b6
commit 97cd9e900b
10 changed files with 107 additions and 21 deletions

View file

@ -1447,7 +1447,7 @@ wxBoxSizer* MainFrame::create_side_tools()
export_all_sliced_file_btn->SetCornerRadius(0);
print_plate_btn->Bind(wxEVT_BUTTON, [this, p](wxCommandEvent&) {
m_print_btn->SetLabel(_L("Print"));
m_print_btn->SetLabel(_L("Print plate"));
m_print_select = ePrintPlate;
m_print_enable = get_enable_print_status();
m_print_btn->Enable(m_print_enable);
@ -2880,7 +2880,7 @@ void MainFrame::on_config_changed(DynamicPrintConfig* config) const
void MainFrame::set_print_button_to_default(PrintSelectType select_type)
{
if (select_type == PrintSelectType::ePrintPlate) {
m_print_btn->SetLabel(_L("Print"));
m_print_btn->SetLabel(_L("Print plate"));
m_print_select = ePrintPlate;
if (m_print_enable)
m_print_enable = get_enable_print_status();