mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
NEW:update the chinese translation
Change-Id: I7c5ff743ed306fb4da137e2f053e5a6c94e962bb
This commit is contained in:
parent
0693f8c8c6
commit
6844c694b5
12 changed files with 265 additions and 34 deletions
|
@ -34,8 +34,8 @@ DownloadProgressDialog::DownloadProgressDialog(wxString title)
|
|||
wxString download_failed_url = wxT("https://wiki.bambulab.com/e/en/software/bambu-studio/failed-to-get-network-plugin");
|
||||
wxString install_failed_url = wxT("https://wiki.bambulab.com/e/en/software/bambu-studio/failed-to-get-network-plugin");
|
||||
|
||||
wxString download_failed_msg = _L("Download Failed. Please check your firewall settings and vpn software, check and retry.");
|
||||
wxString install_failed_msg = _L("Installed failed. Check whether the plugin is deleted by the antivirus software.");
|
||||
wxString download_failed_msg = _L("Failed to download the plug-in. Please check your firewall settings and vpn software, check and retry.");
|
||||
wxString install_failed_msg = _L("Failed to install the plug-in. Please check whether it is blocked or deleted by anti-virus software.");
|
||||
|
||||
|
||||
std::string icon_path = (boost::format("%1%/images/BambuStudioTitle.ico") % resources_dir()).str();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue