
This commit reverts the implementation of the `--mode` option for the `dotnet publish` command. A bug in the apphost prevents this feature from working properly in some cases and there currently is not a mechanism to service it with this feature. The team has decided to move this feature to 2.2.1xx for the .NET Core SDK. Fixes dotnet/sdk#2380.
65 lines
No EOL
3.6 KiB
XML
65 lines
No EOL
3.6 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="SelfContainedOptionDescription">
|
|
<source>Publish the .NET Core runtime with your application so the runtime doesn't need to be installed on the target machine.
|
|
The default is 'true' if a runtime identifier is specified.</source>
|
|
<target state="needs-review-translation">随附应用程序发布 .NET Core 运行时,免除在目标计算机上安装运行时的需求。如果指定了运行时标识符,则默认为 “true”。</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 for. This is used when creating a self-contained deployment.
|
|
The default is to publish a framework-dependent application.</source>
|
|
<target state="new">The target runtime to publish for. This is used when creating a self-contained deployment.
|
|
The default is to publish a framework-dependent application.</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>
|
|
</body>
|
|
</file>
|
|
</xliff> |