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

148 lines
6.5 KiB
Text
Raw Normal View History

2016-12-05 11:13:39 -08:00
<?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-help/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
<trans-unit id="Usage">
<source>Usage</source>
2016-12-16 09:46:50 +01:00
<target state="translated">사용법</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="Arguments">
<source>Arguments</source>
2016-12-16 09:46:50 +01:00
<target state="translated">인수</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="CommandDefinition">
<source>The command to execute</source>
2016-12-16 09:46:50 +01:00
<target state="translated">실행할 명령입니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="ArgumentsDefinition">
<source>Arguments to pass to the command</source>
2016-12-16 09:46:50 +01:00
<target state="translated">명령에 전달할 인수입니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HostOptionsDefinition">
<source>Options specific to dotnet (host)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">dotnet(호스트)과 관련된 옵션입니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="OptionsDescription">
<source>Options common to all commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">모든 명령에 공통된 옵션입니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="CommonOptions">
<source>Common options</source>
2016-12-16 09:46:50 +01:00
<target state="translated">공통 옵션</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VerboseDefinition">
<source>Enable verbose output</source>
2016-12-16 09:46:50 +01:00
<target state="translated">자세한 정보 출력 사용</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help</source>
2016-12-16 09:46:50 +01:00
<target state="translated">도움말 표시</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HostOptions">
<source>Host options (passed before the command)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">호스트 옵션(명령 전에 전달됨)</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display .NET CLI Version Number</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET CLI 버전 번호 표시</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="InfoDescription">
<source>Display .NET CLI Info</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET CLI 정보 표시</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="Commands">
<source>Commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">명령</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize a basic .NET project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">기본 .NET 프로젝트를 초기화합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project</source>
<target state="needs-review-translation">.NET 프로젝트에 지정된 종속성을 복원합니다.</target>
<note></note>
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Builds a .NET project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET 프로젝트를 빌드합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PublishDefinition">
<source>Publishes a .NET project for deployment (including the runtime)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">배포하기 위해 .NET 프로젝트를 게시합니다(런타임 포함).</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RunDefinition">
<source>Compiles and immediately executes a .NET project</source>
<target state="needs-review-translation">.NET 프로젝트를 컴파일하고 즉시 실행합니다.</target>
<note></note>
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="TestDefinition">
<source>Runs unit tests using the test runner specified in the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">프로젝트에 지정된 Test Runner를 사용하여 유닛 테스트를 실행합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PackDefinition">
<source>Creates a NuGet package</source>
2016-12-16 09:46:50 +01:00
<target state="translated">NuGet 패키지를 만듭니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MigrateDefinition">
<source>Migrates a project.json based project to a msbuild based project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">project.json 기반 프로젝트를 msbuild 빌드 기반 프로젝트로 마이그레이션합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="ProjectModificationCommands">
<source>Project modification commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">프로젝트 수정 명령</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AddDefinition">
<source>Add items to the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">프로젝트에 항목을 추가합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RemoveDefinition">
<source>Remove items from the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">프로젝트에서 항목을 제거합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AdvancedCommands">
<source>Advanced Commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">고급 명령</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NugetDefinition">
<source>Provides additional NuGet commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">추가 NuGet 명령을 제공합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MsBuildDefinition">
<source>msbuilds a project and all of its dependencies</source>
2016-12-16 09:46:50 +01:00
<target state="translated">프로젝트 및 프로젝트의 모든 종속성을 msbuild합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs tests from the specified files</source>
2016-12-16 09:46:50 +01:00
<target state="translated">지정한 파일에서 테스트를 실행합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
</body>
</file>
</xliff>