dotnet-installer/src/dotnet/commands/dotnet-tool/install/xlf/LocalizableStrings.zh-Hans.xlf
2018-03-28 17:46:34 -07:00

126 lines
No EOL
6.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="InstallationSucceeded">
<source>You can invoke the tool using the following command: {0}
Tool '{1}' (version '{2}') was successfully installed.</source>
<target state="translated">如果没有其他说明,可键入以下命令来调用该工具: {0}
已成功安装工具“{1}”(版本“{2}”)。</target>
<note />
</trans-unit>
<trans-unit id="PackageIdArgumentDescription">
<source>NuGet Package Id of the tool to install.</source>
<target state="translated">要安装的工具的 NuGet 包 ID。</target>
<note />
</trans-unit>
<trans-unit id="CommandDescription">
<source>Installs a tool for use on the command line.</source>
<target state="translated">安装在命令行上使用的工具。</target>
<note />
</trans-unit>
<trans-unit id="ConfigFileOptionDescription">
<source>The NuGet configuration file to use.</source>
<target state="translated">要使用的 NuGet 配置文件。</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
<source>The target framework to install the tool for.</source>
<target state="translated">要安装工具的目标框架。</target>
<note />
</trans-unit>
<trans-unit id="VersionOptionDescription">
<source>Version of the tool package in NuGet.</source>
<target state="translated">NuGet 中工具包的版本。</target>
<note />
</trans-unit>
<trans-unit id="PackageIdArgumentName">
<source>PACKAGE_ID</source>
<target state="translated">PACKAGE_ID</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageId">
<source>Please specify one tool Package Id to install.</source>
<target state="translated">请指定一个要安装的工具包 ID。</target>
<note />
</trans-unit>
<trans-unit id="GlobalOptionDescription">
<source>Install user wide.</source>
<target state="translated">安装用户范围。</target>
<note />
</trans-unit>
<trans-unit id="InstallFullCommandNameLocalized">
<source>.NET Install Command</source>
<target state="translated">.NET 安装命令</target>
<note />
</trans-unit>
<trans-unit id="InvalidToolConfiguration">
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
<target state="translated">工具的 NuGet 包中的设置文件无效: {0}</target>
<note />
</trans-unit>
<trans-unit id="ToolInstallationFailed">
<source>Tool '{0}' failed to install. You may need to specify the version using
dotnet tool install -g {0} --version &lt;version&gt;</source>
<target state="needs-review-translation">工具“{0}”安装失败。</target>
<note />
</trans-unit>
<trans-unit id="ToolInstallationFailedContactAuthor">
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
<target state="translated">工具“{0}”安装失败。请联系工具作者获取帮助。</target>
<note />
</trans-unit>
<trans-unit id="ToolAlreadyInstalled">
<source>Tool '{0}' is already installed.</source>
<target state="translated">已安装工具“{0}”。</target>
<note />
</trans-unit>
<trans-unit id="FailedToCreateToolShim">
<source>Failed to create shell shim for tool '{0}': {1}</source>
<target state="translated">无法为工具“{0}”创建 shell 填充程序: {1}</target>
<note />
</trans-unit>
<trans-unit id="NuGetConfigurationFileDoesNotExist">
<source>NuGet configuration file '{0}' does not exist.</source>
<target state="translated">NuGet 配置文件“{0}”不存在。</target>
<note />
</trans-unit>
<trans-unit id="ToolInstallationRestoreFailed">
<source>The tool package could not be restored.</source>
<target state="translated">无法还原工具包。</target>
<note />
</trans-unit>
<trans-unit id="InvalidNuGetVersionRange">
<source>Specified version '{0}' is not a valid NuGet version range.</source>
<target state="translated">指定的版本“{0}”是无效的 NuGet 版本范围。</target>
<note />
</trans-unit>
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
<target state="needs-review-translation">需要提供全局或工具路径。</target>
<note />
</trans-unit>
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
<target state="needs-review-translation">无法同时主张全局和工具路径。</target>
<note />
</trans-unit>
<trans-unit id="ToolPathDescription">
<source>Location where the tool will be installed.</source>
<target state="needs-review-translation">填充程序访问工具的位置</target>
<note />
</trans-unit>
<trans-unit id="SourceFeedOptionDescription">
<source>Adds an additional NuGet package source to use during installation.</source>
<target state="new">Adds an additional NuGet package source to use during installation.</target>
<note />
</trans-unit>
<trans-unit id="SourceFeedOptionName">
<source>SOURCE_FEED</source>
<target state="new">SOURCE_FEED</target>
<note />
</trans-unit>
</body>
</file>
</xliff>