Complete Zh_CN translations and a minor locale fix

This commit is contained in:
SoftFever
2026-06-08 00:06:45 +08:00
parent 968d85965b
commit 02abe78074
24 changed files with 591 additions and 288 deletions

View File

@@ -6160,7 +6160,7 @@ bool GUI_App::maybe_migrate_user_presets_on_login()
wxString source_description;
if (source_is_bbl) {
source_description = wxString::Format(
_L("your Bambu Cloud profile (user ID: \"%s\")"),
_L("your Orca Cloud profile (user ID: \"%s\")"),
from_u8(source_dir.filename().string()));
} else if (source_is_default) {
source_description = _L("your default profile");