# Localized 03/29/2017 07:43 PM (GMT) 303:4.80.0411 PSGet.Resource.psd1 ######################################################################################### # # Copyright (c) Microsoft Corporation. All rights reserved. # # Localized PSGet.Resource.psd1 # ######################################################################################### ConvertFrom-StringData @' ###PSLOC InstallModulewhatIfMessage=“{1}”版本的模块“{0}” InstallScriptwhatIfMessage=脚本“{0}”的版本“{1}” UpdateModulewhatIfMessage='__OLDVERSION__' 版本的模块“{0}”,正在更新到“{1}” UpdateScriptwhatIfMessage=脚本“{0}”的版本 "__OLDVERSION__",将更新为版本“{1}” PublishModulewhatIfMessage=“{0}”版本的模块“{1}” PublishScriptwhatIfMessage=脚本“{1}”的版本“{0}” NewScriptFileInfowhatIfMessage=正在创建“{0}”PowerShell 脚本文件 UpdateScriptFileInfowhatIfMessage=正在更新“{0}”PowerShell 脚本文件 NameShouldNotContainWildcardCharacters=指定的名称“{0}”不应包含任何通配符,请更正后重试。 AllVersionsCannotBeUsedWithOtherVersionParameters=不能在同一命令中将参数 AllVersions 与 RequiredVersion、MinimumVersion 或 MaximumVersion 一起使用。 VersionRangeAndRequiredVersionCannotBeSpecifiedTogether=你不能在相同命令中使用参数 RequiredVersion 和 MinimumVersion 或 MaximumVersion。请仅在命令中指定这些参数之一。 RequiredVersionAllowedOnlyWithSingleModuleName=仅当已将不包含任何通配符的单个模块名称指定为 Name 参数的值时,才允许使用 RequiredVersion 参数。 MinimumVersionIsGreaterThanMaximumVersion=指定的 MinimumVersion“{0}”高于指定的 MaximumVersion“{1}”。 InstallModuleNeedsCurrentUserScopeParameterForNonAdminUser=在“{0}”中安装模块需要有管理员权限。请使用具有管理员权限的帐户登录到计算机,然后重试;或者通过向命令添加“-Scope CurrentUser”来安装“{1}”。你也可以尝试使用提升的权限(以管理员身份运行)来运行 Windows PowerShell 会话。 InstallScriptNeedsCurrentUserScopeParameterForNonAdminUser=在“{0}”中安装脚本需要管理员权限。请使用具有管理员权限的帐户登录到计算机,然后重试,或者通过向命令添加 "-Scope CurrentUser" 来安装“{1}”。你也可以尝试使用提升的权限来运行 Windows PowerShell 会话(以管理员身份运行)。 VersionParametersAreAllowedOnlyWithSingleName=只有当你将单个名称指定为 Name 参数的值,而不使用任何通配符时,才允许使用 RequiredVersion、MinimumVersion、MaximumVersion 或 AllVersions 参数。 PathIsNotADirectory=指定的路径“{0}”不是有效的目录。 ModuleAlreadyInstalled=已在“{2}”位置安装了“{0}”版本的模块“{1}”。若要删除版本“{3}”并安装版本“{4}”,请运行 Install-Module 并添加 -Force 参数。 ScriptAlreadyInstalled=脚本“{1}”的版本“{0}”已安装在“{2}”上。若要删除版本“{3}”并安装版本“{4}”,请运行 Install-Script,并添加 -Force 参数。 CommandAlreadyAvailable=名为“{0}”的命令已在此系统上可用。此脚本(“{0}”)可能会替代现有命令。如果你仍要安装此脚本(“{0}”),请使用 -Force 参数。 ModuleAlreadyInstalledSxS=已在“{2}”上安装“{0}”版本的模块“{1}”。若要安装版本“{3}”,请运行 Install-Module 并添加 -Force 参数。此命令将同时安装版本“{4}”和版本“{5}”。 ModuleAlreadyInstalledVerbose=已在 {2} 位置安装版本“{0}”版本的模块“{1}”。 ScriptAlreadyInstalledVerbose=脚本“{1}”的版本“{0}”已安装在“{2}”上。 ModuleWithRequiredVersionAlreadyInstalled=已在“{2}”安装模块“{1}”的版本“{0}”。若要重新安装此“{3}”版本,请使用 -Force 参数运行 Install-Module 或 Updated-Module cmdlet。 InvalidPSModule=无法安装或更新模块“{0}”,因为它的格式不正确。 InvalidPowerShellScriptFile=无法安装或更新脚本“{0}”,因为它不是格式正确的脚本。 InvalidAuthenticodeSignature=无法安装或更新模块“{0}”,因为文件“{1}”的 Authenticode 签名无效。 ModuleNotInstalledOnThisMachine=未更新模块“{0}”,因为在模块目录中找不到有效的模块。请验证该模块是否位于 $env:PSModulePath 指定的文件夹中。 ScriptNotInstalledOnThisMachine=未更新脚本“{0}”,因为在脚本目录“{1}”和“{2}”中找不到有效的脚本。 AdminPrivilegesRequiredForUpdate=无法更新模块“{0}”(安装在“{1}”位置),因为更改该目录需要有管理员权限。请使用具有管理员权限的帐户登录到计算机,然后重试。你也可以尝试使用提升的权限(以管理员身份运行)来运行 Windows PowerShell 会话。 AdminPrivilegesRequiredForScriptUpdate=无法更新脚本“{0}”(安装在“{1}”位置),因为更改该脚本需要管理员权限。请使用具有管理员权限的帐户登录到计算机,然后重试。你也可以尝试使用提升的权限来运行 Windows PowerShell 会话(以管理员身份运行)。 ModuleNotInstalledUsingPowerShellGet=模块“{0}”不是使用 Install-Module 安装的,因此无法更新该模块。 ScriptNotInstalledUsingPowerShellGet=脚本“{0}”未使用 Install-Script 安装,因此无法更新。 DownloadingModuleFromGallery=正在从存储库“{2}”下载版本为“{1}”的模块“{0}”。 DownloadingScriptFromGallery=正在从存储库“{2}”下载版本为“{1}”的脚本“{0}”。 NoUpdateAvailable=找不到适用于模块“{0}”的更新。 NoScriptUpdateAvailable=找不到模块“{0}”的更新。 FoundModuleUpdate=已找到适用于“{0}”版本的模块“{1}”的更新。 FoundScriptUpdate=找不到版本为“{1}”的脚本“{0}”的更新。 InvalidPSModuleDuringUpdate=模块“{0}”未更新,因为存储库“{1}”中的该模块不是有效的 Windows PowerShell 模块。 ModuleGotUpdated=已成功更新模块“{0}”。 TestingModuleInUse=正在测试要更新的模块是否正在使用中。 ModuleDestination=将在“{0}”中安装指定的模块。 ScriptDestination=指定的脚本将安装在“{0}”中,其依赖模块将安装在“{1}”中。 ModuleIsInUse=模块“{0}”当前正在使用中。 ModuleInstalledSuccessfully=模块“{0}”已成功安装到路径“{1}”中。 ModuleSavedSuccessfully=模块“{0}”已成功保存到路径“{1}”中。 ScriptInstalledSuccessfully=脚本“{0}”已成功安装到路径“{1}”中。 ScriptSavedSuccessfully=脚本“{0}”已成功保存到路径“{1}”中。 CheckingForModuleUpdate=正在检查适用于模块“{0}”的更新。 CheckingForScriptUpdate=正在检查脚本“{0}”的更新。 ModuleInUseWithProcessDetails=“{0}”版本的模块“{1}”当前正在使用中。请在关闭以下应用程序后重试操作:“{2}”。 ModuleVersionInUse=模块“{1}”的版本“{0}”当前正在使用中。请在关闭应用程序后重试该操作。 ModuleNotAvailableLocally=未发布指定的模块“{0}”,因为在任何模块目录中都找不到具有该名称的模块。 InvalidModulePathToPublish=未发布路径为“{0}”的指定模块,因为该路径找不到任何有效的模块。 ModuleWithRequiredVersionNotAvailableLocally=指定的版本为“{1}”的模块“{0}”未发布,因为未在任何模块目录中找到具有该名称和版本的模块。 AmbiguousModuleName=名为“{0}”的模块在多个路径下存在。请添加 -RequiredVersion 参数或 -Path 参数以指定要发布的模块。 AmbiguousModulePath=指定模块路径“{0}”下有多个可用的版本。请指定要发布的模块的完整路径。 PublishModuleLocation=在“{1}”中找到了模块“{0}”。 InvalidModuleToPublish=无法发布模块“{0}”,因为它没有模块清单文件。发布之前,请运行 New-ModuleManifest -Path <路径名> 创建包含元数据的模块清单。 MissingRequiredManifestKeys=无法发布模块“{0}”,因为它缺少必需的元数据。请验证模块清单是否指定了 Description 和 Author。 ModuleVersionShouldBeGreaterThanGalleryVersion=Module '{0}' with version '{1}' cannot be published. The version must exceed the current version '{2}' that exists in the repository '{3}', or you must specify -Force. ModuleVersionIsAlreadyAvailableInTheGallery=The module '{0}' with version '{1}' cannot be published as the current version '{2}' is already available in the repository '{3}'. CouldNotInstallNuGetProvider=需要使用 NuGet 提供程序来与基于 NuGet 的存储库交互。请确保已安装 NuGet 提供程序“{0}”或更高版本。 CouldNotInstallNuGetExe=需要使用 NuGet.exe 来与基于 NuGet 的存储库交互。请确保在 PATH 环境变量值所指定的某个路径下提供了 NuGet.exe。 CouldNotInstallNuGetBinaries2=PowerShellGet 需要使用 NuGet.exe 以及 NuGet 提供程序“{0}”或更高版本来与基于 NuGet 的存储库交互。请确保已安装 NuGet 提供程序“{0}”或更高版本,并且在 PATH 环境变量值所指定的某个路径下提供了 NuGet.exe。 InstallNuGetProviderShouldContinueQuery=PowerShellGet 需要使用 NuGet 提供程序“{0}”或更高版本来与基于 NuGet 的存储库交互。必须在“{1}”或“{2}”中提供 NuGet 提供程序。也可以通过运行 'Install-PackageProvider -Name NuGet -MinimumVersion {0} -Force' 安装 NuGet 提供程序。是否要让 PowerShellGet 立即安装并导入 NuGet 提供程序? InstallNuGetBinariesShouldContinueQuery2=PowerShellGet 需要使用 NuGet.exe 以及 NuGet 提供程序版本“{0}”或更高版本来与基于 NuGet 的存储库交互。NuGet 提供程序必须在“{1}”或“{2}”中提供。你还可以通过运行 'Install-PackageProvider -Name NuGet -MinimumVersion {0} -Force' 安装 NuGet 提供程序。NuGet.exe 必须在“{3}”或“{4}”中提供,或者位于 PATH 环境变量值所指定的某个路径下。 NuGet.exe 可以从 http://nuget.org/nuget.exe 下载。是否要让 PowerShellGet 立即安装 NuGet.exe 和 NuGet 提供程序? InstallNuGetExeShouldContinueQuery=PowerShellGet 需要使用 NuGet.exe 将项目发布到基于 NuGet 的存储库。NuGet.exe 必须在“{0}”或“{1}”中提供,或者位于 PATH 环境变量值所指定的某个路径下。 NuGet.exe 可以从 http://nuget.org/nuget.exe 下载。是否要让 PowerShellGet 立即安装 NuGet.exe? InstallNuGetBinariesShouldContinueCaption2=需要使用 NuGet.exe 和 NuGet 提供程序来继续操作 InstallNuGetProviderShouldContinueCaption=需要使用 NuGet 提供程序来继续操作 InstallNuGetExeShouldContinueCaption=需要使用 NuGet.exe 来继续操作 DownloadingNugetExe=正在安装 NuGet.exe。 DownloadingNugetProvider=正在安装 NuGet 提供程序。 ModuleNotFound=找不到模块“{0}”。 NoMatchFound=未找到指定搜索条件和模块名称“{0}”的匹配项。 NoMatchFoundForScriptName=找不到指定搜索条件和模块名称“{0}”的匹配项。 FailedToCreateCompressedModule=无法生成模块“{0}”的压缩文件。 FailedToPublish=无法发布模块“{0}”:“{1}”。 PublishedSuccessfully=已成功将模块“{0}”发布到模块发布位置“{1}”。请等待几分钟,以便“{2}”显示在搜索结果中。 InvalidWebUri=为参数“{1}”指定的 URI“{0}”是无效的 Web URI。请确保它符合 Web URI 要求。 RepositoryAlreadyRegistered=无法注册存储库,因为存在 Name 为“{0}”、SourceLocation 为“{1}”的已注册存储库。若要注册 Name 为“{2}”的另一个存储库,请使用 Unregister-PSRepository cmdlet 注销现有存储库。 RepositoryToBeUnregisteredNotFound=未删除存储库“{0}”,因为找不到具有该名称的存储库。请运行 Get-PSRepository,并确保存在同名的存储库。 RepositoryCannotBeUnregistered=无法注销指定的存储库“{0}”。 RepositoryNotFound=找不到名为“{0}”的存储库。 PSGalleryNotFound=找不到存储库“{0}”。请使用 Get-PSRepository 查看所有可用的存储库。请在指定有效的存储库名称后重试。你可以使用 "Register-PSRepository -Default" 注册 PSGallery 存储库。 ParameterIsNotAllowedWithPSGallery=PSGallery 存储库已预定义位置。不允许使用“{0}”参数,请在删除“{0}”参数后重试。 UseDefaultParameterSetOnRegisterPSRepository=请使用 "Register-PSRepository -Default" 注册 PSGallery 存储库。 RepositoryNameContainsWildCards=存储库名称“{0}”不应包含通配符,请更正该错误,然后重试。 InvalidRepository=指定的存储库“{0}”不是有效的已注册存储库名称。请确保“{1}”是已注册的存储库。 RepositoryRegistered=已成功注册源位置为“{1}”的存储库“{0}”。 RepositoryUnregistered=已成功注销存储库“{0}”。 PSGalleryPublishLocationIsMissing=指定的存储库“{0}”没有有效的 PublishLocation。请使用 Set-PSRepository cmdlet 将存储库“{1}”的 PublishLocation 设置为有效的 NuGet 发布终结点,然后重试。 PSRepositoryScriptPublishLocationIsMissing=指定的存储库“{0}”没有有效的 ScriptPublishLocation。请使用 Set-PSRepository cmdlet 将存储库“{1}”的 ScriptPublishLocation 设置为有效的 NuGet 发布终结点,然后重试。 ScriptSourceLocationIsMissing=指定的存储库“{0}”中没有有效的 ScriptSourceLocation。请使用 Set-PSRepository cmdlet 将存储库“{0}”的 ScriptSourceLocation 设置为脚本的有效 NuGet 终结点,然后重试。 PublishModuleSupportsOnlyNuGetBasedPublishLocations=Publish-Module 仅支持基于 NuGet 的发布位置。存储库“{1}”的 PublishLocation“{0}”不是基于 NuGet 的发布位置。请使用 Set-PSRepository cmdlet 将存储库“{1}”的 PublishLocation 设置为有效的 NuGet 发布终结点,然后重试。 PublishScriptSupportsOnlyNuGetBasedPublishLocations=Publish-Script 仅支持基于 NuGet 的发布位置。存储库“{1}”的 ScriptPublishLocation“{0}”不是基于 NuGet 的发布位置。请使用 Set-PSRepository cmdlet 将存储库“{1}”的 ScriptPublishLocation 设置为有效的 NuGet 发布终结点,然后重试。 DynamicParameterHelpMessage=使用 PackageManagement 提供程序“{1}”和源位置“{2}”时,需要为 Find-Module 和 Install-Module 提供动态参数“{0}”。请输入“{3}”动态参数的值: ProviderApiDebugMessage=在 PowerShellGet 提供程序中 -“{0}”。 ModuleUninstallNotSupported=不支持卸载模块。若要删除模块,请删除模块文件夹。 FastPackageReference=FastPackageReference 为“{0}”。 PackageManagementProviderIsNotAvailable=指定的 PackageManagement 提供程序“{0}”不可用。 SpecifiedSourceName=正在使用指定的源名称:“{0}”。 SpecifiedLocationAndOGP=指定的位置为“{0}”,PackageManagementProvider 为“{1}”。 NoSourceNameIsSpecified=未指定 -Repository 参数。PowerShellGet 将使用所有已注册的存储库。 GettingPackageManagementProviderObject=正在为 PackageManagement 提供程序“{0}”获取提供程序对象。 InvalidInputObjectValue=为 InputObject 参数指定的值无效。 SpecifiedInstallationScope=安装范围已指定为“{0}”。 SourceLocationValueForPSGalleryCannotBeChanged=无法更改 PSGallery 存储库的 SourceLocation 值。 PublishLocationValueForPSGalleryCannotBeChanged=无法更改 PSGallery 存储库的 PublishLocation 值。 SpecifiedProviderName=指定的 PackageManagement 提供程序名称“{0}”。 ProviderNameNotSpecified=用户未指定 PackageManagement 提供程序名称,将尝试使用提供程序名称“{0}”。 SpecifiedProviderNotAvailable=指定的 PackageManagement 提供程序“{0}”不可用。 SpecifiedProviderDoesnotSupportPSModules=指定的 PackageManagement 提供程序“{0}”不支持 PowerShell 模块。PackageManagement 提供程序必须支持 'supports-powershell-modules' 功能。 PollingPackageManagementProvidersForLocation=正在轮询可用的 PackageManagement 提供程序,目的是查找能够支持指定源位置“{0}”的提供程序。 PollingSingleProviderForLocation=正在使用 PackageManagement 提供程序“{1}”解析源位置“{0}”。 FoundProviderForLocation=PackageManagement 提供程序“{0}”支持源位置“{1}”。 SpecifiedLocationCannotBeRegistered=无法注册指定的位置“{0}”。 RepositoryDetails=存储库详细信息: Name =“{0}”;Location =“{1}”;IsTrusted =“{2}”;IsRegistered =“{3}”。 NotSupportedPowerShellGetFormatVersion=当前版本的 PowerShellGet 不支持 PowerShellGetFormatVersion 为“{1}”的指定模块“{0}”。请获取最新版本的 PowerShellGet 模块,以便安装此模块,“{2}”。 NotSupportedPowerShellGetFormatVersionScripts=当前版本的 PowerShellGet 不支持 PowerShellGetFormatVersion 为“{1}”的指定脚本“{0}”。请获取最新版本的 PowerShellGet 模块,以便安装脚本“{2}”。 PathNotFound=找不到路径“{0}”,因为该路径不存在。 ModuleIsNotTrusted=不受信任的模块“{0}”。 ScriptIsNotTrusted=不受信任的脚本“{0}”。 SkippedModuleDependency=由于已在模块依赖项列表中跳过了依赖模块“{0}”,用户可能不知道如何安装它。 MissingExternallyManagedModuleDependency=外部托管的依赖模块“{0}”未安装在此计算机上。若要使用当前模块“{1}”,请确保已安装其依赖模块“{2}”。 ExternallyManagedModuleDependencyIsInstalled=外部托管的依赖模块“{0}”已安装在此计算机上。 ScriptMissingExternallyManagedModuleDependency=外部托管的依赖模块“{0}”未安装在此计算机上。若要使用当前脚本“{1}”,请确保已安装其依赖模块“{2}”。 ScriptMissingExternallyManagedScriptDependency=外部托管的依赖模块“{0}”未安装在此计算机上。若要使用当前脚本“{1}”,请确保已安装其依赖脚本“{2}”。 ScriptExternallyManagedScriptDependencyIsInstalled=外部托管的依赖脚本“{0}”已安装在此计算机上。 UnableToResolveModuleDependency=PowerShellGet 无法解析存储库“{2}”中模块“{1}”的模块依赖项“{0}”。请确保依赖模块“{3}”在存储库“{4}”中可用。如果此依赖模块“{5}”在外部托管,请将其添加到模块清单的 PSData 节的 ExternalModuleDependencies 项中。 FindingModuleDependencies=正在从存储库“{2}”中查找“{1}”版本的模块“{0}”的模块依赖项。 InstallingDependencyModule=正在为模块“{2}”安装版本为“{1}”的依赖模块“{0}”。 InstallingDependencyScript=正在为脚本“{2}”安装版本为“{1}”的依赖脚本“{0}”。 SavingDependencyModule=正在为模块“{2}”保存版本为“{1}”的依赖关系模块“{0}”。 SavingDependencyScript=正在为脚本“{2}”保存版本为“{1}”的依赖脚本“{0}”。 ModuleUninstallationSucceeded=已成功从模块基本目录“{1}”中卸载模块“{0}”。 ScriptUninstallationSucceeded=已从脚本库“{1}”成功卸载脚本“{0}”。 AdminPrivilegesRequiredForUninstall=无法从“{1}”卸载模块“{0}”,因为从该文件夹卸载需要有管理员权限。请使用具有管理员权限的帐户登录到计算机,然后重试。你也可以使用提升权限尝试运行 Windows PowerShell 会话(以管理员身份运行)。 AdminPrivilegesRequiredForScriptUninstall=无法从“{1}”卸载脚本“{0}”,因为从该文件夹卸载需要管理员权限。请使用具有管理员权限的帐户登录到计算机,然后重试。你也可以使用提升权限尝试运行 Windows PowerShell 会话(以管理员身份运行)。 ModuleUninstallationNotPossibleAsItIsNotInstalledUsingPowerShellGet=此计算机上的模块“{0}”不是使用 PowerShellGet cmdlet 或 PowerShellGet 提供程序安装的,因此无法卸载。 ScriptUninstallationNotPossibleAsItIsNotInstalledUsingPowerShellGet=脚本“{0}”不是使用 PowerShellGet cmdlet 或 PowerShellGet 提供程序安装在此计算机上的,因此无法卸载。 UnableToUninstallModuleVersion=模块基本文件夹“{2}”中版本为“{1}”的模块“{0}”是在不支持并行版本的情况下安装的。此模块基本文件夹中的某些版本是在支持并行版本的情况下安装的。请在卸载最新版本之前,先卸载此模块的其他版本。 UnableToUninstallAsOtherModulesNeedThisModule=无法卸载模块库文件夹“{2}”中版本为“{1}”的模块“{0}”,因为有一个或多个其他模块“{3}”依赖于此模块。请在卸载模块“{4}”之前,先卸载依赖于此模块的模块。 UnableToUninstallAsOtherScriptsNeedThisScript=无法卸载脚本库文件夹“{2}”中版本为“{1}”的脚本“{0}”,因为有一个或多个其他脚本“{3}”依赖于此脚本。请在卸载脚本“{4}”之前,先卸载依赖于此脚本的脚本。 RepositoryIsNotTrusted=不受信任的存储库 QueryInstallUntrustedPackage=你正在从不受信任的存储库安装模块。如果你信任该存储库,请通过运行 Set-PSRepository cmdlet 更改其 InstallationPolicy 值。是否确实要从“{1}”安装模块? QueryInstallUntrustedScriptPackage=你将从不受信任的存储库安装脚本。如果你信任该存储库,请通过运行 Set-PSRepository cmdlet 更改其 InstallationPolicy 值。是否确实要从“{1}”安装脚本? QuerySaveUntrustedPackage=你正在从不受信任的存储库下载模块。如果你信任该存储库,请通过运行 Set-PSRepository cmdlet 更改其 InstallationPolicy 值。是否确实要从“{1}”下载模块? QuerySaveUntrustedScriptPackage=你将从不受信任的存储库下载脚本。如果你信任该存储库,请通过运行 Set-PSRepository cmdlet 更改其 InstallationPolicy 值。是否确实要从“{1}”下载脚本? SourceNotFound=找不到存储库“{0}”。请使用 Get-PSRepository 来查看所有可用存储库。 PSGalleryApiV2Deprecated=PowerShell Gallery v2 已弃用。请运行 "Update-Module -Name PowerShellGet",以便更新到 PowerShell Gallery v3。有关详细信息,请访问我们的网站,网址为 "https://www.powershellgallery.com"。 PSGalleryApiV2Discontinued=PowerShell Gallery v2 已停用。请运行 "Update-Module -Name PowerShellGet",以便更新到 PowerShell Gallery v3。有关详细信息,请访问我们的网站,网址为 "https://www.powershellgallery.com"。 PowerShellGalleryUnavailable=PowerShell 库当前不可用。请稍后再试。 PowerShellGetModuleIsNotInstalledProperly=PowerShellGet 模块未正确安装。请确保 PowerShellGet 模块只有一个实例或版本安装在路径“{0}”中。 PowerShelLGetModuleGotUpdated=已成功更新 PowerShellGet 模块。重新启动该进程即可使用 PowerShellGet 模块的更新版本。 TagsShouldBeIncludedInManifestFile=模块清单文件(.psd1)现在支持标记。请使用最新的标记更改来更新“{1}”中模块“{0}”的模块清单文件。你可以运行 Update-ModuleManifest -Tags 以使用标记来更新清单。 ReleaseNotesShouldBeIncludedInManifestFile=模块清单文件(.psd1)现在支持 ReleaseNotes。请使用最新的 ReleaseNotes 更改来更新“{1}”中模块“{0}”的模块清单文件。你可以运行 Update-ModuleManifest -ReleaseNotes 以使用 ReleaseNotes 来更新清单。 LicenseUriShouldBeIncludedInManifestFile=模块清单文件(.psd1)现在支持 LicenseUri。请使用最新的 LicenseUri 更改来更新模块“{0}”的模块清单文件。你可以运行 Update-ModuleManifest -LicenseUri 以使用 LicenseUri 来更新清单。 IconUriShouldBeIncludedInManifestFile=模块清单文件(.psd1)现在支持 IconUri。请使用最新的 IconUri 更改来更新“{1}”中模块“{0}”的模块清单文件。你可以运行 Update-ModuleManifest -IconUri 以使用 IconUri 来更新清单。 ProjectUriShouldBeIncludedInManifestFile=模块清单文件(.psd1)现在支持 ProjectUri。请使用最新的 ProjectUri 更改来更新模块“{1}”中模块“{0}”的模块清单文件。你可以运行 Update-ModuleManifest -ProjectUri 以使用 ProjectUri 来更新清单。 ShouldIncludeFunctionsToExport=此模块(“{0}”)包含导出的函数。最佳做法是在模块清单文件(.psd1)中包含导出的函数。你可以运行 Update-ModuleManifest -FunctionsToExport 以使用 ExportedFunctions 字段来更新清单。 ShouldIncludeCmdletsToExport=此模块(“{0}”)包含导出的 cmdlet。最佳做法是在模块清单文件(.psd1)中包含导出的 cmdlet。你可以运行 Update-ModuleManifest -CmdletsToExport 以使用 ExportedCmdlets 字段来更新清单。 ShouldIncludeDscResourcesToExport=此模块(“{0}”)包含导出的 DscResources。最佳做法是在模块清单文件(.psd1)中包含导出的 DSC 资源。如果你的 PowerShell 版本高于 5.0,请运行 Update-ModuleManifest -DscResourcesToExport 以使用 ExportedDscResources 字段来更新清单。 UpdateModuleManifestPathCannotFound=无法正确加载清单文件“{0}”。请指定正确的清单路径。 UpdatedModuleManifestNotValid=由于清单无效,无法更新清单文件“{0}”。请确保清单文件有效,然后重试。“{1}” ExportedDscResourcesNotSupportedOnLowerPowerShellVersion=版本低于 5.0 的 PowerShell 不支持在模块清单中包含 ExportedDscResources 属性。请删除参数 'DscResourcesToExport' 的值,然后重试。 CompatiblePSEditionsNotSupportedOnLowerPowerShellVersion=5.1 以前的 PowerShell 版本上的模块清单不支持 CompatiblePSEditions 属性。请删除参数 "CompatiblePSEditions" 的值,然后重试。 ExternalModuleDependenciesNotSpecifiedInRequiredOrNestedModules=“{0}”已列在 ExternalModuleDependencies 中,但在 RequiredModules 或 NestedModules 属性中找不到。请确保 ExternalModuleDependencies 需要此模块,然后将它添加到 NestedModules 或 RequiredModules。 TestModuleManifestFail=无法正确更新清单。“{0}” PackageManagementProvidersNotInModuleBaseFolder=在模块基本目录“{1}”中找不到 PackageManagementProvider“{0}”。请验证指定的 PackageManagementProvider 是否在模块基本目录中。 UpdateManifestContentMessage=使用新内容更新清单文件: InvalidPackageManagementProviderValue=PackageManagementProvider 值不能为“{0}”。提供程序名称的有效值包含“{1}”,此参数的默认值为“{2}”。 PowerShellGetUpdateIsNotSupportedOnLowerPSVersions=仅在 PowerShell 5.0 和更高版本中支持 PowerShellGet 模块的自我更新。PowerShell 3.0 或 4.0 不支持该功能。 ScriptVersionShouldBeGreaterThanGalleryVersion=Script '{0}' with version '{1}' cannot be published. The version must exceed the current version '{2}' that exists in the repository '{3}', or you must specify -Force. ScriptVersionIsAlreadyAvailableInTheGallery=The script '{0}' with version '{1}' cannot be published as the current version '{2}' is already available in the repository '{3}'. ScriptParseError=指定的脚本文件“{0}”存在分析错误,请在修复分析错误后重试。 InvalidScriptToPublish=无法发布脚本文件“{0}”,因为该文件没有所需的脚本元数据。请运行 Update-ScriptFileInfo -Path“{1}”,以添加脚本元数据。 FailedToCreateCompressedScript=无法生成脚本“{0}”的压缩文件。 FailedToPublishScript=无法发布脚本“{0}”:“{1}”。 PublishedScriptSuccessfully=已将脚本“{0}”成功发布到发布位置“{1}”。请等待几分钟,以便“{2}”显示在搜索结果中。 UnableToResolveScriptDependency=PowerShellGet 无法解析存储库“{3}”上的脚本“{2}”的 {0} 依赖项“{1}”。请验证依赖的 {0}“{1}”是否在存储库“{3}”中可用。如果这个依赖的 {0}“{1}”是在外部管理的,请将其添加到脚本元数据中的“{4}”条目。 InvalidVersion=无法将值“{0}”转换为类型 'System.Version'。 InvalidGuid=无法将值“{0}”转换为类型 'System.Guid'。 InvalidParameterValue=为参数“{1}”指定的值“{0}”无效。请确保该值不包含 '<#' 或 '#>'。 MissingPSScriptInfo=脚本文件“{0}”中未指定 PSScriptInfo,请使用 Update-ScriptFileInfo (带 -Force)或 New-ScriptFileInfo cmdlet 将 PSScriptInfo 添加到脚本文件。 MissingRequiredPSScriptInfoProperties=脚本“{0}”缺少必需的元数据属性。请验证脚本文件是否具有 Version、Guid、Description 和 Author 属性。你可以使用 Update-ScriptFileInfo 或 New-ScriptFileInfo cmdlet 将 PSScriptInfo 添加或更新到脚本文件。 SkippedScriptDependency=由于依赖脚本“{0}”在脚本依赖项列表中被跳过,因此用户可能不知道如何安装它。 SourceLocationPathsForModulesAndScriptsShouldBeEqual=SourceLocation“{0}”和 ScriptSourceLocation“{1}”对于基于 SMB 共享或本地目录的存储库应该是相同的。 SourceLocationUrisForModulesAndScriptsShouldBeDifferent=SourceLocation“{0}”和 ScriptSourceLocation“{1}”对于基于 URI 的存储库应该是相同的。 PublishLocationPathsForModulesAndScriptsShouldBeEqual=PublishLocation“{0}”和 ScriptPublishLocation“{1}”对于基于 SMB 共享或本地目录的存储库应该是相同的。 SpecifiedNameIsAlearyUsed=指定名称“{0}”已用于指定存储库“{1}”中的其他项目。请运行 '{2} -Name {0} -Repository {1}',以查看指定名称“{0}”是否已被使用。 InvalidScriptFilePath=脚本文件路径“{0}”无效。Path 参数的值必须解析为一个扩展名为 '.ps1' 的文件。请更改 Path 参数的值,使之指向有效的 ps1 文件,然后重试。 NuGetApiKeyIsRequiredForNuGetBasedGalleryService=需要 NuGetApiKey 才能将模块或脚本文件发布到发布位置为“{1}”的指定存储库“{0}”。请在为 NuGetApiKey 参数指定有效的值后重试。若要获取 API 密钥,请查看你的配置文件页。 ScriptFileExist=指定的脚本文件“{0}”已存在。 PublishPSArtifactUnsupportedOnNano=Nano 服务器不支持 Publish-{0}。 InvalidEnvironmentVariableName=指定的环境变量名“{0}”超过了允许的“{1}”字符限制。 PublishLocation=发布位置:“{0}”。 ScriptPATHPromptCaption=PATH 环境变量更改 ScriptPATHPromptQuery=尚未为你的系统配置默认脚本安装路径,这意味着你只能通过指定脚本文件的完整路径来运行脚本。此操作会将脚本放入文件夹“{0}”中,并将该文件夹添加到 PATH 环境变量。是否要将脚本安装路径“{0}”添加到 PATH 环境变量? AddedScopePathToProcessSpecificPATHVariable=已将“{1}”作用域的脚本安装位置“{0}”添加到进程特定的 PATH 环境变量。 AddedScopePathToPATHVariable=已将“{1}”作用域的脚本安装位置“{0}”添加到 PATH 环境变量。 FilePathInFileListNotWithinModuleBase=FileList 中定义的路径“{0}”不在模块库“{1}”中。请提供正确的 FileList 参数,然后重试。 ManifestFileReadWritePermissionDenied=当前用户对文件“{0}”没有读写权限。请检查文件权限,然后重试。 MissingTheRequiredPathOrPassThruParameter=需要使用 Path 或 PassThru 参数来创建脚本文件信息。如果指定了 Path 参数,将使用脚本文件信息创新的脚本文件。如果指定了 PassThru 参数,将返回脚本文件信息。请在指定了所需参数后重试。 DescriptionParameterIsMissingForAddingTheScriptFileInfo=缺少用于将元数据添加到脚本文件的 Description 参数。请在指定 Description 后重试。 UnableToAddPSScriptInfo=无法将 PSScriptInfo 添加到脚本文件“{0}”。你可以使用 New-ScriptFileInfo cmdlet 将元数据添加到现有脚本文件。 RegisterVSTSFeedAsNuGetPackageSource=发布到 VSTS 包管理源“{0}”时,需要将其注册为 NuGet 包源。请按照“{1}”处指定的说明将此源(“{0}”)添加为 NuGet 包源,然后重试 InvalidModuleAuthenticodeSignature=无法安装或更新模块“{0}”,因为文件“{1}”的 Authenticode 签名无效。 InvalidCatalogSignature=The module '{0}' cannot be installed because the catalog signature in '{1}' does not match the hash generated from the module. AuthenticodeIssuerMismatch=Authenticode issuer '{0}' of the new module '{1}' with version '{2}' is not matching with the authenticode issuer '{3}' of the previously-installed module '{4}' with version '{5}'. If you still want to install or update, use -SkipPublisherCheck parameter. ModuleCommandAlreadyAvailable=A command with name '{0}' is already available on this system. This module '{1}' may override the existing commands. If you still want to install this module '{1}', use -AllowClobber parameter. CatalogFileFound=Found the catalog file '{0}' in the module '{1}' contents. CatalogFileNotFoundInAvailableModule=Catalog file '{0}' is not found in the contents of the previously-installed module '{1}' with the same name. CatalogFileNotFoundInNewModule=Catalog file '{0}' is not found in the contents of the module '{1}' being installed. ValidAuthenticodeSignature=Valid authenticode signature found in the catalog file '{0}' for the module '{1}'. ValidAuthenticodeSignatureInFile=Valid authenticode signature found in the file '{0}' for the module '{1}'. ValidatingCatalogSignature=Validating the '{0}' module files for catalog signing using the catalog file '{1}'. AuthenticodeIssuerMatch=Authenticode issuer '{0}' of the new module '{1}' with version '{2}' matches with the authenticode issuer '{3}' of the previously-installed module '{4}' with version '{5}'. ValidCatalogSignature=The catalog signature in '{0}' of the module '{1}' is valid and matches with the hash generated from the module contents. SkippingPublisherCheck=Skipping the Publisher check for the version '{0}' of module '{1}'. SourceModuleDetailsForPublisherValidation=For publisher validation, using the previously-installed module '{0}' with version '{1}' under '{2}' with publisher name '{3}'. Is this module signed by Microsoft: '{4}'. NewModuleVersionDetailsForPublisherValidation=For publisher validation, current module '{0}' with version '{1}' with publisher name '{2}'. Is this module signed by Microsoft: '{3}'. PublishersMatch=Publisher '{0}' of the new module '{1}' with version '{2}' matches with the publisher '{3}' of the previously-installed module '{4}' with version '{5}'. Both versions are signed with a Microsoft root certifacte. PublishersMismatch=A Microsoft-signed module named '{0}' with version '{1}' that was previously installed conflicts with the new module '{2}' from publisher '{3}' with version '{4}'. Installing the new module may result in system instability. If you still want to install or update, use -SkipPublisherCheck parameter. ModuleIsNotCatalogSigned=The version '{0}' of the module '{1}' being installed is not catalog signed. Ensure that the version '{0}' of the module '{1}' has the catalog file '{2}' and signed with the same publisher '{3}' as the previously-installed module '{0}' with version '{4}' under the directory '{5}'. If you still want to install or update, use -SkipPublisherCheck parameter. ###PSLOC '@