Browse Source

Merge pull request #712 from BenchTweakGaming/master

v2.8.21 - Add checking for preset import
pull/719/head
Dmitry Nefedov 2 months ago
committed by GitHub
parent
commit
a5b054ea4e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      Wrapper/Localizations/de-DE/ui.json
  2. 3
      Wrapper/Localizations/en-US/ui.json
  3. 3
      Wrapper/Localizations/ru-RU/ui.json
  4. BIN
      Wrapper/SophiaScriptWrapper.exe

3
Wrapper/Localizations/de-DE/ui.json

@ -84,7 +84,8 @@
"messageBoxPresetNotComp": "Voreinstellung ist nicht kompatibel!", "messageBoxPresetNotComp": "Voreinstellung ist nicht kompatibel!",
"messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen.", "messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen.",
"messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen.", "messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen.",
"messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert." "messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert.",
"messageBoxPresetDoesNotMatchOS": "Die Voreinstellung stimmte nicht mit der aktuellen Betriebssystemversion überein."
} }
}, },
{ {

3
Wrapper/Localizations/en-US/ui.json

@ -84,7 +84,8 @@
"messageBoxPresetNotComp": "preset file is not compatible!", "messageBoxPresetNotComp": "preset file is not compatible!",
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.", "messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.",
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections.", "messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections.",
"messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed." "messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed.",
"messageBoxPresetDoesNotMatchOS": "Preset did not match current OS version."
} }
}, },
{ {

3
Wrapper/Localizations/ru-RU/ui.json

@ -84,7 +84,8 @@
"messageBoxPresetNotComp": "Пресет несовместим!", "messageBoxPresetNotComp": "Пресет несовместим!",
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта.", "messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта.",
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт согласно вышему выбору.", "messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт согласно вышему выбору.",
"messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена." "messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена.",
"messageBoxPresetDoesNotMatchOS": "Предварительно заданные параметры не соответствуют текущей версии ОС."
} }
}, },
{ {

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.
Loading…
Cancel
Save