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

78 lines
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">
<file datatype="xml" source-language="en" target-language="ko" original="src/dotnet/commands/dotnet-publish/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-publish/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET Publisher</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET 게시자</target>
<note />
</trans-unit>
<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="ProjectArgument">
<source>PROJECT</source>
2016-12-16 09:46:50 +01:00
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgDescription">
<source>The MSBuild project file to publish. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">게시할 MSBuild 프로젝트 파일입니다. 프로젝트 파일을 지정하지 않으면 MSBuild는 현재 작업 디렉터리에서 파일 확장명이 proj로 끝나는 파일을 찾아서 사용합니다.</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>
<target state="needs-review-translation">게시할 대상 프레임워크입니다.</target>
<note></note>
</trans-unit>
<trans-unit id="RuntimeOption">
<source>RUNTIME_IDENTIFIER</source>
2016-12-16 09:46:50 +01:00
<target state="translated">RUNTIME_IDENTIFIER</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionDescription">
<source>Publish the project for a given runtime. This is used when creating self-contained deployment. Default is to publish a framework-dependented app.</source>
<target state="needs-review-translation">게시할 대상 런타임입니다. 기본값은 이식 가능한 응용 프로그램을 게시하는 것입니다.</target>
<note></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>
<target state="needs-review-translation">앱을 게시할 경로입니다.</target>
<note></note>
</trans-unit>
<trans-unit id="ConfigurationOption">
<source>CONFIGURATION</source>
2016-12-16 09:46:50 +01:00
<target state="translated">CONFIGURATION</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionDescription">
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
<target state="needs-review-translation">빌드할 구성입니다.</target>
<note></note>
</trans-unit>
<trans-unit id="VersionSuffixOption">
<source>VERSION_SUFFIX</source>
2016-12-16 09:46:50 +01:00
<target state="translated">VERSION_SUFFIX</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOptionDescription">
<source>Defines the value for the $(VersionSuffix) property in the project.</source>
<target state="needs-review-translation">프로젝트에서 $(VersionSuffix) 속성의 값을 정의합니다.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>