dotnet-installer/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hans.xlf
Peter Huene da2b1b90ec
Fix PR review feedback.
Amending string resources based on suggestions.
Fixing tests that need DOTNET_ROOT set.
Adding args to the asset instance name for `PublishApp`.
2018-06-11 21:31:48 -07:00

89 lines
No EOL
4.9 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="AppDescription">
<source>Publisher for the .NET Platform</source>
<target state="translated">适用于 .NET 平台的发布服务器</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOption">
<source>FRAMEWORK</source>
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
<source>The target framework to publish for. The target framework has to be specified in the project file.</source>
<target state="needs-review-translation">要发布的目标框架。目标框架必须在项目文件中指定。</target>
<note />
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">
<source>The output directory to place the published artifacts in.</source>
<target state="needs-review-translation">用于放置已发布项的输出目录。</target>
<note />
</trans-unit>
<trans-unit id="ManifestOption">
<source>MANIFEST</source>
<target state="needs-review-translation">manifest.xml</target>
<note />
</trans-unit>
<trans-unit id="ManifestOptionDescription">
<source>The path to a target manifest file that contains the list of packages to be excluded from the publish step.</source>
<target state="translated">指向目标清单文件的路径,该文件包含要通过发布步骤执行的包的列表。</target>
<note />
</trans-unit>
<trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="translated">发布之前不要生成项目。Implies --no-restore.</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionDescription">
<source>The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.</source>
<target state="new">The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionDescription">
<source>The configuration to publish for. The default for most projects is 'Debug'.</source>
<target state="new">The configuration to publish for. The default for most projects is 'Debug'.</target>
<note />
</trans-unit>
<trans-unit id="ModeOptionDescription">
<source>The mode to use when publishing the application.
The 'self-contained' mode publishes the application with the .NET Core runtime.
The 'fx-dependent' mode publishes the application as framework-dependent. If a target runtime is specified, it is published with an executable.
The 'fx-dependent-no-exe' mode publishes the application as framework-dependent without an executable.
The default is 'fx-dependent-no-exe' when a target runtime is not specified.
The default is 'self-contained' when a target runtime is specified.</source>
<target state="new">The mode to use when publishing the application.
The 'self-contained' mode publishes the application with the .NET Core runtime.
The 'fx-dependent' mode publishes the application as framework-dependent. If a target runtime is specified, it is published with an executable.
The 'fx-dependent-no-exe' mode publishes the application as framework-dependent without an executable.
The default is 'fx-dependent-no-exe' when a target runtime is not specified.
The default is 'self-contained' when a target runtime is specified.</target>
<note />
</trans-unit>
<trans-unit id="ModeOptionName">
<source>MODE</source>
<target state="new">MODE</target>
<note />
</trans-unit>
<trans-unit id="PublishModeAndSelfContainedOptionsConflict">
<source>The '--mode' and '--self-contained' options cannot be used together. Specify only one of the options.</source>
<target state="new">The '--mode' and '--self-contained' options cannot be used together. Specify only one of the options.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedPublishMode">
<source>The specified publish mode '{0}' is not supported.</source>
<target state="new">The specified publish mode '{0}' is not supported.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>