dotnet-installer/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ko.xlf
2018-06-29 15:53:35 -07:00

89 lines
No EOL
5.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="ko" 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="translated">게시할 대상 프레임워크입니다. 대상 프레임워크는 프로젝트 파일에서 지정해야 합니다.</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="translated">게시된 아티팩트를 배치할 출력 디렉터리입니다.</target>
<note />
</trans-unit>
<trans-unit id="ManifestOption">
<source>MANIFEST</source>
<target state="translated">MANIFEST</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">게시하기 전에 프로젝트를 빌드하지 않습니다. 복원 없음을 의미합니다.</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="needs-review-translation">게시할 대상 런타임입니다. 자체 포함 배포를 만들 때 사용됩니다.
기본값은 프레임워크 종속 응용 프로그램을 게시하는 것입니다.</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionDescription">
<source>The configuration to publish for. The default for most projects is 'Debug'.</source>
<target state="translated">게시할 구성입니다. 대부분의 프로젝트에서 기본값은 '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>