58 lines
No EOL
2.9 KiB
XML
58 lines
No EOL
2.9 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="src/dotnet/commands/dotnet-clean/LocalizableStrings.resx">
|
|
<body>
|
|
<group id="src/dotnet/commands/dotnet-clean/LocalizableStrings.resx" />
|
|
<trans-unit id="AppFullName">
|
|
<source>.NET Clean Command</source>
|
|
<target state="translated">Příkaz rozhraní .NET pro vyčištění</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to clean previously generated build outputs.</source>
|
|
<target state="translated">Příkaz slouží k vyčištění vygenerovaných výstupů buildů.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdArgProject">
|
|
<source>PROJECT</source>
|
|
<target state="translated">PROJECT</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdArgProjDescription">
|
|
<source>The MSBuild project file to build. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
|
|
<target state="translated">Soubor projektu MSBuildu určený k sestavení. Pokud není zadaný soubor projektu, nástroj MSBuild vyhledá v aktuálním pracovním adresáři soubor s příponou, která končí na „proj“, a použije ho.</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 the build outputs have been placed.</source>
|
|
<target state="translated">Adresář, do kterého byly umístěny výstupy buildu.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFramework">
|
|
<source>FRAMEWORK</source>
|
|
<target state="translated">FRAMEWORK</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFrameworkDescription">
|
|
<source>Clean a specific framework.</source>
|
|
<target state="translated">Umožňuje vyčistit určitou platformu.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdConfiguration">
|
|
<source>CONFIGURATION</source>
|
|
<target state="translated">CONFIGURATION</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdConfigurationDescription">
|
|
<source>Clean a specific configuration.</source>
|
|
<target state="translated">Umožňuje vyčistit určitou konfiguraci.</target>
|
|
<note />
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |