Fix: MultiLanguage (#76)

This commit is contained in:
xiaoyeliu
2025-12-20 10:35:56 +08:00
committed by GitHub
parent 0e18f68f4c
commit d2a991751a
5 changed files with 77 additions and 4 deletions

View File

@@ -2103,6 +2103,43 @@ msgstr ""
msgid "Merge with"
msgstr ""
msgid "Import Profile"
msgstr ""
msgid "Import Web Resource"
msgstr ""
msgid "The following profiles could not be imported due to outdated versions."
msgstr ""
msgid "This web resouce could not be imported due to outdated versions."
msgstr ""
msgid "Import Failed"
msgstr ""
msgid "Please choose a system profile package file:"
msgstr ""
msgid "Please choose a web resource package file:"
msgstr ""
msgid "Updating the web resources requires application restart."
msgstr ""
msgid "Updating the system resources requires application restart."
msgstr ""
msgid "Print Preprocessing"
msgstr ""
msgid "Pretreat the uploaded content"
msgstr ""
msgid "Wait for the temperature when changing tools"
msgstr ""
msgid "Select All"
msgstr ""

View File

@@ -7614,7 +7614,7 @@ msgid "Asia-Pacific"
msgstr "Azija-Ramusis vandenynas"
msgid "Chinese Mainland"
msgstr "Kinija"
msgstr "Kinijos žemynas"
msgid "Europe"
msgstr "Europa"

View File

@@ -7494,7 +7494,7 @@ msgid "Asia-Pacific"
msgstr "Châu Á-Thái Bình Dương"
msgid "Chinese Mainland"
msgstr "Trung Quốc"
msgstr "Đại Lục Trung Quốc"
msgid "Europe"
msgstr "Châu Âu"

View File

@@ -2128,7 +2128,43 @@ msgid "Delete this filament"
msgstr ""
msgid "Merge with"
msgstr ""
msgstr "合并到"
msgid "Import Profile"
msgstr "导入预设包"
msgid "Import Web Resource"
msgstr "导入web资源包"
msgid "The following profiles could not be imported due to outdated versions."
msgstr "以下预设由于版本较低,未被导入"
msgid "This web resouce could not be imported due to outdated versions."
msgstr "该web资源包由于版本较低未被导入"
msgid "Import Failed"
msgstr "导入失败"
msgid "Please choose a system profile package file:"
msgstr "请选择系统预设包:"
msgid "Please choose a web resource package file:"
msgstr "请选择web资源包"
msgid "Updating the web resources requires application restart."
msgstr "当前需要重启以使web资源包生效"
msgid "Updating the system resources requires application restart."
msgstr "当前需要重启以使预设生效"
msgid "Print Preprocessing"
msgstr "打印预处理"
msgid "Pretreat the uploaded content"
msgstr "上传预处理"
msgid "Wait for the temperature when changing tools"
msgstr "换头时等待温度达标"
msgid "Select All"
msgstr "全选"

View File

@@ -1745,7 +1745,7 @@ void PresetUpdater::import_flutter_web()
wxString message;
if (!outdated_presets.empty()) {
message = _L("The following profiles could not be imported due to outdated versions.") + "\n";
message = _L("This web resouce could not be imported due to outdated versions.") + "\n";
for (const auto& preset : outdated_presets) {
message += "" + preset + "\n";
}