dotnet-installer/src/dotnet/commands/dotnet-uninstall/tool/xlf/LocalizableStrings.ko.xlf
Peter Huene 8e8426848d
Update translations following merge with conflicts.
Updating translation status for resource strings that changed upstream.
2018-03-20 16:55:10 -07:00

67 lines
No EOL
3.4 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="PackageIdArgumentDescription">
<source>NuGet Package Id of the tool to uninstall.</source>
<target state="translated">제거할 도구의 NuGet 패키지 ID입니다.</target>
<note />
</trans-unit>
<trans-unit id="CommandDescription">
<source>Uninstalls a tool.</source>
<target state="translated">도구를 제거합니다.</target>
<note />
</trans-unit>
<trans-unit id="PackageIdArgumentName">
<source>PACKAGE_ID</source>
<target state="translated">PACKAGE_ID</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageId">
<source>Please specify one tool Package Id to uninstall.</source>
<target state="translated">제거할 도구 패키지 ID를 하나 지정하세요.</target>
<note />
</trans-unit>
<trans-unit id="GlobalOptionDescription">
<source>Uninstall user wide.</source>
<target state="translated">사용자 전체 도구를 제거합니다.</target>
<note />
</trans-unit>
<trans-unit id="UninstallSucceeded">
<source>Tool '{0}' (version '{1}') was successfully uninstalled.</source>
<target state="translated">도구 '{0}'(버전 '{1}')을(를) 제거했습니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolNotInstalled">
<source>Tool '{0}' is not currently installed.</source>
<target state="translated">도구 '{0}'이(가) 현재 설치되어 있지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolHasMultipleVersionsInstalled">
<source>Tool '{0}' has multiple versions installed and cannot be uninstalled.</source>
<target state="translated">도구 '{0}'의 여러 버전이 설치되어 있으며 제거할 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="FailedToUninstallTool">
<source>Failed to uninstall tool '{0}': {1}</source>
<target state="translated">도구 '{0}'을(를) 제거하지 못했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="UninstallToolCommandNeedGlobalOrToolPath">
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
<target state="needs-review-translation">전역 또는 도구 경로를 제공해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ToolPathDescription">
<source>Location where the tool was previously installed.</source>
<target state="needs-review-translation">도구에 액세스하는 shim 위치</target>
<note />
</trans-unit>
<trans-unit id="UninstallToolCommandInvalidGlobalAndToolPath">
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
<target state="needs-review-translation">전역 및 도구 경로를 의견으로 동시에 사용할 수 없습니다."</target>
<note />
</trans-unit>
</body>
</file>
</xliff>