Dmitry Nefedov
4 years ago
committed by
GitHub
5 changed files with 910 additions and 0 deletions
@ -0,0 +1,182 @@ |
|||||
|
# Do not remove double quotes in double-quoted strings where they are present |
||||
|
|
||||
|
ConvertFrom-StringData -StringData @' |
||||
|
UnsupportedOSBitness = 本脚本仅支持 Windows 10 x64 |
||||
|
ControlledFolderAccessDisabled = 关闭受控文件夹访问权限 |
||||
|
|
||||
|
# OneDrive |
||||
|
OneDriveUninstalling = 卸载OneDrive... |
||||
|
OneDriveNotEmptyFolder = "$OneDriveUserFolder 不是一个空文件夹.请手动删除" |
||||
|
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll 访问被拒绝.请手动删除" |
||||
|
OneDriveInstalling = OneDriveSetup.exe 正在启动... |
||||
|
OneDriveDownloading = 正在下载OneDrive... ~33 MB |
||||
|
OneDriveNoInternetConnection = 无网络连接 |
||||
|
|
||||
|
# TempPath |
||||
|
LOCALAPPDATAFilesBlocked = "The following files are being blocked by third-party party apps `nRemove them manually and continue" |
||||
|
LOCALAPPDATANotEmpty = "$env:LOCALAPPDATA\\Temp 不是一个空文件夹.请手动删除并重试" |
||||
|
|
||||
|
# DisableWindowsCapabilities |
||||
|
FODWindowTitle = 移除可选功能 (FODv2) |
||||
|
FODWindowButton = 卸载 |
||||
|
DialogBoxOpening = 显示对话窗口... |
||||
|
NoData = 无数据 |
||||
|
|
||||
|
# WindowsSandbox |
||||
|
EnableHardwareVT = UEFI中开启虚拟化 |
||||
|
|
||||
|
# ChangeUserShellFolderLocation |
||||
|
UserShellFolderNotEmpty = "一些文件留在了$UserShellFolderRegValue 文件夹.请手动将它们移到一个新位置" |
||||
|
RetrievingDrivesList = 取得驱动器列表... |
||||
|
# Desktop |
||||
|
DesktopDriveSelect = 请选择一个驱动器,桌面文件夹将创建在其根目录 |
||||
|
DesktopFilesWontBeMoved = 文件将不会被移动 |
||||
|
DesktopFolderRequest = 是否要更改桌面文件夹位置? |
||||
|
DesktopFolderChange = 更改 |
||||
|
DesktopFolderSkip = 跳过 |
||||
|
DesktopSkipped = 已跳过 |
||||
|
# Documents |
||||
|
DocumentsDriveSelect = 请选择一个驱动器,文档文件夹将创建在其根目录 |
||||
|
DocumentsFilesWontBeMoved = 文件将不会被移动 |
||||
|
DocumentsFolderRequest = 是否要更改文档文件夹位置? |
||||
|
DocumentsFolderChange = 更改 |
||||
|
DocumentsFolderSkip = 跳过 |
||||
|
DocumentsSkipped = 已跳过 |
||||
|
# Downloads |
||||
|
DownloadsDriveSelect = 请选择一个驱动器,下载文件夹将创建在其根目录 |
||||
|
DownloadsFilesWontBeMoved = 文件将不会被移动 |
||||
|
DownloadsFolderRequest = 是否要更改下载文件夹位置? |
||||
|
DownloadsFolderChange = 更改 |
||||
|
DownloadsFolderSkip = 跳过 |
||||
|
DownloadsSkipped = 已跳过 |
||||
|
# Music |
||||
|
MusicDriveSelect = 请选择一个驱动器,音乐文件夹将创建在其根目录 |
||||
|
MusicFilesWontBeMoved = 文件将不会被移动 |
||||
|
MusicFolderRequest = 是否要更改音乐文件夹位置? |
||||
|
MusicFolderChange = 更改 |
||||
|
MusicFolderSkip = 跳过 |
||||
|
MusicSkipped = 已跳过 |
||||
|
# Pictures |
||||
|
PicturesDriveSelect = 请选择一个驱动器,图片文件夹将创建在其根目录 |
||||
|
PicturesFilesWontBeMoved = 文件将不会被移动 |
||||
|
PicturesFolderRequest = 是否要更改图片文件夹位置? |
||||
|
PicturesFolderChange = 更改 |
||||
|
PicturesFolderSkip = 跳过 |
||||
|
PicturesSkipped = 已跳过 |
||||
|
# Videos |
||||
|
VideosDriveSelect = 请选择一个驱动器,视频文件夹将创建在其根目录 |
||||
|
VideosFilesWontBeMoved = 文件将不会被移动 |
||||
|
VideosFolderRequest = 是否要更改视频文件夹位置? |
||||
|
VideosFolderChange = 更改 |
||||
|
VideosFolderSkip = 跳过 |
||||
|
VideosSkipped = 已跳过 |
||||
|
|
||||
|
# SetDefaultUserShellFolderLocation |
||||
|
# Desktop |
||||
|
DesktopDefaultFolder = 是否要将桌面文件夹位置改为默认值? |
||||
|
# Documents |
||||
|
DocumentsDefaultFolder = 是否要将文档文件夹位置改为默认值? |
||||
|
# Downloads |
||||
|
DownloadsDefaultFolder = 是否要将下载文件夹位置改为默认值? |
||||
|
# Music |
||||
|
MusicDefaultFolder = 是否要将音乐文件夹位置改为默认值? |
||||
|
# Pictures |
||||
|
PicturesDefaultFolder = 是否要将图片文件夹位置改为默认值? |
||||
|
# Videos |
||||
|
VideosDefaultFolder = 是否要将视频文件夹位置改为默认值? |
||||
|
|
||||
|
# ReservedStorage |
||||
|
ReservedStorageIsInUse = 保留存储空间正在使用时不支持此操作. 请等待所有服务操作完成后再重试 |
||||
|
|
||||
|
# syspin |
||||
|
syspinNoInternetConnection = 无网络连接 |
||||
|
syspinDownloading = syspin下载中... ~20 KB |
||||
|
|
||||
|
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt |
||||
|
ControlPanelPinning = "$ControlPanelLocalizedName 快捷方式将被固定到开始菜单" |
||||
|
DevicesPrintersPinning = "$DevicesAndPrintersLocalizedName 快捷方式将被固定到开始菜单" |
||||
|
CMDPinning = CMD快捷方式将被固定到开始菜单 |
||||
|
|
||||
|
# UninstallUWPApps |
||||
|
UninstallUWPForAll = 为所有用户卸载 |
||||
|
UninstallUWPTitle = 需要卸载的UWP应用 |
||||
|
UninstallUWPUninstallButton = 卸载 |
||||
|
|
||||
|
# WSL |
||||
|
WSLUpdateDownloading = Linux内核更新包下载中... ~14 MB |
||||
|
WSLUpdateInstalling = 安装Linux内核更新包... |
||||
|
|
||||
|
# SetAppGraphicsPerformance |
||||
|
GraphicsPerformanceTitle = 图形性能偏好 |
||||
|
GraphicsPerformanceRequest = 是否将所选应用程序的图形性能设置设为"高性能"? |
||||
|
GraphicsPerformanceAdd = 添加 |
||||
|
GraphicsPerformanceSkip = 跳过 |
||||
|
GraphicsPerformanceFilter = *.exe|*.exe|所有文件 (*.*)|*.* |
||||
|
GraphicsPerformanceSkipped = 已跳过 |
||||
|
|
||||
|
# CreateCleanUpTask |
||||
|
CleanUpTaskToast = 将在一分钟内清理未使用的Windows文件和更新 |
||||
|
CleanUpTaskDescription = 使用内置磁盘清理工具清理未使用的Windows文件和更新. 要想解码已编码命令,使用 [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("string")) |
||||
|
|
||||
|
# CreateSoftwareDistributionTask |
||||
|
SoftwareDistributionTaskDescription = 定时清理 %SystemRoot%\\SoftwareDistribution\\Download |
||||
|
|
||||
|
# CreateTempTask |
||||
|
TempTaskDescription = 清理%TEMP%文件夹 |
||||
|
|
||||
|
# AddProtectedFolders |
||||
|
AddProtectedFoldersTitle = 受控文件夹访问权限 |
||||
|
AddProtectedFoldersRequest = 是否启用受控文件夹访问权限并指定文件夹,由微软Defender保护其免受恶意应用程序威胁? |
||||
|
AddProtectedFoldersAdd = 添加 |
||||
|
AddProtectedFoldersSkip = 跳过 |
||||
|
AddProtectedFoldersDescription = 选择一个文件夹 |
||||
|
AddProtectedFoldersSkipped = 已跳过 |
||||
|
|
||||
|
# RemoveProtectedFolders |
||||
|
RemoveProtectedFoldersList = 已被移除的文件夹 |
||||
|
|
||||
|
# AddAppControlledFolder |
||||
|
AddAppControlledFolderTitle = 添加应用获取受控文件夹访问权限 |
||||
|
AddAppControlledFolderRequest = 是否指定应用获取受控文件夹访问权限? |
||||
|
AddAppControlledFolderAdd = 添加 |
||||
|
AddAppControlledFolderSkip = 跳过 |
||||
|
AddAppControlledFolderFilter = *.exe|*.exe|所有文件 (*.*)|*.* |
||||
|
AddAppControlledFolderSkipped = 已跳过 |
||||
|
|
||||
|
# RemoveAllowedAppsControlledFolder |
||||
|
RemoveAllowedAppsControlledFolderList = 移除已授权应用 |
||||
|
|
||||
|
# AddDefenderExclusionFolder |
||||
|
AddDefenderExclusionFolderTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFolderRequest = 是否要添加指定文件夹到微软Defender的恶意软件扫描白名单? |
||||
|
AddDefenderExclusionFolderAdd = 添加 |
||||
|
AddDefenderExclusionFolderSkip = 跳过 |
||||
|
AddDefenderExclusionFolderDescription = 请选择一个文件夹 |
||||
|
AddDefenderExclusionFolderSkipped = 已跳过 |
||||
|
|
||||
|
# RemoveDefenderExclusionFolders |
||||
|
RemoveDefenderExclusionFoldersList = 已被移除白名单的文件夹 |
||||
|
|
||||
|
# AddDefenderExclusionFile |
||||
|
AddDefenderExclusionFileTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFileRequest = 是否要添加指定文件到微软Defender的恶意软件扫描白名单? |
||||
|
AddDefenderExclusionFileAdd = 添加 |
||||
|
AddDefenderExclusionFileSkip = 跳过 |
||||
|
AddDefenderExclusionFileFilter = 所有文件 (*.*)|*.* |
||||
|
AddDefenderExclusionFileSkipped = 已跳过 |
||||
|
|
||||
|
# RemoveDefenderExclusionFiles |
||||
|
RemoveDefenderExclusionFilesList = 已被移除白名单的文件 |
||||
|
|
||||
|
# CreateEventViewerCustomView |
||||
|
EventViewerCustomViewName = 进程创建 |
||||
|
EventViewerCustomViewDescription = 进程创建和命令行审核事件 |
||||
|
|
||||
|
# Refresh |
||||
|
RestartWarning = 重启电脑 |
||||
|
|
||||
|
# Errors |
||||
|
ErrorsLine = 行 |
||||
|
ErrorsFile = 文件 |
||||
|
ErrorsMessage = 错误/警告 |
||||
|
'@ |
@ -0,0 +1,182 @@ |
|||||
|
# Ne supprimez pas les guillemets doubles dans les chaînes entre guillemets lorsqu'ils sont présents |
||||
|
|
||||
|
ConvertFrom-StringData -StringData @' |
||||
|
UnsupportedOSBitness = Le script ne fonctionne uniquement avec Windows 10 x64 |
||||
|
ControlledFolderAccessDisabled = Accès contrôlé aux dossiers désactivé |
||||
|
|
||||
|
# OneDrive |
||||
|
OneDriveUninstalling = Désinstaller OneDrive... |
||||
|
OneDriveNotEmptyFolder = "Le dossier $OneDriveUserFolder n'est pas vide le supprimer manuellement" |
||||
|
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll est bloqué le supprimer manuellement" |
||||
|
OneDriveInstalling = OneDriveSetup.exe est en cours de démarrage... |
||||
|
OneDriveDownloading = Téléchargement de OneDrive... ~33 MB |
||||
|
OneDriveNoInternetConnection = Pas de connexion Internet |
||||
|
|
||||
|
# TempPath |
||||
|
LOCALAPPDATAFilesBlocked = "The following files are being blocked by third-party party apps `nRemove them manually and continue" |
||||
|
LOCALAPPDATANotEmpty = "Le dossier $env:LOCALAPPDATA\\Temp n'est pas vide le supprimer manuellement" |
||||
|
|
||||
|
# DisableWindowsCapabilities |
||||
|
FODWindowTitle = Fonctionnalités optionnelles (FODv2) à supprimer |
||||
|
FODWindowButton = Désinstaller |
||||
|
DialogBoxOpening = Afficher la boite de dialogue... |
||||
|
NoData = Rien à afficher |
||||
|
|
||||
|
# WindowsSandbox |
||||
|
EnableHardwareVT = Activer la Virtualisation dans UEFI |
||||
|
|
||||
|
# ChangeUserShellFolderLocation |
||||
|
UserShellFolderNotEmpty = "Des fichiers sont situés dans $UserShellFolderRegValue les déplacer vers une nouvelle destination" |
||||
|
RetrievingDrivesList = Récupération de la liste des lecteurs... |
||||
|
# Desktop |
||||
|
DesktopDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Bureau sera créé |
||||
|
DesktopFilesWontBeMoved = Les fichiers ne seront pas déplacés |
||||
|
DesktopFolderRequest = Souhaitez vous changer l'emplacement du dossier Bureau? |
||||
|
DesktopFolderChange = Modifier |
||||
|
DesktopFolderSkip = Passer |
||||
|
DesktopSkipped = Passé |
||||
|
# Documents |
||||
|
DocumentsDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Documents sera créé |
||||
|
DocumentsFilesWontBeMoved = Les fichiers ne seront pas déplacés |
||||
|
DocumentsFolderRequest = Souhaitez vous changer l'emplacement du dossier Documents? |
||||
|
DocumentsFolderChange = Modifier |
||||
|
DocumentsFolderSkip = Passer |
||||
|
DocumentsSkipped = Passé |
||||
|
# Downloads |
||||
|
DownloadsDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Téléchargements sera créé |
||||
|
DownloadsFilesWontBeMoved = Les fichiers ne seront pas déplacés |
||||
|
DownloadsFolderRequest = Souhaitez vous changer l'emplacement du dossier Téléchargements? |
||||
|
DownloadsFolderChange = Modifier |
||||
|
DownloadsFolderSkip = Passer |
||||
|
DownloadsSkipped = Passé |
||||
|
# Music |
||||
|
MusicDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Musique sera créé |
||||
|
MusicFilesWontBeMoved = Les fichiers ne seront pas déplacés |
||||
|
MusicFolderRequest = Souhaitez vous changer l'emplacement du dossier Musique? |
||||
|
MusicFolderChange = Modifier |
||||
|
MusicFolderSkip = Passer |
||||
|
MusicSkipped = Passé |
||||
|
# Pictures |
||||
|
PicturesDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Images sera créé |
||||
|
PicturesFilesWontBeMoved = Les fichiers ne seront pas déplacés |
||||
|
PicturesFolderRequest = Souhaitez vous changer l'emplacement du dossier Images ? |
||||
|
PicturesFolderChange = Modifier |
||||
|
PicturesFolderSkip = Passer |
||||
|
PicturesSkipped = Passé |
||||
|
# Videos |
||||
|
VideosDriveSelect = Sélectionnez le lecteur à la racine duquel le dossier Vidéos sera créé |
||||
|
VideosFilesWontBeMoved = Les fichiers ne seront pas déplacés |
||||
|
VideosFolderRequest = Souhaitez vous changer l'emplacement du dossier Vidéos ? |
||||
|
VideosFolderChange = Modifier |
||||
|
VideosFolderSkip = Passer |
||||
|
VideosSkipped = Passé |
||||
|
|
||||
|
# SetDefaultUserShellFolderLocation |
||||
|
# Desktop |
||||
|
DesktopDefaultFolder = Souhaitez-vous modifier l'emplacement du dossier Bureau par la valeur par défaut ? |
||||
|
# Documents |
||||
|
DocumentsDefaultFolder = Souhaitez-vous modifier l'emplacement du dossier Documents par la valeur par défaut ? |
||||
|
# Downloads |
||||
|
DownloadsDefaultFolder = Souhaitez-vous modifier l'emplacement du dossier Téléchargements par la valeur par défaut ? |
||||
|
# Music |
||||
|
MusicDefaultFolder = Souhaitez-vous modifier l'emplacement du dossier Musique par la valeur par défaut ? |
||||
|
# Pictures |
||||
|
PicturesDefaultFolder = Souhaitez-vous modifier l'emplacement du dossier Images par la valeur par défaut ? |
||||
|
# Videos |
||||
|
VideosDefaultFolder = Souhaitez-vous modifier l'emplacement du dossier Vidéos par la valeur par défaut ? |
||||
|
|
||||
|
# ReservedStorage |
||||
|
ReservedStorageIsInUse = Cette opération n'est pas prise en charge lorsque le stockage réservé est utilisé veuillez attendre la fin des opérations de maintenance, puis réessayer plus tard |
||||
|
|
||||
|
# syspin |
||||
|
syspinNoInternetConnection = Pas de connexion Internet |
||||
|
syspinDownloading = Téléchargement de syspin... ~20 KB |
||||
|
|
||||
|
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt |
||||
|
ControlPanelPinning = "Le raccourci $ControlPanelLocalizedName a été épinglé au menu de démarrage" |
||||
|
DevicesPrintersPinning = "Le raccourci $DevicesAndPrintersLocalizedName a été épinglé au menu de démarrage" |
||||
|
CMDPinning = Le raccourci Invites de commandes a été épinglé au menu de démarrage |
||||
|
|
||||
|
# UninstallUWPApps |
||||
|
UninstallUWPForAll = Désinstaller pour tous les utilisateurs |
||||
|
UninstallUWPTitle = Paquetages UWP à désinstaller |
||||
|
UninstallUWPUninstallButton = Désinstaller |
||||
|
|
||||
|
# WSL |
||||
|
WSLUpdateDownloading = Télécharger le paquetage de mise à jour du kernel Linux... ~14 MB |
||||
|
WSLUpdateInstalling = Installation du paquetage de mise à jour du kernel Linux... |
||||
|
|
||||
|
# SetAppGraphicsPerformance |
||||
|
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" ? |
||||
|
GraphicsPerformanceAdd = Ajouter |
||||
|
GraphicsPerformanceSkip = Passer |
||||
|
GraphicsPerformanceFilter = *.exe|*.exe|Tous les fichiers (*.*)|*.* |
||||
|
GraphicsPerformanceSkipped = Passer |
||||
|
|
||||
|
# CreateCleanUpTask |
||||
|
CleanUpTaskToast = Le nettoyage des fichiers Windows inutilisés et des mises à jour commence dans une minute |
||||
|
CleanUpTaskDescription = Nettoyer les fichiers Windows inutilisés et les mises à jour à l'aide de l'application de nettoyage de disque intégrée. Pour décoder une commande codée, utilisez [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("string")) |
||||
|
|
||||
|
# CreateSoftwareDistributionTask |
||||
|
SoftwareDistributionTaskDescription = Le %SystemRoot%\\SoftwareDistribution\\Download |
||||
|
|
||||
|
# CreateTempTask |
||||
|
TempTaskDescription = Nettoyage du dossier %TEMP% |
||||
|
|
||||
|
# AddProtectedFolders |
||||
|
AddProtectedFoldersTitle = Accès contrôlé aux dossiers |
||||
|
AddProtectedFoldersRequest = Souhaitez-vous activer l'accès contrôlé aux dossiers et spécifier le dossier que Microsoft Defender protégera contre les applications malveillantes et les menaces? |
||||
|
AddProtectedFoldersAdd = Ajouter |
||||
|
AddProtectedFoldersSkip = Passer |
||||
|
AddProtectedFoldersDescription = Sélectionner un dossier |
||||
|
AddProtectedFoldersSkipped = Passé |
||||
|
|
||||
|
# RemoveProtectedFolders |
||||
|
RemoveProtectedFoldersList = Dossier supprimé |
||||
|
|
||||
|
# AddAppControlledFolder |
||||
|
AddAppControlledFolderTitle = Accès contrôlé aux dossiers |
||||
|
AddAppControlledFolderRequest = Souhaitez-vous spécifier une application autorisée via l'accès contrôlé aux dossiers ? |
||||
|
AddAppControlledFolderAdd = Ajouter |
||||
|
AddAppControlledFolderSkip = Passer |
||||
|
AddAppControlledFolderFilter = *.exe|*.exe|Tous les fichiers (*.*)|*.* |
||||
|
AddAppControlledFolderSkipped = Passé |
||||
|
|
||||
|
# RemoveAllowedAppsControlledFolder |
||||
|
RemoveAllowedAppsControlledFolderList = Applications approuvées supprimées |
||||
|
|
||||
|
# AddDefenderExclusionFolder |
||||
|
AddDefenderExclusionFolderTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFolderRequest = Souhaitez-vous spécifier un dossier à exclure des analyses de logiciels malveillants de Microsoft Defender? |
||||
|
AddDefenderExclusionFolderAdd = Ajouter |
||||
|
AddDefenderExclusionFolderSkip = Passer |
||||
|
AddDefenderExclusionFolderDescription = Séléctionner un dossier |
||||
|
AddDefenderExclusionFolderSkipped = Passé |
||||
|
|
||||
|
# RemoveDefenderExclusionFolders |
||||
|
RemoveDefenderExclusionFoldersList = Fichiers exclus supprimés |
||||
|
|
||||
|
# AddDefenderExclusionFile |
||||
|
AddDefenderExclusionFileTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFileRequest = Souhaitez-vous spécifier un fichier à exclure des analyses de logiciels malveillants de Microsoft Defender ? |
||||
|
AddDefenderExclusionFileAdd = Ajouter |
||||
|
AddDefenderExclusionFileSkip = Passer |
||||
|
AddDefenderExclusionFileFilter = Tous les fichiers (*.*)|*.* |
||||
|
AddDefenderExclusionFileSkipped = Passé |
||||
|
|
||||
|
# RemoveDefenderExclusionFiles |
||||
|
RemoveDefenderExclusionFilesList = Fichiers exclus supprimés |
||||
|
|
||||
|
# CreateEventViewerCustomView |
||||
|
EventViewerCustomViewName = Création du processus |
||||
|
EventViewerCustomViewDescription = Création du processus et audit d'évènements en ligne de commande |
||||
|
|
||||
|
# Refresh |
||||
|
RestartWarning = Redémarrer votre PC |
||||
|
|
||||
|
# Erreurs |
||||
|
ErrorsLine = Ligne |
||||
|
ErrorsFile = Fichier |
||||
|
ErrorsMessage = Erreurs/Avertissements |
||||
|
'@ |
@ -0,0 +1,182 @@ |
|||||
|
# Do not remove double quotes in double-quoted strings where they are present |
||||
|
|
||||
|
ConvertFrom-StringData -StringData @' |
||||
|
UnsupportedOSBitness = Questo script supporta solo Windows 10 x64 |
||||
|
ControlledFolderAccessDisabled = Accesso controllato alle cartelle disabilitato |
||||
|
|
||||
|
# OneDrive |
||||
|
OneDriveUninstalling = Disinstalla OneDrive... |
||||
|
OneDriveNotEmptyFolder = "La cartella $OneDriveUserFolder non è vuota `nEliminarla manualmente" |
||||
|
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll è bloccato `nEliminarla manualmente" |
||||
|
OneDriveInstalling = OneDriveSetup.exe è in esecuzione... |
||||
|
OneDriveDownloading = Scaricamento di OneDrive... ~33 MB |
||||
|
OneDriveNoInternetConnection = Nessuna connessione Internet |
||||
|
|
||||
|
# TempPath |
||||
|
LOCALAPPDATAFilesBlocked = "The following files are being blocked by third-party party apps `nRemove them manually and continue" |
||||
|
LOCALAPPDATANotEmpty = "La cartella $env:LOCALAPPDATA\\Temp non è vuota `nEliminarla manualmente e riprovare" |
||||
|
|
||||
|
# DisableWindowsCapabilities |
||||
|
FODWindowTitle = Funzionalità facoltative (FODv2) da rimuovere |
||||
|
FODWindowButton = Disinstalla |
||||
|
DialogBoxOpening = Visualizzazione della finestra di dialogo... |
||||
|
NoData = Nulla da visualizzare |
||||
|
|
||||
|
# WindowsSandbox |
||||
|
EnableHardwareVT = Attiva Virtualizzazione in UEFI |
||||
|
|
||||
|
# ChangeUserShellFolderLocation |
||||
|
UserShellFolderNotEmpty = "Sono rimasti alcuni file nella cartella $UserShellFolderRegValue `nSpostarli manualmente in una nuova posizione" |
||||
|
RetrievingDrivesList = Recupero lista delle unità... |
||||
|
# Desktop |
||||
|
DesktopDriveSelect = Seleziona l'unità dove verrà creta la cartella Dekstop |
||||
|
DesktopFilesWontBeMoved = I file non verranno spostati |
||||
|
DesktopFolderRequest = Vuoi veramente cambiare la posizione della cartella Desktop? |
||||
|
DesktopFolderChange = Cambia |
||||
|
DesktopFolderSkip = Salta |
||||
|
DesktopSkipped = Saltato |
||||
|
# Documents |
||||
|
DocumentsDriveSelect = Seleziona l'unità dove verrà creta la cartella Documenti |
||||
|
DocumentsFilesWontBeMoved = I file non verranno spostati |
||||
|
DocumentsFolderRequest = Vuoi veramente cambiare la posizione della cartella Documenti? |
||||
|
DocumentsFolderChange = Cambia |
||||
|
DocumentsFolderSkip = Salta |
||||
|
DocumentsSkipped = Saltato |
||||
|
# Downloads |
||||
|
DownloadsDriveSelect = Seleziona l'unità dove verrà creta la cartella Download |
||||
|
DownloadsFilesWontBeMoved = I file non verranno spostati |
||||
|
DownloadsFolderRequest = Vuoi veramente cambiare la posizione della cartella Download? |
||||
|
DownloadsFolderChange = Cambia |
||||
|
DownloadsFolderSkip = Salta |
||||
|
DownloadsSkipped = Saltato |
||||
|
# Music |
||||
|
MusicDriveSelect = Seleziona l'unità dove verrà creta la cartella Musica |
||||
|
MusicFilesWontBeMoved = I file non verranno spostati |
||||
|
MusicFolderRequest = Vuoi veramente cambiare la posizione della cartella Musica? |
||||
|
MusicFolderChange = Cambia |
||||
|
MusicFolderSkip = Salta |
||||
|
MusicSkipped = Saltato |
||||
|
# Pictures |
||||
|
PicturesDriveSelect = Seleziona l'unità dove verrà creta la cartella Immagini |
||||
|
PicturesFilesWontBeMoved = I file non verranno spostati |
||||
|
PicturesFolderRequest = Vuoi veramente cambiare la posizione della cartella Immagini? |
||||
|
PicturesFolderChange = Cambia |
||||
|
PicturesFolderSkip = Salta |
||||
|
PicturesSkipped = Saltato |
||||
|
# Videos |
||||
|
VideosDriveSelect = Seleziona l'unità dove verrà creta la cartella Video |
||||
|
VideosFilesWontBeMoved = I file non verranno spostati |
||||
|
VideosFolderRequest = Vuoi veramente cambiare la posizione della cartella Video? |
||||
|
VideosFolderChange = Cambia |
||||
|
VideosFolderSkip = Salta |
||||
|
VideosSkipped = Saltato |
||||
|
|
||||
|
# SetDefaultUserShellFolderLocation |
||||
|
# Desktop |
||||
|
DesktopDefaultFolder = Desideri modificare cambiare la posizione della cartella Desktop sul valore predefinito? |
||||
|
# Documents |
||||
|
DocumentsDefaultFolder = Desideri modificare cambiare la posizione della cartella Documenti sul valore predefinito? |
||||
|
# Downloads |
||||
|
DownloadsDefaultFolder = Desideri modificare cambiare la posizione della cartella Download sul valore predefinito? |
||||
|
# Music |
||||
|
MusicDefaultFolder = Desideri modificare la posizione della cartella Musica sul valore predefinito? |
||||
|
# Pictures |
||||
|
PicturesDefaultFolder = Desideri modificare la posizione della cartella Immagini sul valore predefinito? |
||||
|
# Videos |
||||
|
VideosDefaultFolder = Desideri modificare la posizione della cartella Video sul valore predefinito? |
||||
|
|
||||
|
# ReservedStorage |
||||
|
ReservedStorageIsInUse = Questa oprazione non è supportata quando reserved storage è in uso `nAttendere il completamento delle operazioni di manutenzione e riprovare più tardi |
||||
|
|
||||
|
# syspin |
||||
|
syspinNoInternetConnection = essuna connessione Internet |
||||
|
syspinDownloading = Scaricamento disyspin... ~20 KB |
||||
|
|
||||
|
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt |
||||
|
ControlPanelPinning = "Il collegamento a $ControlPanelLocalizedName è stato bloccato nel menu Start" |
||||
|
DevicesPrintersPinning = "Il collegamento a $DevicesAndPrintersLocalizedName è stato bloccato nel menu Start" |
||||
|
CMDPinning = Il collegamento al Prompt dei Comandi è stato bloccato nel menu Start |
||||
|
|
||||
|
# UninstallUWPApps |
||||
|
UninstallUWPForAll = Rimuovi per Tutti gli utenti |
||||
|
UninstallUWPTitle = Pacchetti UWP Packages da Rimuovere |
||||
|
UninstallUWPUninstallButton = Rimuovi |
||||
|
|
||||
|
# WSL |
||||
|
WSLUpdateDownloading = Scaricamento del paccheto aggiornato di Linux kernel... ~14 MB |
||||
|
WSLUpdateInstalling = Installazione del paccheto aggiornato di Linux kernel... |
||||
|
|
||||
|
# SetAppGraphicsPerformance |
||||
|
GraphicsPerformanceTitle = Preferenze prestazioni della Grafica |
||||
|
GraphicsPerformanceRequest = Desideri impostare le prestazioni grafiche di un'app di tua scelta su "Prestazioni elevate"? |
||||
|
GraphicsPerformanceAdd = Aggiungi |
||||
|
GraphicsPerformanceSkip = Salta |
||||
|
GraphicsPerformanceFilter = *.exe|*.exe|Tutti i file (*.*)|*.* |
||||
|
GraphicsPerformanceSkipped = Saltato |
||||
|
|
||||
|
# CreateCleanUpTask |
||||
|
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. Per decodificare il comando codificato utilizzare [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("string")) |
||||
|
|
||||
|
# CreateSoftwareDistributionTask |
||||
|
SoftwareDistributionTaskDescription = Pulizia della cartella %SystemRoot%\\SoftwareDistribution\\Download |
||||
|
|
||||
|
# CreateTempTask |
||||
|
TempTaskDescription = Pulizia della cartella %TEMP% |
||||
|
|
||||
|
# AddProtectedFolders |
||||
|
AddProtectedFoldersTitle = Accesso controllato alle cartelle |
||||
|
AddProtectedFoldersRequest = Desideri abilitare l'accesso controllato alle cartelle e specificare la cartella che Microsoft Defender proteggerà dalle app dannose e dalle minacce? |
||||
|
AddProtectedFoldersAdd = Aggiungi |
||||
|
AddProtectedFoldersSkip = Salta |
||||
|
AddProtectedFoldersDescription = Seleziona una cartella |
||||
|
AddProtectedFoldersSkipped = Saltato |
||||
|
|
||||
|
# RemoveProtectedFolders |
||||
|
RemoveProtectedFoldersList = Cartelle rimosse |
||||
|
|
||||
|
# AddAppControlledFolder |
||||
|
AddAppControlledFolderTitle = Accesso controllato alle cartelle |
||||
|
AddAppControlledFolderRequest = Desideri specificare un'app consentita tramite l'accesso alle cartelle controllate? |
||||
|
AddAppControlledFolderAdd = Aggiungi |
||||
|
AddAppControlledFolderSkip = Salta |
||||
|
AddAppControlledFolderFilter = *.exe|*.exe|Tutti i file (*.*)|*.* |
||||
|
AddAppControlledFolderSkipped = Saltato |
||||
|
|
||||
|
# RemoveAllowedAppsControlledFolder |
||||
|
RemoveAllowedAppsControlledFolderList = App consentite rimosse |
||||
|
|
||||
|
# AddDefenderExclusionFolder |
||||
|
AddDefenderExclusionFolderTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFolderRequest = Desideri specificare una cartella da escludere dalle scansioni del malware di Microsoft Defender? |
||||
|
AddDefenderExclusionFolderAdd = Aggiungi |
||||
|
AddDefenderExclusionFolderSkip = Salta |
||||
|
AddDefenderExclusionFolderDescription = Seleziona una cartella |
||||
|
AddDefenderExclusionFolderSkipped = Saltato |
||||
|
|
||||
|
# RemoveDefenderExclusionFolders |
||||
|
RemoveDefenderExclusionFoldersList = Cartelle escluse rimosse |
||||
|
|
||||
|
# AddDefenderExclusionFile |
||||
|
AddDefenderExclusionFileTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFileRequest = Desideri specificare un file da escludere dalle scansioni del malware di Microsoft Defender? |
||||
|
AddDefenderExclusionFileAdd = Aggiungi |
||||
|
AddDefenderExclusionFileSkip = Salta |
||||
|
AddDefenderExclusionFileFilter = Tutti i file (*.*)|*.* |
||||
|
AddDefenderExclusionFileSkipped = Saltato |
||||
|
|
||||
|
# RemoveDefenderExclusionFiles |
||||
|
RemoveDefenderExclusionFilesList = File esclusi rimossi |
||||
|
|
||||
|
# CreateEventViewerCustomView |
||||
|
EventViewerCustomViewName = Creazione del Processo |
||||
|
EventViewerCustomViewDescription = Creazione di Processi ed Eventi di Controllo dalla riga di comando |
||||
|
|
||||
|
# Refresh |
||||
|
RestartWarning = Riavvia il Computer |
||||
|
|
||||
|
# Errors |
||||
|
ErrorsLine = Linea |
||||
|
ErrorsFile = File |
||||
|
ErrorsMessage = Errori/Avvisi |
||||
|
'@ |
@ -0,0 +1,182 @@ |
|||||
|
# Do not remove double quotes in double-quoted strings where they are present |
||||
|
|
||||
|
ConvertFrom-StringData -StringData @' |
||||
|
UnsupportedOSBitness = Bu betik sadece Windows 10 x64 için geçerlidir |
||||
|
ControlledFolderAccessDisabled = Kontrollü klasör erişimi devre dışı bırakıldı |
||||
|
|
||||
|
# OneDrive |
||||
|
OneDriveUninstalling = OneDrive kaldırılıyor... |
||||
|
OneDriveNotEmptyFolder = "$OneDriveUserFolder klasörü boş değil. `nKendiniz silin" |
||||
|
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll engellendi. `nKendiniz silin" |
||||
|
OneDriveInstalling = OneDriveSetup.exe başlatılıyor... |
||||
|
OneDriveDownloading = OneDrive indiriliyor... ~33 MB |
||||
|
NoInternetConnection = İnternet bağlantısı yok |
||||
|
|
||||
|
# TempPath |
||||
|
LOCALAPPDATAFilesBlocked = "The following files are being blocked by third-party party apps `nRemove them manually and continue" |
||||
|
LOCALAPPDATANotEmpty = "$env:LOCALAPPDATA\\Temp klasörü boş değil. `nKendiniz temizleyip tekrar deneyin" |
||||
|
|
||||
|
# DisableWindowsCapabilities |
||||
|
FODWindowTitle = İsteğe bağlı kaldırılabilecek özellikler (FODv2) |
||||
|
FODWindowButton = Kaldır |
||||
|
DialogBoxOpening = Diyalog penceresi gösteriliyor... |
||||
|
NoData = Gösterilecek bir şey yok |
||||
|
|
||||
|
# WindowsSandbox |
||||
|
EnableHardwareVT = UEFI için Sanallaştırmayı etkinleştir |
||||
|
|
||||
|
# ChangeUserShellFolderLocation |
||||
|
UserShellFolderNotEmpty = "$UserShellFolderRegValue klasöründe birkaç dosya kaldı. `nKendiniz yeni konuma taşıyın" |
||||
|
RetrievingDrivesList = Sürücü listesi alınıyor... |
||||
|
# Desktop |
||||
|
DesktopDriveSelect = Masaüstü klasörünün oluşturulacağı ana sürücüyü seçin |
||||
|
DesktopFilesWontBeMoved = Dosyalar taşınmayacak |
||||
|
DesktopFolderRequest = Masaüstü klasörünün konumunu değiştirmek ister misiniz? |
||||
|
DesktopFolderChange = Değiştir |
||||
|
DesktopFolderSkip = Atla |
||||
|
DesktopSkipped = Atlandı |
||||
|
# Documents |
||||
|
DocumentsDriveSelect = Dökümanlar klasörünün oluşturulacağı ana sürücüyü seçin |
||||
|
DocumentsFilesWontBeMoved = Dosyalar taşınmayacak |
||||
|
DocumentsFolderRequest = Dökümanlar klasörünün konumunu değiştirmek ister misiniz? |
||||
|
DocumentsFolderChange = Değiştir |
||||
|
DocumentsFolderSkip = Atla |
||||
|
DocumentsSkipped = Atlandı |
||||
|
# Downloads |
||||
|
DownloadsDriveSelect = İndirilenler klasörünün oluşturulacağı ana sürücüyü seçin |
||||
|
DownloadsFilesWontBeMoved = Dosyalar taşınmayacak |
||||
|
DownloadsFolderRequest = İndirilenler klasörünün konumunu değiştirmek ister misiniz? |
||||
|
DownloadsFolderChange = Değiştir |
||||
|
DownloadsFolderSkip = Atla |
||||
|
DownloadsSkipped = Atlandı |
||||
|
# Music |
||||
|
MusicDriveSelect = Müzikler klasörünün oluşturulacağı ana sürücüyü seçin |
||||
|
MusicFilesWontBeMoved = Dosyalar taşınmayacak |
||||
|
MusicFolderRequest = Müzikler klasörünün konumunu değiştirmek ister misiniz? |
||||
|
MusicFolderChange = Değiştir |
||||
|
MusicFolderSkip = Atla |
||||
|
MusicSkipped = Atlandı |
||||
|
# Pictures |
||||
|
PicturesDriveSelect = Resimler klasörünün oluşturulacağı ana sürücüyü seçin |
||||
|
PicturesFilesWontBeMoved = Dosyalar taşınmayacak |
||||
|
PicturesFolderRequest = Resimler klasörünün konumunu değiştirmek ister misiniz? |
||||
|
PicturesFolderChange = Değiştir |
||||
|
PicturesFolderSkip = Atla |
||||
|
PicturesSkipped = Atlandı |
||||
|
# Videos |
||||
|
VideosDriveSelect = Videolar klasörünün oluşturulacağı ana sürücüyü seçin |
||||
|
VideosFilesWontBeMoved = Dosyalar taşınmayacak |
||||
|
VideosFolderRequest = Videolar klasörünün konumunu değiştirmek ister misiniz? |
||||
|
VideosFolderChange = Değiştir |
||||
|
VideosFolderSkip = Atla |
||||
|
VideosSkipped = Atlandı |
||||
|
|
||||
|
# SetDefaultUserShellFolderLocation |
||||
|
# Desktop |
||||
|
DesktopDefaultFolder = Masaüstü klasörünün konumunu varsayılan değerle değiştirmek ister misiniz? |
||||
|
# Documents |
||||
|
DocumentsDefaultFolder = Dökümanlar klasörünün konumunu varsayılan değerle değiştirmek ister misiniz? |
||||
|
# Downloads |
||||
|
DownloadsDefaultFolder = İndirilenler klasörünün konumunu varsayılan değerle değiştirmek ister misiniz? |
||||
|
# Music |
||||
|
MusicDefaultFolder = Müzikler klasörünün konumunu varsayılan değerle değiştirmek ister misiniz? |
||||
|
# Pictures |
||||
|
PicturesDefaultFolder = Resimler klasörünün konumunu varsayılan değerle değiştirmek ister misiniz? |
||||
|
# Videos |
||||
|
VideosDefaultFolder = Videolar klasörünün konumunu varsayılan değerle değiştirmek ister misiniz? |
||||
|
|
||||
|
# ReservedStorage |
||||
|
ReservedStorageIsInUse = Ayrılmış Depolama özelliği kullanımdayken bu işlem desteklenmez `nLütfen servis işlemlerinin tamamlanmasını bekleyin ve daha sonra tekrar deneyin |
||||
|
|
||||
|
# syspin |
||||
|
syspinNoInternetConnection = İnternet bağlantısı yok |
||||
|
syspinDownloading = Syspin indiriliyor... ~20 KB |
||||
|
|
||||
|
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt |
||||
|
ControlPanelPinning = "$ControlPanelLocalizedName kısayolu başlangıca sabitleniyor" |
||||
|
DevicesPrintersPinning = "$DevicesAndPrintersLocalizedName kısayolu başlangıca sabitleniyor" |
||||
|
CMDPinning = Komut İstemi kısayolu Başlat'a sabitleniyor |
||||
|
|
||||
|
# UninstallUWPApps |
||||
|
UninstallUWPForAll = Tüm kullanıcılar için kaldır |
||||
|
UninstallUWPTitle = Kaldırılacak UWP Paketleri |
||||
|
UninstallUWPUninstallButton = Kaldır |
||||
|
|
||||
|
# WSL |
||||
|
WSLUpdateDownloading = Linux Kernel yükseltme paketi indiriliyor... ~14 MB |
||||
|
WSLUpdateInstalling = Linux Kernel yükseltme paketi yükleniyor... |
||||
|
|
||||
|
# SetAppGraphicsPerformance |
||||
|
GraphicsPerformanceTitle = Grafik performans tercihi |
||||
|
GraphicsPerformanceRequest = Seçtiğiniz bir uygulamanın grafik performansı ayarını "Yüksek performans" olarak belirlemek ister misiniz? |
||||
|
GraphicsPerformanceAdd = Ekle |
||||
|
GraphicsPerformanceSkip = Atla |
||||
|
GraphicsPerformanceFilter = *.exe|*.exe|Tüm Dosyalar (*.*)|*.* |
||||
|
GraphicsPerformanceSkipped = Atlandı |
||||
|
|
||||
|
# CreateCleanUpTask |
||||
|
CleanUpTaskToast = Kullanılmayan Windows dosyalarının ve güncellemelerin temizlenmesi bir dakika içinde başlıyor |
||||
|
CleanUpTaskDescription = Kullanılmayan Windows dosyaları ve güncellemeleri yerleşik Disk Temizleme uygulaması kullanarak temizleniyor. Şifrelenmiş komutun şifrelemesini kaldırma için şu komutu kullanın [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("string")) |
||||
|
|
||||
|
# CreateSoftwareDistributionTask |
||||
|
SoftwareDistributionTaskDescription = %SystemRoot%\\SoftwareDistribution\\Download |
||||
|
|
||||
|
# CreateTempTask |
||||
|
TempTaskDescription = %TEMP% klasörü temizleniyor |
||||
|
|
||||
|
# AddProtectedFolders |
||||
|
AddProtectedFoldersTitle = Kontrollü klasör erişimi |
||||
|
AddProtectedFoldersRequest = Kontrollü klasör erişimini etkinleştirmek ve Microsoft Defender'ın kötü amaçlı uygulamalardan ve tehditlerden koruyacağı klasörü belirtmek ister misiniz? |
||||
|
AddProtectedFoldersAdd = Ekle |
||||
|
AddProtectedFoldersSkip = Atla |
||||
|
AddProtectedFoldersDescription = Klasör seç |
||||
|
AddProtectedFoldersSkipped = Atlandı |
||||
|
|
||||
|
# RemoveProtectedFolders |
||||
|
RemoveProtectedFoldersList = Kaldırılan klasörler |
||||
|
|
||||
|
# AddAppControlledFolder |
||||
|
AddAppControlledFolderTitle = Kontrollü klasör erişimi |
||||
|
AddAppControlledFolderRequest = Kontrollü Klasör erişimine izin verilen bir uygulama belirtmek ister misiniz? |
||||
|
AddAppControlledFolderAdd = Ekle |
||||
|
AddAppControlledFolderSkip = Atla |
||||
|
AddAppControlledFolderFilter = *.exe|*.exe|Tüm Dosyalar (*.*)|*.* |
||||
|
AddAppControlledFolderSkipped = Atlandı |
||||
|
|
||||
|
# RemoveAllowedAppsControlledFolder |
||||
|
RemoveAllowedAppsControlledFolderList = İzin verilen uygulamalar kaldırıldı |
||||
|
|
||||
|
# AddDefenderExclusionFolder |
||||
|
AddDefenderExclusionFolderTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFolderRequest = Microsoft Defender kötü amaçlı yazılım taramalarının dışında tutulacak bir klasör belirtmek ister misiniz? |
||||
|
AddDefenderExclusionFolderAdd = Ekle |
||||
|
AddDefenderExclusionFolderSkip = Atla |
||||
|
AddDefenderExclusionFolderDescription = Klasör seç |
||||
|
AddDefenderExclusionFolderSkipped = Atlandı |
||||
|
|
||||
|
# RemoveDefenderExclusionFolders |
||||
|
RemoveDefenderExclusionFoldersList = Hariç tutulan klasörler kaldırıldı |
||||
|
|
||||
|
# AddDefenderExclusionFile |
||||
|
AddDefenderExclusionFileTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFileRequest = Microsoft Defender kötü amaçlı yazılım taramalarının dışında bırakılacak bir dosya belirtmek ister misiniz? |
||||
|
AddDefenderExclusionFileAdd = Ekle |
||||
|
AddDefenderExclusionFileSkip = Atla |
||||
|
AddDefenderExclusionFileFilter = Tüm Dosyalar (*.*)|*.* |
||||
|
AddDefenderExclusionFileSkipped = Atlandı |
||||
|
|
||||
|
# RemoveDefenderExclusionFiles |
||||
|
RemoveDefenderExclusionFilesList = Hariç tutulan dosyalar kaldırıldı |
||||
|
|
||||
|
# CreateEventViewerCustomView |
||||
|
EventViewerCustomViewName = Süreç Oluşturma |
||||
|
EventViewerCustomViewDescription = Süreç Oluşturma ve Komut Satırı Denetleme Olayları |
||||
|
|
||||
|
# Refresh |
||||
|
RestartWarning = Bilgisayarını yeniden başlat |
||||
|
|
||||
|
# Errors |
||||
|
ErrorsLine = Satır |
||||
|
ErrorsFile = Dosya |
||||
|
ErrorsMessage = Hatalar/Uyarılar |
||||
|
'@ |
@ -0,0 +1,182 @@ |
|||||
|
# Не видаляйте подвійні лапки в рядках з подвійними лапками, якщо вони присутні |
||||
|
|
||||
|
ConvertFrom-StringData -StringData @' |
||||
|
UnsupportedOSBitness = Скрипт підтримує тільки Windows 10 x64 |
||||
|
ControlledFolderAccessDisabled = Контрольований доступ до папок вимкнений |
||||
|
|
||||
|
# OneDrive |
||||
|
OneDriveUninstalling = Видалення OneDrive... |
||||
|
OneDriveNotEmptyFolder = "Папка $OneDriveUserFolder не порожня. Видаліть її вручну" |
||||
|
OneDriveFileSyncShell64dllBlocked = "$FileSyncShell64dll заблокований. Видаліть його вручну" |
||||
|
OneDriveInstalling = Очікуємо вигрузку файла FileSyncShell64.dll |
||||
|
OneDriveDownloading = Завантажується OneDrive... ~33 МБ |
||||
|
OneDriveNoInternetConnection = Відсутнє інтернет-з'єднання |
||||
|
|
||||
|
# TempPath |
||||
|
LOCALAPPDATAFilesBlocked = "The following files are being blocked by third-party party apps `nRemove them manually and continue" |
||||
|
LOCALAPPDATANotEmpty = "Папка $env:LOCALAPPDATA\\Temp не порожня. Очистіть її вручну і спробуйте ще раз" |
||||
|
|
||||
|
# DisableWindowsCapabilities |
||||
|
FODWindowTitle = Видалити додаткові компоненти |
||||
|
FODWindowButton = Видалити |
||||
|
DialogBoxOpening = Діалогове вікно відкривається... |
||||
|
NoData = Відсутні дані |
||||
|
|
||||
|
# WindowsSandbox |
||||
|
EnableHardwareVT = Увімкніть віртуалізацію в UEFI |
||||
|
|
||||
|
# ChangeUserShellFolderLocation |
||||
|
UserShellFolderNotEmpty = "У папці $UserShellFolderRegValue залишились файли. Перемістіть їх вручну в нове розташування" |
||||
|
RetrievingDrivesList = Отримання списку дисків... |
||||
|
# Робочий стіл |
||||
|
DesktopDriveSelect = Виберіть диск, в корені якого буде створена папка для "Робочий стіл" |
||||
|
DesktopFilesWontBeMoved = Файли не будуть перенесені |
||||
|
DesktopFolderRequest = Бажаєте змінити місце розташування папки "Робочий стіл"? |
||||
|
DesktopFolderChange = Змінити |
||||
|
DesktopFolderSkip = Пропустити |
||||
|
DesktopSkipped = Пропущено |
||||
|
# Документи |
||||
|
DocumentsDriveSelect = Виберіть диск, в корені якого буде створена папка для "Документи" |
||||
|
DocumentsFilesWontBeMoved = Файли не будуть перенесені |
||||
|
DocumentsFolderRequest = Бажаєте змінити місце розташування папки "Документи"? |
||||
|
DocumentsFolderChange = Змінити |
||||
|
DocumentsFolderSkip = Пропустити |
||||
|
DocumentsSkipped = Пропущено |
||||
|
# Завантаження |
||||
|
DownloadsDriveSelect = Виберіть диск, в корені якого буде створена папка для "Завантаження" |
||||
|
DownloadsFilesWontBeMoved = Файли не будуть перенесені |
||||
|
DownloadsFolderRequest = Бажаєте змінити місце розташування папки "Завантаження"? |
||||
|
DownloadsFolderChange = Змінити |
||||
|
DownloadsFolderSkip = Пропустити |
||||
|
DownloadsSkipped = Пропущено |
||||
|
# Музика |
||||
|
MusicDriveSelect = Виберіть диск, в корені якого буде створена папка для "Музика" |
||||
|
MusicFilesWontBeMoved = Файли не будуть перенесені |
||||
|
MusicFolderRequest = Бажаєте змінити місце розташування папки "Музика"? |
||||
|
MusicFolderChange = Змінити |
||||
|
MusicFolderSkip = Пропустити |
||||
|
MusicSkipped = Пропущено |
||||
|
# Зображення |
||||
|
PicturesDriveSelect = Виберіть диск, в корені якого буде створена папка для "Зображення" |
||||
|
PicturesFilesWontBeMoved = Файли не будуть перенесені |
||||
|
PicturesFolderRequest = Бажаєте змінити місце розташування папки "Зображення"? |
||||
|
PicturesFolderChange = Змінити |
||||
|
PicturesFolderSkip = Пропустити |
||||
|
PicturesSkipped = Пропущено |
||||
|
# Відео |
||||
|
VideosDriveSelect = Виберіть диск, в корені якого буде створена папка для "Відео" |
||||
|
VideosFilesWontBeMoved = Файли не будуть перенесені |
||||
|
VideosFolderRequest = Бажаєте змінити місце розташування папки "Відео"? |
||||
|
VideosFolderChange = Змінити |
||||
|
VideosFolderSkip = Пропустити |
||||
|
VideosSkipped = Пропущено |
||||
|
|
||||
|
# SetDefaultUserShellFolderLocation |
||||
|
# Робочий стіл |
||||
|
DesktopDefaultFolder = Бажаєте змінити місце розташування папки "Робочий стіл" на значення за замовчуванням? |
||||
|
# Документи |
||||
|
DocumentsDefaultFolder = Бажаєте змінити місце розташування папки "Документи" на значення за замовчуванням? |
||||
|
# Завантаження |
||||
|
DownloadsDefaultFolder = Бажаєте змінити місце розташування папки "Завантаження" на значення за замовчуванням? |
||||
|
# Музика |
||||
|
MusicDefaultFolder = Бажаєте змінити місце розташування папки "Музика" на значення за замовчуванням? |
||||
|
# Зображення |
||||
|
PicturesDefaultFolder = Бажаєте змінити місце розташування папки "Зображення" на значення за замовчуванням? |
||||
|
# Відео |
||||
|
VideosDefaultFolder = Бажаєте змінити місце розташування папки "Відео" на значення за замовчуванням? |
||||
|
|
||||
|
# DisableReservedStorage |
||||
|
ReservedStorageIsInUse = Ця операція не підтримується, коли використовується зарезервоване сховище. Дочекайтеся завершення будь-яких операцій з обслуговування і спробуйте ще раз. |
||||
|
|
||||
|
# syspin |
||||
|
syspinNoInternetConnection = Відсутнє інтернет-з'єднання |
||||
|
syspinDownloading = Завантажується syspin... ~20 КБ |
||||
|
|
||||
|
# PinControlPanel/PinDevicesPrinters/PinCommandPrompt |
||||
|
ControlPanelPinning = "Ярлик `"$ControlPanelLocalizedName`" закріплюється на початковому екрані" |
||||
|
DevicesPrintersPinning = "Ярлик `"$DevicesAndPrintersLocalizedName`" закріплюється на початковому екрані" |
||||
|
CMDPinning = Ярлик "Командний рядок" закріплюється на початковому екрані |
||||
|
|
||||
|
# UninstallUWPApps |
||||
|
UninstallUWPForAll = Видалити для всіх користувачів |
||||
|
UninstallUWPTitle = Видалити UWP-додатки |
||||
|
UninstallUWPUninstallButton = Видалити |
||||
|
|
||||
|
# WSL |
||||
|
WSLUpdateDownloading = Завантажується пакет оновлення ядра Linux... ~14 МБ |
||||
|
WSLUpdateInstalling = Встановлення пакета оновлення ядра Linux... |
||||
|
|
||||
|
# SetAppGraphicsPerformance |
||||
|
GraphicsPerformanceTitle = Налаштування продуктивності графіки |
||||
|
GraphicsPerformanceRequest = Встановити для будь-якої програми за вашим вибором налаштування продуктивності графіки на "Висока продуктивність"? |
||||
|
GraphicsPerformanceAdd = Додати |
||||
|
GraphicsPerformanceSkip = Пропустити |
||||
|
GraphicsPerformanceFilter = *.exe|*.exe|Всі файли (*.*)|*.* |
||||
|
GraphicsPerformanceSkipped = Пропущено |
||||
|
|
||||
|
# CreateCleanUpTask |
||||
|
CleanUpTaskToast = Очищення зайвих файлів і оновлень Windows почнеться через хвилину |
||||
|
CleanUpTaskDescription = Очищення зайвих файлів і оновлень Windows, використовуючи вбудовану програму очищення диска. Щоб розшифрувати закодований рядок використовуйте [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("рядок")) |
||||
|
|
||||
|
# CreateSoftwareDistributionTask |
||||
|
SoftwareDistributionTaskDescription = Очищення папки %SystemRoot%\\SoftwareDistribution\\Download |
||||
|
|
||||
|
# CreateTempTask |
||||
|
TempTaskDescription = Очищення папки %TEMP% |
||||
|
|
||||
|
# AddProtectedFolders |
||||
|
AddProtectedFoldersTitle = Контрольований доступ до папок |
||||
|
AddProtectedFoldersRequest = Бажаєте увімкнути контрольований доступ до папок і вказати папку, яку Захисник Microsoft буде захищати від шкідливих додатків і загроз? |
||||
|
AddProtectedFoldersAdd = Додати |
||||
|
AddProtectedFoldersSkip = Пропустити |
||||
|
AddProtectedFoldersDescription = Виберіть папку |
||||
|
AddProtectedFoldersSkipped = Пропущено |
||||
|
|
||||
|
# RemoveProtectedFolders |
||||
|
RemoveProtectedFoldersList = Видалені папки |
||||
|
|
||||
|
# AddAppControlledFolder |
||||
|
AddAppControlledFolderTitle = Контрольований доступ до папок |
||||
|
AddAppControlledFolderRequest = Указать приложение, которому разрешена работа через контролируемый доступ к папкам |
||||
|
AddAppControlledFolderAdd = Додати |
||||
|
AddAppControlledFolderSkip = Пропустити |
||||
|
AddAppControlledFolderFilter = *.exe|*.exe|Всі файли (*.*)|*.* |
||||
|
AddAppControlledFolderSkipped = Пропущено |
||||
|
|
||||
|
# RemoveAllowedAppsControlledFolder |
||||
|
RemoveAllowedAppsControlledFolderList = Видалені дозволені додатки |
||||
|
|
||||
|
# AddDefenderExclusionFolder |
||||
|
AddDefenderExclusionFolderTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFolderRequest = Вказати папку, щоб виключити її зі списку сканування Microsoft Defender? |
||||
|
AddDefenderExclusionFolderAdd = Додати |
||||
|
AddDefenderExclusionFolderSkip = Пропустити |
||||
|
AddDefenderExclusionFolderDescription = Виберіть папку |
||||
|
AddDefenderExclusionFolderSkipped = Пропущено |
||||
|
|
||||
|
# RemoveDefenderExclusionFolders |
||||
|
RemoveDefenderExclusionFoldersList = Виключені папки видалено |
||||
|
|
||||
|
# AddDefenderExclusionFile |
||||
|
AddDefenderExclusionFileTitle = Microsoft Defender |
||||
|
AddDefenderExclusionFileRequest = Вказати файл, щоб виключити його зі списку сканування Microsoft Defender? |
||||
|
AddDefenderExclusionFileAdd = Додати |
||||
|
AddDefenderExclusionFileSkip = Пропустити |
||||
|
AddDefenderExclusionFileFilter = Всі файли (*.*)|*.* |
||||
|
AddDefenderExclusionFileSkipped = Пропущено |
||||
|
|
||||
|
# RemoveDefenderExclusionFiles |
||||
|
RemoveDefenderExclusionFilesList = Виключені файли видалено |
||||
|
|
||||
|
# CreateEventViewerCustomView |
||||
|
EventViewerCustomViewName = Створення процесу |
||||
|
EventViewerCustomViewDescription = Події створення нового процесу і аудит командного рядка |
||||
|
|
||||
|
# Refresh |
||||
|
RestartWarning = Перезавантажте ваш ПК |
||||
|
|
||||
|
# Errors |
||||
|
ErrorsLine = Рядок |
||||
|
ErrorsFile = Файл |
||||
|
ErrorsMessage = Помилки/попередження |
||||
|
'@ |
Loading…
Reference in new issue