mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-07 18:17:44 +00:00
feature update the translation.
This commit is contained in:
@@ -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 "优化外墙刀路以提高外墙精度。这个优化同时减少层纹"
|
||||
|
||||
|
||||
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user