dotnet-installer/src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf
Peter Huene 4490fd5aa8
Implement list tool command.
This commit implements the `list tool` command.

The command is responsible for displaying a list of install global tools.

Fixes #8548.
2018-03-02 14:59:11 -08:00

267 lines
No EOL
12 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="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="Usage">
<source>Usage</source>
<target state="translated">Použití</target>
<note />
</trans-unit>
<trans-unit id="Arguments">
<source>Arguments</source>
<target state="translated">Argumenty</target>
<note />
</trans-unit>
<trans-unit id="CommandDefinition">
<source>The command to execute</source>
<target state="translated">Prováděný příkaz</target>
<note />
</trans-unit>
<trans-unit id="ArgumentsDefinition">
<source>Arguments to pass to the command</source>
<target state="translated">Argumenty předané příkazu</target>
<note />
</trans-unit>
<trans-unit id="HostOptionsDefinition">
<source>Options specific to dotnet (host)</source>
<target state="translated">Specifické možnosti dotnetu (hostitel)</target>
<note />
</trans-unit>
<trans-unit id="OptionsDescription">
<source>Options common to all commands</source>
<target state="translated">Společné možnosti všech příkazů</target>
<note />
</trans-unit>
<trans-unit id="CommonOptions">
<source>Common options</source>
<target state="translated">Společné možnosti</target>
<note />
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help.</source>
<target state="translated">Zobrazí nápovědu.</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">
<source>Host options (passed before the command)</source>
<target state="translated">Možnosti hostitele (předané před příkazem)</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display .NET CLI Version Number</source>
<target state="translated">Zobrazit číslo verze .NET CLI</target>
<note />
</trans-unit>
<trans-unit id="InfoDescription">
<source>Display .NET CLI Info</source>
<target state="translated">Zobrazit informace o .NET CLI</target>
<note />
</trans-unit>
<trans-unit id="Commands">
<source>SDK commands</source>
<target state="translated">Příkazy sady SDK</target>
<note />
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize .NET projects.</source>
<target state="translated">Inicializuje projekty .NET.</target>
<note />
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project.</source>
<target state="translated">Obnoví závislosti zadané v projektu .NET.</target>
<note />
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Builds a .NET project.</source>
<target state="translated">Sestaví projekt .NET.</target>
<note />
</trans-unit>
<trans-unit id="PublishDefinition">
<source>Publishes a .NET project for deployment (including the runtime).</source>
<target state="translated">Publikuje projekt .NET pro nasazení (včetně modulu runtime).</target>
<note />
</trans-unit>
<trans-unit id="RunDefinition">
<source>Compiles and immediately executes a .NET project.</source>
<target state="translated">Zkompiluje a hned spustí projekt .NET.</target>
<note />
</trans-unit>
<trans-unit id="TestDefinition">
<source>Runs unit tests using the test runner specified in the project.</source>
<target state="translated">Spustí testy jednotek v nástroji Test Runner zadaném v projektu.</target>
<note />
</trans-unit>
<trans-unit id="PackDefinition">
<source>Creates a NuGet package.</source>
<target state="translated">Vytvoří balíček NuGet.</target>
<note />
</trans-unit>
<trans-unit id="MigrateDefinition">
<source>Migrates a project.json based project to a msbuild based project.</source>
<target state="translated">Na základě projektu migruje soubor project.json na projekt založený na nástroji MSBuild.</target>
<note />
</trans-unit>
<trans-unit id="ProjectModificationCommands">
<source>Project modification commands</source>
<target state="translated">Příkazy pro úpravy projektu</target>
<note />
</trans-unit>
<trans-unit id="AddDefinition">
<source>Add reference to the project.</source>
<target state="translated">Přidá odkaz k projektu.</target>
<note />
</trans-unit>
<trans-unit id="RemoveDefinition">
<source>Remove reference from the project.</source>
<target state="translated">Odebere odkaz z projektu.</target>
<note />
</trans-unit>
<trans-unit id="AdvancedCommands">
<source>Advanced Commands</source>
<target state="translated">Pokročilé příkazy</target>
<note />
</trans-unit>
<trans-unit id="NugetDefinition">
<source>Provides additional NuGet commands.</source>
<target state="translated">Nabízí další příkazy NuGet.</target>
<note />
</trans-unit>
<trans-unit id="MsBuildDefinition">
<source>Runs Microsoft Build Engine (MSBuild).</source>
<target state="translated">Spustí Microsoft Build Engine (MSBuild).</target>
<note />
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs Microsoft Test Execution Command Line Tool.</source>
<target state="translated">Spustí nástroj příkazového řádku od Microsoftu, který testuje spuštění.</target>
<note />
</trans-unit>
<trans-unit id="DiagnosticsDefinition">
<source>Enable diagnostic output</source>
<target state="translated">Povolit diagnostický výstup</target>
<note />
</trans-unit>
<trans-unit id="CleanDefinition">
<source>Clean build output(s).</source>
<target state="translated">Smaže výstupy sestavení.</target>
<note />
</trans-unit>
<trans-unit id="SlnDefinition">
<source>Modify solution (SLN) files.</source>
<target state="translated">Umožňuje upravovat soubory řešení (SLN).</target>
<note />
</trans-unit>
<trans-unit id="ListDefinition">
<source>List project references or installed tools.</source>
<target state="needs-review-translation">Vypíše odkaz v projektu.</target>
<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="translated">Zadaný příkaz {0} není platným příkazem rozhraní příkazového řádku. Zadejte prosím platné příkazy rozhraní příkazového řádku. Další informace získáte spuštěním příkazu dotnet help.</target>
<note />
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET CLI help utility</source>
<target state="translated">Nástroj nápovědy k rozhraní příkazového řádku .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Utility to get more detailed help about each of the CLI commands.</source>
<target state="translated">Nástroj k získání podrobnější nápovědy k jednotlivým příkazům rozhraní příkazového řádku.</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
<target state="translated">COMMAND_NAME</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentDescription">
<source>CLI command for which to view more detailed help.</source>
<target state="translated">Příkaz rozhraní příkazového řádku, ke kterému chcete získat podrobnější nápovědu</target>
<note />
</trans-unit>
<trans-unit id="PathToApplicationDefinition">
<source>The path to an application .dll file to execute.</source>
<target state="translated">Cesta k souboru .dll aplikace, který se má spustit</target>
<note />
</trans-unit>
<trans-unit id="SDKVersionCommandDefinition">
<source>Display .NET Core SDK version.</source>
<target state="translated">Zobrazí verzi sady .NET Core SDK.</target>
<note />
</trans-unit>
<trans-unit id="SDKInfoCommandDefinition">
<source>Display .NET Core information.</source>
<target state="translated">Zobrazí informace o rozhraní .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="SDKListSdksCommandDefinition">
<source>Display the installed SDKs.</source>
<target state="translated">Zobrazí nainstalované sady SDK.</target>
<note />
</trans-unit>
<trans-unit id="SDKListRuntimesCommandDefinition">
<source>Display the installed runtimes.</source>
<target state="translated">Zobrazí nainstalované moduly runtime.</target>
<note />
</trans-unit>
<trans-unit id="SDKDiagnosticsCommandDefinition">
<source>Enable diagnostic output.</source>
<target state="translated">Povolí diagnostický výstup.</target>
<note />
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
<source>Run 'dotnet COMMAND --help' for more information on a command.</source>
<target state="translated">Další informace o příkazu získáte spuštěním příkazu dotnet PŘÍKAZ --help.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
<target state="translated">Cesta obsahující testovací zásady a sestavení, která se mají testovat</target>
<note />
</trans-unit>
<trans-unit id="DepsfilDefinition">
<source>Path to &lt;application&gt;.deps.json file.</source>
<target state="translated">Cesta k souboru &lt;aplikace&gt;.deps.json</target>
<note />
</trans-unit>
<trans-unit id="RuntimeconfigDefinition">
<source>Path to &lt;application&gt;.runtimeconfig.json file.</source>
<target state="translated">Cesta k souboru &lt;aplikace&gt;.runtimeconfig.json</target>
<note />
</trans-unit>
<trans-unit id="FxVersionDefinition">
<source>Version of the installed Shared Framework to use to run the application.</source>
<target state="translated">Verze nainstalované sdílené architektury, která se má použít ke spuštění aplikace</target>
<note />
</trans-unit>
<trans-unit id="RollForwardOnNoCandidateFxDefinition">
<source>Roll forward on no candidate shared framework is enabled.</source>
<target state="translated">Posune se vpřed, pokud není povolený žádný kandidát sdílené architektury.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalDeps">
<source>Path to additional deps.json file.</source>
<target state="translated">Cesta k dodatečnému souboru deps.json.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="translated">Ukládá zadaná nastavení do úložiště runtime.</target>
<note />
</trans-unit>
<trans-unit id="InstallDefinition">
<source>Installs an item into the development environment.</source>
<target state="translated">Nainstaluje položku do vývojového prostředí.</target>
<note />
</trans-unit>
<trans-unit id="UninstallDefinition">
<source>Uninstalls an item from the development environment.</source>
<target state="new">Uninstalls an item from the development environment.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>