2016-12-04 12:16:08 -08:00
|
|
|
<?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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdArgProject">
|
|
|
|
<source>PROJECT</source>
|
2016-12-16 09:46:50 +01:00
|
|
|
<target state="translated">PROJECT</target>
|
|
|
|
<note />
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdSettingsFile">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>SETTINGS_FILE</source>
|
|
|
|
<target state="needs-review-translation">SettingsFile</target>
|
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdTestCaseFilterExpression">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>EXPRESSION</source>
|
|
|
|
<target state="needs-review-translation">Výraz</target>
|
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdTestCaseFilterDescription">
|
|
|
|
<source>Run tests that match the given expression.
|
|
|
|
Examples:
|
2016-12-17 10:55:12 -08:00
|
|
|
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>
|
2016-12-16 13:32:48 -08:00
|
|
|
<target state="needs-review-translation">Spustí testy, které odpovídají danému výrazu.
|
2016-12-16 09:46:50 +01:00
|
|
|
Příklady:
|
2016-12-04 12:16:08 -08:00
|
|
|
--testCaseFilter:"Priority = 1"
|
|
|
|
--testCaseFilter: "(FullyQualifiedName~Nightly | Name = MyTestMethod)"</target>
|
2016-12-16 13:32:48 -08:00
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdTestAdapterPathDescription">
|
|
|
|
<source>Use custom adapters from the given path in the test run.
|
2016-12-17 10:55:12 -08:00
|
|
|
Example: --test-adapter-path <PATH_TO_ADAPTER></source>
|
2016-12-16 13:32:48 -08:00
|
|
|
<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:<pathToCustomAdapters></target>
|
2016-12-16 13:32:48 -08:00
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdConfiguration">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>CONFIGURATION</source>
|
|
|
|
<target state="needs-review-translation">konfigurace</target>
|
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdConfigDescription">
|
2016-12-17 10:55:12 -08:00
|
|
|
<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>
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdFramework">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>FRAMEWORK</source>
|
|
|
|
<target state="needs-review-translation">FrameworkVersion</target>
|
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdOutputDir">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>OUTPUT_DIR</source>
|
|
|
|
<target state="needs-review-translation">OutputDir</target>
|
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
<trans-unit id="CmdPathToLogFile">
|
2016-12-17 10:55:12 -08:00
|
|
|
<source>PATH_TO_FILE</source>
|
|
|
|
<target state="needs-review-translation">PathToLogFile</target>
|
|
|
|
<note></note>
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</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 />
|
2016-12-04 12:16:08 -08:00
|
|
|
</trans-unit>
|
|
|
|
</body>
|
|
|
|
</file>
|
|
|
|
</xliff>
|