Dmitry Nefedov
3 years ago
committed by
GitHub
6 changed files with 7747 additions and 3632 deletions
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -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" |
|||
} |
|||
} |
|||
] |
File diff suppressed because it is too large
@ -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\", чтобы создать скрипт, согласно вышим выборам" |
|||
} |
|||
} |
|||
] |
Binary file not shown.
Loading…
Reference in new issue