dotnet-installer/src/dotnet/commands/dotnet-tool/uninstall/xlf/LocalizableStrings.de.xlf
Peter Huene 0181c67bb0
Fix validation of tool-path option for tool list and uninstall commands.
This commit checks that the `--tool-path` option for the `tool list` and `tool
uninstall` commands is a directory that exists.

If the directory does not exist, an error and the command help is displayed.

Fixes #8931.
2018-04-03 16:02:14 -07:00

72 lines
No EOL
3.6 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="de" original="../LocalizableStrings.resx">
<body>
<trans-unit id="PackageIdArgumentDescription">
<source>NuGet Package Id of the tool to uninstall.</source>
<target state="translated">NuGet-Paket-ID des Tools, das deinstalliert werden soll.</target>
<note />
</trans-unit>
<trans-unit id="CommandDescription">
<source>Uninstalls a tool.</source>
<target state="translated">Hiermit wird ein Tool deinstalliert.</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">Geben Sie eine Toolpaket-ID für die Deinstallation an.</target>
<note />
</trans-unit>
<trans-unit id="GlobalOptionDescription">
<source>Uninstall user wide.</source>
<target state="translated">Benutzerweite Deinstallation.</target>
<note />
</trans-unit>
<trans-unit id="UninstallSucceeded">
<source>Tool '{0}' (version '{1}') was successfully uninstalled.</source>
<target state="translated">Das Tool "{0}" (Version "{1}") wurde erfolgreich deinstalliert.</target>
<note />
</trans-unit>
<trans-unit id="ToolNotInstalled">
<source>Tool '{0}' is not currently installed.</source>
<target state="translated">Das Tool "{0}" ist aktuell nicht installiert.</target>
<note />
</trans-unit>
<trans-unit id="ToolHasMultipleVersionsInstalled">
<source>Tool '{0}' has multiple versions installed and cannot be uninstalled.</source>
<target state="translated">Es sind mehrere Versionen von Tool "{0}" installiert, eine Deinstallation ist nicht möglich.</target>
<note />
</trans-unit>
<trans-unit id="FailedToUninstallTool">
<source>Failed to uninstall tool '{0}': {1}</source>
<target state="translated">Fehler beim Deinstallieren des Tools "{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">Es muss entweder "global" oder "tool-path" angegeben werden.</target>
<note />
</trans-unit>
<trans-unit id="ToolPathDescription">
<source>Location where the tool was previously installed.</source>
<target state="needs-review-translation">Shim-Speicherort für Toolzugriff</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">Die gleichzeitige Angabe von "global" und "tool-path" ist nicht möglich.</target>
<note />
</trans-unit>
<trans-unit id="InvalidToolPathOption">
<source>Tool path '{0}' does not exist.</source>
<target state="new">Tool path '{0}' does not exist.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>