Script to setup Windows 10 1903
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
3.2 KiB

[
{
"Id": "Menu",
"Options": {
3 years ago
"menuImportExportPreset": "Import | Export",
"menuImportPreset": "Import Preset",
3 years ago
"menuExportPreset": "Export Preset",
"menuPresets": "Presets",
"menuOpposite": "Opposite",
"menuClear": "Clear",
"menuTheme": "Theme",
"menuThemeDark": "Dark",
3 years ago
"menuThemeLight": "Light",
"menuLanguage": "Language",
"menuAbout": "About"
}
},
{
"Id": "Tab",
"Options": {
8 months ago
"tabSearch": "Search",
"tabSystemProtection": "System Protection",
"tabPrivacyTelemetry": "Privacy",
"tabUIPersonalization": "Personalization",
"tabOneDrive": "OneDrive",
"tabSystem": "System",
"tabWSL": "WSL",
"tabStartMenu": "Start Menu",
"tabUWP": "UWP Apps",
"tabGaming": "Gaming",
"tabScheduledTasks": "Scheduled Tasks",
"tabDefenderSecurity": "Defender & Security",
"tabContextMenu": "Context Menu",
2 years ago
"tabUpdatePolicies": "Update Policies",
"tabConsoleOutput": "Console Output"
}
},
{
"Id": "Button",
"Options": {
"btnRefreshConsole": "Refresh Console",
"btnRunPowerShell": "Run PowerShell",
"btnOpen": "Open",
8 months ago
"btnSave": "Save",
"btnSearch": "Search",
"btnClear": "Clear"
}
},
{
"Id": "StatusBar",
"Options": {
"statusBarHover": "Hover your mouse cursor over the selection items for 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.",
3 years ago
"statusBarPowerShellExport": "PowerShell script created!",
"statusBarOpposite": "Opposite selected!",
3 years ago
"statusBarClear": "Selections all cleared!",
"statusBarDisabled": "Import a preset to enable controls.",
3 years ago
"statusBarCurrentOS": "Current OS"
}
},
{
"Id": "MessageBox",
"Options": {
8 months ago
"messageBoxNewWrapperFound": "A new version of 'Wrapper' found.\nOpen GitHub latest release page?",
"messageBoxNewSophiaFound": "A new version Sophia Script found.\nOpen GitHub latest release page?",
8 months ago
"messageBoxDoesNotExist": "does not exist.",
"messageBoxPresetNotComp": "preset file is not compatible!",
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.",
1 year ago
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections.",
8 months ago
"messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed.",
"messageBoxMaybeFilesNotUnzippedProperly": "Maybe files not unzipped properly."
}
},
{
"Id": "Other",
"Options": {
"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.",
"textBlockSearchFound": "Number of options found:"
}
}
3 years ago
]