2018-01-16 12:59:34 -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="cs" original="../LocalizableStrings.resx">
|
|
|
|
<body>
|
|
|
|
<trans-unit id="InstallationSucceeded">
|
2018-03-16 17:00:14 -07:00
|
|
|
<source>You can invoke the tool using the following command: {0}
|
2018-01-28 13:35:04 -08:00
|
|
|
Tool '{1}' (version '{2}') was successfully installed.</source>
|
2018-03-15 15:00:28 +01:00
|
|
|
<target state="translated">Pokud nebyly dostupné žádné další pokyny, můžete zadáním následujícího příkazu nástroj vyvolat: {0}
|
|
|
|
Nástroj {1} (verze {2}) byl úspěšně nainstalován.</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="PackageIdArgumentDescription">
|
|
|
|
<source>NuGet Package Id of the tool to install.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">ID balíčku NuGet nástroje, který se má nainstalovat</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CommandDescription">
|
|
|
|
<source>Installs a tool for use on the command line.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Nainstaluje nástroj, který se bude používat na příkazovém řádku.</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="ConfigFileOptionDescription">
|
|
|
|
<source>The NuGet configuration file to use.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Konfigurační soubor NuGet, který se použije.</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="FrameworkOptionDescription">
|
|
|
|
<source>The target framework to install the tool for.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Cílová architektura, pro kterou se má nástroj nainstalovat</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="VersionOptionDescription">
|
|
|
|
<source>Version of the tool package in NuGet.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Verze balíčku nástroje v NuGetu</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="PackageIdArgumentName">
|
|
|
|
<source>PACKAGE_ID</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">PACKAGE_ID</target>
|
2018-01-16 12:59:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-01-16 13:57:26 -08:00
|
|
|
<trans-unit id="SpecifyExactlyOnePackageId">
|
|
|
|
<source>Please specify one tool Package Id to install.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Zadejte prosím jedno ID balíčku nástroje, který se má nainstalovat.</target>
|
2018-01-16 13:57:26 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-01-19 17:15:34 -08:00
|
|
|
<trans-unit id="GlobalOptionDescription">
|
|
|
|
<source>Install user wide.</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Instalovat pro všechny uživatele</target>
|
2018-01-19 17:15:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="InstallFullCommandNameLocalized">
|
|
|
|
<source>.NET Install Command</source>
|
2018-02-02 12:31:06 +01:00
|
|
|
<target state="translated">Příkaz Instalovat rozhraní .NET</target>
|
2018-01-19 17:15:34 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-01-17 19:26:52 -08:00
|
|
|
<trans-unit id="InvalidToolConfiguration">
|
|
|
|
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
2018-02-22 17:07:50 +01:00
|
|
|
<target state="translated">Soubor nastavení v balíčku NuGet nástroje je neplatný: {0}.</target>
|
2018-01-17 19:26:52 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="ToolInstallationFailed">
|
2018-03-26 16:24:36 -07:00
|
|
|
<source>Tool '{0}' failed to install. You may need to specify the version using
|
|
|
|
|
|
|
|
dotnet tool install -g t-rex --version <version></source>
|
|
|
|
<target state="needs-review-translation">Nástroj {0} se nepodařilo nainstalovat.</target>
|
2018-01-17 19:26:52 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="ToolInstallationFailedContactAuthor">
|
|
|
|
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
2018-02-22 17:07:50 +01:00
|
|
|
<target state="translated">Nástroj {0} se nepodařilo nainstalovat. Obraťte se prosím s žádostí o pomoc na autora nástroje.</target>
|
2018-01-17 19:26:52 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-01-28 13:35:04 -08:00
|
|
|
<trans-unit id="ToolAlreadyInstalled">
|
|
|
|
<source>Tool '{0}' is already installed.</source>
|
2018-03-15 15:00:28 +01:00
|
|
|
<target state="translated">Nástroj {0} je už nainstalovaný.</target>
|
2018-01-28 13:35:04 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="FailedToCreateToolShim">
|
|
|
|
<source>Failed to create shell shim for tool '{0}': {1}</source>
|
2018-03-15 15:00:28 +01:00
|
|
|
<target state="translated">Pro nástroj {0} se nepodařilo vytvořit překrytí prostředí: {1}.</target>
|
2018-01-28 13:35:04 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="NuGetConfigurationFileDoesNotExist">
|
|
|
|
<source>NuGet configuration file '{0}' does not exist.</source>
|
2018-03-15 15:00:28 +01:00
|
|
|
<target state="translated">Konfigurační soubor NuGet {0} neexistuje.</target>
|
2018-01-28 13:35:04 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-01-17 19:26:52 -08:00
|
|
|
<trans-unit id="ToolInstallationRestoreFailed">
|
|
|
|
<source>The tool package could not be restored.</source>
|
2018-02-22 17:07:50 +01:00
|
|
|
<target state="translated">Balíček nástroje nebylo možné obnovit.</target>
|
2018-01-17 19:26:52 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-02-22 19:13:36 -08:00
|
|
|
<trans-unit id="InvalidNuGetVersionRange">
|
|
|
|
<source>Specified version '{0}' is not a valid NuGet version range.</source>
|
2018-03-15 15:00:28 +01:00
|
|
|
<target state="translated">Zadaná verze {0} není platným rozsahem verzí NuGet.</target>
|
2018-02-22 19:13:36 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-03-06 15:58:05 -08:00
|
|
|
<trans-unit id="InstallToolCommandNeedGlobalOrToolPath">
|
2018-03-19 14:00:57 -07:00
|
|
|
<source>Please specify either the global option (--global) or the tool path option (--tool-path).</source>
|
|
|
|
<target state="needs-review-translation">Je potřeba zadat buď globální cestu, nebo cestu k nástroji.</target>
|
2018-03-06 15:58:05 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="InstallToolCommandInvalidGlobalAndToolPath">
|
2018-03-19 14:00:57 -07:00
|
|
|
<source>(--global) conflicts with the tool path option (--tool-path). Please specify only one of the options.</source>
|
|
|
|
<target state="needs-review-translation">Globální cesta a cesta k nástroji nemůžou být zadané současně.</target>
|
2018-03-06 15:58:05 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="ToolPathDescription">
|
2018-03-19 14:00:57 -07:00
|
|
|
<source>Location where the tool will be installed.</source>
|
|
|
|
<target state="needs-review-translation">Umístění překrytí pro přístup k nástroji</target>
|
2018-03-06 15:58:05 -08:00
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-03-19 22:22:45 -07:00
|
|
|
<trans-unit id="SourceFeedOptionDescription">
|
|
|
|
<source>Adds an additional NuGet package source to use during installation.</source>
|
|
|
|
<target state="new">Adds an additional NuGet package source to use during installation.</target>
|
|
|
|
<note />
|
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="SourceFeedOptionName">
|
|
|
|
<source>SOURCE_FEED</source>
|
|
|
|
<target state="new">SOURCE_FEED</target>
|
|
|
|
<note />
|
|
|
|
</trans-unit>
|
2018-01-16 12:59:34 -08:00
|
|
|
</body>
|
|
|
|
</file>
|
|
|
|
</xliff>
|