mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fix translations and typos (#5039)
* fix some typos and translations (Bambu-> Orca) * fix typos in cpp * fix tr * fix pl * fix all po files again
This commit is contained in:
parent
184dbcc690
commit
e5671c505d
22 changed files with 1322 additions and 1237 deletions
|
@ -46,7 +46,7 @@ static wxBitmap default_thumbnail;
|
|||
|
||||
static std::map<int, std::string> error_messages = {
|
||||
{PrinterFileSystem::ERROR_PIPE, L("Reconnecting the printer, the operation cannot be completed immediately, please try again later.")},
|
||||
{PrinterFileSystem::ERROR_RES_BUSY, L("Over 4 studio/handy are using remote access, you can close some and try again.")},
|
||||
{PrinterFileSystem::ERROR_RES_BUSY, L("Over 4 systems/handy are using remote access, you can close some and try again.")},
|
||||
{PrinterFileSystem::FILE_NO_EXIST, L("File does not exist.")},
|
||||
{PrinterFileSystem::FILE_CHECK_ERR, L("File checksum error. Please retry.")},
|
||||
{PrinterFileSystem::FILE_TYPE_ERR, L("Not supported on the current printer version.")},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue