dotnet-installer/src/dotnet/commands/dotnet-pack/xlf/LocalizableStrings.cs.xlf
2016-12-16 09:46:50 +01:00

78 lines
No EOL
3.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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-pack/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-pack/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>pack</source>
<target state="translated">zabalit</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>pack for msbuild</source>
<target state="translated">zabalit pro msbuild</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">
<source>Directory in which to place outputs</source>
<target state="translated">Adresář pro ukládání výstupů</target>
<note />
</trans-unit>
<trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build project before packing</source>
<target state="translated">Nesestavujte projekt, dokud ho nezabalíte.</target>
<note />
</trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription">
<source>Include PDBs along with the DLLs in the output folder</source>
<target state="translated">Zahrnout do výstupní složky soubory PDB a knihovny DLL</target>
<note />
</trans-unit>
<trans-unit id="CmdIncludeSourceDescription">
<source>Include PDBs and source files. Source files go into the src folder in the resulting nuget package</source>
<target state="translated">Zahrne soubory PDB a zdrojové soubory. Zdrojové soubory ve složce srcve výsledném balíčku NuGet</target>
<note />
</trans-unit>
<trans-unit id="CmdConfig">
<source>CONFIGURATION</source>
<target state="translated">CONFIGURATION</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigDescription">
<source>Configuration under which to build</source>
<target state="translated">Konfigurace použitá k sestavení</target>
<note />
</trans-unit>
<trans-unit id="CmdVersionSuffix">
<source>VERSION_SUFFIX</source>
<target state="translated">VERSION_SUFFIX</target>
<note />
</trans-unit>
<trans-unit id="CmdVersionSuffixDescription">
<source>Defines what `*` should be replaced with in version field in project.json</source>
<target state="translated">Definuje, čím nahradit „*“ v poli verze v souboru project.json.</target>
<note />
</trans-unit>
<trans-unit id="CmdServiceableDescription">
<source>Set the serviceable flag in the package</source>
<target state="translated">Nastavit v balíčku příznak obsluhovatelnosti</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentProject">
<source>PROJECT</source>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="CmdArgumentDescription">
<source>The project to pack, defaults to the project file in the current directory. Can be a path to any project file</source>
<target state="translated">Balený projekt výchozí hodnotou je soubor projektu v aktuálním adresáři. Může to být cesta k libovolnému souboru projektu.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>