dotnet-installer/src/dotnet/CommandLine/xlf/LocalizableStrings.zh-Hans.xlf

167 lines
7.4 KiB
Text
Raw Normal View History

<?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">
2017-06-07 16:35:31 -07:00
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="LastArgumentMultiValueError">
<source>The last argument '{0}' accepts multiple values. No more argument can be added.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">最后一个参数“{0}”接受多个值。不能再添加任何参数。</target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="UnexpectedValueForOptionError">
<source>Unexpected value '{0}' for option '{1}'</source>
2016-12-23 17:16:52 +01:00
<target state="translated">选项“{1}”的意外值“{0}”</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedArgumentError">
<source>Unrecognized {0} '{1}'</source>
2016-12-23 17:16:52 +01:00
<target state="translated">未识别的 {0}“{1}”</target>
<note />
</trans-unit>
<trans-unit id="ResponseFileNotFoundError">
<source>Response file '{0}' doesn't exist.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">响应文件“{0}”不存在。</target>
<note />
</trans-unit>
<trans-unit id="ShowHelpInfo">
<source>Show command line help.</source>
<target state="translated">显示命令行帮助。</target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="ShowVersionInfo">
<source>Show version information</source>
2016-12-23 17:16:52 +01:00
<target state="translated">显示版本信息</target>
<note />
</trans-unit>
<trans-unit id="ShowHintInfo">
<source>Specify --{0} for a list of available options and commands.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">为可用选项和命令的列表指定 --{0}。</target>
<note />
</trans-unit>
<trans-unit id="UsageHeader">
<source>Usage:</source>
2017-05-29 14:57:48 +02:00
<target state="translated">使用情况:</target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
2016-12-23 17:16:52 +01:00
<target state="translated"> [参数]</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsHeader">
<source>Arguments:</source>
2017-05-29 14:57:48 +02:00
<target state="translated">参数:</target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
2016-12-23 17:16:52 +01:00
<target state="translated"> [选项]</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsHeader">
<source>Options:</source>
2017-05-29 14:57:48 +02:00
<target state="translated">选项:</target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
2016-12-23 17:16:52 +01:00
<target state="translated"> [命令]</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsHeader">
<source>Commands:</source>
2017-01-06 19:07:21 +01:00
<target state="translated">命令: </target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">使用“{0} [命令] -- help”获取有关命令的详细信息。</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandArgs">
<source> [args]</source>
2016-12-23 17:16:52 +01:00
<target state="translated"> [参数]</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandAdditionalArgs">
<source> [[--] &lt;additional arguments&gt;...]]</source>
2016-12-23 17:16:52 +01:00
<target state="translated"> [[--] &lt;附加参数&gt;...]]</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsHeader">
<source>Additional Arguments:</source>
2017-01-06 19:07:21 +01:00
<target state="translated">附加参数: </target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
2016-12-23 17:16:52 +01:00
<target state="translated">无效模板模式“{0}”</target>
<note />
</trans-unit>
<trans-unit id="MSBuildAdditionalArgsHelpText">
<source>Any extra options that should be passed to MSBuild. See 'dotnet msbuild -h' for available options.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">应传递到 MSBuild 的任何额外选项。请参阅“dotnet msbuild -h”以了解可用选项。</target>
2016-12-23 17:16:52 +01:00
<note />
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">未提供选项“{0}”必需的值。</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneArgument">
<source>Command '{0}' only accepts a single argument but {1} were provided.</source>
<target state="translated">命令“{0}”仅接受一个参数但 {1} 已提供。</target>
<note />
</trans-unit>
<trans-unit id="CommandAcceptsOnlyOneSubcommand">
<source>Command '{0}' only accepts a single subcommand but multiple were provided: {1}</source>
<target state="translated">命令“{0}”仅接受一个子命令但已提供多个子命令: {1}</target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
<source>File does not exist: {0}</source>
<target state="translated">文件不存在: {0}</target>
<note />
</trans-unit>
<trans-unit id="NoArgumentsAllowed">
<source>Arguments not allowed for option: {0}</source>
<target state="translated">选项不允许参数: {0}</target>
<note />
</trans-unit>
<trans-unit id="OptionAcceptsOnlyOneArgument">
<source>Option '{0}' only accepts a single argument but {1} were provided.</source>
<target state="translated">选项“{0}”仅接受一个参数但 {1} 已提供。</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForCommand">
<source>Required argument missing for command: {0}</source>
<target state="translated">命令缺少所需参数: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredArgumentMissingForOption">
<source>Required argument missing for option: {0}</source>
<target state="translated">选项缺少所需参数: {0}</target>
<note />
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="translated">未提供必需的命令。</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of: {1}</source>
<target state="translated">未识别参数“{0}”。必须为一个: {1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
<source>Unrecognized command or argument '{0}'</source>
<target state="translated">未识别命令或参数“{0}”</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedOption">
<source>Option '{0}' not recognized. Must be one of: {1}</source>
<target state="translated">未识别选项“{0}”。必须为一个: {1}</target>
<note />
</trans-unit>
</body>
</file>
</xliff>