Skip to content

Commit 24d6fc7

Browse files
committed
Minor changes
1 parent fd3ad05 commit 24d6fc7

File tree

95 files changed

+564
-387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+564
-387
lines changed

Wrapper/Localizations/de-DE/ui.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
{
1919
"Id": "Tab",
2020
"Options": {
21+
"tabSearch": "Suchen",
2122
"tabSystemProtection": "Systemschutz",
2223
"tabPrivacyTelemetry": "Datenschutz",
2324
"tabUIPersonalization": "Personalisierung",
@@ -40,7 +41,9 @@
4041
"btnRefreshConsole": "Konsole aktualisieren",
4142
"btnRunPowerShell": "PowerShell ausführen",
4243
"btnOpen": "Offen",
43-
"btnSave": "Speichern"
44+
"btnSave": "Speichern",
45+
"btnSearch": "Suchen",
46+
"btnClear": "Klar"
4447
}
4548
},
4649
{
@@ -64,11 +67,19 @@
6467
"Options": {
6568
"messageBoxNewWrapperFound": "Eine neue Version von 'Wrapper' wurde entdeckt.\nGitHub-Seite öffnen?",
6669
"messageBoxNewSophiaFound": "Eine neue Version von 'Sophia Script' wurde entdeckt.\nGitHub-Seite öffnen?",
67-
"messageBoxDoesNotExist": "existiert nicht",
70+
"messageBoxDoesNotExist": "existiert nicht.",
6871
"messageBoxPresetNotComp": "Voreinstellung ist nicht kompatibel!",
6972
"messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen.",
7073
"messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen.",
71-
"messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert."
74+
"messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert.",
75+
"messageBoxMaybeFilesNotUnzippedProperly": "Möglicherweise wurden die Dateien nicht ordnungsgemäß entpackt."
76+
}
77+
},
78+
{
79+
"Id": "Other",
80+
"Options": {
81+
"textBlockSearchInfo": "Geben Sie die Suchzeichenfolge ein, um die Option zu finden. Die Registerkarte wird in der Farbe Rot umrandet, um die Registerkarte zu finden, die die Option(en) enthält, und die Beschriftung der Option wird ebenfalls in Rot umrandet.",
82+
"textBlockSearchFound": "Anzahl der gefundenen Optionen:"
7283
}
7384
}
7485
]

Wrapper/Localizations/en-US/ui.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
{
1919
"Id": "Tab",
2020
"Options": {
21+
"tabSearch": "Search",
2122
"tabSystemProtection": "System Protection",
2223
"tabPrivacyTelemetry": "Privacy",
2324
"tabUIPersonalization": "Personalization",
@@ -40,7 +41,9 @@
4041
"btnRefreshConsole": "Refresh Console",
4142
"btnRunPowerShell": "Run PowerShell",
4243
"btnOpen": "Open",
43-
"btnSave": "Save"
44+
"btnSave": "Save",
45+
"btnSearch": "Search",
46+
"btnClear": "Clear"
4447
}
4548
},
4649
{
@@ -62,13 +65,21 @@
6265
{
6366
"Id": "MessageBox",
6467
"Options": {
65-
"messageBoxNewWrapperFound": "A new version of 'Wrapper' found.\nOpen a GitHub latest release page?",
68+
"messageBoxNewWrapperFound": "A new version of 'Wrapper' found.\nOpen GitHub latest release page?",
6669
"messageBoxNewSophiaFound": "A new version Sophia Script found.\nOpen GitHub latest release page?",
67-
"messageBoxDoesNotExist": "does not exist",
70+
"messageBoxDoesNotExist": "does not exist.",
6871
"messageBoxPresetNotComp": "preset file is not compatible!",
6972
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.",
7073
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections.",
71-
"messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed."
74+
"messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed.",
75+
"messageBoxMaybeFilesNotUnzippedProperly": "Maybe files not unzipped properly."
76+
}
77+
},
78+
{
79+
"Id": "Other",
80+
"Options": {
81+
"textBlockSearchInfo": "Enter search string to find the option. The tab will be outlined in the color red locating the tab containing the option(s) and the option's label will also be in outlined in red.",
82+
"textBlockSearchFound": "Number of options found:"
7283
}
7384
}
7485
]

Wrapper/Localizations/ru-RU/ui.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
{
1919
"Id": "Tab",
2020
"Options": {
21+
"tabSearch": "Поиск",
2122
"tabSystemProtection": "Защита",
2223
"tabPrivacyTelemetry": "Конфиденциальность",
2324
"tabUIPersonalization": "Персонализация",
@@ -40,7 +41,9 @@
4041
"btnRefreshConsole": "Обновить консоль",
4142
"btnRunPowerShell": "Запустить PowerShell",
4243
"btnOpen": "Обзор",
43-
"btnSave": "Сохранить"
44+
"btnSave": "Сохранить",
45+
"btnSearch": "Поиск",
46+
"btnClear": "Очистить"
4447
}
4548
},
4649
{
@@ -64,11 +67,19 @@
6467
"Options": {
6568
"messageBoxNewWrapperFound": "Обнаружена новая версия Wrapper.\nОткрыть страницу GitHub?",
6669
"messageBoxNewSophiaFound": "Обнаружена новая версия Sophia Script.\nОткрыть страницу GitHub?",
67-
"messageBoxDoesNotExist": "не существует",
70+
"messageBoxDoesNotExist": "не существует.",
6871
"messageBoxPresetNotComp": "Пресет не совместим!",
6972
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта.",
7073
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт согласно вышему выбору.",
71-
"messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена."
74+
"messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена.",
75+
"messageBoxMaybeFilesNotUnzippedProperly": "Возможно, файлы не разархивированы должным образом."
76+
}
77+
},
78+
{
79+
"Id": "Other",
80+
"Options": {
81+
"textBlockSearchInfo": "Введите запрос в строку поиска, чтобы увидеть найденные результаты. При совпадении категории будут подсвечены красной рамкой. Совпадения по именам функций будут также подсвечены внутри категорий.",
82+
"textBlockSearchFound": "Количество найденных вариантов:"
7283
}
7384
}
7485
]

Wrapper/SophiaScriptWrapper.exe

17 KB
Binary file not shown.

sophia_script_versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Sophia_Script_Windows_10_PowerShell_5_1": "5.17.9",
3-
"Sophia_Script_Windows_10_PowerShell_7": "5.17.9",
4-
"Sophia_Script_Windows_10_LTSC2019": "5.7.9",
5-
"Sophia_Script_Windows_10_LTSC2021": "5.17.9",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "6.5.9",
7-
"Sophia_Script_Windows_11_PowerShell_7": "6.5.9",
8-
"Sophia_Script_Wrapper": "2.6.13"
2+
"Sophia_Script_Windows_10_PowerShell_5_1": "5.18.0",
3+
"Sophia_Script_Windows_10_PowerShell_7": "5.18.0",
4+
"Sophia_Script_Windows_10_LTSC2019": "5.8.0",
5+
"Sophia_Script_Windows_10_LTSC2021": "5.18.0",
6+
"Sophia_Script_Windows_11_PowerShell_5_1": "6.6.0",
7+
"Sophia_Script_Windows_11_PowerShell_7": "6.6.0",
8+
"Sophia_Script_Wrapper": "2.6.15"
99
}

src/Sophia_Script_for_Windows_10/Functions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The TAB completion for functions and their arguments
44
55
Version: v5.18.0
6-
Date: 26.12.2023
6+
Date: 02.02.2024
77
88
Copyright (c) 2014—2024 farag
99
Copyright (c) 2019—2024 farag & Inestic

src/Sophia_Script_for_Windows_10/Localizations/de-DE/Sophia.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
ConvertFrom-StringData -StringData @'
22
UnsupportedOSBitness = Das Skript unterstützt nur 64-Bit-Windows.
33
UnsupportedOSBuild = Das Skript unterstützt Windows 10 22H2.
4-
UpdateWarning = Ihr Windows 10-Build: {0}.{1}. Unterstützter Builds: 19045.3803+. Führen Sie Windows Update aus und versuchen Sie es erneut.
4+
NonLatinUsernameWarning = PowerShell 5.1 kompiliert keinen Code, wenn der Benutzername nicht-lateinische Zeichen (einschließlich Emoji) enthält und in Kleinbuchstaben geschrieben ist. Bitte verwenden Sie PowerShell 7.
5+
UpdateWarning = Ihr Windows 10-Build: {0}.{1}. Unterstützter Builds: 19045.3996+. Führen Sie Windows Update aus und versuchen Sie es erneut.
56
UnsupportedLanguageMode = Die PowerShell-Sitzung wird in einem eingeschränkten Sprachmodus ausgeführt.
67
LoggedInUserNotAdmin = Der angemeldete Benutzer hat keine Administratorrechte.
78
UnsupportedPowerShell = Sie versuchen ein Skript über PowerShell {0}.{1} auszuführen. Das Skript in der entsprechenden PowerShell-Version ausführen.
89
PowerShellx86Warning = Sie versuchen ein Skript über PowerShell (x86). Führen Sie das Skript in PowerShell (x64) aus.
910
UnsupportedHost = Das Skript unterstützt nicht die Ausführung über {0}.
1011
Win10TweakerWarning = Wahrscheinlich wurde Ihr Betriebssystem über die Win 10 Tweaker-Hintertür infiziert.
1112
TweakerWarning = Die Stabilität des Windows-Betriebssystems kann durch die Verwendung des {0} beeinträchtigt worden sein. Installieren Sie Windows vorsichtshalber neu.
12-
bin = Im Ordner "bin" befinden sich keine Dateien. Bitte das Archiv erneut herunterladen.
13+
Bin = Im Ordner "bin" befinden sich keine Dateien. Bitte das Archiv erneut herunterladen.
1314
RebootPending = Der PC wartet darauf, neu gestartet zu werden.
1415
UnsupportedRelease = Neue Version gefunden.
1516
KeyboardArrows = Bitte verwenden Sie die Pfeiltasten {0} und {1} auf Ihrer Tastatur, um Ihre Antwort auszuwählen

src/Sophia_Script_for_Windows_10/Localizations/en-US/Sophia.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
ConvertFrom-StringData -StringData @'
22
UnsupportedOSBitness = The script supports 64-bit Windows only.
33
UnsupportedOSBuild = The script supports Windows 10 22H2.
4-
UpdateWarning = Your Windows 10 build: {0}.{1}. Supported builds: 19045.3803+. Run Windows Update and try again.
4+
NonLatinUsernameWarning = PowerShell 5.1 does not compile code if the username contains non-Latin characters (including emoji) and is written in lowercase. Please, use PowerShell 7.
5+
UpdateWarning = Your Windows 10 build: {0}.{1}. Supported builds: 19045.3996+. Run Windows Update and try again.
56
UnsupportedLanguageMode = The PowerShell session in running in a limited language mode.
67
LoggedInUserNotAdmin = The logged-on user doesn't have admin rights.
78
UnsupportedPowerShell = You're trying to run script via PowerShell {0}.{1}. Run the script in the appropriate PowerShell version.
89
PowerShellx86Warning = You're trying to run script via PowerShell (x86). Run the script in PowerShell (x64).
910
UnsupportedHost = The script doesn't support running via {0}.
1011
Win10TweakerWarning = Probably your OS was infected via the Win 10 Tweaker backdoor.
1112
TweakerWarning = The Windows stability may have been compromised by using {0}. Just in case, reinstall Windows.
12-
bin = There are no files in the bin folder. Please, re-download the archive.
13+
Bin = There are no files in the bin folder. Please, re-download the archive.
1314
RebootPending = The PC is waiting to be restarted.
1415
UnsupportedRelease = A new version found.
1516
KeyboardArrows = Please use the arrow keys {0} and {1} on your keyboard to select your answer

src/Sophia_Script_for_Windows_10/Localizations/es-ES/Sophia.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
ConvertFrom-StringData -StringData @'
22
UnsupportedOSBitness = El script sólo es compatible con Windows de 64 bits.
33
UnsupportedOSBuild = El script es compatible con versión Windows 10 22H2.
4-
UpdateWarning = Su build de Windows 10: {0}.{1}. Compilaciones compatibles: 19045.3803+. Ejecute Windows Update y vuelva a intentarlo.
4+
NonLatinUsernameWarning = PowerShell 5.1 no compila código si el nombre de usuario contiene caracteres no latinos (incluidos los emoji) y está escrito en minúsculas. Por favor, utiliza PowerShell 7.
5+
UpdateWarning = Su build de Windows 10: {0}.{1}. Compilaciones compatibles: 19045.3996+. Ejecute Windows Update y vuelva a intentarlo.
56
UnsupportedLanguageMode = Sesión de PowerShell ejecutada en modo de lenguaje limitado.
67
LoggedInUserNotAdmin = El usuario que inició sesión no tiene derechos de administrador.
78
UnsupportedPowerShell = Estás intentando ejecutar el script a través de PowerShell {0}.{1}. Ejecute el script en la versión apropiada de PowerShell.
89
PowerShellx86Warning = Está intentando ejecutar el script a través de PowerShell (x86). Ejecute el script en PowerShell (x64).
910
UnsupportedHost = El script no es compatible con la ejecución a través de {0}.
1011
Win10TweakerWarning = Probablemente su sistema operativo fue infectado a través del backdoor Win 10 Tweaker.
1112
TweakerWarning = La estabilidad del sistema operativo Windows puede haberse visto comprometida al utilizar el {0}. Por si acaso, reinstala Windows.
12-
bin = No hay archivos en la carpeta bin. Por favor, vuelva a descargar el archivo.
13+
Bin = No hay archivos en la carpeta bin. Por favor, vuelva a descargar el archivo.
1314
RebootPending = El PC está esperando a ser reiniciado.
1415
UnsupportedRelease = Una nueva versión encontrada.
1516
KeyboardArrows = Utilice las flechas {0} y {1} de su teclado para seleccionar la respuesta

src/Sophia_Script_for_Windows_10/Localizations/fr-FR/Sophia.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
ConvertFrom-StringData -StringData @'
22
UnsupportedOSBitness = Le script n'est compatible qu'avec Windows 64 bits.
33
UnsupportedOSBuild = Le script supporte les versions Windows 10 22H2.
4-
UpdateWarning = Votre version de Windows 10: {0}.{1}. Versions prises en charge: 19045.3803+. Exécutez Windows Update et réessayez.
4+
NonLatinUsernameWarning = PowerShell 5.1 ne compile pas le code si le nom d'utilisateur contient des caractères non latins (y compris emoji) et est écrit en minuscules. Veuillez utiliser PowerShell 7.
5+
UpdateWarning = Votre version de Windows 10: {0}.{1}. Versions prises en charge: 19045.3996+. Exécutez Windows Update et réessayez.
56
UnsupportedLanguageMode = La session PowerShell s'exécute dans un mode de langue limité.
67
LoggedInUserNotAdmin = L'utilisateur connecté n'a pas de droits d'administrateur.
78
UnsupportedPowerShell = Vous essayez d'exécuter le script via PowerShell {0}.{1}. Exécutez le script dans la version appropriée de PowerShell.
89
PowerShellx86Warning = Vous essayez d'exécuter le script via PowerShell (x86). Exécutez le script dans PowerShell (x64).
910
UnsupportedHost = Le script ne supporte pas l'exécution via {0}.
1011
Win10TweakerWarning = Votre système d'exploitation a probablement été infecté par la porte dérobée Win 10 Tweaker.
1112
TweakerWarning = La stabilité de l'OS Windows peut avoir été compromise par l'utilisation du {0}. Au cas où, réinstallez Windows.
12-
bin = Il n'y a pas de fichiers dans le dossier bin. Veuillez retélécharger l'archive.
13+
Bin = Il n'y a pas de fichiers dans le dossier bin. Veuillez retélécharger l'archive.
1314
RebootPending = Le PC attend d'être redémarré.
1415
UnsupportedRelease = Nouvelle version trouvée.
1516
KeyboardArrows = Veuillez utiliser les touches fléchées {0} et {1} de votre clavier pour sélectionner votre réponse

0 commit comments

Comments
 (0)