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">
2017-06-07 16:35:31 -07:00
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
2016-12-05 11:13:39 -08:00
<body>
<trans-unit id="Usage">
<source>Usage</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Použití</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">Argumenty</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">Prováděný příkaz</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">Argumenty předané příkazu</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">Specifické možnosti dotnetu (hostitel)</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">Společné možnosti všech příkazů</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HelpDefinition">
2018-04-30 13:42:47 -07:00
<source>Show command line help.</source>
<target state="needs-review-translation">Zobrazí nápovědu.</target>
2016-12-16 09:46:50 +01:00
<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">Možnosti hostitele (předané před příkazem)</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">Zobrazit číslo verze .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">Zobrazit informace o .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>
2017-05-29 14:57:48 +02:00
<target state="translated">Příkazy sady SDK</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NewDefinition">
2018-04-30 13:42:47 -07:00
<source>Create a new .NET project or file.</source>
<target state="needs-review-translation">Inicializuje projekty .NET.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RestoreDefinition">
2018-04-30 13:42:47 -07:00
<source>Restore dependencies specified in a .NET project.</source>
<target state="needs-review-translation">Obnoví závislosti zadané v projektu .NET.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="BuildDefinition">
2018-04-30 13:42:47 -07:00
<source>Build a .NET project.</source>
<target state="needs-review-translation">Sestaví projekt .NET.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PublishDefinition">
2018-04-30 13:42:47 -07:00
<source>Publish a .NET project for deployment.</source>
<target state="needs-review-translation">Publikuje projekt .NET pro nasazení (včetně modulu runtime).</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RunDefinition">
2018-04-30 13:42:47 -07:00
<source>Build and run a .NET project output.</source>
<target state="needs-review-translation">Zkompiluje a hned spustí projekt .NET.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="TestDefinition">
2018-04-30 13:42:47 -07:00
<source>Run unit tests using the test runner specified in a .NET project.</source>
<target state="needs-review-translation">Spustí testy jednotek v nástroji Test Runner zadaném v projektu.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PackDefinition">
2018-04-30 13:42:47 -07:00
<source>Create a NuGet package.</source>
<target state="needs-review-translation">Vytvoří balíček NuGet.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MigrateDefinition">
2018-04-30 13:42:47 -07:00
<source>Migrate a project.json project to an MSBuild project.</source>
<target state="needs-review-translation">Na základě projektu migruje soubor project.json na projekt založený na nástroji MSBuild.</target>
2016-12-23 17:16:52 +01:00
<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">Příkazy pro úpravy projektu</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AddDefinition">
2018-04-30 13:42:47 -07:00
<source>Add a package or reference to a .NET project.</source>
<target state="needs-review-translation">Přidá odkaz k projektu.</target>
2017-05-29 14:57:48 +02:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RemoveDefinition">
2018-04-30 13:42:47 -07:00
<source>Remove a package or reference from a .NET project.</source>
<target state="needs-review-translation">Odebere odkaz z projektu.</target>
2017-05-29 14:57:48 +02:00
<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">Pokročilé příkazy</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">Nabízí další příkazy NuGet.</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MsBuildDefinition">
2018-04-30 13:42:47 -07:00
<source>Run Microsoft Build Engine (MSBuild) commands.</source>
<target state="needs-review-translation">Spustí Microsoft Build Engine (MSBuild).</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VsTestDefinition">
2018-04-30 13:42:47 -07:00
<source>Run Microsoft Test Engine (VSTest) commands.</source>
<target state="needs-review-translation">Spustí nástroj příkazového řádku od Microsoftu, který testuje spuštění.</target>
2016-12-23 17:16:52 +01:00
<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">Povolit diagnostický výstup</target>
<note />
2016-12-17 10:55:12 -08:00
</trans-unit>
<trans-unit id="CleanDefinition">
2018-04-30 13:42:47 -07:00
<source>Clean build outputs of a .NET project.</source>
<target state="needs-review-translation">Smaže výstupy sestavení.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
2017-01-05 23:01:58 -08:00
<trans-unit id="SlnDefinition">
2018-04-30 13:42:47 -07:00
<source>Modify Visual Studio solution files.</source>
<target state="needs-review-translation">Umožňuje upravovat soubory řešení (SLN).</target>
2017-01-16 14:52:18 +01:00
<note />
2017-01-05 23:01:58 -08:00
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="ListDefinition">
2018-04-30 13:42:47 -07:00
<source>List project references of a .NET project.</source>
2018-05-01 10:24:40 -07:00
<target state="needs-review-translation">Zobrazí seznam odkazů projektu nebo nainstalovaných nástrojů.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandDoesNotExist">
2018-04-30 13:42:47 -07:00
<source>Specified command '{0}' is not a valid SDK command. Please specify a valid SDK command. For more information, run dotnet help.</source>
<target state="needs-review-translation">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>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET CLI help utility</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Nástroj nápovědy k rozhraní příkazového řádku .NET</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AppDescription">
2018-04-30 13:42:47 -07:00
<source>Utility to get more detailed help about each of the SDK commands.</source>
<target state="needs-review-translation">Nástroj k získání podrobnější nápovědy k jednotlivým příkazům rozhraní příkazového řádku.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
2017-05-29 14:57:48 +02:00
<target state="translated">COMMAND_NAME</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandArgumentDescription">
2018-04-30 13:42:47 -07:00
<source>The SDK command to launch online help for.</source>
<target state="needs-review-translation">Příkaz rozhraní příkazového řádku, ke kterému chcete získat podrobnější nápovědu</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="PathToApplicationDefinition">
<source>The path to an application .dll file to execute.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Cesta k souboru .dll aplikace, který se má spustit</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="SDKVersionCommandDefinition">
2018-03-27 14:02:49 -07:00
<source>Display .NET Core SDK version in use.</source>
2018-04-09 15:18:54 +02:00
<target state="translated">Zobrazí používanou verzi sady .NET Core SDK.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="SDKInfoCommandDefinition">
<source>Display .NET Core information.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Zobrazí informace o rozhraní .NET Core.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
2018-01-03 15:49:41 -06:00
<trans-unit id="SDKListSdksCommandDefinition">
<source>Display the installed SDKs.</source>
2018-01-22 22:56:03 +01:00
<target state="translated">Zobrazí nainstalované sady SDK.</target>
2018-01-03 15:49:41 -06:00
<note />
</trans-unit>
<trans-unit id="SDKListRuntimesCommandDefinition">
<source>Display the installed runtimes.</source>
2018-01-22 22:56:03 +01:00
<target state="translated">Zobrazí nainstalované moduly runtime.</target>
2018-01-03 15:49:41 -06:00
<note />
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="SDKDiagnosticsCommandDefinition">
<source>Enable diagnostic output.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Povolí diagnostický výstup.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
2018-04-30 13:42:47 -07:00
<source>Run 'dotnet [command] --help' for more information on a command.</source>
<target state="needs-review-translation">Další informace o příkazu získáte spuštěním příkazu dotnet PŘÍKAZ --help.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Cesta obsahující testovací zásady a sestavení, která se mají testovat</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="DepsfilDefinition">
<source>Path to <application>.deps.json file.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Cesta k souboru <aplikace>.deps.json</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RuntimeconfigDefinition">
<source>Path to <application>.runtimeconfig.json file.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Cesta k souboru <aplikace>.runtimeconfig.json</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="FxVersionDefinition">
<source>Version of the installed Shared Framework to use to run the application.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Verze nainstalované sdílené architektury, která se má použít ke spuštění aplikace</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RollForwardOnNoCandidateFxDefinition">
<source>Roll forward on no candidate shared framework is enabled.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Posune se vpřed, pokud není povolený žádný kandidát sdílené architektury.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="AdditionalDeps">
2017-08-14 15:46:22 -07:00
<source>Path to additional deps.json file.</source>
2017-12-01 09:30:43 +01:00
<target state="translated">Cesta k dodatečnému souboru deps.json.</target>
2017-05-29 14:57:48 +02:00
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
2017-08-20 00:57:32 +02:00
<trans-unit id="StoreDefinition">
2018-04-30 13:42:47 -07:00
<source>Store the specified assemblies in the runtime package store.</source>
<target state="needs-review-translation">Ukládá zadaná nastavení do úložiště runtime.</target>
2017-08-20 00:57:32 +02:00
<note />
</trans-unit>
2018-03-21 19:12:32 -07:00
<trans-unit id="ToolDefinition">
2018-04-30 13:42:47 -07:00
<source>Install or manage tools that extend the .NET experience.</source>
<target state="needs-review-translation">Instaluje nástroje, které rozšiřují prostředí .NET, nebo s nimi pracuje.</target>
2018-03-15 19:45:11 -07:00
<note />
</trans-unit>
2018-03-27 20:26:55 -07:00
<trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source>
2018-04-27 10:32:24 +02:00
<target state="translated">Interakce se servery spuštěnými buildem</target>
2018-03-27 20:26:55 -07:00
<note />
</trans-unit>
2018-05-01 13:20:06 -07:00
<trans-unit id="DevCertsDefinition">
<source>Create and manage development certificates.</source>
<target state="new">Create and manage development certificates.</target>
<note />
</trans-unit>
<trans-unit id="EfDefinition">
<source>Entity Framework Core command-line tools.</source>
<target state="new">Entity Framework Core command-line tools.</target>
<note />
</trans-unit>
<trans-unit id="SqlCacheDefinition">
<source>SQL Server cache command-line tools.</source>
<target state="new">SQL Server cache command-line tools.</target>
<note />
</trans-unit>
<trans-unit id="UserSecretsDefinition">
<source>Manage development user secrets.</source>
<target state="new">Manage development user secrets.</target>
<note />
</trans-unit>
<trans-unit id="WatchDefinition">
<source>Start a file watcher that runs a command when files change.</source>
<target state="new">Start a file watcher that runs a command when files change.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalTools">
2018-04-30 13:42:47 -07:00
<source>Additional commands from bundled tools:</source>
<target state="new">Additional commands from bundled tools:</target>
<note />
</trans-unit>
<trans-unit id="SDKCommandUsageDescription">
<source>Execute a .NET Core SDK command.</source>
<target state="new">Execute a .NET Core SDK command.</target>
<note />
</trans-unit>
<trans-unit id="ExecutionUsageDescription">
<source>Execute a .NET Core application.</source>
<target state="new">Execute a .NET Core application.</target>
2018-05-01 13:20:06 -07:00
<note />
</trans-unit>
2016-12-05 11:13:39 -08:00
</body>
</file>
</xliff>