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

128 lines
6.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-test/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-test/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET Test Driver</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Testovací ovladač .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Test Driver for the .NET Platform</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Testovací ovladač pro platformu .NET</target>
<note />
</trans-unit>
<trans-unit id="CmdArgProject">
<source>PROJECT</source>
2016-12-16 09:46:50 +01:00
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="CmdArgDescription">
<source>The project to test, defaults to the current directory.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Výchozí hodnotou pro testovaný projekt je aktuální adresář.</target>
<note />
</trans-unit>
<trans-unit id="CmdSettingsFile">
<source>SETTINGS_FILE</source>
<target state="needs-review-translation">SettingsFile</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSettingsDescription">
<source>Settings to use when running tests.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Nastavení, které se použije ke spuštění testů.</target>
<note />
</trans-unit>
<trans-unit id="CmdListTestsDescription">
<source>Lists discovered tests</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Uvádí zjištěné testy</target>
<note />
</trans-unit>
<trans-unit id="CmdTestCaseFilterExpression">
<source>EXPRESSION</source>
<target state="needs-review-translation">Výraz</target>
<note></note>
</trans-unit>
<trans-unit id="CmdTestCaseFilterDescription">
<source>Run tests that match the given expression.
Examples:
Run tests with priority set to 1: --filter "Priority = 1"
Run a test with the specified full name: --filter "FullyQualifiedName=Namespace.ClassName.MethodName"
Run tests that contain the specified name: --filter "FullyQualifiedName~Namespace.Class"
More info on filtering support: https://aka.ms/vstest-filtering
</source>
<target state="needs-review-translation">Spustí testy, které odpovídají danému výrazu.
2016-12-16 09:46:50 +01:00
Příklady:
--testCaseFilter:"Priority = 1"
--testCaseFilter: "(FullyQualifiedName~Nightly | Name = MyTestMethod)"</target>
<note></note>
</trans-unit>
<trans-unit id="CmdTestAdapterPathDescription">
<source>Use custom adapters from the given path in the test run.
Example: --test-adapter-path &lt;PATH_TO_ADAPTER&gt;</source>
<target state="needs-review-translation">Při spuštění testu použijte vlastní adaptéry z dané cesty.
2016-12-16 09:46:50 +01:00
Příklad: --testAdapterPath:&lt;pathToCustomAdapters&gt;</target>
<note></note>
</trans-unit>
<trans-unit id="CmdLoggerOption">
<source>LoggerUri/FriendlyName</source>
2016-12-16 09:46:50 +01:00
<target state="translated">LoggerUri/FriendlyName</target>
<note />
</trans-unit>
<trans-unit id="CmdLoggerDescription">
<source>Specify a logger for test results.
Example: --logger:trx</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Zadejte protokolovací nástroj pro výsledky testů.
Příklad: --logger:trx</target>
<note />
</trans-unit>
<trans-unit id="CmdConfiguration">
<source>CONFIGURATION</source>
<target state="needs-review-translation">konfigurace</target>
<note></note>
</trans-unit>
<trans-unit id="CmdConfigDescription">
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
<target state="needs-review-translation">Konfigurace použitá k sestavení, např. Debug nebo Release</target>
<note></note>
</trans-unit>
<trans-unit id="CmdFramework">
<source>FRAMEWORK</source>
<target state="needs-review-translation">FrameworkVersion</target>
<note></note>
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Looks for test binaries for a specific framework</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Vyhledá testovací binární soubory pro určitou platformu.</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OUTPUT_DIR</source>
<target state="needs-review-translation">OutputDir</target>
<note></note>
</trans-unit>
<trans-unit id="CmdOutputDescription">
<source>Directory in which to find the binaries to be run</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Adresář pro vyhledání spouštěných binárních souborů</target>
<note />
</trans-unit>
<trans-unit id="CmdPathToLogFile">
<source>PATH_TO_FILE</source>
<target state="needs-review-translation">PathToLogFile</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPathTologFileDescription">
<source>Enable verbose logs for test platform.
Logs are written to the provided file.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Povolí pro testovací platformu podrobné protokoly.
Protokoly se zapisují do zadaného souboru.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoBuildDescription">
<source>Do not build project before testing.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Nesestavujte projekt dříve, než ho otestujete.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>