ENH: chinese translation

Change-Id: I6c072b36a14fed516a9cdcbd7c7ea2038ec29f3f
This commit is contained in:
tao.jin 2023-02-20 09:44:47 +08:00 committed by Lane.Wei
parent a981d3ac2c
commit c1cc270788
27 changed files with 1540 additions and 455 deletions

View file

@ -1000,7 +1000,7 @@ bool MainFrame::preview_only_hint()
confirm_dlg.update_btn_label(_L("Yes"), _L("No"));
auto filename = m_plater->get_preview_only_filename();
confirm_dlg.update_text(filename + _L(" will be closed before creating a new model. Do you want to continue?"));
confirm_dlg.update_text(filename + " " + _L("will be closed before creating a new model. Do you want to continue?"));
confirm_dlg.on_show();
if (preview_only_to_editor) {
m_plater->new_project();