From 2bd70da34bbf3a9a11833c26e8a43047a1343a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=E7=BC=96=E7=A8=8B=E7=9A=84=E5=8F=B6=E4=B8=80?= =?UTF-8?q?=E7=AC=91?= <92030377+love-code-yeyixiao@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:36:51 +0800 Subject: [PATCH 1/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 505f8dd7..b3ff93b3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ Sandboxie Plus has a modern Qt-based UI, which supports all new features that ha * DNS resolution control with sandboxing as control granularity * Limit the number of processes in the sandbox and the total amount of memory space they can occupy, and You can limit the total number of sandboxed processes per box * A completely different token creation mechanism from Sandboxie's pre-open-source version makes sandboxes more independent in the system - * Encrypted Sandbox - an AES-based reliable data storage solution. + * Encrypted Sandbox - an AES-based reliable data storage solution + * Prevent sandboxed programs from generating unnecessary unique identifier in the normal way More features can be spotted by finding the sign `=` through the shortcut key Ctrl+F in the [CHANGELOG.md](./CHANGELOG.md) file. From 264d9abe5eeb149d2d41014534a3d72f9432f73c Mon Sep 17 00:00:00 2001 From: Michael <33252157+APMichael@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:17:52 +0200 Subject: [PATCH 2/7] Update CHANGELOG.md - Minor corrections. --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6314e45a..bd53a258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.14.7 / 5.69.7] - 2024-09-05 ### Added -- added "RandomRegUID"(bool) which could modify Windows Product Id in the registry to a rand value -- added "HideDiskSerialNumber"(bool) return random value when applications tries to get disk serial number -- added option to get free 10 days evaluation certificates from the support settings page. - - The evaluation certificates are node lcoked to the HwID and for each HwID up to 3 certs can be requested. -- added "TerminateWhenExit"(bool,in Sandboxie-Plus.ini) to terminate all processes when Sandman exits for [#4171](https://github.com/sandboxie-plus/Sandboxie/issues/4171) +- added "RandomRegUID" (bool) which could modify Windows Product ID in the registry to a random value +- added "HideDiskSerialNumber" (bool) return random value when applications try to get disk serial number +- added option to get free 10 days evaluation certificates from the support settings page + - the evaluation certificates are node locked to the HwID and for each HwID up to 3 certs can be requested +- added "TerminateWhenExit" (bool, in Sandboxie-Plus.ini) to terminate all processes when SandMan exits for [#4171](https://github.com/sandboxie-plus/Sandboxie/issues/4171) - added a question box to ask for Sandbox Import Location for [#4169](https://github.com/sandboxie-plus/Sandboxie/issues/4169) - added UI option to configure DropConHostIntegrity -- added "HideNetworkAdapterMAC"(bool) return random value when applications tries to get network adapter mac address +- added "HideNetworkAdapterMAC" (bool) return random value when applications try to get network adapter MAC address - added shared template selection to the Shared Template feature in the advanced options of the New Box Wizard [#4199](https://github.com/sandboxie-plus/Sandboxie/issues/4199) - - The number of available shared templates has been increased to 10 - - To update the names displayed in the list, simply adjust the "Tmpl.Title" setting within each template + - the number of available shared templates has been increased to 10 + - to update the names displayed in the list, simply adjust the "Tmpl.Title" setting within each template ### Fixed - fixed and improved HideDiskSerialNumber option causes applications to crash [#4185](https://github.com/sandboxie-plus/Sandboxie/issues/4185) - fixed encrypted proxy password was improperly formatted [#4197](https://github.com/sandboxie-plus/Sandboxie/issues/4197) -- fixed NtQueryDirectoryObject (should not return "STATUS_MORE_ENTRIES") as this is a EASY Sandbox Detection [#4201](https://github.com/sandboxie-plus/Sandboxie/issues/4201) +- fixed NtQueryDirectoryObject (should not return "STATUS_MORE_ENTRIES") as this is an easy sandbox detection [#4201](https://github.com/sandboxie-plus/Sandboxie/issues/4201) ## [1.14.6 / 5.69.6] - 2024-07-30 From d75b9e68cbd8ae557957f1a57bffd42d254d5e9e Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 7 Sep 2024 09:09:43 +0200 Subject: [PATCH 3/7] 1.14.8 --- Sandboxie/common/my_version.h | 2 +- Sandboxie/core/drv/verify.c | 17 +++++++++++++++++ SandboxiePlus/version.h | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index edde3fbf..a689d299 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -26,7 +26,7 @@ #define VERSION_MJR 5 #define VERSION_MIN 69 -#define VERSION_REV 7 +#define VERSION_REV 8 #define VERSION_UPD 0 #if VERSION_UPD > 0 diff --git a/Sandboxie/core/drv/verify.c b/Sandboxie/core/drv/verify.c index 9f899ece..4c22314c 100644 --- a/Sandboxie/core/drv/verify.c +++ b/Sandboxie/core/drv/verify.c @@ -882,6 +882,23 @@ _FX NTSTATUS KphValidateCertificate() Verify_CertInfo.level = eCertAdvanced1; expiration_date.QuadPart = -2; } + // todo: 01.09.2025: remove code for expired case LARGE + else if (_wcsicmp(level, L"LARGE") == 0) { // 2 years - personal + if(CERT_IS_TYPE(Verify_CertInfo, eCertPatreon)) + Verify_CertInfo.level = eCertStandard2; + else + Verify_CertInfo.level = eCertAdvanced; + expiration_date.QuadPart = cert_date.QuadPart + KphGetDateInterval(0, 0, 2); // 2 years + } + // todo: 01.09.2024: remove code for expired case MEDIUM + else if (_wcsicmp(level, L"MEDIUM") == 0) { // 1 year - personal + Verify_CertInfo.level = eCertStandard2; + } + // todo: 01.09.2024: remove code for expired case SMALL + else if (_wcsicmp(level, L"SMALL") == 0) { // 1 year - subscription + Verify_CertInfo.level = eCertStandard2; + Verify_CertInfo.type = eCertHome; + } else Verify_CertInfo.level = eCertStandard; } diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 8eb585de..533a70bb 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 14 -#define VERSION_REV 7 +#define VERSION_REV 8 #define VERSION_UPD 0 #ifndef STR From bfcdc3720fdf6be7af0ce7df8d298cffc9d2f16b Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 7 Sep 2024 09:59:25 +0200 Subject: [PATCH 4/7] 1.14.8 --- CHANGELOG.md | 12 ++++++++++++ SandboxiePlus/MiscHelpers/Archive/Archive.cpp | 9 +++++---- SandboxiePlus/MiscHelpers/Archive/Archive.h | 1 + SandboxiePlus/SandMan/SbiePlusAPI.cpp | 3 +++ 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd53a258..9f7bcdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.14.8 / 5.69.8] - 2024-09-?? + +### Changed +- allowed users to import/export boxes with .zip files. + +### Fixed +- fixed a cert issue + + + ## [1.14.7 / 5.69.7] - 2024-09-05 ### Added @@ -23,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed NtQueryDirectoryObject (should not return "STATUS_MORE_ENTRIES") as this is an easy sandbox detection [#4201](https://github.com/sandboxie-plus/Sandboxie/issues/4201) + ## [1.14.6 / 5.69.6] - 2024-07-30 ### Added diff --git a/SandboxiePlus/MiscHelpers/Archive/Archive.cpp b/SandboxiePlus/MiscHelpers/Archive/Archive.cpp index e128f8e1..fcac62fd 100644 --- a/SandboxiePlus/MiscHelpers/Archive/Archive.cpp +++ b/SandboxiePlus/MiscHelpers/Archive/Archive.cpp @@ -255,21 +255,22 @@ bool CArchive::Update(QMap *FileList, bool bDelete, const SComp */ const wchar_t *names[] = { - L"s", L"x", //L"mt", + L"s", L"he" }; const int kNumProps = sizeof(names) / sizeof(names[0]); NWindows::NCOM::CPropVariant values[kNumProps] = { - (Params ? Params->bSolid : false), // solid mode OFF (UInt32)(Params ? Params->iLevel : 5), // compression level = 9 - ultra //(UInt32)8, // set number of CPU threads - true // file name encryption (7z only) + // 7z only + (Params ? Params->bSolid : false), // solid mode OFF + (Params ? Params->b7z : false) // file name encryption }; - if(setProperties->SetProperties(names, values, kNumProps) != S_OK) + if(setProperties->SetProperties(names, values, Params->b7z ? kNumProps : (kNumProps - 2)) != S_OK) { TRACE(L"ISetProperties failed"); Q_ASSERT(0); diff --git a/SandboxiePlus/MiscHelpers/Archive/Archive.h b/SandboxiePlus/MiscHelpers/Archive/Archive.h index 7d5c22ea..865e2607 100644 --- a/SandboxiePlus/MiscHelpers/Archive/Archive.h +++ b/SandboxiePlus/MiscHelpers/Archive/Archive.h @@ -20,6 +20,7 @@ struct SCompressParams { int iLevel = 0; bool bSolid = false; + bool b7z = false; }; class MISCHELPERS_EXPORT CArchive diff --git a/SandboxiePlus/SandMan/SbiePlusAPI.cpp b/SandboxiePlus/SandMan/SbiePlusAPI.cpp index edb2f3d7..76d82ea9 100644 --- a/SandboxiePlus/SandMan/SbiePlusAPI.cpp +++ b/SandboxiePlus/SandMan/SbiePlusAPI.cpp @@ -234,9 +234,12 @@ void CSandBoxPlus::ExportBoxAsync(const CSbieProgressPtr& pProgress, const QStri if (vParams.contains("password")) Archive.SetPassword(vParams["password"].toString()); + SArcInfo Info = GetArcInfo(ExportPath); + SCompressParams Params; Params.iLevel = vParams["level"].toInt(); Params.bSolid = vParams["solid"].toBool(); + Params.b7z = Info.FormatIndex == 1; SB_STATUS Status = SB_OK; if (!Archive.Update(&Files, true, &Params, &Attributes)) From c321683b4d860af687ff4f8bbb790cfc2c6e550d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:31:42 +0000 Subject: [PATCH 5/7] Sync SBIE Plus language files (lupdate) --- SandboxiePlus/SandMan/sandman_de.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_en.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_es.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_fr.ts | 98 +++++++++++++------------- SandboxiePlus/SandMan/sandman_hu.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_it.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_ja.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_ko.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_nl.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_pl.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_pt_BR.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_pt_PT.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_ru.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_sv_SE.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_tr.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_uk.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_vi.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_zh_CN.ts | 40 +++++------ SandboxiePlus/SandMan/sandman_zh_TW.ts | 40 +++++------ 19 files changed, 409 insertions(+), 409 deletions(-) diff --git a/SandboxiePlus/SandMan/sandman_de.ts b/SandboxiePlus/SandMan/sandman_de.ts index ffade93c..4a240be3 100644 --- a/SandboxiePlus/SandMan/sandman_de.ts +++ b/SandboxiePlus/SandMan/sandman_de.ts @@ -2827,68 +2827,68 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe CSandBoxPlus - + Disabled Deaktiviert - + OPEN Root Access OFFENER Rootzugriff - + Application Compartment Applikationsunterteilung - + NOT SECURE NICHT SICHER - + Reduced Isolation Reduzierte Isolation - + Enhanced Isolation Erweiterte Isolation - + Privacy Enhanced Verbesserte Privatsphäre - + No INet (with Exceptions) Kein Internet (mit Ausnahmen) - + No INet Kein Internet - + Net Share Kept original for lack of good German wording. Netzwerkfreigabe (Net share) - + No Admin Kein Admin - + Auto Delete Automatisches Löschen - + Normal Normal @@ -4558,37 +4558,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t CSbieTemplatesEx - + Failed to initialize COM COM konnte nicht initialisiert werden - + Failed to create update session Update-Sitzung konnte nicht erstellt werden - + Failed to create update searcher Update-Sucher konnte nicht erstellt werden - + Failed to set search options Suchoptionen konnten nicht festgelegt werden - + Failed to enumerate installed Windows updates Fehler beim Ermitteln der installierten Windowsupdates - + Failed to retrieve update list from search result Update-Liste konnte nicht aus dem Suchergebnis abgerufen werden - + Failed to get update count Anzahl der Updates konnte nicht ermittelt werden diff --git a/SandboxiePlus/SandMan/sandman_en.ts b/SandboxiePlus/SandMan/sandman_en.ts index a5827a86..1e71bae5 100644 --- a/SandboxiePlus/SandMan/sandman_en.ts +++ b/SandboxiePlus/SandMan/sandman_en.ts @@ -2828,67 +2828,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled - + OPEN Root Access - + Application Compartment - + NOT SECURE - + Reduced Isolation - + Enhanced Isolation - + Privacy Enhanced - + No INet (with Exceptions) - + No INet - + Net Share - + No Admin - + Auto Delete - + Normal @@ -4565,38 +4565,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_es.ts b/SandboxiePlus/SandMan/sandman_es.ts index bbc9cf79..5836cf38 100644 --- a/SandboxiePlus/SandMan/sandman_es.ts +++ b/SandboxiePlus/SandMan/sandman_es.ts @@ -3127,7 +3127,7 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom CSandBoxPlus - + Disabled Deshabilitado @@ -3140,32 +3140,32 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom NO SECURO (Configuración de depuración) - + OPEN Root Access ABRIR Acceso Raíz - + Application Compartment Compartimiento de aplicación - + NOT SECURE NO SEGURO - + Reduced Isolation Aislamiento reducido - + Enhanced Isolation Aislamiento mejorado - + Privacy Enhanced Privacidad mejorada @@ -3174,32 +3174,32 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom Log API - + No INet (with Exceptions) No INet (con Excepciones) - + No INet No INet - + Net Share Recurso Compartido de red - + No Admin No Admin - + Auto Delete Auto Borrar - + Normal Normal @@ -5088,38 +5088,38 @@ NO seleccionará: %2 CSbieTemplatesEx - + Failed to initialize COM Error al inicializar COM - + Failed to create update session Error al crear sesión de actualización - + Failed to create update searcher Error al crear buscador de actualizaciones - + Failed to set search options Error al configurar opciones de búsqueda - + Failed to enumerate installed Windows updates Failed to search for updates Error al enumerar las actualizaciones de Windows instaladas - + Failed to retrieve update list from search result Error al obtener la lista de actualizaciones del resultado de búsqueda - + Failed to get update count Error al obtener número de actualizaciones diff --git a/SandboxiePlus/SandMan/sandman_fr.ts b/SandboxiePlus/SandMan/sandman_fr.ts index 51d11649..1cf50525 100644 --- a/SandboxiePlus/SandMan/sandman_fr.ts +++ b/SandboxiePlus/SandMan/sandman_fr.ts @@ -1466,7 +1466,7 @@ Utilisez « %USER% » pour enregistrer le bac de chaque utilisateur dans son pro COnlineUpdater - + Your Sandboxie-Plus supporter certificate is expired, however for the current build you are using it remains active, when you update to a newer build exclusive supporter features will be disabled. Do you still want to update? @@ -1478,38 +1478,38 @@ Do you still want to update? Voulez-vous quand même mettre à jour ? - + Do you want to check if there is a new version of Sandboxie-Plus? Voulez-vous vérifier s'il existe une nouvelle version de Sandboxie-Plus ? - + Don't show this message again. Ne plus afficher ce message - + Checking for updates... Vérification des mises à jour... - + server not reachable serveur inaccessible - - + + Failed to check for updates, error: %1 Échec de la vérification des mises à jour, erreur : %1 - + <p>Do you want to download the installer?</p> <p>Voulez-vous télécharger l'installeur ?</p> - + <p>Do you want to download the updates?</p> <p>Voulez-vous télécharger les mises à jour ?</p> @@ -1518,70 +1518,70 @@ Voulez-vous quand même mettre à jour ? <p>Voulez-vous aller sur la <a href="%1">page de mise à jour</a> ?</p> - + Don't show this update anymore. Ne plus afficher cette mise à jour. - + Downloading updates... Téléchargement des mises à jour... - + invalid parameter paramètre invalide - + failed to download updated information failed to download update informations échec du téléchargement des informations de mise à jour - + failed to load updated json file failed to load update json file échec du chargement de la mise à jour du fichier json - + failed to download a particular file échec de téléchargement d'un fichier en particulier - + failed to scan existing installation échec de l'analyse de l'installation existante - + updated signature is invalid !!! update signature is invalid !!! la signature mise à jour est invalide !!! - + downloaded file is corrupted le fichier téléchargé est corrompu - + internal error erreur interne - + unknown error erreur inconnue - + Failed to download updates from server, error %1 Échec du téléchargement des mises à jour depuis le serveur ; erreur %1 - + <p>Updates for Sandboxie-Plus have been downloaded.</p><p>Do you want to apply these updates? If any programs are running sandboxed, they will be terminated.</p> <p>Des mises à jour pour Sandboxie-Plus ont été téléchargées.</p><p>Voules-vous appliquer ces mises à jour ? Si des programmes sont lancés dans des bacs à sable, ils seront arrêtés.</p> @@ -1590,7 +1590,7 @@ Voulez-vous quand même mettre à jour ? Échec du téléchargement du fichier depuis : %1 - + Downloading installer... Téléchargement de l'installeur... @@ -1599,17 +1599,17 @@ Voulez-vous quand même mettre à jour ? Échec du téléchargement de l'installeur depuis : %1 - + <p>A new Sandboxie-Plus installer has been downloaded to the following location:</p><p><a href="%2">%1</a></p><p>Do you want to begin the installation? If any programs are running sandboxed, they will be terminated.</p> <p>Un nouvel installeur pour Sandboxie-Plus a été téléchargé à l'endroit suivant :</p><p><a href="%2">%1</a></p><p>Voulez-vous commencer l'installation ? Si des programmes sont lancés dans des bacs à sable, ils seront arrêtés.</p> - + <p>Do you want to go to the <a href="%1">info page</a>?</p> <p>Voulez-vous aller à la <a href="%1">page d'information</a> ?</p> - + Don't show this announcement in the future. Ne plus afficher cette annonce @@ -1618,7 +1618,7 @@ Voulez-vous quand même mettre à jour ? <p>Une nouvelle version de Sandboxie-Plus est disponible.<br /><font color='red'>Nouvelle version :</font> <b>%1</b></p> - + <p>There is a new version of Sandboxie-Plus available.<br /><font color='red'><b>New version:</b></font> <b>%1</b></p> <p>Une nouvelle version de Sandboxie-Plus est disponible.<br /><font color='red'><b>Nouvelle version :</b></font> <b>%1</b></p> @@ -1627,7 +1627,7 @@ Voulez-vous quand même mettre à jour ? <p>Voulez-vous télécharger la dernière version ?</p> - + <p>Do you want to go to the <a href="%1">download page</a>?</p> <p>Voulez-vous aller à la <a href="%1" page de téléchargement</a> ?</p> @@ -1636,7 +1636,7 @@ Voulez-vous quand même mettre à jour ? Ne plus afficher ce message - + No new updates found, your Sandboxie-Plus is up-to-date. Note: The update check is often behind the latest GitHub release to ensure that only tested updates are offered. @@ -3161,7 +3161,7 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no CSandBoxPlus - + Disabled Désactivé @@ -3174,32 +3174,32 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no NON SÉCURISÉ (Configuration de débogage) - + OPEN Root Access OUVRIR l'accès Racine - + Application Compartment Conteneur d'applications - + NOT SECURE NON SÉCURISÉ - + Reduced Isolation Isolation réduite - + Enhanced Isolation Isolation renforcée - + Privacy Enhanced Confidentialité renforcée @@ -3208,32 +3208,32 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no Journal API - + No INet (with Exceptions) Sans Internet (avec des exceptions) - + No INet Sans Internet - + Net Share Partage réseau - + No Admin Sans administrateur - + Auto Delete Suppression automatique - + Normal Normal @@ -5186,38 +5186,38 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la CSbieTemplatesEx - + Failed to initialize COM Échec d'initialisation COM - + Failed to create update session Échec de création de la session de mise à jour - + Failed to create update searcher Échec de création de la recherche de mise à jour - + Failed to set search options Échec de définition des options de recherche - + Failed to enumerate installed Windows updates Failed to search for updates Échec d'énumération des mises à jour Windows installées - + Failed to retrieve update list from search result Échec de récupération de la liste de mise à jour depuis les résultats de la recherche - + Failed to get update count Échec d'obtention du décompte des mises à jour diff --git a/SandboxiePlus/SandMan/sandman_hu.ts b/SandboxiePlus/SandMan/sandman_hu.ts index e98a84e5..bef4cc99 100644 --- a/SandboxiePlus/SandMan/sandman_hu.ts +++ b/SandboxiePlus/SandMan/sandman_hu.ts @@ -2973,37 +2973,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Letiltva - + OPEN Root Access Root Access NYITÁSA - + Application Compartment Alkalmazás rekesz - + NOT SECURE NEM BIZTONSÁGOS - + Reduced Isolation Csökkentett izoláció - + Enhanced Isolation Továbfejlesztett izoláció - + Privacy Enhanced Továbbfejlesztett adatvédelem @@ -3012,32 +3012,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API napló - + No INet (with Exceptions) - + No INet Nincs internet - + Net Share Net megosztás (Net share) - + No Admin Nincs Admin - + Auto Delete Automatikus törlés - + Normal Normál @@ -4773,38 +4773,38 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_it.ts b/SandboxiePlus/SandMan/sandman_it.ts index ba7f2bbf..9dfe2253 100644 --- a/SandboxiePlus/SandMan/sandman_it.ts +++ b/SandboxiePlus/SandMan/sandman_it.ts @@ -3025,37 +3025,37 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz CSandBoxPlus - + Disabled Disattivata - + OPEN Root Access Accesso root APERTO - + Application Compartment Compartimento applicazioni - + NOT SECURE NON SICURA - + Reduced Isolation Isolamento ridotto - + Enhanced Isolation Isolamento avanzato - + Privacy Enhanced Privacy avanzata @@ -3064,32 +3064,32 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz API Log - + No INet (with Exceptions) No Internet (con eccezioni) - + No INet No Internet - + Net Share Condivisione di rete - + No Admin No Admin - + Auto Delete Autoelimina contenuto - + Normal Normale @@ -4831,38 +4831,38 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno CSbieTemplatesEx - + Failed to initialize COM Impossibile inizializzare il componente COM - + Failed to create update session Impossibile creare una sessione di aggiornamento - + Failed to create update searcher Impossibile creare l'interfaccia di ricerca - + Failed to set search options Impossibile impostare le opzioni di ricerca - + Failed to enumerate installed Windows updates Failed to search for updates Ricerca aggiornamenti fallita - + Failed to retrieve update list from search result Impossibile scaricare la lista di aggiornamenti dal risultato di ricerca - + Failed to get update count Impossibile ottenere il numero di aggiornamenti diff --git a/SandboxiePlus/SandMan/sandman_ja.ts b/SandboxiePlus/SandMan/sandman_ja.ts index 7e5165e5..802bb2c1 100644 --- a/SandboxiePlus/SandMan/sandman_ja.ts +++ b/SandboxiePlus/SandMan/sandman_ja.ts @@ -2781,67 +2781,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled - + OPEN Root Access - + Application Compartment - + NOT SECURE - + Reduced Isolation - + Enhanced Isolation - + Privacy Enhanced - + No INet (with Exceptions) - + No INet - + Net Share - + No Admin - + Auto Delete - + Normal @@ -4503,37 +4503,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_ko.ts b/SandboxiePlus/SandMan/sandman_ko.ts index f8defe81..baf9c7ee 100644 --- a/SandboxiePlus/SandMan/sandman_ko.ts +++ b/SandboxiePlus/SandMan/sandman_ko.ts @@ -3145,37 +3145,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled 사용 안 함 - + OPEN Root Access 루트 액세스 열기 - + Application Compartment 응용 프로그램 구획 - + NOT SECURE 안전하지 않음 - + Reduced Isolation 격리 감소 - + Enhanced Isolation 격리 강화 - + Privacy Enhanced 개인 정보 강화 @@ -3184,32 +3184,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API 로그 - + No INet (with Exceptions) INET 없음 (예외 포함) - + No INet INet 없음 - + Net Share Net 공유 - + No Admin 관리자 없음 - + Auto Delete 자동 삭제 - + Normal 일반 @@ -5001,38 +5001,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM COM 초기화 실패 - + Failed to create update session 업데이트 세션을 생성하지 못했습니다 - + Failed to create update searcher 업데이트 검색기를 만들지 못했습니다 - + Failed to set search options 검색 옵션을 설정하지 못했습니다 - + Failed to enumerate installed Windows updates Failed to search for updates 설치된 Windows 업데이트를 열거하지 못했습니다 - + Failed to retrieve update list from search result 검색 결과에서 업데이트 목록을 검색하지 못했습니다 - + Failed to get update count 업데이트 수를 가져오지 못했습니다 diff --git a/SandboxiePlus/SandMan/sandman_nl.ts b/SandboxiePlus/SandMan/sandman_nl.ts index 09f02f7c..352492c2 100644 --- a/SandboxiePlus/SandMan/sandman_nl.ts +++ b/SandboxiePlus/SandMan/sandman_nl.ts @@ -2970,7 +2970,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Uitgeschakeld @@ -2979,32 +2979,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, Leeg - + OPEN Root Access - + Application Compartment Toepassingscompartiment - + NOT SECURE NIET VEILIG - + Reduced Isolation Verminderde isolatie - + Enhanced Isolation Verbeterde isolatie - + Privacy Enhanced Verbeterde privacy @@ -3013,32 +3013,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API-log - + No INet (with Exceptions) - + No INet Geen INet - + Net Share Net share - + No Admin Geen admin - + Auto Delete - + Normal Normaal @@ -4868,38 +4868,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_pl.ts b/SandboxiePlus/SandMan/sandman_pl.ts index 9d40adaf..4d9f09b8 100644 --- a/SandboxiePlus/SandMan/sandman_pl.ts +++ b/SandboxiePlus/SandMan/sandman_pl.ts @@ -3120,7 +3120,7 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni CSandBoxPlus - + Disabled Wyłączone @@ -3129,32 +3129,32 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni Puste - + OPEN Root Access OTWÓRZ dostęp do roota - + Application Compartment Komora aplikacji - + NOT SECURE NIE ZABEZPIECZONE - + Reduced Isolation Ograniczona izolacja - + Enhanced Isolation Wzmocniona izolacja - + Privacy Enhanced Ulepszona prywatność @@ -3163,32 +3163,32 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni Log API - + No INet (with Exceptions) Brak INet (z wyjątkami) - + No INet Bez INetu - + Net Share Bez dysków sieciowych - + No Admin Bez praw administracyjnych - + Auto Delete Auto-usuwanie - + Normal Normalna @@ -5076,38 +5076,38 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap CSbieTemplatesEx - + Failed to initialize COM Nie udało się zainicjować COM - + Failed to create update session Nie udało się utworzyć sesji aktualizacji - + Failed to create update searcher Nie udało się utworzyć wyszukiwarki aktualizacji - + Failed to set search options Nie udało się ustawić opcji wyszukiwania - + Failed to enumerate installed Windows updates Failed to search for updates Nie udało się wyszukać aktualizacji - + Failed to retrieve update list from search result Nie udało się pobrać listy aktualizacji z wyniku wyszukiwania - + Failed to get update count Nie udało się pobrać liczby aktualizacji diff --git a/SandboxiePlus/SandMan/sandman_pt_BR.ts b/SandboxiePlus/SandMan/sandman_pt_BR.ts index 5dc9e8a7..0f386cd4 100644 --- a/SandboxiePlus/SandMan/sandman_pt_BR.ts +++ b/SandboxiePlus/SandMan/sandman_pt_BR.ts @@ -3126,7 +3126,7 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote CSandBoxPlus - + Disabled Desativado @@ -3139,32 +3139,32 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote NÃO SEGURO (configurar depuração) - + OPEN Root Access ABRIR Acesso Raiz - + Application Compartment Compartimento de Aplicativos - + NOT SECURE NÃO SEGURO - + Reduced Isolation Isolamento Reduzido - + Enhanced Isolation Isolamento Aprimorado - + Privacy Enhanced Privacidade Aprimorada @@ -3173,33 +3173,33 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote Log de API - + No INet (with Exceptions) Sem INet (com Exceções) - + No INet Sem Internet - + Net Share Kept original for lack of good German wording Compartilhar Rede - + No Admin Sem Administrador - + Auto Delete Excluir automaticamente - + Normal Normal @@ -5096,38 +5096,38 @@ Não vou escolher: %2 CSbieTemplatesEx - + Failed to initialize COM Falha ao inicializar COM - + Failed to create update session Falha ao criar sessão de atualização - + Failed to create update searcher Falha ao criar pesquisador de atualização - + Failed to set search options Falha ao definir opções de pesquisa - + Failed to enumerate installed Windows updates Failed to search for updates Falha ao enumerar as atualizações instaladas do Windows - + Failed to retrieve update list from search result Falha ao recuperar a lista de atualizações do resultado da pesquisa - + Failed to get update count Falha ao obter contagem de atualizações diff --git a/SandboxiePlus/SandMan/sandman_pt_PT.ts b/SandboxiePlus/SandMan/sandman_pt_PT.ts index 23153fb6..7bfccf56 100644 --- a/SandboxiePlus/SandMan/sandman_pt_PT.ts +++ b/SandboxiePlus/SandMan/sandman_pt_PT.ts @@ -3101,7 +3101,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Desativado @@ -3114,32 +3114,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, NÃO SEGURO (configurar depuração) - + OPEN Root Access ABRIR Acesso Raiz - + Application Compartment Compartimento de Aplicação - + NOT SECURE NÃO SEGURO - + Reduced Isolation Isolamento Reduzido - + Enhanced Isolation Isolamento Aprimorado - + Privacy Enhanced Privacidade Aprimorada @@ -3148,33 +3148,33 @@ Unlike the preview channel, it does not include untested, potentially breaking, Registro de API - + No INet (with Exceptions) Sem INet (com Exceções) - + No INet Sem Internet - + Net Share Kept original for lack of good German wording Compartilhar Rede - + No Admin Sem Administrador - + Auto Delete Auto apagar - + Normal Normal @@ -5066,38 +5066,38 @@ Não vou definir: %2 CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_ru.ts b/SandboxiePlus/SandMan/sandman_ru.ts index 2d175bfc..c7a8c58a 100644 --- a/SandboxiePlus/SandMan/sandman_ru.ts +++ b/SandboxiePlus/SandMan/sandman_ru.ts @@ -2823,67 +2823,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Отключено - + OPEN Root Access ОТКРЫТЬ Root-доступ - + Application Compartment Контейнер для приложений - + NOT SECURE НЕ БЕЗОПАСНЫЙ - + Reduced Isolation Сниженная изоляция - + Enhanced Isolation Повышенная изоляция - + Privacy Enhanced Повышенная конфиденциальность - + No INet (with Exceptions) Нет INet (с исключениями) - + No INet Без интернета - + Net Share Общая сеть - + No Admin Без прав администратора - + Auto Delete Автоудаление - + Normal Нормальный @@ -4555,37 +4555,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t CSbieTemplatesEx - + Failed to initialize COM Не удалось инициализировать COM - + Failed to create update session Не удалось создать сеанс обновления - + Failed to create update searcher Не удалось создать средство поиска обновлений - + Failed to set search options Не удалось задать опции поиска - + Failed to enumerate installed Windows updates Не удалось перечислить установленные обновления Windows - + Failed to retrieve update list from search result Не удалось получить список обновлений из результатов поиска - + Failed to get update count Не удалось получить количество обновлений diff --git a/SandboxiePlus/SandMan/sandman_sv_SE.ts b/SandboxiePlus/SandMan/sandman_sv_SE.ts index bc439fd8..fb5ff566 100644 --- a/SandboxiePlus/SandMan/sandman_sv_SE.ts +++ b/SandboxiePlus/SandMan/sandman_sv_SE.ts @@ -3183,37 +3183,37 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime CSandBoxPlus - + Disabled Inaktiverad - + OPEN Root Access Öppna root-tillgång - + Application Compartment Applikationsutrymme - + NOT SECURE INTE SÄKER - + Reduced Isolation Reducerad isolering - + Enhanced Isolation Utökad isolering - + Privacy Enhanced Integritetsutökad @@ -3222,32 +3222,32 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime API-logg - + No INet (with Exceptions) Inget nät (med undantag) - + No INet Inget nät - + Net Share Nätdelning - + No Admin Ingen admin - + Auto Delete Autoradera - + Normal Vanlig @@ -5130,38 +5130,38 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s CSbieTemplatesEx - + Failed to initialize COM Misslyckades starta COM - + Failed to create update session Misslyckades skapa uppdateringssession - + Failed to create update searcher Misslyckades skapa uppdateringssökare - + Failed to set search options Misslyckades ange sökalternativ - + Failed to enumerate installed Windows updates Failed to search for updates Misslyckades att räkna installerade Windows updates - + Failed to retrieve update list from search result Misslyckades få uppdateringslista från sökresultat - + Failed to get update count Misslyckades få uppdateringsräkning diff --git a/SandboxiePlus/SandMan/sandman_tr.ts b/SandboxiePlus/SandMan/sandman_tr.ts index c375d513..9fb01c06 100644 --- a/SandboxiePlus/SandMan/sandman_tr.ts +++ b/SandboxiePlus/SandMan/sandman_tr.ts @@ -2817,67 +2817,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + No Admin Yönetici Yok - + No INet INet Yok - + No INet (with Exceptions) INet Yok (İstisnalarla) - + Auto Delete Oto Silme - + Normal Normal - + Net Share Net Paylaşımı - + Enhanced Isolation Geliştirilmiş Yalıtım - + Reduced Isolation Azaltılmış Yalıtım - + Disabled Devre Dışı - + OPEN Root Access AÇIK Kök Erişimi - + Application Compartment Uygulama Bölmesi - + NOT SECURE GÜVENLİ DEĞİL - + Privacy Enhanced Gelişmiş Gizlilik @@ -4549,37 +4549,37 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. CSbieTemplatesEx - + Failed to initialize COM COM başlatılamadı - + Failed to create update session Güncelleme oturumu oluşturulamadı - + Failed to create update searcher Güncelleme arayıcısı oluşturulamadı - + Failed to set search options Arama seçenekleri ayarlanamadı - + Failed to enumerate installed Windows updates Yüklü Windows güncellemeleri listelenemedi - + Failed to retrieve update list from search result Arama sonucundan güncelleme listesi alınamadı - + Failed to get update count Güncelleme sayısı alınamadı diff --git a/SandboxiePlus/SandMan/sandman_uk.ts b/SandboxiePlus/SandMan/sandman_uk.ts index 8c4a7cd6..85576d7c 100644 --- a/SandboxiePlus/SandMan/sandman_uk.ts +++ b/SandboxiePlus/SandMan/sandman_uk.ts @@ -2964,37 +2964,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Вимкнений - + OPEN Root Access - + Application Compartment Пісочниця для додатків - + NOT SECURE НЕ ЗАХИЩЕНО - + Reduced Isolation Знижена ізоляція - + Enhanced Isolation Посилена ізоляція - + Privacy Enhanced Посилена конфіденційність @@ -3003,32 +3003,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, Журнал API - + No INet (with Exceptions) - + No INet Без доступу до Інтернет - + Net Share Локальна мережа - + No Admin Без прав адміністратора - + Auto Delete - + Normal Нормальний @@ -4849,38 +4849,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_vi.ts b/SandboxiePlus/SandMan/sandman_vi.ts index 522a1bd9..0768f0c9 100644 --- a/SandboxiePlus/SandMan/sandman_vi.ts +++ b/SandboxiePlus/SandMan/sandman_vi.ts @@ -2948,37 +2948,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Vô hiệu hóa - + OPEN Root Access MỞ Quyền truy cập gốc - + Application Compartment Ngăn ứng dụng - + NOT SECURE KHÔNG AN TOÀN - + Reduced Isolation Giảm cô lập - + Enhanced Isolation Cô lập nâng cao - + Privacy Enhanced Tăng cường quyền riêng tư @@ -2987,32 +2987,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, Nhật ký API - + No INet (with Exceptions) - + No INet Không INet - + Net Share Chia sẻ Net - + No Admin Không Admin - + Auto Delete - + Normal Bình thường @@ -4758,38 +4758,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count diff --git a/SandboxiePlus/SandMan/sandman_zh_CN.ts b/SandboxiePlus/SandMan/sandman_zh_CN.ts index 3ef529c9..58387704 100644 --- a/SandboxiePlus/SandMan/sandman_zh_CN.ts +++ b/SandboxiePlus/SandMan/sandman_zh_CN.ts @@ -3118,37 +3118,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled 禁用 - + OPEN Root Access 开放 Root 根权限 - + Application Compartment 应用隔间 - + NOT SECURE 不安全 - + Reduced Isolation 削弱隔离 - + Enhanced Isolation 加强隔离 - + Privacy Enhanced 隐私增强 @@ -3157,32 +3157,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API 日志 - + No INet (with Exceptions) 无 INet (允许例外) - + No INet 无网络 - + Net Share 网络共享 - + No Admin 无管理员 - + Auto Delete 自动删除 - + Normal 标准 @@ -4939,38 +4939,38 @@ Error: %1 CSbieTemplatesEx - + Failed to initialize COM 无法初始化COM - + Failed to create update session 无法创建更新会话 - + Failed to create update searcher 无法创建更新搜索器 - + Failed to set search options 无法设置搜索选项 - + Failed to enumerate installed Windows updates Failed to search for updates 列举已安装的 Windows 更新 失败 - + Failed to retrieve update list from search result 无法从搜索结果中检索更新列表 - + Failed to get update count 无法获取更新计数 diff --git a/SandboxiePlus/SandMan/sandman_zh_TW.ts b/SandboxiePlus/SandMan/sandman_zh_TW.ts index a48896f5..a50547e4 100644 --- a/SandboxiePlus/SandMan/sandman_zh_TW.ts +++ b/SandboxiePlus/SandMan/sandman_zh_TW.ts @@ -3114,37 +3114,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled 停用 - + OPEN Root Access 開放 Root 存取權限 - + Application Compartment 應用程式區間 - + NOT SECURE 不安全 - + Reduced Isolation 弱化隔離 - + Enhanced Isolation 增強隔離 - + Privacy Enhanced 隱私增強 @@ -3153,32 +3153,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API 日誌 - + No INet (with Exceptions) 無網際網路 (允許例外) - + No INet 無網際網路 - + Net Share 區域網路共享 - + No Admin 無管理員 - + Auto Delete 自動刪除 - + Normal 標準 @@ -4904,38 +4904,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM 初始化 COM 物件失敗 - + Failed to create update session 建立更新工作階段失敗 - + Failed to create update searcher 建立更新搜尋程式失敗 - + Failed to set search options 設定搜尋選項失敗 - + Failed to enumerate installed Windows updates Failed to search for updates 無法列舉已安裝的 Windows 更新 - + Failed to retrieve update list from search result 從搜尋結果取得更新清單失敗 - + Failed to get update count 取得更新計數失敗 From 24dd22fb5cb343dbf64fe97249f474ec4dca7736 Mon Sep 17 00:00:00 2001 From: Tragic Life Date: Sat, 7 Sep 2024 13:39:55 +0800 Subject: [PATCH 6/7] Update sandman_zh_TW.ts Update Chinese Traditional Translation - Term fixes - Update new strings --- SandboxiePlus/SandMan/sandman_zh_TW.ts | 398 ++++++++++++------------- 1 file changed, 199 insertions(+), 199 deletions(-) diff --git a/SandboxiePlus/SandMan/sandman_zh_TW.ts b/SandboxiePlus/SandMan/sandman_zh_TW.ts index a50547e4..c5f668c5 100644 --- a/SandboxiePlus/SandMan/sandman_zh_TW.ts +++ b/SandboxiePlus/SandMan/sandman_zh_TW.ts @@ -249,7 +249,7 @@ Advanced Options - 高級選項 + 進階選項 @@ -261,21 +261,21 @@ This feature may reduce compatibility as it also prevents box located processes from writing to host located ones and even starting them. - 該功能可能對相容性造成影響,因為它阻止了沙箱內的進程向主機進程寫入數據,以及啟動它們。 + 該功能可能對相容性造成影響,因為它阻止了沙箱所屬處理程序向主機所屬處理程序寫入資料,或是將其啟動。 Prevents the sandboxed window from being captured. - 阻止沙箱化窗口被捕獲圖像。 + 阻止沙箱化視窗被擷取圖像。 Prevent sandboxed windows from being captured - 阻止沙箱化窗口被捕獲圖像。 + 阻止沙箱化視窗被擷取圖像 This feature can cause a decline in the user experience because it also prevents normal screenshots. - 這個功能可能造成用戶體驗下降,因為它也阻止正常的螢幕截圖。 + 此功能可能造成使用者體驗下降,因其也會阻止正常的螢幕截圖。 @@ -326,12 +326,12 @@ To disable this template for a sandbox, simply uncheck it in the template list.< Shared template selection - + 共用範本選項 This option specifies the template to be used in shared template mode. (%1) - + 此選項指定了將用於 共用範本模式 的範本。 (%1) @@ -356,7 +356,7 @@ To disable this template for a sandbox, simply uncheck it in the template list.< This setting adds a local template to the sandbox configuration so that the settings in that template are shared between sandboxes. However, some settings added to the template may not be reflected in the user interface. To change the template's settings, simply locate and edit the 'SharedTemplate' template in the App Templates list under Sandbox Options. To disable this template for a sandbox, simply uncheck it in the template list. - 此設置將本機範本添加到沙箱組態中,以便該範本中的設置在沙箱之間共享。 但是,添加到範本的某些設置可能不會反映在用戶界面中。 + 此設定將本機範本新增至沙箱組態中,以便此範本中的設定在沙箱之間共享。 但是,新增到範本的某些設置可能不會反映在用戶界面中。 要更改範本的設置,只需在沙箱選項下的應用程式範本列表中找到並編輯“SharedTemplate”範本即可。 要為沙箱禁用此範本,只需在範本列表中取消選中它即可。 @@ -451,7 +451,7 @@ To disable this template for a sandbox, simply uncheck it in the template list.< Uncaught exception at line %1: %2 - 未捕獲意外出現於程式碼欄 %1: %2 中 + 未捕獲意外出現於列 %1: %2 @@ -918,13 +918,13 @@ Please browse to the correct user profile directory. <b><a href="_"><font color='red'>Get a free evaluation certificate</font></a> and enjoy all premium features for %1 days.</b> - <b><a href="_"><font color='red'>獲取一個免費試用證書</font></a>體驗高級功能 %1 天。</b> + <b><a href="_"><font color='red'>取得一個免費試用憑證</font></a>以體驗進階功能 %1 天。</b> You can request a free %1-day evaluation certificate up to %2 times per hardware ID. You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID - 對於每一個硬件ID,您最多可以請求%2次免費的%1天評估證書。 + 對於每一個硬體ID,您最多可以請求%2次免費的%1天評估憑證。 @@ -1045,17 +1045,17 @@ You can click Finish to close this wizard. Pin to Box Run Menu - 固定到「在沙箱中執行」選單 + 釘選至沙箱執行選單 Recover to Any Folder - 復原到任意資料夾 + 復原至任意資料夾 Recover to Same Folder - 復原到相同資料夾 + 復原至相同資料夾 @@ -1259,7 +1259,7 @@ You can use %USER% to save each users sandbox to an own fodler. Introduction - 摘要資訊 + 介紹 @@ -1381,7 +1381,7 @@ You can use %USER% to save each users sandbox to an own fodler. Search filter - 搜尋過濾 + 搜尋過濾器 @@ -1808,7 +1808,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Wnd Class - Wnd 元件 + 視窗類別 @@ -1911,7 +1911,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Enable crash dump creation in the sandbox folder - 啟用沙箱資料夾內損毀傾印檔案之建立 + 啟用建立沙箱資料夾內損毀傾印檔案 @@ -1944,7 +1944,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Force specified processes to wait for a debugger to attach. - 強制要求被指定的處理程序等待偵錯工具的加入。 + 強制要求被指定的處理程序等待附加偵錯工具。 @@ -1965,18 +1965,18 @@ Note: The update check is often behind the latest GitHub release to ensure that bytes (unlimited) - 字節(無限製) + 位元組 (無限制) bytes (%1) - 字節 (%1) + 位元組 (%1) unlimited - 無限製 + 無限制 @@ -2045,12 +2045,12 @@ Note: The update check is often behind the latest GitHub release to ensure that Failed to retrieve firmware table information. - 檢索固件表信息失敗。 + 取得韌體資料表資訊失敗。 Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. - 固件表已成功保存到主機註冊表:HKEY_CURRENT_USER\System\SbieCustom<br/>您可以將其復製到沙盒註冊表,為每個沙盒設置不同的值。 + 韌體資料表已成功儲存至主機登錄: HKEY_CURRENT_USER\System\SbieCustom<br/>您可以將其複製到沙箱化登錄,從而為每個沙箱設定不同的值。 Please enter a program file name @@ -2081,7 +2081,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Children - 子進程 + 子處理程序 @@ -2131,7 +2131,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Border disabled - 停用邊框 + 邊框停用 @@ -2510,7 +2510,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Error: %1 - 錯誤:%1 + 錯誤: %1 @@ -2531,7 +2531,7 @@ should contain the following file: The selected location does not contain this file. Please select a folder which contains this file. - “%1”的備用位置 + 「%1」的備用位置 應包含以下檔案: %2 @@ -2648,7 +2648,7 @@ Please select a folder which contains this file. Dismiss - 關閉 + 忽略 @@ -2681,7 +2681,7 @@ Please select a folder which contains this file. Yes and add to allowed programs - 確定並新增到允許的程式中 + 確定並新增至已允許程式 @@ -2724,7 +2724,7 @@ Please select a folder which contains this file. Recover the file to original location - 復原檔案到原始路徑 + 復原檔案至原始路徑 @@ -2781,27 +2781,27 @@ Please select a folder which contains this file. Do you want to allow the print spooler to write outside the sandbox for %1 (%2)? - 您確定允許 %1 (%2) 使用列印服務在沙箱外寫入嗎? + 是否允許列印服務為 %1 (%2) 在沙箱外寫入? Do you want to allow %4 (%5) to copy a %1 large file into sandbox: %2? File name: %3 - 您確定允許 %4 (%5) 複製大型檔案 %1 至沙箱: %2? + 是否允許 %4 (%5) 複製大型檔案 %1 至沙箱: %2? 檔案名稱: %3 Do you want to allow %1 (%2) access to the internet? Full path: %3 - 您確定允許 %1 (%2) 存取網路嗎? -完整路徑: %3 + 是否允許 %1 (%2) 存取網際網路? +完整位址: %3 %1 is eligible for quick recovery from %2. The file was written by: %3 - %1 可以從 %2 快速復原。 + %1 符合從 %2 快速復原的需求。 檔案寫入自: %3 @@ -2872,12 +2872,12 @@ Full path: %4 Full Path - 完整路徑 + 完整位址 Remember target selection - 記住對此目的的選擇 + 記住對此目標的選擇 @@ -3590,7 +3590,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Unknown operation '%1' requested via command line - 透過命令列請求的未知操作 '%1' + 透過命令列請求的未知作業「%1」 @@ -3744,7 +3744,7 @@ No will choose: %2 Do this for all files! - 為所有檔案執行此操作! + 為所有檔案執行此作業! @@ -3842,7 +3842,7 @@ No will choose: %2 Error Status: 0x%1 (%2) - 錯誤程式碼: 0x%1 (%2) + 錯誤狀態碼: 0x%1 (%2) @@ -3917,7 +3917,7 @@ No will choose: %2 <h3>About Sandboxie-Plus</h3><p>Version %1</p><p>Copyright (c) 2020-2024 by DavidXanatos</p> <h3>About Sandboxie-Plus</h3><p>Version %1</p><p>Copyright (c) 2020-2023 by DavidXanatos</p> - <h3>關於 Sandboxie-Plus</h3><p>版本 %1</p><p>Copyright (c) 2020-2024 by DavidXanatos</p> + <h3>關於 Sandboxie-Plus</h3><p>版本 %1</p><p>版權所有 (c) 2020-2024 作者 DavidXanatos</p> This copy of Sandboxie+ is certified for: %1 @@ -3934,7 +3934,7 @@ No will choose: %2 Administrator rights are required for this operation. - 此操作需要管理員權限。 + 此作業需要管理員權限。 @@ -4142,7 +4142,7 @@ No will choose: %2 for Personal use - 個人使用者 + 個人使用 @@ -4204,19 +4204,19 @@ No will choose: %2 This box will be <a href="sbie://docs/boxencryption">encrypted</a> and <a href="sbie://docs/black-box">access to sandboxed processes will be guarded</a>. - 此沙箱將被<a href="sbie://docs/boxencryption">加密</a>,並且<a href="sbie://docs/black-box">對沙箱處理程序的存取將被防衛< /a >。 + 此沙箱將被<a href="sbie://docs/boxencryption">加密</a>,並且<a href="sbie://docs/black-box">對沙箱化處理程序的存取將被防衛< /a >。 Which box you want to add in? - 您想添加到哪個沙盒? + 你想要新增至哪個沙箱? Type the box name which you are going to set: - 輸入您希望設置的沙盒名稱: + 輸入你希望設定的沙箱名稱: @@ -4236,13 +4236,13 @@ No will choose: %2 You typed a wrong box name! Nothing was changed. - 您輸入了錯誤的沙盒名!未更改任何設置。 + 輸入沙箱名稱錯誤!未變更任何設定。 User canceled this operation. - 用戶取消本次操作。 + 使用者取消了此作業。 @@ -4283,7 +4283,7 @@ No will choose: %2 <br />you need to be on the Great Patreon level or higher to unlock this feature. - <br />你需要在Patreon贊助上成為Great或更高級別以便解鎖這個功能。 + <br />你需要在 Great Patreon 或更高等級以解鎖這個功能。 @@ -4321,7 +4321,7 @@ Error: %1 The evaluation period has expired!!! The evaluation periode has expired!!! - 評估期已過!!! + 評估時段已逾期!!! @@ -4472,17 +4472,17 @@ This file is part of Sandboxie and all changed done to it will be reverted next Failed to move directory '%1' to '%2' - 移動目錄 '%1' 到 '%2' 失敗 + 移動目錄「%1」至「%2」失敗 Failed to move box image '%1' to '%2' - 移動沙箱映像 '%1' 至 '%2' 失敗 + 移動沙箱映像「%1」至「%2」失敗 This Snapshot operation can not be performed while processes are still running in the box. - 因處理程序正在沙箱中執行,此快照操作無法完成。 + 因處理程序正在沙箱中執行,無法開展此快照作業。 @@ -4497,12 +4497,12 @@ This file is part of Sandboxie and all changed done to it will be reverted next Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. - 合併快照目錄 '%1' 和 '%2' 錯誤,快照沒有被完全合併。 + 合併快照目錄「%1」和「%2」錯誤,快照沒有被完全合併。 Failed to remove old snapshot directory '%1' - 移除舊快照的目錄 '%1' 失敗 + 移除舊快照的目錄「%1」失敗 @@ -4512,7 +4512,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next You are not authorized to update configuration in section '%1' - 您未被授權在 '%1' 更新組態 + 您未被授權在章節「%1」更新組態 @@ -4537,7 +4537,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next The operation was canceled by the user - 此操作已被使用者取消 + 此作業已被使用者取消 @@ -4583,22 +4583,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - <h3>關於 Sandboxie+</h3><p>版本 %1</p><p> + <h3>關於 Sandboxie-Plus</h3><p>版本 %1</p><p> This copy of Sandboxie-Plus is certified for: %1 - 本 Sandboxie+ 副本已授權為: %1 + 這一份 Sandboxie-Plus 已授權給: %1 Sandboxie-Plus is free for personal and non-commercial use. - Sandboxie+ 可免費用於個人和其他非商業用途。 + Sandboxie-Plus 可免費用於個人和其他非商業用途。 Sandboxie-Plus is an open source continuation of Sandboxie.<br />Visit <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> for more information.<br /><br />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> - Sandboxie+ 是 Sandboxie 的開源延續。<br />前往 <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> 了解更多資訊。<br /><br />%2<br /><br />特性: %3<br /><br />已安裝: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />圖示來自於 <a href="https://icons8.com">icons8.com</a> + Sandboxie-Plus 是 Sandboxie 的一個開源延續。<br />前往 <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> 了解更多資訊。<br /><br />%2<br /><br />特性: %3<br /><br />已安裝: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />圖示來自於 <a href="https://icons8.com">icons8.com</a> Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser? @@ -4737,7 +4737,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Sbie Svc - 沙箱軟體服務 + 沙箱服務 @@ -5188,7 +5188,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Do you really want to remove the selected group(s)? - 確定要刪除所選群組嗎? + 是否刪除所選群組? @@ -5258,7 +5258,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next (Host) Start Menu - 開始選單 (主機) + (主機) 開始選單 @@ -5386,12 +5386,12 @@ This file is part of Sandboxie and all changed done to it will be reverted next Importing Sandbox - 正在導入沙盒 + 正在匯入沙箱 Do you want to select custom root folder? - 是否要選擇一個自定義的根目錄? + 是否選擇自訂根目錄? @@ -5401,7 +5401,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next The Sandbox name and Box Group name cannot use the ',()' symbol. - 沙箱名稱和沙箱群組名稱不能使用 ',()' 符號。 + 沙箱名稱和沙箱群組名稱不能使用「,()」符號。 @@ -5495,18 +5495,18 @@ This file is part of Sandboxie and all changed done to it will be reverted next Please enter a new alias for the Sandbox. - 請輸入沙盒的新別名。 + 請輸入沙箱的新別名。 The entered name is not valid, do you want to set it as an alias instead? - 輸入的名稱無效,是否要將其設置為沙盒別名? + 輸入的名稱無效,是否要將其設定為沙箱別名? Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? - 確定要刪除選取的沙箱?<br /><br />警告: 沙箱內的內容也將一併刪除! + 是否刪除全部已選取的沙箱?<br /><br />警告: 沙箱內的內容也將一併刪除! @@ -5517,7 +5517,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Do you want to delete the content of the selected sandbox? - 確定要刪除所選沙箱的內容嗎? + 是否刪除所選沙箱的內容? @@ -5528,12 +5528,12 @@ This file is part of Sandboxie and all changed done to it will be reverted next Do you really want to delete the content of all selected sandboxes? - 確定要刪除所選沙箱的內容嗎? + 是否刪除全部已選沙箱的內容? Do you want to terminate all processes in the selected sandbox(es)? - 確定要終止選定沙箱中的所有處理程序嗎? + 是否終止選定沙箱中的所有處理程序? @@ -5557,7 +5557,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Do you want to terminate %1? Do you want to %1 %2? - 確定要終止 %1 嗎? + 是否終止 %1? @@ -5604,7 +5604,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Are you sure you want to run the program outside the sandbox? - 您確定要在沙箱外執行程式嗎? + 是否在沙箱外執行程式? @@ -5672,12 +5672,12 @@ This file is part of Sandboxie and all changed done to it will be reverted next Active + Pinned - 啟用中或已固定的沙箱 + 啟用中和已釘選的沙箱 Pinned Only - 僅已固定的沙箱 + 僅已釘選的沙箱 @@ -5743,7 +5743,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next HwId: %1 - 固件ID: %1 + 硬體ID: %1 @@ -5765,22 +5765,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next Volume not attached - 未加入磁碟區 + 未附加磁碟區 <b>You have used %1/%2 evaluation certificates. No more free certificates can be generated.</b> - <b>您已經使用了%1/%2個試用證書。無法生成更多免費證書了。</b> + <b>您已經使用了%1/%2個評估憑證。無法生成更多免費憑證了。</b> <b><a href="_">Get a free evaluation certificate</a> and enjoy all premium features for %1 days.</b> - <b><a href="_">獲取一個免費試用證書</a>體驗高級功能 %1 天。</b> + <b><a href="_">取得一個免費評估憑證</a>並享受所有獨有功能 %1 天。</b> You can request a free %1-day evaluation certificate up to %2 times per hardware ID. - 對於任何一個硬件ID,您最多可以請求%2次免費的%1天試用證書 + 對於每個硬體ID,您最多可以請求%2次免費的%1天評估憑證。 @@ -5801,22 +5801,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next Expires in: %1 days Expires: %1 Days ago - 過期時間:%1天後 + 逾期於: %1天後 Expired: %1 days ago - 已過期:%1天前 + 已逾期: %1天前 Options: %1 - 選項:%1 + 可用選項: %1 Security/Privacy Enhanced & App Boxes (SBox): %1 - 隱私/安全增強& 應用沙盒(SBox): %1 + 隱私/安全性增強 & 應用程式沙箱 (SBox): %1 @@ -5837,17 +5837,17 @@ This file is part of Sandboxie and all changed done to it will be reverted next Encrypted Sandboxes (EBox): %1 - 加密沙盒 (EBox): %1 + 加密沙箱 (EBox): %1 Network Interception (NetI): %1 - 網絡監聽(NetI): %1 + 網路監聽 (NetI): %1 Sandboxie Desktop (Desk): %1 - 沙盤桌面(Desk): %1 + Sandboxie 桌面 (Desk): %1 @@ -5881,14 +5881,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next Sandboxie-Plus - Get EVALUATION Certificate - Sandboxie-Plus - 申請試用證書 + Sandboxie-Plus - 取得評估憑證 Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware. You can request up to %3 evaluation certificates for each unique hardware ID. - 請輸入您的電子郵件地址以接收免費的%1天試用證書,該證書將頒發給%2並鎖定到當前硬件。 -您最多可以為每個唯一的硬件ID請求%3個試用證書。 + 請輸入您的電郵地址以接收免費的%1天評估憑證,此憑證將頒發給 %2 並鎖定至目前硬體。 +您最多可以為每個唯一硬體ID請求%3個評估憑證。 @@ -5904,7 +5904,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. The evaluation certificate has been successfully applied. Enjoy your free trial! - 試用證書已成功申請。 請開始免費試用! + 評估憑證套用成功。 請享受你的免費試用! Retreiving certificate... @@ -5953,7 +5953,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. Evaluation - 試用 + 評估 @@ -5968,7 +5968,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. Advanced (L) - 高級 (L) + 進階 (L) @@ -6003,7 +6003,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. This certificate has unfortunately expired, you need to get a new certificate. - 不幸的是,該憑證已逾期,您需要取得新憑證。 + 不幸的是,此憑證已逾期,您需要取得新憑證。 @@ -6087,7 +6087,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. <br /><font color='red'>Plus features will be disabled in %1 days.</font> - <br /><font color='red'>Plus 附加的進階功能將在 %1 天後被停用。</font> + <br /><font color='red'>Plus 功能將在 %1 天後被停用。</font> <br /><font color='red'>For this build Plus features remain enabled.</font> @@ -6096,7 +6096,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. <br />Plus features are no longer enabled. - <br />Plus 附加的進階功能已不再可用。 + <br />Plus 功能已不再啟用。 This supporter certificate will <font color='red'>expire in %1 days</font>, please <a href="sbie://update/cert">get an updated certificate</a>. @@ -6115,12 +6115,12 @@ You can request up to %3 evaluation certificates for each unique hardware ID. Set Force in Sandbox - 設置強製在沙盒中運行 + 設定強制沙箱化 Set Open Path in Sandbox - 在沙盤中打開目錄 + 設定在沙箱中開啟位址 @@ -6290,7 +6290,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. Only applications with admin rights can change configuration Only applications with administrator token can change ini setting. - 僅帶有管理員令牌的程序可以修改ini設置 + 僅有管理員權限的應用程式能夠變更組態設定 @@ -6300,7 +6300,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. Enabling this option prevents changes to the Sandboxie.ini configuration from the user interface without admin rights. Be careful, as using Sandboxie Manager with normal user rights may result in a lockout. To make changes to the configuration, you must restart Sandboxie Manager as an admin by clicking 'Restart as Admin' in the 'Sandbox' menu in the main window. - 啟用這個選項會阻止從無管理員權限的用戶界面對Sandboxie.ini的配置更改。小心點,因為使用帶有普通用戶權限的沙箱管理器將可能陷入鎖定。為了對配置進行修改,你必須通過點擊主窗口中 ' 沙箱 ' 菜單下的 ' 以管理員特權重啟 ' 菜單項來作為管理員重啟沙箱管理器。 + 啟用此選項會阻止從無管理員權限的使用者介面對 Sandboxie.ini 進行組態變更。請慎重,因為使用普通使用者權限的沙箱管理員將可能進入鎖定狀態。為變更組態,你必須透過點選主視窗中「沙箱」選單內的「以管理員權限重新啟動」,以作為系統管理員重新啟動沙箱管理員。 When this option is set, Sandbox Manager with normal user permissions will not be able to modify the configuration, which may result in a lock. You need to open the Sandbox Manager main window, click "Sandbox (s)" in the system menu, and then click "Restart as Admin" in the pop - up context menu to gain control of the configuration. @@ -6383,7 +6383,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID. Sandboxing compatibility is reliant on the configuration hence attaching the Sandboxie.ini file helps a lot with finding the issue. Sandboxing compatybility is relyent on the configuration hence attaching the sandboxie.ini helps a lot with finding the issue. - 沙箱相容性依賴於組態,因此附加 sandboxie.ini 將非常有助於找出問題。 + 沙箱相容性依賴於組態,因此附加 Sandboxie.ini 將非常有助於找出問題。 @@ -6438,7 +6438,7 @@ Before sending you can review the logs in the main window. Regrettably, there is no automated troubleshooting procedure available for the specific issue you have described. - 非常抱歉,您描述的特定問題目前沒有自動化疑難排解流程可用。 + 非常抱歉,您描述的特定問題目前沒有自動化疑難排解流程可用。 @@ -6600,7 +6600,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an The installed supporter certificate <b>has expired %1 days ago</b> and <a href="https://sandboxie-plus.com/go.php?to=sbie-renew-cert">must be renewed</a>.<br /><br /> The installed supporter certificate <b>has expired %1 days ago</b> and <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">must be renewed</a>.<br /><br /> - 安裝的贊助者憑證<b>已於 %1 天前過期</b>,並且<a href="https://sandboxie-plus.com/go.php?to=sbie-renew-cert">必須續期</a>。<br /><br /> + 安裝的贊助者憑證<b>已於 %1 天前逾期</b>,並且<a href="https://sandboxie-plus.com/go.php?to=sbie-renew-cert">必須續期</a>。<br /><br /> @@ -6783,7 +6783,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Sandboxie-Plus - Test Proxy - Sandboxie-Plus - 測試代理 + Sandboxie-Plus - 測試 Proxy @@ -6799,22 +6799,22 @@ If you are a great patreaon supporter already, sandboxie can check online for an This test cannot be disabled. - 這個測試不能被禁用。 + 此測試不能被禁用。 [%1] Starting Test 1: Connection to the Proxy Server - [%1] 啟動測試 1: 連接到代理伺服器 + [%1] 啟動測試 1: 連線至 Proxy 伺服器 [%1] IP Address: %2 - [%1] IP位址: %2 + [%1] IP 位址: %2 [%1] Connection established. - [%1] 連接已建立。 + [%1] 連線已建立。 @@ -6825,7 +6825,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an [%1] Connection to proxy server failed: %2. - [%1] 連接到代理伺服器失敗: %2。 + [%1] 連線 Proxy 伺服器失敗: %2。 @@ -6838,7 +6838,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an [%1] Starting Test 2: Connection through the Proxy Server - [%1] 啟動測試2: 通過代理伺服器連接 + [%1] 啟動測試2: 透過 Proxy 伺服器連線 @@ -6848,12 +6848,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an [%1] Connection to %2 established through the proxy server. - [%1] 通過代理伺服器連接到 %2 並已確立信道。 + [%1] 透過 Proxy 伺服器至 %2 的連線已建立。 [%1] Loading a web page to test the proxy server. - [%1] 載入一個網路頁面以測試代理伺服器。 + [%1] 載入網頁以測試 Proxy 伺服器。 @@ -6863,42 +6863,42 @@ If you are a great patreaon supporter already, sandboxie can check online for an [%1] Connection through proxy server failed: %2. - [%1] 通過代理伺服器連接失敗: %2 + [%1] 透過 Proxy 伺服器連線失敗: %2。 [%1] Web page loaded successfully. - [%1] 網路頁面載入成功。 + [%1] 網頁載入成功。 Timeout - 超時 + 逾時 [%1] Failed to load web page: %2. - [%1] 載入網路頁面失敗: %2。 + [%1] 載入網頁失敗: %2。 [%1] Starting Test 3: Proxy Server latency - [%1] 啟動測試 3: 代理伺服器延遲 + [%1] 啟動測試 3: Proxy 伺服器延遲 [%1] Latency through proxy server: %2ms. - [%1] 通過代理伺服器的延遲: %2毫秒。 + [%1] 透過 Proxy 伺服器的延遲: %2ms。 [%1] Failed to get proxy server latency: Request timeout. - [%1] 獲取代理伺服器延遲失敗: 請求超時。 + [%1] 取得 Proxy 伺服器延遲失敗: 請求逾時。 [%1] Failed to get proxy server latency. - [%1] 獲取代理伺服器延遲失敗。 + [%1] 取得 Proxy 伺服器延遲失敗。 @@ -6909,7 +6909,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Stopped - 停止的 + 已停止 @@ -6924,9 +6924,9 @@ If you are a great patreaon supporter already, sandboxie can check online for an Protocol: %3 Authentication: %4%5 [%1] 測試開始... - 代理伺服器 - 地址: %2 - 協議: %3 + Proxy 伺服器 + 位址: %2 + 協定: %3 認證: %4%5 @@ -6947,12 +6947,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Invalid Timeout value. Please enter a value between 1 and 60. - 無效的超時等待值。請輸入一個1到60範圍內的數值。 + 無效的逾時值。請輸入一個 1 到 60 範圍內的值。 Invalid Port value. Please enter a value between 1 and 65535. - 無效的連接埠值。請輸入一個1到65535範圍內的數值。 + 無效的連接埠值。請輸入一個 1 到 65535 範圍內的值。 @@ -6962,7 +6962,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Invalid Ping Count value. Please enter a value between 1 and 10. - 無效的Ping次數值。請輸入一個在1到10之間的數值。 + 無效的 Ping 計數值。請輸入一個在1到10之間的值。 @@ -7085,7 +7085,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Save to file - 儲存到檔案 + 儲存至檔案 @@ -7105,12 +7105,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Save trace log to file - 儲存追蹤日誌到檔案 + 儲存追蹤日誌至檔案 Failed to open log file for writing - 無法開啟日誌檔案進行寫入 + 無法開啟日誌檔進行寫入 @@ -7345,7 +7345,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an px Width - 寬度像素 + 像素寬度 @@ -7668,7 +7668,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Store the sandbox content in a Ram Disk - 將沙箱內容儲存在 Ram 磁碟中 + 將沙箱內容儲存在 RAM 磁碟中 @@ -7759,7 +7759,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security, as can the use of <a href="sbie://docs/breakoutdocument">BreakoutDocument</a> allowing any * or insecure (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;etc…) extensions. Please review the security section for each option in the documentation before use. - <b><font color='red'>安全性建議</font>: </b>使用 <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 和/或 <a href=" sbie://docs/breakoutprocess">BreakoutProcess</a> 與 Open[File/Pipe]Path 指令結合使用可能會損害安全性,使用 <a href="sbie://docs/breakoutdocument">BreakoutDocument< /a > 將允許任何 * 或不安全的 (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;etc…) 副檔名。使用前請查看文件中每個選項的 安全性 部分。 + <b><font color='red'>安全性建議</font>: </b>使用 <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 和/或 <a href=" sbie://docs/breakoutprocess">BreakoutProcess</a> 與 Open[File/Pipe]Path 指令結合使用可能會損害安全性,使用 <a href="sbie://docs/breakoutdocument">BreakoutDocument< /a > 將允許任何 * 或不安全的 (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;etc…) 副檔名。使用前請查看文件中每個選項的 安全性 章節。 @@ -7872,9 +7872,9 @@ If you are a great patreaon supporter already, sandboxie can check online for an 2113: Content of migrated file was discarded 2114: File was not migrated, write access to file was denied 2115: File was not migrated, file will be opened read only - 2113:待遷移檔案的內容被遺棄了 -2114:檔案沒有被遷移,檔案的寫入存取被拒絕 -2115:檔案沒有被遷移,檔案將以唯讀方式開啟 + 2113: 待遷移檔案的內容被廢棄了 +2114: 檔案沒有被遷移,檔案的寫入存取被拒絕 +2115: 檔案沒有被遷移,檔案將以唯讀方式開啟 @@ -7909,7 +7909,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an When a file cannot be migrated, open it in read-only mode instead - 當一個檔案不能被遷移時,嘗試以唯讀模式開啟它 + 當一個檔案不能被遷移時,嘗試以唯讀模式將其開啟 Icon @@ -8011,7 +8011,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam Program Control - 應用程式控制 + 程式控制 @@ -8042,7 +8042,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. Programs entered here will be allowed to break out of this box when thay start, you can capture them into an other box. For example to have your web browser always open in a dedicated box. This feature requires a valid supporter certificate to be installed. - 在此處設定的程式,在啟動時將被允許脫離這個沙箱,您可以把它們擷取到另一個沙箱中。例如,讓網頁瀏覽器總是在一個專門的沙箱內開啟。 + 在此處設定的程式,在啟動時將被允許脫離這個沙箱,您可以把它們擷取到另一個沙箱中。例如,讓網頁瀏覽器總是在一個專用的沙箱內開啟。 @@ -8082,25 +8082,25 @@ This is done to prevent rogue processes inside the sandbox from creating a renam unlimited - 無限製 + 無限制 bytes - 字節 + 位元組 Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. Partially checked: No groups will be added to the newly created sandboxed token. - 選中:一個本地組也將被添加到新創建的沙盒令牌中,這允許一次尋址所有沙盒。這將有助於審計政策。 -部分選中:不會將任何組添加到新創建的沙盒令牌中。 + 核選: 一個本地群組也將被新增至新建立的沙箱化權杖中,這允許一次性定位全部沙箱。這將有助於審計規則。 +部分核選: 不會將任何群組新增至新建立的沙箱化權杖中。 Drop ConHost.exe Process Integrity Level - + 廢棄 ConHost.exe 處理程序整合等級 @@ -8173,7 +8173,7 @@ Partially checked: No groups will be added to the newly created sandboxed token. Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. 設定哪些處理程序可以存取 NT IPC 物件,如 ALPC 連接埠及其他處理程序的記憶體和相關執行狀態環境。 -如需指定一個處理程序,使用「$:program.exe」作為路徑值。 +如需指定一個處理程序,使用「$:program.exe」作為位址。 @@ -8183,7 +8183,7 @@ To specify a process use '$:program.exe' as path. Wnd Class - Wnd 元件 + 視窗類別 Configure which processes can access desktop objects like windows and alike. @@ -8192,7 +8192,7 @@ To specify a process use '$:program.exe' as path. COM - COM + COM 物件 @@ -8297,7 +8297,7 @@ To specify a process use '$:program.exe' as path. CAUTION: Windows Filtering Platform is not enabled with the driver, therefore these rules will be applied only in user mode and can not be enforced!!! This means that malicious applications may bypass them. - 警告: 未在驅動程式中啟動 Windows 篩選平台,因此以下規則只能在使用者模式下生效,無法被強制執行!!!惡意程式可能會繞過這些規則的限制。 + 警告: 未在驅動程式中啟動 Windows 篩選平台,因此以下規則只能在使用者模式下生效,無法被強制執行!!! 惡意程式可能會繞過這些規則的限制。 @@ -8367,7 +8367,7 @@ To specify a process use '$:program.exe' as path. Create a new sandboxed token instead of stripping down the original token - 創建新的沙盒令牌,而不是剝離原始令牌 + 建立新的沙箱化權杖,而不是剝除原始權杖 @@ -9004,13 +9004,13 @@ instead of "*". Hide Firmware Information Hide Firmware Informations - 隱藏固件信息 + 隱藏韌體資訊 Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - 一些程序通過WMI(Windows內置數據庫)而不是常規方式讀取系統細節信息。例如,即使通過訪問WMI打開「HideOtherBoxs」,「tasklist.exe」也可以獲得完整的進程列表。啟用此選項可阻止這些行為。 + 某些程式透過 WMI (一個內建的 Windows 資料庫) 檢索作業系統詳細資訊,而不是使用通常方法。例如,即使啟用了「HideOtherBoxes」(隱藏其他沙箱),「tasklist.exe」也可以存取完整的處理程序清單。啟用此選項可以防止此類行為。 @@ -9021,43 +9021,43 @@ instead of "*". Process Hiding - 進程隱藏 + 處理程序隱藏 Use a custom Locale/LangID - 使用自定義區域設置/語言ID + 使用自訂區域/語言 ID Data Protection - 數據保護 + 資料保護 Dump the current Firmware Tables to HKCU\System\SbieCustom Dump the current Firmare Tables to HKCU\System\SbieCustom - 將當前固件表轉儲到HKCU\System\SbieCustom + 將目前韌體資料表傾印至 HKCU\System\SbieCustom Dump FW Tables - 轉儲固件表 + 傾印韌體資料表 Hide Disk Serial Number - 隱藏硬盤序列號 + 隱藏磁碟序號 Obfuscate known unique identifiers in the registry - 混淆註冊表中已知的唯一標識符 + 混淆登錄中已知的唯一標識字元 Hide Network Adapter MAC Address - + 隱藏網路介面卡 MAC 位址 @@ -9087,12 +9087,12 @@ instead of "*". Filter Categories - 篩選類別 + 篩選分類 Text Filter - 篩選文字 + 文字篩選器 @@ -9163,7 +9163,7 @@ Please note that this values are currently user specific and saved globally for Restart force process before they begin to execute - 在開始執行之前重新啟動強製進程 + 在開始執行之前重新啟動強制處理程序 @@ -9188,7 +9188,7 @@ Please note that this values are currently user specific and saved globally for Syscall Trace (creates a lot of output) - Syscall 追蹤 (建立大量輸出) + 系統呼叫追蹤 (建立大量輸出) @@ -9257,7 +9257,7 @@ Please note that this values are currently user specific and saved globally for Drive %1 - 磁碟 %1 + 磁碟機 %1 @@ -9430,7 +9430,7 @@ Please note that this values are currently user specific and saved globally for Run Sandboxed - Actions - 在沙箱中執行 - 選項 + 在沙箱中執行 - 動作 @@ -9450,7 +9450,7 @@ Please note that this values are currently user specific and saved globally for Add 'Run Sandboxed' to the explorer context menu - 在檔案總管右鍵新增「在沙箱中執行」 + 加入「在沙箱中執行」至檔案總管上下文選單 @@ -9475,7 +9475,7 @@ Please note that this values are currently user specific and saved globally for Add 'Run Un-Sandboxed' to the context menu - 加入「在沙箱外執行」到右鍵選單 + 加入「在沙箱外執行」至上下文選單 @@ -9530,7 +9530,7 @@ Please note that this values are currently user specific and saved globally for SandMan Options - SandMan 選項 + 沙箱管理員選項 @@ -9659,12 +9659,12 @@ Please note that this values are currently user specific and saved globally for Add 'Set Force in Sandbox' to the context menu Add ‘Set Force in Sandbox' to the context menu - + 加入「設定強制沙箱化」至上下文選單 Add 'Set Open Path in Sandbox' to context menu - + 加入「設定在沙箱中開啟位址」至上下文選單 @@ -9699,7 +9699,7 @@ Please note that this values are currently user specific and saved globally for Ini Options - Ini 選項 + INI 選項 @@ -9709,12 +9709,12 @@ Please note that this values are currently user specific and saved globally for Terminate all boxed processes when Sandman exits - + 當沙箱管理員退出時終止全部沙箱化處理程序 External Ini Editor - 外部 Ini 編輯器 + 外部 INI 編輯器 @@ -9769,7 +9769,7 @@ Please note that this values are currently user specific and saved globally for Enable Ram Disk creation - 開啟 Ram 磁碟之建立 + 啟用 RAM 磁碟之建立 @@ -9779,7 +9779,7 @@ Please note that this values are currently user specific and saved globally for Assign drive letter to Ram Disk - 為 Ram 磁碟分配磁碟機序號 + 為 RAM 磁碟分配磁碟機序號 @@ -9794,12 +9794,12 @@ Please note that this values are currently user specific and saved globally for <a href="addon://ImDisk">Install ImDisk</a> driver to enable Ram Disk and Disk Image support. - <a href="addon://ImDisk">安裝 ImDisk</a> 驅動程式以啟用 Ram 磁碟和磁碟映像支援。 + <a href="addon://ImDisk">安裝 ImDisk</a> 驅動程式以啟用 RAM 磁碟和磁碟映像支援。 When a Ram Disk is already mounted you need to unmount it for this option to take effect. - 當 Ram Disk 已裝載時,需要將其卸載才能使此選項生效。 + 當 RAM 磁碟已裝載時,需要將其卸載才能使此選項生效。 @@ -10002,7 +10002,7 @@ Please note that this values are currently user specific and saved globally for Alternate row background in lists - 在沙箱清單中使用替代背景 + 在清單中使用替代單列背景 @@ -10095,12 +10095,12 @@ Please note that this values are currently user specific and saved globally for HwId: 00000000-0000-0000-0000-000000000000 - + HwId: 00000000-0000-0000-0000-000000000000 Cert Info - + 憑證資訊 @@ -10249,7 +10249,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Always run SandMan UI as Admin - + 總是以管理員權限執行沙箱管理員 UI @@ -10309,7 +10309,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Text Filter - 篩選文字 + 文字篩選器 @@ -10387,7 +10387,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, In the future, don't notify about certificate expiration - 不再通知憑證逾期的情況 + 不再通知憑證逾期情況 @@ -10461,12 +10461,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, Test Proxy - 測試代理 + 測試 Proxy Test Settings... - 測試設置中... + 測試設定中... @@ -10476,12 +10476,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, Proxy Server - 代理伺服器 + Proxy 伺服器 Address: - 地址: + 位址: @@ -10511,7 +10511,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Login: - 登陸: + 登入: @@ -10521,7 +10521,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Timeout (secs): - 超時值 (以秒為單位): + 逾時 (以秒為單位): @@ -10531,19 +10531,19 @@ Unlike the preview channel, it does not include untested, potentially breaking, Test 1: Connection to the Proxy Server - 測試 1:連接到代理伺服器 + 測試 1:連線至 Proxy 伺服器 Enable this test - 啟用這個測試 + 啟用此測試 Test 2: Connection through the Proxy Server - 測試2: 通過代理伺服器連接 + 測試2: 透過 Proxy 伺服器連線 @@ -10568,22 +10568,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, Load a default web page from the host. (There must be a web server running on the host) - 從主機載入一個默認網路頁面。(必須有一個Web伺服器運行在主機上) + 從主機載入一個預設網頁。 (必須已有一個 Web 伺服器在主機上運作) Test 3: Proxy Server latency - 測試 3 :代理伺服器延遲 + 測試 3 : Proxy 伺服器延遲 Ping count: - Ping 數: + Ping 計數: Increase ping count to improve the accuracy of the average latency calculation. More pings help to ensure that the average is representative of typical network conditions. - 增加 ping 計數以提高平均延遲計算的準確性。更多 ping 有助於確保平均值代表典型的網路條件。 + 增加 ping 計數以提高平均延遲計算的準確性。更多 ping 有助於確保平均值代表典型的網路狀況。 From 1d92e0bfe94e9f7fb96654264fae0ea3140315c0 Mon Sep 17 00:00:00 2001 From: Tragic Life Date: Sat, 7 Sep 2024 13:55:04 +0800 Subject: [PATCH 7/7] Update sandman_zh_TW.ts Update Traditional Chinese Translation - Minor fixes --- SandboxiePlus/SandMan/sandman_zh_TW.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SandboxiePlus/SandMan/sandman_zh_TW.ts b/SandboxiePlus/SandMan/sandman_zh_TW.ts index c5f668c5..28dd83a2 100644 --- a/SandboxiePlus/SandMan/sandman_zh_TW.ts +++ b/SandboxiePlus/SandMan/sandman_zh_TW.ts @@ -9010,7 +9010,7 @@ instead of "*". Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - 某些程式透過 WMI (一個內建的 Windows 資料庫) 檢索作業系統詳細資訊,而不是使用通常方法。例如,即使啟用了「HideOtherBoxes」(隱藏其他沙箱),「tasklist.exe」也可以存取完整的處理程序清單。啟用此選項可以防止此類行為。 + 某些程式透過 WMI (一個內建的 Windows 資料庫) 存取作業系統詳細資訊,而不是使用通常方法。例如,即使啟用了「HideOtherBoxes」(隱藏其他沙箱),「tasklist.exe」也可以透過 WMI 存取完整的處理程序清單。啟用此選項可以防止這種行為。 @@ -10204,7 +10204,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, New full installers from the selected release channel. - 來自所選發行管道的全新完整安裝程式。 + 來自所選發行通道的全新完整安裝程式。