dotnet-installer/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ko.xlf

47 lines
2.6 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="ko" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppDescription">
<source>Publisher for the .NET Platform</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET 플랫폼용 게시자입니다.</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOption">
<source>FRAMEWORK</source>
2016-12-16 09:46:50 +01:00
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
<source>Target framework to publish for. The target framework has to be specified in the project file.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">게시할 대상 프레임워크입니다. 대상 프레임워크는 프로젝트 파일에서 지정해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
2016-12-16 09:46:50 +01:00
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">
<source>Output directory in which to place the published artifacts.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">게시할 아티팩트를 배치할 출력 디렉터리입니다.</target>
<note />
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="ManifestOption">
<source>manifest.xml</source>
2017-05-29 14:57:48 +02:00
<target state="translated">manifest.xml</target>
<note />
</trans-unit>
2017-05-19 13:36:31 -07:00
<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>
2017-05-29 14:57:48 +02:00
<target state="translated">게시 단계에서 제외할 패키지 목록이 들어 있는 대상 매니페스트 파일의 경로입니다.</target>
<note />
2017-01-30 20:23:06 -08:00
</trans-unit>
2017-05-19 13:36:31 -07:00
<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. Defaults to 'true' if a runtime identifier is specified.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">런타임은 대상 컴퓨터에 설치할 필요가 없으므로 응용 프로그램과 함께 .NET Core 런타임을 게시합니다. 런타임 식별자가 지정된 경우 기본값은 'true'입니다.</target>
<note />
2017-01-30 20:23:06 -08:00
</trans-unit>
</body>
</file>
</xliff>