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">
2017-05-19 13:36:31 -07:00
<source>SDK commands</source>
<target state="needs-review-translation">명령</target>
<note></note>
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NewDefinition">
2016-12-17 10:55:12 -08:00
<source>Initialize .NET projects.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">.NET 프로젝트를 초기화합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RestoreDefinition">
2016-12-17 10:55:12 -08:00
<source>Restore dependencies specified in the .NET project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">.NET 프로젝트에 지정된 종속성을 복원합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="BuildDefinition">
2016-12-17 10:55:12 -08:00
<source>Builds a .NET project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">.NET 프로젝트를 빌드합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PublishDefinition">
2016-12-17 10:55:12 -08:00
<source>Publishes a .NET project for deployment (including the runtime).</source>
2016-12-23 17:16:52 +01:00
<target state="translated">배포할 .NET 프로젝트를 게시합니다(런타임 포함).</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RunDefinition">
2016-12-17 10:55:12 -08:00
<source>Compiles and immediately executes a .NET project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">.NET 프로젝트를 컴파일하고 즉시 실행합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="TestDefinition">
2016-12-17 10:55:12 -08:00
<source>Runs unit tests using the test runner specified in the project.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">프로젝트에 지정된 Test Runner를 사용하여 유닛 테스트를 실행합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PackDefinition">
2016-12-17 10:55:12 -08:00
<source>Creates a NuGet package.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">NuGet 패키지를 만듭니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MigrateDefinition">
2016-12-17 10:55:12 -08:00
<source>Migrates a project.json based project to a msbuild based project.</source>
2016-12-23 17:16:52 +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">
2017-05-19 13:36:31 -07:00
<source>Add reference to the project.</source>
<target state="needs-review-translation">프로젝트에 항목을 추가합니다.</target>
<note></note>
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RemoveDefinition">
2017-05-19 13:36:31 -07:00
<source>Remove reference from the project.</source>
<target state="needs-review-translation">프로젝트에서 항목을 제거합니다.</target>
<note></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">
2016-12-17 10:55:12 -08:00
<source>Provides additional NuGet commands.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">추가 NuGet 명령을 제공합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MsBuildDefinition">
2016-12-17 10:55:12 -08:00
<source>Runs Microsoft Build Engine (MSBuild).</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Microsoft Build Engine(MSBuild)을 실행합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VsTestDefinition">
2016-12-17 10:55:12 -08:00
<source>Runs Microsoft Test Execution Command Line Tool.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Microsoft Test Execution 명령줄 도구를 실행합니다.</target>
<note />
2016-12-17 10:55:12 -08:00
</trans-unit>
<trans-unit id="DiagnosticsDefinition">
<source>Enable diagnostic output</source>
2016-12-23 17:16:52 +01:00
<target state="translated">진단 출력을 사용합니다.</target>
<note />
2016-12-17 10:55:12 -08:00
</trans-unit>
<trans-unit id="CleanDefinition">
<source>Clean build output(s).</source>
2016-12-23 17:16:52 +01:00
<target state="translated">빌드 출력을 정리합니다.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
2017-01-05 23:01:58 -08:00
<trans-unit id="SlnDefinition">
<source>Modify solution (SLN) files.</source>
2017-01-16 14:52:18 +01:00
<target state="translated">솔루션(SLN) 파일을 수정합니다.</target>
<note />
2017-01-05 23:01:58 -08:00
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="ListDefinition">
<source>List reference in the project.</source>
<target state="new">List reference in the project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandDoesNotExist">
<source>Specified command '{0}' is not a valid CLI command. Please specify a valid CLI commands. For more information, run dotnet help.</source>
<target state="new">Specified command '{0}' is not a valid CLI command. Please specify a valid CLI commands. For more information, run dotnet help.</target>
<note></note>
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET CLI help utility</source>
<target state="new">.NET CLI help utility</target>
<note></note>
</trans-unit>
<trans-unit id="AppDescription">
<source>Utility to get more detailed help about each of the CLI commands.</source>
<target state="new">Utility to get more detailed help about each of the CLI commands.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
<target state="new">COMMAND_NAME</target>
<note></note>
</trans-unit>
<trans-unit id="CommandArgumentDescription">
<source>CLI command for which to view more detailed help.</source>
<target state="new">CLI command for which to view more detailed help.</target>
<note></note>
</trans-unit>
<trans-unit id="PathToApplicationDefinition">
<source>The path to an application .dll file to execute.</source>
<target state="new">The path to an application .dll file to execute.</target>
<note></note>
</trans-unit>
<trans-unit id="SDKVersionCommandDefinition">
<source>Display .NET Core SDK version.</source>
<target state="new">Display .NET Core SDK version.</target>
<note></note>
</trans-unit>
<trans-unit id="SDKInfoCommandDefinition">
<source>Display .NET Core information.</source>
<target state="new">Display .NET Core information.</target>
<note></note>
</trans-unit>
<trans-unit id="SDKDiagnosticsCommandDefinition">
<source>Enable diagnostic output.</source>
<target state="new">Enable diagnostic output.</target>
<note></note>
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
<source>Run 'dotnet COMMAND --help' for more information on a command.</source>
<target state="new">Run 'dotnet COMMAND --help' for more information on a command.</target>
<note></note>
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
<target state="new">Path containing probing policy and assemblies to probe for.</target>
<note></note>
</trans-unit>
<trans-unit id="DepsfilDefinition">
<source>Path to <application>.deps.json file.</source>
<target state="new">Path to <application>.deps.json file.</target>
<note></note>
</trans-unit>
<trans-unit id="RuntimeconfigDefinition">
<source>Path to <application>.runtimeconfig.json file.</source>
<target state="new">Path to <application>.runtimeconfig.json file.</target>
<note></note>
</trans-unit>
<trans-unit id="FxVersionDefinition">
<source>Version of the installed Shared Framework to use to run the application.</source>
<target state="new">Version of the installed Shared Framework to use to run the application.</target>
<note></note>
</trans-unit>
<trans-unit id="RollForwardOnNoCandidateFxDefinition">
<source>Roll forward on no candidate shared framework is enabled.</source>
<target state="new">Roll forward on no candidate shared framework is enabled.</target>
<note></note>
</trans-unit>
<trans-unit id="AdditionalDeps">
<source>Path to additonal deps.json file.</source>
<target state="new">Path to additonal deps.json file.</target>
<note></note>
</trans-unit>
2016-12-05 11:13:39 -08:00
</body>
</file>
</xliff>