dotnet-installer/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.cs.xlf

78 lines
3.7 KiB
Text
Raw Normal View History

<?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-publish/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-publish/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET Publisher</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET Publisher</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Publisher for the .NET Platform</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Vydavatel pro platformu .NET</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgument">
<source>PROJECT</source>
2016-12-16 09:46:50 +01:00
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgDescription">
<source>The MSBuild project file to publish. 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>
2016-12-16 09:46:50 +01:00
<target state="translated">Soubor projektu publikovaný nástrojem MSBuild. 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="FrameworkOption">
<source>FRAMEWORK</source>
2016-12-16 09:46:50 +01:00
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
<source>Target framework to publish for</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Cílová platforma pro publikování</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOption">
<source>RUNTIME_IDENTIFIER</source>
2016-12-16 09:46:50 +01:00
<target state="translated">RUNTIME_IDENTIFIER</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionDescription">
<source>Target runtime to publish for. The default is to publish a portable application.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Cílový modul runtime pro publikování. Výchozí možnost je publikovat přenosnou aplikaci.</target>
<note />
</trans-unit>
<trans-unit id="OutputOption">
<source>OUTPUT_DIR</source>
2016-12-16 09:46:50 +01:00
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">
<source>Path in which to publish the app</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Cesta pro publikování aplikace</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOption">
<source>CONFIGURATION</source>
2016-12-16 09:46:50 +01:00
<target state="translated">CONFIGURATION</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionDescription">
<source>Configuration under which to build</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Konfigurace použitá k sestavení</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOption">
<source>VERSION_SUFFIX</source>
2016-12-16 09:46:50 +01:00
<target state="translated">VERSION_SUFFIX</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOptionDescription">
<source>Defines the value for the $(VersionSuffix) property in the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Definuje hodnotu vlastnosti $(VersionSuffix) v projektu.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>