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

28 lines
1.4 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-clean/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-clean/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET Clean Command</source>
2016-12-16 09:46:50 +01:00
<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>
2016-12-16 09:46:50 +01:00
<target state="translated">Příkaz slouží k vyčištění vygenerovaných výstupů buildů.</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
2016-12-16 09:46:50 +01:00
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDirDescription">
<source>Directory in which the build outputs have been placed.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Adresář, do kterého byly umístěny výstupy buildu.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>