Browse Source

Add files via upload

pull/227/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
702d1d5430
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6693
      Wrapper/Config/config.json
  2. 2275
      Wrapper/Localizations/en-US/tooltip.json
  3. 67
      Wrapper/Localizations/en-US/ui.json
  4. 2277
      Wrapper/Localizations/ru-RU/tooltip.json
  5. 67
      Wrapper/Localizations/ru-RU/ui.json
  6. BIN
      Wrapper/SophiaScriptWrapper.exe

6693
Wrapper/Config/config.json

File diff suppressed because it is too large

2275
Wrapper/Localizations/en-US/tooltip.json

File diff suppressed because it is too large

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

@ -0,0 +1,67 @@
[
{
"Id": "Menu",
"Options": {
"menuImportPreset": "Import Preset",
"menuPresets": "Presets",
"menuOpposite": "Opposite",
"menuClear": "Clear",
"menuTheme": "Theme",
"menuLanguage": "Language",
"menuAbout": "About"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "System Protection",
"tabPrivacyTelemetry": "Privacy & Telemetry",
"tabUIPersonalization": "UI & Personalization",
"tabOneDrive": "OneDrive",
"tabSystem": "System",
"tabWSL": "WSL",
"tabStartMenu": "Start Menu",
"tabUWP": "UWP Apps",
"tabGaming": "Gaming",
"tabScheduledTasks": "Scheduled Tasks",
"tabDefenderSecurity": "Defender & Security",
"tabContextMenu": "Context Menu",
"tabConsoleOutput": "Console Output"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Refresh Console",
"btnSave": "Save",
"btnSaveAs": "Save As",
"btnRunPowerShell": "Run PowerShell"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Hover your mouse cursor over the selection items to information about each option",
"statusBarPresetLoaded": "preset loaded!",
"statusBarPresetNotComp": "preset file is not compatible!",
"statusBarSophiaPreset": "Sophia preset loaded!",
"statusBarWindowsDefaultPreset": "Windows Default preset loaded!",
"statusBarPowerShellScriptCreatedFromSelections": "PowerShell Script created from your selections! You can run it or save it.",
"statusBarPowerShellSaveAs": "PowerShell script created!",
"statusBarPowerShellSave": "Changes saved to",
"statusBarOpposite": "Opposite selected!",
"statusBarClear": "Selections all cleared!"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "A new version of 'Wrapper' found.\nOpen a GitHub latest release page?",
"messageBoxNewSophiaFound": "A new version Sophia Script found.\nOpen GitHub latest release page?",
"messageBoxDoesNotExist": "does not exist",
"messageBoxPresetNotComp": "preset file is not compatible!",
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close",
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections"
}
}
]

2277
Wrapper/Localizations/ru-RU/tooltip.json

File diff suppressed because it is too large

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

@ -0,0 +1,67 @@
[
{
"Id": "Menu",
"Options": {
"menuImportPreset": "Импортировать пресет",
"menuPresets": "Пресеты",
"menuOpposite": "Наоборот",
"menuClear": "Очистить",
"menuTheme": "Тема",
"menuLanguage": "Язык",
"menuAbout": "О программе"
}
},
{
"Id": "Tab",
"Options": {
"tabSystemProtection": "Защита",
"tabPrivacyTelemetry": "Конфидениальность & телеметрия",
"tabUIPersonalization": "UI & персонализация",
"tabOneDrive": "OneDrive",
"tabSystem": "Система",
"tabWSL": "WSL",
"tabStartMenu": "Меню \"Пуск\"",
"tabUWP": "UWP-приложения",
"tabGaming": "Игры",
"tabScheduledTasks": "Планировщик заданий",
"tabDefenderSecurity": "Defender и защита",
"tabContextMenu": "Контекстное меню",
"tabConsoleOutput": "Вывод консоли"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Обновить консоль",
"btnSave": "Сохранить",
"btnSaveAs": "Сохранить как",
"btnRunPowerShell": "Запустить PowerShell"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Наведите курсором на функции, чтобы увидеть подсказки по каждой опции",
"statusBarPresetLoaded": "Модуль загружен!",
"statusBarPresetNotComp": "Пресет не совместим!",
"statusBarSophiaPreset": "Загружен пресет Sophia!",
"statusBarWindowsDefaultPreset": "Загружен пресет по умолчанию!",
"statusBarPowerShellScriptCreatedFromSelections": "Скрипт для PowerShell создан из ваших выбранных элементов. Можете запустить и сохранить его",
"statusBarPowerShellSaveAs": "Скрипт для PowerShell создан!",
"statusBarPowerShellSave": "Изменения сохранены в файл",
"statusBarOpposite": "Выбраны обратные настройки!",
"statusBarClear": "Выбранные элементы очищены!"
}
},
{
"Id": "MessageBox",
"Options": {
"messageBoxNewWrapperFound": "Обнаружена новая версия Wrapper.\nОткрыть страницу GitHub?",
"messageBoxNewSophiaFound": "Обнаружена новая версия Sophia Script.\nОткрыть страницу GitHub?",
"messageBoxDoesNotExist": "не существует",
"messageBoxPresetNotComp": "Пресет не совместим!",
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта",
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Refresh Console\", чтобы создать скрипт, согласно вышим выборам"
}
}
]

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.
Loading…
Cancel
Save