From 663eca7ef2b69402deec8b76ba90c1fffabdff1b Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:04:55 +0200 Subject: [PATCH] 1.12.0 --- CHANGELOG.md | 1 + .../Troubleshooting/Sandboxing/installer.js | 2 +- .../SandMan/Troubleshooting/lang_de.json | 47 +++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 SandboxiePlus/SandMan/Troubleshooting/lang_de.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbbdf88ba..974ba8754a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/SandboxiePlus/SandMan/Troubleshooting/Sandboxing/installer.js b/SandboxiePlus/SandMan/Troubleshooting/Sandboxing/installer.js index 1339c34ad8..72f4eb9663 100644 --- a/SandboxiePlus/SandMan/Troubleshooting/Sandboxing/installer.js +++ b/SandboxiePlus/SandMan/Troubleshooting/Sandboxing/installer.js @@ -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')); \ No newline at end of file + wizard.setResult(false, 'no mitigation worked'); \ No newline at end of file diff --git a/SandboxiePlus/SandMan/Troubleshooting/lang_de.json b/SandboxiePlus/SandMan/Troubleshooting/lang_de.json new file mode 100644 index 0000000000..cd1e5d1f4c --- /dev/null +++ b/SandboxiePlus/SandMan/Troubleshooting/lang_de.json @@ -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." +} \ No newline at end of file