From 311de0b1c3e8cf26d7d5c96fbc1455e0f889e5c5 Mon Sep 17 00:00:00 2001 From: alves Date: Fri, 23 Jan 2026 10:22:17 +0800 Subject: [PATCH] feature update the translation. --- localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po | 11 ++++++++++- src/slic3r/GUI/MainFrame.cpp | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po b/localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po index b04fe92447..23acc4eb2d 100644 --- a/localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po +++ b/localization/i18n/zh_CN/Snapmaker_Orca_zh_CN.po @@ -15313,7 +15313,7 @@ msgid "Please do not include the special characters #, *, ;, \\, /, :, \", <, >, msgstr "在文件名中勿使用特殊字符"#"*""";""\\""/" ":"\""<"">"或"|"。" msgid "The filename '%s' contains special characters (#, *, ;, \\, /, :, \", <, >, or |) which may cause issues.Do you wish to continue?" -msgstr "文件名"%s"包含特殊字符(# * ; \\ / : \" < > |)可能会导致问题。是否继续?" +msgstr "文件名”%s“包含特殊字符(# * ; \\ / : \" < > |)可能会导致问题。是否继续?" msgid "Connection has been disconnected and recovery attempt failed. Please reconnect." msgstr "已断开连接,尝试恢复连接失败。请重新连接。" @@ -15348,6 +15348,15 @@ msgstr "OrcaSlicer 基于来自 Bambu Lab 的 Bambu Studio 开发而来。" msgid "Printing by object with caution. This function may cause the print head to collide with printed parts during switching." msgstr "谨慎使用逐件打印,该功能可能会导致打印头切换时与打印件碰撞" +msgid "Check for Process Preset Updates" +msgstr "检查工艺预设新版本" + +msgid "Check for Web Resource Updates" +msgstr "检查Web资源新版本" + +msgid "Export Logs" +msgstr "日志导出" + #~ msgid "Improve shell precision by adjusting outer wall spacing. This also improves layer consistency." #~ msgstr "优化外墙刀路以提高外墙精度。这个优化同时减少层纹" diff --git a/src/slic3r/GUI/MainFrame.cpp b/src/slic3r/GUI/MainFrame.cpp index e934b41ae8..339f1c0009 100644 --- a/src/slic3r/GUI/MainFrame.cpp +++ b/src/slic3r/GUI/MainFrame.cpp @@ -2264,7 +2264,7 @@ static wxMenu* generate_help_menu() "", nullptr, []() { return true; }); append_menu_item( - helpMenu, wxID_ANY, _L("Check for Web ResourceUpdates"), _L("Check for Web ResourceUpdates"), + helpMenu, wxID_ANY, _L("Check for Web Resource Updates"), _L("Check for Web Resource Updates"), [](wxCommandEvent&) { wxGetApp().check_web_version(); },