2016-12-04 12:16:08 -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="src/dotnet/commands/dotnet-run/LocalizableStrings.resx">
|
|
|
|
<body>
|
|
|
|
<group id="src/dotnet/commands/dotnet-run/LocalizableStrings.resx" />
|
|
|
|
<trans-unit id="AppFullName">
|
|
|
|
<source>.NET Run Command</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Příkaz rozhraní .NET pro spuštění</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="AppDescription">
|
|
|
|
<source>Command used to run .NET apps</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Příkaz používaný ke spuštění aplikací .NET</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CommandOptionConfigurationDescription">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
|
2016-12-23 17:16:52 +01:00
|
|
|
<target state="translated">Konfigurace použitá k sestavení projektu. Výchozí možnost u většiny projektů je „Debug“.</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CommandOptionFramework">
|
|
|
|
<source>FRAMEWORK</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">FRAMEWORK</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CommandOptionFrameworkDescription">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>Build and run the app using the specified framework. The framework has to be specified in the project file. </source>
|
2016-12-23 17:16:52 +01:00
|
|
|
<target state="translated">K sestavení a spuštění aplikace se použije určená platforma, která musí být zadaná v souboru projektu.</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CommandOptionProjectDescription">
|
|
|
|
<source>The path to the project file to run (defaults to the current directory if there is only one project).</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Cesta ke spouštěnému souboru projektu (výchozí je aktuální adresář, pokud existuje jenom jeden projekt)</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandException">
|
|
|
|
<source>The build failed. Please fix the build errors and run again.</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Sestavení se nezdařilo. Opravte prosím v sestavení chyby a spusťte ho znovu.</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandMSBuildExtensionsPath">
|
|
|
|
<source>MSBuildExtensionsPath</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">MSBuildExtensionsPath</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandConfiguration">
|
|
|
|
<source>Configuration</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Konfigurace</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandTargetFramework">
|
|
|
|
<source>TargetFramework</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">TargetFramework</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandProjectInstance">
|
|
|
|
<source>RunCommand</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">RunCommand</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandOutputType">
|
|
|
|
<source>OutputType</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">OutputType</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandExceptionUnableToRun1">
|
|
|
|
<source>Unable to run your project.</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Projekt se nepodařilo spustit.</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandExceptionUnableToRun2">
|
|
|
|
<source>Please ensure you have a runnable project type and ensure 'dotnet run' supports this project.</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Ověřte prosím, jestli je typ projektu spustitelný, a zkontrolujte, jestli „dotnet run“ podporuje tento projekt.</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandExceptionUnableToRun3">
|
|
|
|
<source>The current OutputType is </source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Aktuální hodnota OutputType je </target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandRunArguments">
|
|
|
|
<source>RunArguments</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">RunArguments</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandRunWorkingDirectory">
|
|
|
|
<source>RunWorkingDirectory</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">RunWorkingDirectory</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandInvalidOperationException1">
|
|
|
|
<source>Couldn't find a project to run. Ensure a project exists in </source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Nepodařilo se najít projekt ke spuštění. Zkontrolujte, jestli projekt existuje v </target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandInvalidOperationException2">
|
|
|
|
<source>Or pass the path to the project using --project</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Nebo zadejte cestu k projektu příkazem --project</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandInvalidOperationException3">
|
|
|
|
<source>Specify which project file to use because this </source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">Zadejte, jaký soubor projektu se použije, protože </target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="RunCommandInvalidOperationException4">
|
|
|
|
<source>contains more than one project file.</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">obsahuje více souborů projektů.</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
2016-12-17 10:55:12 -08:00
|
|
|
<trans-unit id="RunCommandAdditionalArgsHelpText">
|
|
|
|
<source>Arguments passed to the application that is being run.</source>
|
2016-12-23 17:16:52 +01:00
|
|
|
<target state="translated">Argumenty předané spouštěné aplikaci.</target>
|
|
|
|
<note />
|
2016-12-17 10:55:12 -08:00
|
|
|
</trans-unit>
|
2016-12-04 12:16:08 -08:00
|
|
|
</body>
|
|
|
|
</file>
|
|
|
|
</xliff>
|