1.12.0
This commit is contained in:
parent
480d416234
commit
663eca7ef2
|
@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- added mechanism to revoke leaked or refunded certificates
|
||||
- added mechanism to automatically set USB drives as forced folders
|
||||
- added troubleshooting script for issue [#3318](https://github.com/sandboxie-plus/Sandboxie/issues/3318) with parental controls
|
||||
- started german translation of the troubleshooting scripts ...\SandboxiePlus\SandMan\Troubleshooting\lang_de.json [#3293](https://github.com/sandboxie-plus/Sandboxie/issues/3293)
|
||||
|
||||
### Changed
|
||||
- improved suspend process ahndling [#3375](https://github.com/sandboxie-plus/Sandboxie/issues/3375)
|
||||
|
|
|
@ -52,4 +52,4 @@ let ret3 = wizard.showForm(form3, tr('Was the issue resolved?'));
|
|||
if (ret3['yes'] == true)
|
||||
wizard.setResult(true);
|
||||
else
|
||||
wizard.setResult(false, tr('no mitigation worked'));
|
||||
wizard.setResult(false, 'no mitigation worked');
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"Description Text...": "Beschreibungs Text...",
|
||||
"Fix current issues": "Aktuelle problemem beheben",
|
||||
"Fix issues with sandboxing": "Sandbox probleme beheben",
|
||||
"An Application does not work properly when sandboxed": "Eine Anwendung funktioniert nicht richtig",
|
||||
"Issues with a web browser": "Probleme mit Web browser beheben",
|
||||
"Perform Sandbox maintenance": "Sandbox Wartung",
|
||||
"Fix issues with the UI or Shell": "UI Fehler beheben",
|
||||
|
||||
"Yes": "Ja",
|
||||
"No": "Nein",
|
||||
|
||||
"App compatybility checker": "App-Kompatibilitätsprüfer",
|
||||
"This script check which app compatybility templates needs to be enabled": "Dieses Skript überprüft, welche App-Kompatibilitätsvorlagen aktiviert werden müssen",
|
||||
"Loaded %1 templates": "%1 Vorlagen geladen",
|
||||
|
||||
"Browser shortcut is missing from the desktop": "Browser-Verknüpfung fehlt auf dem Desktop",
|
||||
"This procedure will add a browser shortcut to the desktop": "Dieses Verfahren wird eine Browser-Verknüpfung zum Desktop hinzufügen",
|
||||
"Default Browser": "Standardbrowser",
|
||||
"Another": "Ein anderer",
|
||||
"Select Browser": "Browser auswählen",
|
||||
"Select Sandbox": "Sandbox auswählen",
|
||||
"Select which browser you want to create a shortcut for and in what box": "Wählen Sie aus, für welchen Browser Sie eine Verknüpfung erstellen möchten und in welcher Box",
|
||||
"Select Browser Path": "Browserpfad auswählen",
|
||||
|
||||
"Explorer Context Menu extension does not work": "Explorer-Kontextmenü-Erweiterung funktioniert nicht",
|
||||
"This procedure will re install the shell integration": "Dieses Verfahren wird die Shell-Integration neu installieren",
|
||||
"Add Run Sandboxed": "Führe in Sandbox aus hinzufügen",
|
||||
"Add Run Unsandboxed": "Führe ohne Sandbox aus hinzufügen",
|
||||
"Install legacy shell extensions": "Legacy-Shell-Erweiterungen installieren",
|
||||
"Select which shell options should be reinstalled": "Wählen Sie aus, welche Shell-Optionen neu installiert werden sollen",
|
||||
|
||||
"Failed to install application into a sandbox": "Fehler beim Installieren der Anwendung in einer Sandbox",
|
||||
"Enter Installer Path": "Installer-Pfad eingeben",
|
||||
"Select a sandbox to install into": "Wählen Sie eine Sandbox zur Installation aus",
|
||||
"This box has DropAdminRights enabled, preventing execution of installers. Do you want to disable this restriction, that will reduce the security level.": "In dieser Box sind DropAdminRights aktiviert, was die Ausführung von Installern verhindert. Möchten Sie diese Einschränkung deaktivieren, was das Sicherheitsniveau senken wird?",
|
||||
"Disable DropAdminRights": "DropAdminRights deaktivieren",
|
||||
"Enable FakeAdminRights": "FakeAdminRights aktivieren",
|
||||
"running installer, pid: %1 press NEXT once it finishes to continue": "Installer wird ausgeführt, pid: %1 drücken Sie auf WEITER, sobald er fertig ist, um fortzufahren",
|
||||
"Was the issue resolved?": "Wurde das problem behoben?",
|
||||
|
||||
"Webcam or Sound does not work when sandboxed": "Webcam oder Ton funktioniert nicht in einer Sandbox",
|
||||
"To enable webcam support on Windows 11, the isolation level must be reduced. \nIf you want to proceed, please press NEXT and select a sandbox to modify. \n": "Um die Webcam-Unterstützung unter Windows 11 zu aktivieren, muss das Isolationsniveau reduziert werden. \nWenn Sie fortfahren möchten, drücken Sie bitte auf WEITER und wählen eine Sandbox zur Modifikation aus. \n",
|
||||
"\nPlease note that this required preset works only with a valid supporter certificate!": "\nBitte beachten Sie, dass dieses erforderliche Voreinstellung nur mit einem gültigen Unterstützerzertifikat funktioniert!",
|
||||
"Select which box to turn into a reduced isolation app compartment box.": "Wählen Sie, welche Box in eine Box mit reduziertem Isolations-App-Fach umgewandelt werden soll.",
|
||||
"The mitigation has been applied please try out the web cam in %1 and indicate if the issue has been resolved.": "Die Milderung wurde angewendet, bitte testen Sie die Webcam in %1 und geben an, ob das Problem behoben wurde."
|
||||
}
|
Loading…
Reference in New Issue