dotnet-installer/src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hans.xlf
2017-07-14 09:14:59 +02:00

242 lines
No EOL
11 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="Usage">
<source>Usage</source>
<target state="translated">使用情况</target>
<note />
</trans-unit>
<trans-unit id="Arguments">
<source>Arguments</source>
<target state="translated">Arguments</target>
<note />
</trans-unit>
<trans-unit id="CommandDefinition">
<source>The command to execute</source>
<target state="translated">要执行的命令</target>
<note />
</trans-unit>
<trans-unit id="ArgumentsDefinition">
<source>Arguments to pass to the command</source>
<target state="translated">要传递给命令的参数</target>
<note />
</trans-unit>
<trans-unit id="HostOptionsDefinition">
<source>Options specific to dotnet (host)</source>
<target state="translated">特定于 dotnet (主机)的选项</target>
<note />
</trans-unit>
<trans-unit id="OptionsDescription">
<source>Options common to all commands</source>
<target state="translated">所有命令的常用选项</target>
<note />
</trans-unit>
<trans-unit id="CommonOptions">
<source>Common options</source>
<target state="translated">常用选项</target>
<note />
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="translated">显示帮助。</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">
<source>Host options (passed before the command)</source>
<target state="translated">主机选项(在命令之前传递)</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display .NET CLI Version Number</source>
<target state="translated">显示 .NET CLI 版本号</target>
<note />
</trans-unit>
<trans-unit id="InfoDescription">
<source>Display .NET CLI Info</source>
<target state="translated">显示.NET CLI 信息</target>
<note />
</trans-unit>
<trans-unit id="Commands">
<source>SDK commands</source>
<target state="translated">SDK 命令</target>
<note />
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize .NET projects.</source>
<target state="translated">初始化 .NET 项目。</target>
<note />
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project.</source>
<target state="translated">还原 .NET 项目中指定的依赖项。</target>
<note />
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Builds a .NET project.</source>
<target state="translated">生成 .NET 项目。</target>
<note />
</trans-unit>
<trans-unit id="PublishDefinition">
<source>Publishes a .NET project for deployment (including the runtime).</source>
<target state="translated">发布 .NET 项目以进行部署(包括运行时)。</target>
<note />
</trans-unit>
<trans-unit id="RunDefinition">
<source>Compiles and immediately executes a .NET project.</source>
<target state="translated">编译并立即执行 .NET 项目。</target>
<note />
</trans-unit>
<trans-unit id="TestDefinition">
<source>Runs unit tests using the test runner specified in the project.</source>
<target state="translated">使用项目中指定的测试运行程序运行单元测试。</target>
<note />
</trans-unit>
<trans-unit id="PackDefinition">
<source>Creates a NuGet package.</source>
<target state="translated">创建 NuGet 包。</target>
<note />
</trans-unit>
<trans-unit id="MigrateDefinition">
<source>Migrates a project.json based project to a msbuild based project.</source>
<target state="translated">将基于 project.json 的项目迁移到基于 MSBuild 的项目。</target>
<note />
</trans-unit>
<trans-unit id="ProjectModificationCommands">
<source>Project modification commands</source>
<target state="translated">项目修改命令</target>
<note />
</trans-unit>
<trans-unit id="AddDefinition">
<source>Add reference to the project.</source>
<target state="translated">将引用添加到项目中。</target>
<note />
</trans-unit>
<trans-unit id="RemoveDefinition">
<source>Remove reference from the project.</source>
<target state="translated">从项目中删除引用。</target>
<note />
</trans-unit>
<trans-unit id="AdvancedCommands">
<source>Advanced Commands</source>
<target state="translated">高级命令</target>
<note />
</trans-unit>
<trans-unit id="NugetDefinition">
<source>Provides additional NuGet commands.</source>
<target state="translated">提供其他 NuGet 命令。</target>
<note />
</trans-unit>
<trans-unit id="MsBuildDefinition">
<source>Runs Microsoft Build Engine (MSBuild).</source>
<target state="translated">运行 Microsoft 生成引擎 (MSBuild)。</target>
<note />
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs Microsoft Test Execution Command Line Tool.</source>
<target state="translated">运行 Microsoft 测试执行命令行工具。</target>
<note />
</trans-unit>
<trans-unit id="DiagnosticsDefinition">
<source>Enable diagnostic output</source>
<target state="translated">启用诊断输出</target>
<note />
</trans-unit>
<trans-unit id="CleanDefinition">
<source>Clean build output(s).</source>
<target state="translated">清除生成输出。</target>
<note />
</trans-unit>
<trans-unit id="SlnDefinition">
<source>Modify solution (SLN) files.</source>
<target state="translated">修改解决方案(SLN)文件。</target>
<note />
</trans-unit>
<trans-unit id="ListDefinition">
<source>List reference in the project.</source>
<target state="translated">列出项目中的引用。</target>
<note />
</trans-unit>
<trans-unit id="CommandDoesNotExist">
<source>Specified command '{0}' is not a valid CLI command. Please specify a valid CLI commands. For more information, run dotnet help.</source>
<target state="translated">指定的命令“{0}”不是有效的 CLI 命令。请指定有效的 CLI 命令。有关详细信息,请运行 dotnet help。</target>
<note />
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET CLI help utility</source>
<target state="translated">.NET CLI 帮助实用程序</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Utility to get more detailed help about each of the CLI commands.</source>
<target state="translated">用于就每个 CLI 命令获取更详细帮助的实用程序。</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
<target state="translated">COMMAND_NAME</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentDescription">
<source>CLI command for which to view more detailed help.</source>
<target state="translated">要查看其更详细帮助的 CLI 命令。</target>
<note />
</trans-unit>
<trans-unit id="PathToApplicationDefinition">
<source>The path to an application .dll file to execute.</source>
<target state="translated">要执行的应用程序 .dll 文件的路径。</target>
<note />
</trans-unit>
<trans-unit id="SDKVersionCommandDefinition">
<source>Display .NET Core SDK version.</source>
<target state="translated">显示 .NET Core SDK 版本。</target>
<note />
</trans-unit>
<trans-unit id="SDKInfoCommandDefinition">
<source>Display .NET Core information.</source>
<target state="translated">显示 .NET Core 信息。</target>
<note />
</trans-unit>
<trans-unit id="SDKDiagnosticsCommandDefinition">
<source>Enable diagnostic output.</source>
<target state="translated">启用诊断输出。</target>
<note />
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
<source>Run 'dotnet COMMAND --help' for more information on a command.</source>
<target state="translated">运行“dotnet 命令 --help”获取有关命令的详细信息。</target>
<note />
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
<target state="translated">要探测的包含探测策略和程序集的路径。</target>
<note />
</trans-unit>
<trans-unit id="DepsfilDefinition">
<source>Path to &lt;application&gt;.deps.json file.</source>
<target state="translated">指向 &lt;应用程序&gt;.deps.json 文件的路径。</target>
<note />
</trans-unit>
<trans-unit id="RuntimeconfigDefinition">
<source>Path to &lt;application&gt;.runtimeconfig.json file.</source>
<target state="translated">指向 &lt;应用程序&gt;.runtimeconfig.json 文件的路径。</target>
<note />
</trans-unit>
<trans-unit id="FxVersionDefinition">
<source>Version of the installed Shared Framework to use to run the application.</source>
<target state="translated">要用于运行应用程序的安装版共享框架的版本。</target>
<note />
</trans-unit>
<trans-unit id="RollForwardOnNoCandidateFxDefinition">
<source>Roll forward on no candidate shared framework is enabled.</source>
<target state="translated">已启用“不前滚到候选共享框架”。</target>
<note />
</trans-unit>
<trans-unit id="AdditionalDeps">
<source>Path to additonal deps.json file.</source>
<target state="translated">其他 deps.json 文件的路径。</target>
<note />
</trans-unit>
</body>
</file>
</xliff>