Browse Source

05.03.2021 v5.7

pull/149/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
cf3976f8e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 46
      Sophia/LTSC/Sophia.ps1
  2. BIN
      Sophia/LTSC/Sophia.psd1
  3. 134
      Sophia/LTSC/Sophia.psm1
  4. 60
      Sophia/LTSC/cn-CN/Sophia.psd1
  5. 18
      Sophia/LTSC/de-DE/Sophia.psd1
  6. 16
      Sophia/LTSC/en-US/Sophia.psd1
  7. 46
      Sophia/LTSC/es-ES/Sophia.psd1
  8. 20
      Sophia/LTSC/fr-FR/Sophia.psd1
  9. 16
      Sophia/LTSC/it-IT/Sophia.psd1
  10. 18
      Sophia/LTSC/ru-RU/Sophia.psd1
  11. 20
      Sophia/LTSC/tr-TR/Sophia.psd1
  12. 16
      Sophia/LTSC/uk-UA/Sophia.psd1

46
Sophia/LTSC/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Windows 10 Sophia Script" (LTSC version)
Version: v5.0.5
Date: 02.03.2021
Version: v5.1
Date: 05.03.2021
Copyright (c) 2021 farag & oZ-Zo
https://github.com/farag2
@ -57,7 +57,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script for LTSC v5.0.5 | $([char]0x00A9) farag & oz-zo, 2015–2021"
$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script for LTSC v5.1 | $([char]0x00A9) farag & oz-zo, 2015–2021"
Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Sophia.psd1 -PassThru -Force
@ -276,11 +276,11 @@ FileTransferDialog -Detailed
# FileTransferDialog -Compact
# Expand the File Explorer ribbon
# Развернуть ленут проводника
# Развернуть ленту проводника
FileExplorerRibbon -Expanded
# Minimize the File Explorer ribbon (default value)
# Свернуть ленут проводника (значение по умолчанию)
# Свернуть ленту проводника (значение по умолчанию)
# FileExplorerRibbon -Minimized
# Display the recycle bin files delete confirmation
@ -776,44 +776,44 @@ SetAppGraphicsPerformance
#region Scheduled tasks
<#
Create the "Windows Cleanup" scheduled task for cleaning up unused files and Windows updates
A minute before the task starts, a warning in the Windows action center will appear
The task runs every 90 days
Create the "Windows Cleanup" scheduled task for cleaning up Windows unused files and updates
A native interactive toast notification pops up every 30 days
The task runs every 30 days
Создать задачу "Windows Cleanup" по очистке неиспользуемых файлов и обновлений Windows в Планировщике задач
За минуту до выполнения задачи в Центре уведомлений Windows появится предупреждение
Задача выполняется каждые 90 дней
Создать задачу "Windows Cleanup" по очистке неиспользуемых файлов и обновлений Windows в Планировщике заданий
Нативный интерактивный тост всплывает каждые 30 дней
Задача выполняется каждые 30 дней
#>
CleanUpTask -Register
CleanupTask -Register
# Delete the "Windows Cleanup" scheduled task for cleaning up unused files and Windows updates
# Удалить задачу "Windows Cleanup" по очистке неиспользуемых файлов и обновлений Windows из Планировщика задач
# CleanUpTask -Delete
# Delete the "Windows Cleanup" and "Windows Cleanup Notification" scheduled tasks for cleaning up Windows unused files and updates
# Удалить задачу "Windows Cleanup" и "Windows Cleanup Notification" по очистке неиспользуемых файлов и обновлений Windows из Планировщика заданий
# CleanupTask -Delete
<#
Create the "SoftwareDistribution" scheduled task for cleaning up the %SystemRoot%\SoftwareDistribution\Download folder
The task runs on Thursdays every 4 weeks
The task runs every 90 days
Создать задачу "SoftwareDistribution" по очистке папки %SystemRoot%\SoftwareDistribution\Download в Планировщике задач
Задача выполняется по четвергам каждую 4 неделю
Создать задачу "SoftwareDistribution" по очистке папки %SystemRoot%\SoftwareDistribution\Download в Планировщике заданий
Задача выполняется каждые 90 дней
#>
SoftwareDistributionTask -Register
# Delete the "SoftwareDistribution" scheduled task for cleaning up the %SystemRoot%\SoftwareDistribution\Download folder
# Удалить задачу "SoftwareDistributionp" по очистке папки %SystemRoot%\SoftwareDistribution\Download из Планировщика задач
# Удалить задачу "SoftwareDistribution" по очистке папки %SystemRoot%\SoftwareDistribution\Download из Планировщика заданий
# SoftwareDistributionTask -Delete
<#
Create the "Temp" scheduled task for cleaning up the %TEMP% folder
The task runs every 62 days
The task runs every 60 days
Создать задачу "Temp" в Планировщике задач по очистке папки %TEMP%
Задача выполняется каждые 62 дня
Создать задачу "Temp" в Планировщике заданий по очистке папки %TEMP%
Задача выполняется каждые 60 дней
#>
TempTask -Register
# Delete the "Temp" scheduled task for cleaning up the %TEMP% folder
# Удалить задачу "Temp" по очистке папки %TEMP% из Планировщика задач
# Удалить задачу "Temp" по очистке папки %TEMP% из Планировщика заданий
# TempTask -Delete
#endregion Scheduled tasks

BIN
Sophia/LTSC/Sophia.psd1

Binary file not shown.

134
Sophia/LTSC/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS
"Windows 10 Sophia Script" (LTSC version) is a PowerShell module for Windows 10 fine-tuning and automating the routine tasks
Version: v5.0.4
Date: 20.02.2021
Version: v5.1
Date: 05.03.2021
Copyright (c) 20152021 farag & oZ-Zo
https://github.com/farag2
@ -4593,7 +4593,6 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
}
# Pictures
Write-Verbose -Message $Localization.PicturesDriveSelect -Verbose
Write-Warning -Message $Localization.FilesWontBeMoved
@ -6322,26 +6321,26 @@ function SetAppGraphicsPerformance
#region Scheduled tasks
<#
.SYNOPSIS
The "Windows Cleanup" scheduled task for cleaning up unused files and Windows updates
The "Windows Cleanup" scheduled task for cleaning up Windows unused files and updates
.PARAMETER Register
Create the "Windows Cleanup" scheduled task for cleaning up unused files and Windows updates
Create the "Windows Cleanup" scheduled task for cleaning up Windows unused files and updates
.PARAMETER Delete
Delete the "Windows Cleanup" scheduled task for cleaning up unused files and Windows updates
Delete the "Windows Cleanup" and "Windows Cleanup Notification" scheduled tasks for cleaning up Windows unused files and updates
.EXAMPLE
CleanUpTask -Register
CleanupTask -Register
.EXAMPLE
CleanUpTask -Delete
CleanupTask -Delete
.NOTES
A minute before the task starts, a warning in the Windows action center will appear
A native interactive toast notification pops up every 30 days
The task runs every 30 days
Current user
The task runs every 90 days
#>
function CleanUpTask
function CleanupTask
{
param
(
@ -6401,23 +6400,9 @@ function CleanUpTask
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\$VolumeCache" -Name StateFlags1337 -PropertyType DWord -Value 2 -Force
}
$TaskScript = @"
`$cleanmgr = """{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\cleanmgr.exe"""
[Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime]
`$Template = [Windows.UI.Notifications.ToastNotificationManager]::GetTemplateContent([Windows.UI.Notifications.ToastTemplateType]::ToastText01)
`$ToastXML = [xml]`$Template.GetXml()
`$ToastXML.GetElementsByTagName("""text""").AppendChild(`$ToastXML.CreateTextNode("""$($Localization.CleanUpTaskToast)"""))
`$XML = New-Object -TypeName Windows.Data.Xml.Dom.XmlDocument
`$XML.LoadXml(`$ToastXML.OuterXml)
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier(`$cleanmgr).Show(`$XML)
$CleanupTask = @"
Get-Process -Name cleanmgr | Stop-Process -Force
Start-Sleep -Seconds 60
`$ProcessInfo = New-Object -TypeName System.Diagnostics.ProcessStartInfo
`$ProcessInfo.FileName = """$env:SystemRoot\system32\cleanmgr.exe"""
`$ProcessInfo.Arguments = """/sagerun:1337"""
@ -6480,17 +6465,95 @@ while (`$true)
`$Process.Start() | Out-Null
"@
$Action = New-ScheduledTaskAction -Execute powershell.exe -Argument "-WindowStyle Hidden -Command $TaskScript"
$Trigger = New-ScheduledTaskTrigger -Daily -DaysInterval 90 -At 9am
# Create the "Windows Cleanup" task
$Action = New-ScheduledTaskAction -Execute powershell.exe -Argument "-WindowStyle Hidden -Command $CleanupTask"
$Settings = New-ScheduledTaskSettingsSet -Compatibility Win8 -StartWhenAvailable
$Principal = New-ScheduledTaskPrincipal -UserId $env:USERNAME -RunLevel Highest
$Description = $Localization.CleanUpTaskDescription
$Parameters = @{
"TaskName" = "Windows Cleanup"
"TaskPath" = "Sophia Script"
"Principal" = $Principal
"Action" = $Action
"Description" = $Description
"Description" = $Localization.CleanupTaskDescription
"Settings" = $Settings
}
Register-ScheduledTask @Parameters -Force
# Persist the Settings notifications to prevent to immediately disappear from Action Center
if (-not (Test-Path -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel"))
{
New-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" -Force
}
New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" -Name ShowInActionCenter -PropertyType DWORD -Value 1 -Force
# Register the "WindowsCleanup" protocol to be able to run the scheduled task upon clicking on the "Run" button
if (-not (Test-Path -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup))
{
New-Item -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup -Force
}
New-itemproperty -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup -Name "(Default)" -PropertyType String -Value "url:WindowsCleanup" -Force
New-itemproperty -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup -Name "URL Protocol" -Value "" -Force
New-itemproperty -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup -Name EditFlags -PropertyType DWord -Value 2162688 -Force
if (-not (Test-Path -Path Registry::HKEY_CLASSES_ROOT\Shell\Open\command))
{
New-item -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup\Shell\Open\command -Force
}
# If "Run" clicked run the "Windows Cleanup" task
New-itemproperty -Path Registry::HKEY_CLASSES_ROOT\WindowsCleanup\Shell\Open\command -Name "(Default)" -PropertyType String -Value 'powershell.exe -Command "& {Start-ScheduledTask -TaskPath ''\Sophia Script\'' -TaskName ''Windows Cleanup''}"' -Force
$ToastNotification = @"
[Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime]
[Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType = WindowsRuntime]
[xml]`$ToastTemplate = @"""
<toast duration="""Long""" scenario="""reminder""">
<visual>
<binding template="""ToastGeneric""">
<text>$($Localization.CleanupTaskNotificationTitle)</text>
<group>
<subgroup>
<text hint-style="""title""" hint-wrap="""true""">$($Localization.CleanupTaskNotificationEventTitle)</text>
</subgroup>
</group>
<group>
<subgroup>
<text hint-style="""body""" hint-wrap="""true""">$($Localization.CleanupTaskNotificationEvent)</text>
</subgroup>
</group>
</binding>
</visual>
<audio src="""ms-winsoundevent:notification.default""" />
<actions>
<input id="""SnoozeTimer""" type="""selection""" title="""$($Localization.CleanupTaskNotificationSnoozeInterval)""" defaultInput="""1""">
<selection id="""1""" content="""$($Localization.Minute)""" />
<selection id="""30""" content="""$($Localization.HalfHour)""" />
<selection id="""240""" content="""$($Localization.FourHours)""" />
</input>
<action activationType="""system""" arguments="""snooze""" hint-inputId="""SnoozeTimer""" content="""$($Localization.Snooze)""" id="""test-snooze"""/>
<action arguments="""WindowsCleanup:""" content="""$($Localization.Run)""" activationType="""protocol"""/>
<action arguments="""dismiss""" content="""$($Localization.Dismiss)""" activationType="""system"""/>
</actions>
</toast>
"""@
$`ToastXml = [Windows.Data.Xml.Dom.XmlDocument]::New()
$`ToastXml.LoadXml($`ToastTemplate.OuterXml)
$`ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($`ToastXML)
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier("""windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel""").Show($`ToastMessage)
"@
# Create the "Windows Cleanup Notification" task
$Action = New-ScheduledTaskAction -Execute powershell.exe -Argument "-WindowStyle Hidden -Command $ToastNotification"
$Settings = New-ScheduledTaskSettingsSet -Compatibility Win8 -StartWhenAvailable
$Principal = New-ScheduledTaskPrincipal -UserId $env:USERNAME -RunLevel Highest
$Trigger = New-ScheduledTaskTrigger -Daily -DaysInterval 30 -At 9pm
$Parameters = @{
"TaskName" = "Windows Cleanup Notification"
"TaskPath" = "Sophia Script"
"Principal" = $Principal
"Action" = $Action
"Description" = $Localization.CleanupNotificationTaskDescription
"Settings" = $Settings
"Trigger" = $Trigger
}
@ -6499,6 +6562,7 @@ while (`$true)
"Delete"
{
Unregister-ScheduledTask -TaskName "Windows Cleanup" -Confirm:$false
Unregister-ScheduledTask -TaskName "Windows Cleanup Notification" -Confirm:$false
}
}
}
@ -6520,7 +6584,7 @@ while (`$true)
SoftwareDistributionTask -Delete
.NOTES
The task runs on Thursdays every 4 weeks
The task runs every 90 days
Current user
#>
function SoftwareDistributionTask
@ -6551,7 +6615,7 @@ function SoftwareDistributionTask
Get-ChildItem -Path $env:SystemRoot\SoftwareDistribution\Download -Recurse -Force | Remove-Item -Recurse -Force
"@
$Action = New-ScheduledTaskAction -Execute powershell.exe -Argument $Argument
$Trigger = New-JobTrigger -Weekly -WeeksInterval 4 -DaysOfWeek Thursday -At 9am
$Trigger = New-ScheduledTaskTrigger -Daily -DaysInterval 90 -At 9pm
$Settings = New-ScheduledTaskSettingsSet -Compatibility Win8 -StartWhenAvailable
$Principal = New-ScheduledTaskPrincipal -UserId "NT AUTHORITY\SYSTEM" -RunLevel Highest
$Description = $Localization.FolderTaskDescription -f "$env:SystemRoot\SoftwareDistribution\Download"
@ -6590,7 +6654,7 @@ Get-ChildItem -Path $env:SystemRoot\SoftwareDistribution\Download -Recurse -Forc
TempTask -Delete
.NOTES
The task runs every 62 days
The task runs every 60 days
Current user
#>
function TempTask
@ -6618,7 +6682,7 @@ function TempTask
{
$Argument = "Get-ChildItem -Path $env:TEMP -Force -Recurse | Remove-Item -Recurse -Force"
$Action = New-ScheduledTaskAction -Execute powershell.exe -Argument $Argument
$Trigger = New-ScheduledTaskTrigger -Daily -DaysInterval 62 -At 9am
$Trigger = New-ScheduledTaskTrigger -Daily -DaysInterval 60 -At 9pm
$Settings = New-ScheduledTaskSettingsSet -Compatibility Win8 -StartWhenAvailable
$Principal = New-ScheduledTaskPrincipal -UserId "NT AUTHORITY\SYSTEM" -RunLevel Highest
$Description = $Localization.FolderTaskDescription
@ -6751,7 +6815,7 @@ function RemoveAllowedAppsControlledFolder
# Add a folder to the exclusion from Windows Defender scanning
function AddDefenderExclusionFolder
{
$Title = $Localization.DefenderTitle
$Title = "Windows Defender"
$Message = $Localization.DefenderExclusionFolderRequest
$Add = $Localization.Add
$Skip = $Localization.Skip

60
Sophia/LTSC/cn-CN/Sophia.psd1

@ -4,14 +4,14 @@ UnsupportedOSBuild = 该脚本支持Windows 10版本1809 Ent
UnsupportedRelease = 找到新版本
ControlledFolderAccessDisabled = 受控文件夹访问禁用
ScheduledTasks = 计划任务
ClearFolder = 删除"{0}"文件夹中的所有文件?
ClearFolder = 删除"{0}"文件夹中的所有文件
FilesBlocked = 以下文件被第三方应用程序阻止手动删除它们并继续
TempNotEmpty = "{0}"文件夹不为空 手动清除
WindowsFeaturesTitle = Windows功能
OptionalFeaturesTitle = 可选功能
EnableHardwareVT = UEFI中开启虚拟化
UserShellFolderNotEmpty = 一些文件留在了"{0}"文件夹.请手动将它们移到一个新位置
RetrievingDrivesList = 取得驱动器列表...
UserShellFolderNotEmpty = 一些文件留在了"{0}"文件夹请手动将它们移到一个新位置
RetrievingDrivesList = 取得驱动器列表
NewUserShellFolderLocation = 新位置"{0}"
DesktopDriveSelect = 请选择一个驱动器,桌面文件夹将创建在其根目录
DocumentsDriveSelect = 请选择一个驱动器,文档文件夹将创建在其根目录
@ -19,38 +19,41 @@ DownloadsDriveSelect = 请选择一个驱动器,下载文件
MusicDriveSelect = 请选择一个驱动器,音乐文件夹将创建在其根目录
PicturesDriveSelect = 请选择一个驱动器,图片文件夹将创建在其根目录
VideosDriveSelect = 请选择一个驱动器,视频文件夹将创建在其根目录
DesktopRequest = 是否要更改桌面文件夹位置?
DocumentsRequest = 是否要更改文档文件夹位置?
DownloadsRequest = 是否要更改下载文件夹位置?
MusicRequest = 是否要更改音乐文件夹位置?
PicturesRequest = 是否要更改图片文件夹位置?
VideosRequest = 是否要更改视频文件夹位置?
DesktopRequest = 是否要更改桌面文件夹位置
DocumentsRequest = 是否要更改文档文件夹位置
DownloadsRequest = 是否要更改下载文件夹位置
MusicRequest = 是否要更改音乐文件夹位置
PicturesRequest = 是否要更改图片文件夹位置
VideosRequest = 是否要更改视频文件夹位置
DesktopFolderSelect = 桌面文件夹选择一个文件夹
DocumentsFolderSelect = 文档文件夹选择一个文件夹
DownloadsFolderSelect = 下载文件夹选择一个文件夹
MusicFolderSelect = 音乐文件夹选择一个文件夹
PicturesFolderSelect = 图片文件夹选择一个文件夹
VideosFolderSelect = 视频文件夹选择一个文件夹
DesktopDefaultFolder = 是否要将桌面文件夹位置改为默认值?
DocumentsDefaultFolder = 是否要将文档文件夹位置改为默认值?
DownloadsDefaultFolder = 是否要将下载文件夹位置改为默认值?
MusicDefaultFolder = 是否要将音乐文件夹位置改为默认值?
PicturesDefaultFolder = 是否要将图片文件夹位置改为默认值?
VideosDefaultFolder = 是否要将视频文件夹位置改为默认值?
DesktopDefaultFolder = 是否要将桌面文件夹位置改为默认值
DocumentsDefaultFolder = 是否要将文档文件夹位置改为默认值
DownloadsDefaultFolder = 是否要将下载文件夹位置改为默认值
MusicDefaultFolder = 是否要将音乐文件夹位置改为默认值
PicturesDefaultFolder = 是否要将图片文件夹位置改为默认值
VideosDefaultFolder = 是否要将视频文件夹位置改为默认值
GraphicsPerformanceTitle = 图形性能偏好
GraphicsPerformanceRequest = 是否将所选应用程序的图形性能设置设为"高性能"?
CleanUpTaskToast = 将在一分钟内清理未使用的Windows文件和更新
CleanUpTaskDescription = 使用内置磁盘清理工具清理未使用的Windows文件和更新
GraphicsPerformanceRequest = 是否将所选应用程序的图形性能设置设为"高性能"
CleanupTaskDescription = 使用内置磁盘清理工具清理未使用的Windows文件和更新
CleanupTaskNotificationTitle = 重要信息
CleanupTaskNotificationEventTitle = 运行任务以清理Windows未使用的文件和更新
CleanupTaskNotificationEvent = Windows清理不会花很长时间下次通知将在30天内显示
CleanupTaskNotificationSnoozeInterval = 选择提醒间隔
CleanupNotificationTaskDescription = 关于清理Windows未使用的文件和更新的弹出通知提醒
FolderTaskDescription = 定时清理"{0}"
ControlledFolderAccess = 受控文件夹访问
ProtectedFoldersRequest = 是否启用受控文件夹访问权限并指定文件夹,由微软Defender保护其免受恶意应用程序威胁?
ProtectedFoldersRequest = 是否启用受控文件夹访问权限并指定文件夹,由微软Defender保护其免受恶意应用程序威胁
ProtectedFoldersListRemoved = 已被移除的文件夹
AppControlledFolderRequest = 是否指定应用获取受控文件夹访问权限?
AppControlledFolderRequest = 是否指定应用获取受控文件夹访问权限
AllowedControlledFolderAppsRemoved = 删除了允许的应用
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = 是否要添加指定文件夹到微软Defender的恶意软件扫描白名单?
DefenderExclusionFolderRequest = 是否要添加指定文件夹到微软Defender的恶意软件扫描白名单
DefenderExclusionFoldersListRemoved = 排除的文件夹已删除
AddDefenderExclusionFileRequest = 是否要添加指定文件到微软Defender的恶意软件扫描白名单?
AddDefenderExclusionFileRequest = 是否要添加指定文件到微软Defender的恶意软件扫描白名单
DefenderExclusionFilesRemoved = 排除文件已删除
EventViewerCustomViewName = 进程创建
EventViewerCustomViewDescription = 进程创建和命令行审核事件
@ -62,19 +65,26 @@ Add = 添加
AllFilesFilter = 所有文件 (*.*)|*.*
Change = 更改
Continue = 接续
DialogBoxOpening = 显示对话窗口...
DialogBoxOpening = 显示对话窗口
Disable = 禁用
Dismiss = 解雇
Enable = 启用
EXEFilesFilter = *.exe|*.exe|所有文件 (*.*)|*.*
FolderSelect = 选择一个文件夹
FilesWontBeMoved = 文件将不会被移动
Minute = 1分钟
NoData = 无数据
NoInternetConnection = 无网络连接
Patient = 请等待...
NoResponse = 无法建立https://store.rg-adguard.net连接
Patient = 请等待
Run = 运行
Select = 选择
Skip = 跳过
Skipped = 已跳过
Snooze = 推迟
SymbolicSkipped = 跳过创建符号链接
Uninstall = 卸载
Install = 安装
HalfHour = 30分钟
FourHours = 4个小时
'@

18
Sophia/LTSC/de-DE/Sophia.psd1

@ -10,7 +10,7 @@ TempNotEmpty = Der Ordner "{0}" ist nicht leer. Lösch
WindowsFeaturesTitle = Windows Eigenschaften
OptionalFeaturesTitle = Optionale Eigenschaften
EnableHardwareVT = Virtualisierung in UEFI aktivieren
UserShellFolderNotEmpty = Einige im Ordner "{0}" verbliebene Dateien `nVerschieben Sie sie manuell an einen neuen Ort
UserShellFolderNotEmpty = Einige im Ordner "{0}" verbliebene Dateien \nVerschieben Sie sie manuell an einen neuen Ort
RetrievingDrivesList = Abrufen der Laufwerksliste...
NewUserShellFolderLocation = Neuer Standort: "{0}"
DesktopDriveSelect = Wählen Sie das Laufwerk, in dessen Stammverzeichnis der Desktop-Ordner erstellt werden soll
@ -39,15 +39,18 @@ PicturesDefaultFolder = Möchten Sie den Speicherort des Ordner
VideosDefaultFolder = Möchten Sie den Speicherort des Ordners Videos auf den Standardwert ändern?
GraphicsPerformanceTitle = Bevorzugte Grafikleistung
GraphicsPerformanceRequest = Möchten Sie die Einstellung der Grafikleistung einer App Ihrer Wahl auf "Hohe Leistung" setzen?
CleanUpTaskToast = Das Bereinigen ungenutzter Windows-Dateien und Updates beginnt in einer Minute
CleanUpTaskDescription = Bereinigung ungenutzter Windows-Dateien und -Updates mit der integrierten Festplatten-Bereinigungsanwendung
CleanupTaskDescription = Bereinigung ungenutzter Windows-Dateien und -Updates mit der integrierten Festplatten-Bereinigungsanwendung
CleanupTaskNotificationTitle = Wichtige informationen
CleanupTaskNotificationEventTitle = Aufgabe ausführen, um nicht verwendete Windows-Dateien und -Updates zu bereinigen?
CleanupTaskNotificationEvent = Die Windows-Bereinigung dauert nicht lange. Das nächste Mal wird die Benachrichtigung in 30 Tagen angezeigt
CleanupTaskNotificationSnoozeInterval = Wählen Sie ein Erinnerungsintervall
CleanupNotificationTaskDescription = Bereinigung ungenutzter Windows-Dateien und -Updates mit der integrierten Festplatten-Bereinigungsanwendung
FolderTaskDescription = Die "{0}"-Ordnerbereinigung
ControlledFolderAccess = Kontrollierter Ordner-Zugriff
ProtectedFoldersRequest = Möchten Sie den kontrollierten Ordnerzugriff aktivieren und den Ordner angeben, den Microsoft Defender vor bösartigen Anwendungen und Bedrohungen schützen soll?
ProtectedFoldersListRemoved = Gelöschte Ordner
AppControlledFolderRequest = Möchten Sie eine Anwendung angeben, die über den Zugriff auf Kontrollierte Ordner erlaubt ist?
AllowedControlledFolderAppsRemoved = Erlaubte Anwendungen entfernt
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Möchten Sie einen Ordner angeben, der von den Malware-Scans von Microsoft Defender ausgeschlossen werden soll?
DefenderExclusionFoldersListRemoved = Ausgeschlossene Ordner entfernt
AddDefenderExclusionFileRequest = Möchten Sie eine Datei angeben, die von den Malware-Scans von Microsoft Defender ausgeschlossen werden soll?
@ -64,17 +67,24 @@ Change = Ändern
Continue = Fortfahren
DialogBoxOpening = Anzeigen des Dialogfensters...
Disable = Deaktivieren
Dismiss = Stornieren
Enable = Aktivieren
EXEFilesFilter = *.exe|*.exe|Alle Dateien (*.*)|*.*
FolderSelect = Wählen Sie einen Ordner aus
FilesWontBeMoved = Dateien werden nicht verschoben
Minute = 1 Minute
NoData = Nichts anzuzeigen
NoInternetConnection = Keine Internetverbindung
NoResponse = Eine Verbindung mit https://store.rg-adguard.net konnte nicht hergestellt werden
Patient = Bitte Warten...
Run = Starten
Select = Wählen Sie
Skip = Überspringen
Skipped = Übersprungen
Snooze = Verschieben
SymbolicSkipped = Das Erstellen eines symbolischen Links wurde übersprungen
Uninstall = Deinstallieren
Install = Installieren
HalfHour = 30 Minuten
FourHours = 4 Stunden
'@

16
Sophia/LTSC/en-US/Sophia.psd1

@ -39,15 +39,18 @@ PicturesDefaultFolder = Would you like to change the location o
VideosDefaultFolder = Would you like to change the location of the Videos folder to the default value?
GraphicsPerformanceTitle = Graphics performance preference
GraphicsPerformanceRequest = Would you like to set the graphics performance setting of an app of your choice to "High performance"?
CleanUpTaskToast = Cleaning up unused Windows files and updates starts in a minute
CleanUpTaskDescription = Cleaning up unused Windows files and updates using built-in Disk cleanup app
CleanupTaskDescription = Cleaning up Windows unused files and updates using built-in Disk cleanup app
CleanupTaskNotificationTitle = Important Information
CleanupTaskNotificationEventTitle = Run task to clean up Windows unused files and updates?
CleanupTaskNotificationEvent = Windows cleanup won't take long. Next time this notification will appear in 30 days
CleanupTaskNotificationSnoozeInterval = Select a Reminder Interval
CleanupNotificationTaskDescription = Pop-up notification reminder about cleaning up Windows unused files and updates
FolderTaskDescription = The "{0}" folder cleaning
ControlledFolderAccess = Controlled folder access
ProtectedFoldersRequest = Would you like to enable Controlled folder access and specify the folder that Microsoft Defender will protect from malicious apps and threats?
ProtectedFoldersListRemoved = Removed folders
AppControlledFolderRequest = Would you like to specify an app that is allowed through Controlled Folder access?
AllowedControlledFolderAppsRemoved = Removed allowed apps
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Would you like to specify a folder to be excluded from Microsoft Defender malware scans?
DefenderExclusionFoldersListRemoved = Excluded folders removed
AddDefenderExclusionFileRequest = Would you like to specify a file to be excluded from Microsoft Defender malware scans?
@ -64,17 +67,24 @@ Change = Change
Continue = Continue
DialogBoxOpening = Displaying the dialog box...
Disable = Disable
Dismiss = Dismiss
Enable = Enable
EXEFilesFilter = *.exe|*.exe|All Files (*.*)|*.*
FolderSelect = Select a folder
FilesWontBeMoved = Files will not be moved
Minute = 1 Minute
NoData = Nothing to display
NoInternetConnection = No Internet connection
NoResponse = A connection could not be established with https://store.rg-adguard.net
Patient = Please wait...
Run = Run
Select = Select
Skip = Skip
Skipped = Skipped
Snooze = Snooze
SymbolicSkipped = Skipped creating a symbolic link
Uninstall = Uninstall
Install = Install
HalfHour = 30 Minutes
FourHours = 4 Hours
'@

46
Sophia/LTSC/es-ES/Sophia.psd1

@ -19,38 +19,41 @@ DownloadsDriveSelect = Selecciona la raíz del disco en la cua
MusicDriveSelect = Selecciona la raíz del disco en la cual se creará la carpeta de Música
PicturesDriveSelect = Selecciona la raíz del disco en la cual se creará la carpeta de Imágenes
VideosDriveSelect = Selecciona la raíz del disco en la cual se creará la carpeta de Vídeos
DesktopRequest = Quieres cambiar la ubicación de la carpeta del Escritorio?
DocumentsRequest = Quieres cambiar la ubicación de la carpeta de Documentos?
DownloadsRequest = Quieres cambiar la ubicación de la carpeta de Descargas?
MusicRequest = Quieres cambiar la ubicación de la carpeta de Música?
PicturesRequest = Quieres cambiar la ubicación de la carpeta de Imágenes?
VideosRequest = Quieres cambiar la ubicación de la carpeta de Vídeos?
DesktopRequest = ¿Quieres cambiar la ubicación de la carpeta del Escritorio?
DocumentsRequest = ¿Quieres cambiar la ubicación de la carpeta de Documentos?
DownloadsRequest = ¿Quieres cambiar la ubicación de la carpeta de Descargas?
MusicRequest = ¿Quieres cambiar la ubicación de la carpeta de Música?
PicturesRequest = ¿Quieres cambiar la ubicación de la carpeta de Imágenes?
VideosRequest = ¿Quieres cambiar la ubicación de la carpeta de Vídeos?
DesktopFolderSelect = Selecciona una carpeta para la carpeta del Escritorio
DocumentsFolderSelect = Selecciona una carpeta para la carpeta de Documentos
DownloadsFolderSelect = Selecciona una carpeta para la carpeta de Descargas
MusicFolderSelect = Selecciona una carpeta para la carpeta de Música
PicturesFolderSelect = Selecciona una carpeta para la carpeta de Imágenes
VideosFolderSelect = Selecciona una carpeta para la carpeta de Vídeos
DesktopDefaultFolder = Quieres cambiar la ubicación de la carpeta del Escritorio por la de defecto?
DocumentsDefaultFolder = Quieres cambiar la ubicación de la carpeta de Documentos por la de defecto?
DownloadsDefaultFolder = Quieres cambiar la ubicación de la carpeta de Descargas por la de defecto?
MusicDefaultFolder = Quieres cambiar la ubicación de la carpeta de Música por la de defecto?
PicturesDefaultFolder = Quieres cambiar la ubicación de la carpeta de Imágenes por la de defecto?
VideosDefaultFolder = Quieres cambiar la ubicación de la carpeta de Vídeos por la de defecto?
DesktopDefaultFolder = ¿Quieres cambiar la ubicación de la carpeta del Escritorio por la de defecto?
DocumentsDefaultFolder = ¿Quieres cambiar la ubicación de la carpeta de Documentos por la de defecto?
DownloadsDefaultFolder = ¿Quieres cambiar la ubicación de la carpeta de Descargas por la de defecto?
MusicDefaultFolder = ¿Quieres cambiar la ubicación de la carpeta de Música por la de defecto?
PicturesDefaultFolder = ¿Quieres cambiar la ubicación de la carpeta de Imágenes por la de defecto?
VideosDefaultFolder = ¿Quieres cambiar la ubicación de la carpeta de Vídeos por la de defecto?
GraphicsPerformanceTitle = Preferencia de rendimiento de gráficos
GraphicsPerformanceRequest = Quieres establecer el nivel de rendimiento de gráficos a "Alto rendimiento" en alguna aplicación?
CleanUpTaskToast = Limpiando archivos no usados y actualizaciones de Windows comienza en un minuto
CleanUpTaskDescription = Limpiando archivos de Windows no usados y actualizaciones usando la aplicación de limpieza de disco incorporada
CleanupTaskDescription = Limpiando archivos de Windows no usados y actualizaciones usando la aplicación de limpieza de disco incorporada
CleanupTaskNotificationTitle = Información importante
CleanupTaskNotificationEventTitle = ¿Ejecutar la tarea para limpiar archivos y actualizaciones no utilizados de Windows?
CleanupTaskNotificationEvent = La limpieza de Windows no tardará mucho. La próxima vez, la notificación aparecerá en 30 días
CleanupTaskNotificationSnoozeInterval = Seleccione un intervalo de recordatorio
CleanupNotificationTaskDescription = Recordatorio de notificación emergente sobre la limpieza de archivos y actualizaciones no utilizados de Windows
FolderTaskDescription = Limpieza de la carpeta "{0}"
ControlledFolderAccess = Acceso controlado a carpetas
ProtectedFoldersRequest = Quieres añadir control de acceso a carpeta y especificar que carpeta Microsoft Defender protegerá de aplicaciones maliciosas y amenazas?
ProtectedFoldersRequest = ¿Quieres añadir control de acceso a carpeta y especificar que carpeta Microsoft Defender protegerá de aplicaciones maliciosas y amenazas?
ProtectedFoldersListRemoved = Carpetas eliminadas
AppControlledFolderRequest = Quieres especificar una aplicación para que sea permitida a través del acceso controlado de carpetas?
AllowedControlledFolderAppsRemoved = Eliminar aplicaciones permitidas
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Quieres especificar una carpeta para ser excluida por Microsoft Defender?
DefenderExclusionFolderRequest = ¿Quieres especificar una carpeta para ser excluida por Microsoft Defender?
DefenderExclusionFoldersListRemoved = Quitadas carpetas excluidas
AddDefenderExclusionFileRequest = Quieres especificar un archivo para ser excluido por Microsoft Defender?
AddDefenderExclusionFileRequest = ¿Quieres especificar un archivo para ser excluido por Microsoft Defender?
DefenderExclusionFilesRemoved = Quitados archivos excluidos
EventViewerCustomViewName = Creación de procesos
EventViewerCustomViewDescription = Creación de procesos y eventos de auditoria de línea de comandos
@ -64,17 +67,24 @@ Change = Cambiar
Continue = Continuar
DialogBoxOpening = Mostrando caja de diálogo...
Disable = Desactivar
Dismiss = Despedir
Enable = Activar
EXEFilesFilter = *.exe|*.exe|Todos los Archivos (*.*)|*.*
FolderSelect = Seleccione una carpeta
FilesWontBeMoved = Los archivos no se moverán
Minute = 1 minuto
NoData = Nada que mostrar
NoInternetConnection = No hay conexión a Internet
NoResponse = No se pudo establecer una conexión con https://store.rg-adguard.net
Patient = Por favor espere...
Run = Iniciar
Select = Seleccionar
Skip = Omitir
Skipped = Omitido
Snooze = Posponer
SymbolicSkipped = Se omitió la creación de un enlace simbólico
Uninstall = Desinstalar
Install = Instalar
HalfHour = 30 minutos
FourHours = 4 horas
'@

20
Sophia/LTSC/fr-FR/Sophia.psd1

@ -5,12 +5,12 @@ UnsupportedRelease = Nouvelle version trouvée
ControlledFolderAccessDisabled = Contrôle d'accès aux dossiers désactivé
ScheduledTasks = Tâches planifiées
ClearFolder = Supprimer tous les fichiers dans le dossier "{0}"?
FilesBlocked = Les fichiers suivants sont bloqués par une application tierce `nRetirer les manuellement et continuer
FilesBlocked = Les fichiers suivants sont bloqués par une application tierce \nRetirer les manuellement et continuer
TempNotEmpty = Le dossier "{0}" n'est pas vide. L'effacer manuellement
WindowsFeaturesTitle = Fonctionnalités
OptionalFeaturesTitle = Fonctionnalités optionnelles
EnableHardwareVT = Activer la virtualisation dans UEFI
UserShellFolderNotEmpty = Certains fichiers laissés dans le dossier "{0}" `nDéplacer les manuellement vers un nouvel emplacement
UserShellFolderNotEmpty = Certains fichiers laissés dans le dossier "{0}" \nDéplacer les manuellement vers un nouvel emplacement
RetrievingDrivesList = Récupération de la liste des lecteurs...
NewUserShellFolderLocation = Nouvel emplacement: "{0}"
DesktopDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Bureau sera créé
@ -39,15 +39,18 @@ PicturesDefaultFolder = Souhaitez-vous changer l'emplacement du
VideosDefaultFolder = Souhaitez-vous changer l'emplacement du dossier Vidéos à la valeur par défaut?
GraphicsPerformanceTitle = Préférence de performances graphiques
GraphicsPerformanceRequest = Souhaitez-vous définir le paramètre de performances graphiques d'une application de votre choix sur "Haute performance"?
CleanUpTaskToast = Le nettoyage des fichiers Windows inutilisés et des mises à jour débute dans une minute
CleanUpTaskDescription = Nettoyage des fichiers Windows inutilisés et des mises à jour à l'aide de l'application intégrée pour le nettoyage de disque
CleanupTaskDescription = Nettoyage des fichiers Windows inutilisés et des mises à jour à l'aide de l'application intégrée pour le nettoyage de disque
CleanupTaskNotificationTitle = Une information important
CleanupTaskNotificationEventTitle = Exécuter la tâche pour nettoyer les fichiers et les mises à jour inutilisés de Windows?
CleanupTaskNotificationEvent = Le nettoyage de Windows ne prendra pas longtemps. La prochaine fois que la notification apparaîtra dans 30 jours
CleanupTaskNotificationSnoozeInterval = Sélectionnez un intervalle de rappel
CleanupNotificationTaskDescription = Rappel de notification contextuelle sur le nettoyage des fichiers et des mises à jour inutilisés de Windows
FolderTaskDescription = Nettoyage du dossier "{0}"
ControlledFolderAccess = Contrôle d'accès aux dossiers
ProtectedFoldersRequest = Souhaitez-vous activer le contrôle d'accès aux dossiers et spécifier le dossier que Microsoft Defender protégera contre les applications malveillantes et les menaces?
ProtectedFoldersListRemoved = Dossiers supprimés
AppControlledFolderRequest = Souhaitez-vous spécifier une application autorisée via le contrôle d'accès aux dossiers?
AllowedControlledFolderAppsRemoved = Applications autorisées supprimées
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Souhaitez-vous spécifier un dossier à exclure des analyses de logiciels malveillants de Microsoft Defender?
DefenderExclusionFoldersListRemoved = Dossiers exclus supprimés
AddDefenderExclusionFileRequest = Souhaitez-vous spécifier un fichier à exclure des analyses de logiciels malveillants de Microsoft Defender?
@ -64,17 +67,24 @@ Change = Changer
Continue = Continuer
DialogBoxOpening = Afficher la boîte de dialogue...
Disable = Désactiver
Dismiss = Annuler
Enable = Activer
EXEFilesFilter = *.exe|*.exe|Tous les Fichiers (*.*)|*.*
FolderSelect = Sélectionner un dossier
FilesWontBeMoved = Les fichiers ne seront pas déplacés
Minute = 1 minute
NoData = Rien à afficher
NoInternetConnection = Pas de connexion Internet
NoResponse = Une connexion n'a pas pu être établie avec https://store.rg-adguard.net
Patient = Veuillez patienter...
Run = Démarrer
Select = Sélectionner
Skip = Passer
Skipped = Passé
Snooze = Reporter
SymbolicSkipped = La création d'un lien symbolique a été ignorée
Uninstall = Désinstaller
Install = Installer
HalfHour = 30 minutes
FourHours = 4 heures
'@

16
Sophia/LTSC/it-IT/Sophia.psd1

@ -39,15 +39,18 @@ PicturesDefaultFolder = Desideri modificare la posizione della
VideosDefaultFolder = Desideri modificare la posizione della cartella Video sul valore predefinito?
GraphicsPerformanceTitle = Preferenze prestazioni della Grafica
GraphicsPerformanceRequest = Desideri impostare le prestazioni grafiche di un app di tua scelta su "Prestazioni elevate"?
CleanUpTaskToast = La pulizia dei file e degli aggiornamenti di Windows inutilizzati inizia in un minuto
CleanUpTaskDescription = Pulizia di file e aggiornamenti di Windows inutilizzati utilizzando l'app di pulizia del disco incorporata
CleanupTaskDescription = Pulizia di file e aggiornamenti di Windows inutilizzati utilizzando l'app di pulizia del disco incorporata
CleanupTaskNotificationTitle = Informazioni importanti
CleanupTaskNotificationEventTitle = Eseguire l'attività per pulire i file e gli aggiornamenti inutilizzati di Windows?
CleanupTaskNotificationEvent = La pulizia di Windows non richiederà molto tempo. La prossima volta la notifica apparirà tra 30 giorni
CleanupTaskNotificationSnoozeInterval = Seleziona un intervallo di promemoria
CleanupNotificationTaskDescription = Pulizia di file e aggiornamenti di Windows inutilizzati utilizzando l'app di pulizia del disco incorporata
FolderTaskDescription = Pulizia della cartella "{0}"
ControlledFolderAccess = Accesso controllato alle cartelle
ProtectedFoldersRequest = Desideri abilitare l'accesso controllato alle cartelle e specificare la cartella che Microsoft Defender proteggerà dalle app dannose e dalle minacce?
ProtectedFoldersListRemoved = Cartelle rimosse
AppControlledFolderRequest = Desideri specificare un'app consentita tramite l'accesso alle cartelle controllate?
AllowedControlledFolderAppsRemoved = App consentite rimosse
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Desideri specificare una cartella da escludere dalle scansioni del malware di Microsoft Defender?
DefenderExclusionFoldersListRemoved = Cartelle escluse rimosse
AddDefenderExclusionFileRequest = Desideri specificare un file da escludere dalle scansioni del malware di Microsoft Defender?
@ -64,17 +67,24 @@ Change = Cambia
Continue = Continua
DialogBoxOpening = Visualizzazione della finestra di dialogo...
Disable = Disinstalla
Dismiss = Annulla
Enable = Abilita
EXEFilesFilter = *.exe|*.exe|Tutti i file (*.*)|*.*
FolderSelect = Seleziona una cartella
FilesWontBeMoved = I file non verranno spostati
Minute = 1 minuto
NoData = Nulla da visualizzare
NoInternetConnection = Nessuna connessione Internet
NoResponse = Non è stato possibile stabilire una connessione con https://store.rg-adguard.net
Patient = Attendere prego...
Run = Avvia
Select = Selezionare
Skip = Salta
Skipped = Saltato
Snooze = Posponi
SymbolicSkipped = È stata saltata la creazione di un collegamento simbolico
Uninstall = Rimuovi
Install = Installare
HalfHour = 30 minuti
FourHours = 4 ore
'@

18
Sophia/LTSC/ru-RU/Sophia.psd1

@ -3,7 +3,7 @@ UnsupportedOSBitness = Скрипт поддерживает
UnsupportedOSBuild = Скрипт поддерживает только Windows 10 версии 1809 Enterprise LTSC
UnsupportedRelease = Обнаружена новая версия
ControlledFolderAccessDisabled = Контролируемый доступ к папкам выключен
ScheduledTasks = Запланированные задачи
ScheduledTasks = Запланированные задания
ClearFolder = Удалить все файлы в папке "{0}"?
FilesBlocked = Следующие файлы блокируются сторонними приложениями. Удалите их вручную и продолжите
TempNotEmpty = Папка "{0}" не пуста. Очистите ее вручную
@ -39,15 +39,18 @@ PicturesDefaultFolder = Хотите изменить расп
VideosDefaultFolder = Хотите изменить расположение папки "Видео" на значение по умолчанию?
GraphicsPerformanceTitle = Настройка производительности графики
GraphicsPerformanceRequest = Установить для любого приложения по вашему выбору настройки производительности графики на "Высокая производительность"?
CleanUpTaskToast = Очистка неиспользуемых файлов и обновлений Windows начнется через минуту
CleanUpTaskDescription = Очистка неиспользуемых файлов и обновлений Windows, используя встроенную программу Очистка диска
CleanupTaskDescription = Очистка неиспользуемых файлов и обновлений Windows, используя встроенную программу Очистка диска
CleanupTaskNotificationTitle = Важная информация
CleanupTaskNotificationEventTitle = Запустить задачу по очистке неиспользуемых файлов и обновлений Windows?
CleanupTaskNotificationEvent = Очистка Windows не займет много времени. Следующий раз уведомление появится через 30 дней
CleanupTaskNotificationSnoozeInterval = Выберите интервал повтора уведомления
CleanupNotificationTaskDescription = Всплывающее уведомление о напоминании по очистке неиспользуемых файлов и обновлений Windows
FolderTaskDescription = Очистка папки "{0}"
ControlledFolderAccess = Контролируемый доступ к папкам
ProtectedFoldersRequest = Хотите включить контролируемый доступ к папкам и указать папку, которую Microsoft Defender будет защищать от вредоносных приложений и угроз?
ProtectedFoldersListRemoved = Удаленные папки
AppControlledFolderRequest = Указать приложение, которому разрешена работа через контролируемый доступ к папкам
AllowedControlledFolderAppsRemoved = Удаленные разрешенные приложения
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Указать папку, чтобы исключить ее из списка сканирования Microsoft Defender?
DefenderExclusionFoldersListRemoved = Исключенные папки удалены
AddDefenderExclusionFileRequest = Указать файл, чтобы исключить его из списка сканирования Microsoft Defender?
@ -64,17 +67,24 @@ Change = Изменить
Continue = Продолжить
DialogBoxOpening = Диалоговое окно открывается...
Disable = Отключить
Dismiss = Отмена
Enable = Включить
EXEFilesFilter = *.exe|*.exe|Все файлы (*.*)|*.*
FolderSelect = Выберите папку
FilesWontBeMoved = Файлы не будут перенесены
Minute = 1 минута
NoData = Отсутствуют данные
NoInternetConnection = Отсутствует интернет-соединение
NoResponse = Невозможно установить соединение с https://store.rg-adguard.net
Patient = Пожалуйста, подождите...
Run = Запустить
Select = Выбрать
Skip = Пропустить
Skipped = Пропущено
Snooze = Отложить
SymbolicSkipped = Пропущено создание символической ссылки
Uninstall = Удалить
Install = Установить
HalfHour = 30 минут
FourHours = 4 часа
'@

20
Sophia/LTSC/tr-TR/Sophia.psd1

@ -5,12 +5,12 @@ UnsupportedRelease = Yeni sürüm bulundu
ControlledFolderAccessDisabled = Kontrollü klasör erişimi devre dışı bırakıldı
ScheduledTasks = Zamanlanan görevler
ClearFolder = "{0}" klasöründeki tüm dosyaları silin?
FilesBlocked = Aşağıdaki dosyalar 3. parti uygulamalar tarafından engelleniyor. `nKendiniz silin ve devam edin
FilesBlocked = Aşağıdaki dosyalar 3. parti uygulamalar tarafından engelleniyor. \nKendiniz silin ve devam edin
TempNotEmpty = "{0}" klasörü boş değil. Kendiniz temizleyin
WindowsFeaturesTitle = Windows özellikleri
OptionalFeaturesTitle = İsteğe bağlı özellikler
EnableHardwareVT = UEFI'dan sanallaştırmayı aktifleştirin
UserShellFolderNotEmpty = "{0}" klasöründe bazı dosyalar kaldı. `nKendiniz yeni konuma taşıyın
UserShellFolderNotEmpty = "{0}" klasöründe bazı dosyalar kaldı. \nKendiniz yeni konuma taşıyın
RetrievingDrivesList = Sürücü listesi alınıyor...
NewUserShellFolderLocation = Yeni konum: "{0}"
DesktopDriveSelect = Masaüstü klasörün oluşturulacağı kök içindeki sürücüyü seçin
@ -39,15 +39,18 @@ PicturesDefaultFolder = Resimler klasörünün yerini eski hali
VideosDefaultFolder = Videolar klasörünün yerini eski haline getirmek ister misiniz?
GraphicsPerformanceTitle = Grafik performans tercihi
GraphicsPerformanceRequest = Seçtiğiniz bir uygulamanın grafik performansı ayarını "Yüksek performans" olarak belirlemek ister misiniz?
CleanUpTaskToast = Kullanılmayan Windows dosyalarının ve güncellemelerin temizlenmesi bir dakika içinde başlar
CleanUpTaskDescription = Kullanılmayan Windows dosyaları ve güncellemeleri yerleşik Disk Temizleme uygulaması ile temizleniyor
CleanupTaskDescription = Kullanılmayan Windows dosyaları ve güncellemeleri yerleşik Disk Temizleme uygulaması ile temizleniyor
CleanupTaskNotificationTitle = Önemli bilgi
CleanupTaskNotificationEventTitle = Windows kullanılmayan dosyaları ve güncellemeleri temizlemek için görev çalıştırılsın ?
CleanupTaskNotificationEvent = Windows cleaning won't take long. Bir dahaki sefere bildirim 30 gün içinde görünecek
CleanupTaskNotificationSnoozeInterval = Hatırlatma Aralığı Seçin
CleanupNotificationTaskDescription = Windows kullanılmayan dosyaları ve güncellemeleri temizleme hakkında açılır bildirim hatırlatıcısı
FolderTaskDescription = "{0}" klasörü temizleniyor
ControlledFolderAccess = Kontrollü klasör erişimi
ProtectedFoldersRequest = Kontrollü klasör erişimini etkinleştirmek ve Microsoft Defender'ın kötü amaçlı uygulamalardan ve tehditlerden koruyacağı klasörü belirtmek ister misiniz?
ProtectedFoldersListRemoved = Silinen klasörler
AppControlledFolderRequest = Kontrollü Klasör erişimine izin verilen bir uygulama belirtmek ister misiniz?
AllowedControlledFolderAppsRemoved = Tüm kaldırılan uygulamalar
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Microsoft Defender kötü amaçlı yazılım taramalarının dışında tutulacak bir klasör belirtmek ister misiniz?
DefenderExclusionFoldersListRemoved = Hariç tutulan klasörler kaldırıldı
AddDefenderExclusionFileRequest = Microsoft Defender kötü amaçlı yazılım taramalarının dışında bırakılacak bir dosya belirtmek ister misiniz?
@ -64,17 +67,24 @@ Change = Değiştir
Continue = Devam et
DialogBoxOpening = İletişim kutusu görüntüleniyor...
Disable = Devre dışı bırak
Dismiss = İptal
Enable = Aktif et
EXEFilesFilter = *.exe|*.exe|Tüm Dosyalar (*.*)|*.*
FolderSelect = Klasör seç
FilesWontBeMoved = Dosyalar taşınmayacak
Minute = 1 dakika
NoData = Görüntülenecek bir şey yok
NoInternetConnection = İnternet bağlantısı yok
NoResponse = https://store.rg-adguard.net ile bağlantı kurulamadı
Patient = Lütfen bekleyin...
Run = Başlat
Select = Seç
Skip = Atla
Skipped = Atlandı
Snooze = Ertelemek
SymbolicSkipped = Sembolik bir bağlantı oluşturma atlandı
Uninstall = Kaldır
Install = Yüklemek
HalfHour = 30 dakika
FourHours = 4 saat
'@

16
Sophia/LTSC/uk-UA/Sophia.psd1

@ -39,15 +39,18 @@ PicturesDefaultFolder = Хочете змінити розта
VideosDefaultFolder = Хочете змінити розташування папки "Відео" на значення за замовчуванням?
GraphicsPerformanceTitle = Налаштування продуктивності графіки
GraphicsPerformanceRequest = Встановити для будь-якої програми за вашим вибором налаштування продуктивності графіки на "Висока продуктивність"?
CleanUpTaskToast = Очищення зайвих файлів і оновлень Windows почнеться через хвилину
CleanUpTaskDescription = Очищення зайвих файлів і оновлень Windows, використовуючи вбудовану програму очищення диска
CleanupTaskDescription = Очищення зайвих файлів і оновлень Windows, використовуючи вбудовану програму очищення диска
CleanupTaskNotificationTitle = Важлива інформація
CleanupTaskNotificationEventTitle = Запустити задачу по очищенню зайвих файлів і оновлень Windows?
CleanupTaskNotificationEvent = Очищення Windows не займе багато часу. Наступний раз це повідомлення з'явиться через 30 днів
CleanupTaskNotificationSnoozeInterval = Виберіть інтервал повтору повідомлення
CleanupNotificationTaskDescription = Спливаюче повідомлення про нагадуванні з очищення зайвих файлів і оновлень Windows
FolderTaskDescription = Очищення папки "{0}"
ControlledFolderAccess = Контрольований доступ до папок
ProtectedFoldersRequest = Бажаєте увімкнути контрольований доступ до папок і вказати папку, яку Microsoft Defender буде захищати від шкідливих додатків і загроз?
ProtectedFoldersListRemoved = Видалення папки
AppControlledFolderRequest = Вказати додаток, якому дозволена робота через контрольований доступ до папок
AllowedControlledFolderAppsRemoved = Видалені дозволені додатки
DefenderTitle = Microsoft Defender
DefenderExclusionFolderRequest = Вказати папку, щоб виключити її зі списку сканування Microsoft Defender?
DefenderExclusionFoldersListRemoved = Виключені папки видалені
AddDefenderExclusionFileRequest = Вказати файл, щоб виключити його зі списку сканування Microsoft Defender?
@ -64,17 +67,24 @@ Change = Змінити
Continue = Продовжити
DialogBoxOpening = Діалогове вікно відкривається...
Disable = Вимкнути
Dismiss = Відміна
Enable = Увімкнути
EXEFilesFilter = *.exe|*.exe|Усі файли (*.*)|*.*
FolderSelect = Виберіть папку
FilesWontBeMoved = Файли не будуть перенесені
Minute = 1 хвилина
NoData = Відсутні дані
NoInternetConnection = Відсутнє інтернет-з'єднання
NoResponse = Не вдалося встановити звязок із https://store.rg-adguard.net
Patient = Будь ласка, зачекайте...
Run = Запустити
Select = Вибрати
Skip = Пропустити
Skipped = Пропущено
Snooze = відкласти
SymbolicSkipped = Пропущено створення символічного посилання
Uninstall = Видалити
Install = Встановити
HalfHour = 30 хвилин
FourHours = 4 години
'@

Loading…
Cancel
Save