This commit is contained in:
2026-03-10 19:07:03 +01:00
parent 1ff51226f4
commit f92be81f65
59 changed files with 47351 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
ConvertFrom-StringData -StringData @'
PowerShellImportFailed = Importing modules from PowerShell 5.1 failed. Please close PowerShell 7 console and re-run the script again.
UnsupportedArchitecture = Your're using "{0}" based architecture CPU. This script supports x64 architecture based CPU only. Download and run script version for your archicture.
UnsupportedOSBuild = Script supports Windows 11 24H2 and higher. You're using {0} {1}. Upgrade your Windows and try again.
UnsupportedWindowsTerminal = Windows Terminal version is lower than 1.23. Please update it in the Microsoft Store and try again.
UpdateWarning = You're using Windows 11 {0}.{1}. Supported builds are Windows 11 {0}.{2} and higher. Run Windows Update and try again.
UnsupportedLanguageMode = The PowerShell session is running in a limited language mode.
LoggedInUserNotAdmin = The logged-in user {0} doesn't have admin rights. Script was ran on behalf of {1}. Please log into account which has admin rights and run script again.
UnsupportedPowerShell = You're trying to run script via PowerShell {0}.{1}. Please run the script in PowerShell {2}.
CodeCompilationFailedWarning = Code compilation failed.
UnsupportedHost = Script doesn't support running via {0}.
Win10TweakerWarning = Windows has been infected with a trojan via a Win 10 Tweaker backdoor. Reinstall Windows using only a genuine ISO image.
TweakerWarning = Windows stability may have been compromised by using {0}. Reinstall Windows using only a genuine ISO image.
HostsWarning = Third-party entries found in the %SystemRoot%\\System32\\drivers\\etc\\hosts file. They may block connection to resources used in the script. Do you want to continue?
RebootPending = Your PC is waiting to be restarted.
BitLockerInOperation = BitLocker is in action. Your C drive is {0}% encrypted. Complete BitLocker drive configuration and try again.
BitLockerAutomaticEncryption = C drive is encrypted, although BitLocker is turned off. Do you want to decrypt your drive?
UnsupportedRelease = A newer Sophia Script for Windows version found: {0}. Please download the latest version.
KeyboardArrows = Please use the arrow keys {0} and {1} on your keyboard to select your answer
CustomizationWarning = Have you customized every function in the {0} preset file before running Sophia Script for Windows?
WindowsComponentBroken = {0} broken or removed from Windows. Reinstall Windows using only a genuine ISO image.
MicroSoftStorePowerShellWarning = PowerShell downloaded from the Microsoft Store is not supported. Please run an MSI version.
ControlledFolderAccessEnabledWarning = You have controlled folder access enabled. Please disable it and run script again.
NoScheduledTasks = No scheduled tasks to disable.
ScheduledTasks = Scheduled tasks
WidgetNotInstalled = Widget is not installed.
SearchHighlightsDisabled = Search highlights are already hidden in Start.
CustomStartMenu = A third-party Start Menu is installed.
OneDriveNotInstalled = OneDrive is already uninstalled.
OneDriveAccountWarning = Before uninstalling OneDrive, sign out of your Microsoft account in OneDrive.
OneDriveInstalled = OneDrive is already installed.
UninstallNotification = {0} is being uninstalled...
InstallNotification = {0} is being installed...
NoWindowsFeatures = No Windows Features to disable.
WindowsFeaturesTitle = Windows features
NoOptionalFeatures = No Optional Features to disable.
NoSupportedNetworkAdapters = No network adapters which support function "Allow the computer to turn off this device to save power".
LocationServicesDisabled = Network shell commands need location permission to access WLAN information. Turn on Location services on the Location page in Privacy & security settings.
OptionalFeaturesTitle = Optional features
UserShellFolderNotEmpty = Some files left in the "{0}" folder. Move them manually to a new location.
UserFolderLocationMove = You shouldn't change user folder location to C drive root.
DriveSelect = Select the drive within the root of which the "{0}" folder will be created.
CurrentUserFolderLocation = The current "{0}" folder location: "{1}".
FilesWontBeMoved = Files will not be moved.
UserFolderMoveSkipped = You skipped changing the location of the user's "{0}" folder.
FolderSelect = Select a folder
UserFolderRequest = Would you like to change the location of the "{0}" folder?
UserDefaultFolder = Would you like to change the location of the "{0}" folder to the default value?
ReservedStorageIsInUse = Reserved storage is being used.
ProgramPathNotExists = Path "{0}" does not exist.
ProgIdNotExists = ProgId "{0}" does not exist.
AllFilesFilter = All Files
JSONNotValid = JSON file "{0}" is not valid.
PackageNotInstalled = {0} is not installed.
PackageIsInstalled = The latest version of {0} is already installed.
CopilotPCSupport = Your CPU has no a built-in NPU, so it doesn't support any Windows AI functions. No need to disable anything using GPO policies. Recall function and Copilot application were removed.
UninstallUWPForAll = For all users
NoUWPApps = No UWP apps to uninstall.
UWPAppsTitle = UWP Apps
ScheduledTaskCreatedByAnotherUser = Scheduled task "{0}" was already created by "{1}" user.
CleanupTaskNotificationTitle = Windows clean up
CleanupTaskNotificationEvent = Run task to clean up Windows unused files and updates?
CleanupTaskDescription = Cleaning up Windows unused files and updates using built-in Disk cleanup app. Scheduled task can be run only if user "{0}" logged into the system.
CleanupNotificationTaskDescription = Pop-up notification reminder about cleaning up Windows unused files and updates. Scheduled task can be run only if user "{0}" logged into the system.
SoftwareDistributionTaskNotificationEvent = Windows update cache successfully deleted.
TempTaskNotificationEvent = Temporary files folder successfully cleaned up.
FolderTaskDescription = {0} folder cleanup. Scheduled task can be run only if user "{1}" logged into the system.
EventViewerCustomViewName = Process Creation
EventViewerCustomViewDescription = Process creation and command-line auditing events.
ThirdPartyAVInstalled = A third-party antivirus is installed.
NoHomeWindowsEditionSupport = Windows Home edition doesn't support function "{0}".
GeoIdNotSupported = Function "{0}" is applicable for Russia only.
EnableHardwareVT = Enable Virtualization in UEFI.
PhotosNotInstalled = Photos application is not installed.
ThirdPartyArchiverInstalled = A third-party archiver is installed.
gpeditNotSupported = Windows Home edition doesn't support the Local Group Policy Editor snap-in (gpedit.msc).
RestartWarning = Make sure to restart your PC.
ErrorsLine = Line
ErrorsMessage = Errors, warnings, and notifications
Disable = Disable
Enable = Enable
Install = Install
Uninstall = Uninstall
RestartFunction = Please re-run the "{0}" function.
NoResponse = Connection could not be established with {0}.
Run = Run
Skipped = Function "{0}" skipped.
ThankfulToastTitle = Thank you for using Sophia Script for Windows ❤️
DonateToastTitle = You may donate below 🕊
DotSourcedWarning = Please dot-source the function (with a dot at the beginning):\n. .\\Import-TabCompletion.ps1
'@