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

180 lines
9.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">
2017-06-07 16:35:31 -07:00
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<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">
2017-05-19 13:36:31 -07:00
<source>The project to test. Defaults to the current directory.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Projekt, který se má testovat. Standardně se nastaví aktuální adresář.</target>
<note />
</trans-unit>
<trans-unit id="CmdSettingsFile">
<source>SETTINGS_FILE</source>
2016-12-23 17:16:52 +01:00
<target state="translated">SETTINGS_FILE</target>
<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>
2016-12-23 17:16:52 +01:00
<target state="translated">EXPRESSION</target>
<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>
2016-12-23 17:16:52 +01:00
<target state="translated">Spustí testy, které odpovídají danému výrazu.
2016-12-16 09:46:50 +01:00
Příklady:
2016-12-23 17:16:52 +01:00
Spustí testy s prioritou nastavenou na 1: --filter "Priority = 1"
2017-05-29 14:57:48 +02:00
Spustí test se zadaným plným názvem: --filter "FullyQualifiedName=Namespace.ClassName.MethodName"
Spustí testy, které obsahují zadaný název: --filter "FullyQualifiedName~Namespace.Class"
Další informace o podpoře filtrování: https://aka.ms/vstest-filtering
</target>
2016-12-23 17:16:52 +01:00
<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>
2017-05-29 14:57:48 +02:00
<target state="translated">Při spuštění testu použít vlastní adaptéry z dané cesty.
2016-12-23 17:16:52 +01:00
Příklad: --test-adapter-path &lt;PATH_TO_ADAPTER&gt;</target>
<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">
2017-05-19 13:36:31 -07:00
<source>Specify a logger for test results.
Examples:
Log in trx format using a unqiue file name: --logger trx
Log in trx format using the specified file name: --logger "trx;LogFileName=&lt;TestResults.resx&gt;"
2017-05-19 13:36:31 -07:00
More info on logger arguments support:https://aka.ms/vstest-report</source>
<target state="needs-review-translation">Zadejte protokolovací nástroj pro výsledky testů.
2017-05-29 14:57:48 +02:00
Příklad: --logger "trx[;LogFileName=&lt;Standardně se nastaví jedinečný název souboru&gt;]"
Další informace o podpoře argumentů protokolovacího nástroje: https://aka.ms/vstest-report</target>
<note />
</trans-unit>
<trans-unit id="CmdConfiguration">
<source>CONFIGURATION</source>
2016-12-23 17:16:52 +01:00
<target state="translated">CONFIGURATION</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigDescription">
2017-05-19 13:36:31 -07:00
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Konfigurace použitá k sestavení projektu. U většiny projektů se standardně nastaví Debug.</target>
<note />
</trans-unit>
<trans-unit id="CmdFramework">
<source>FRAMEWORK</source>
2016-12-23 17:16:52 +01:00
<target state="translated">FRAMEWORK</target>
<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>
2016-12-23 17:16:52 +01:00
<target state="translated">OUTPUT_DIR</target>
<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>
2016-12-23 17:16:52 +01:00
<target state="translated">PATH_TO_FILE</target>
<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>
2017-05-19 13:36:31 -07:00
<trans-unit id="CmdTestAdapterPath">
<source>PATH_TO_ADAPTER</source>
2017-05-29 14:57:48 +02:00
<target state="translated">PATH_TO_ADAPTER</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CmdResultsDirectoryDescription">
<source>The directory where the test results are going to be placed. The specified directory will be created if it does not exist.
Example: --results-directory &lt;PATH_TO_RESULTS_DIRECTORY&gt;</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Adresář, kam se mají umístit výsledky testu. Zadaný adresář se vytvoří, pokud neexistuje.
Příklad: --results-directory &lt;PATH_TO_RESULTS_DIRECTORY&gt;</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CmdPathToResultsDirectory">
<source>PATH_TO_RESULTS_DIRECTORY</source>
2017-05-29 14:57:48 +02:00
<target state="translated">PATH_TO_RESULTS_DIRECTORY</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RunSettingsArgumentsDescription">
<source>
RunSettings arguments:
Arguments to pass runsettings configurations through commandline. Arguments may be specified as name-value pair of the form [name]=[value] after "-- ". Note the space after --.
Use a space to separate multiple[name] =[value].
More info on RunSettings arguments support: https://aka.ms/vstest-runsettings-arguments
Example: dotnet test -- MSTest.DeploymentEnabled=false MSTest.MapInconclusiveToFailed=True</source>
2017-05-29 14:57:48 +02:00
<target state="translated">
2017-05-19 13:36:31 -07:00
2017-05-29 14:57:48 +02:00
Argumenty RunSettings:
Argumenty, které se mají předat konfiguracím runsettings prostřednictvím příkazového řádku. Lze je zadat jako dvojice název-hodnota ve formě [název]=[hodnota] za -- . Za -- následuje mezera.
K oddělení více dvojic [název] =[hodnota] použijte mezeru.
Další informace o podpoře argumentů RunSettings: https://aka.ms/vstest-runsettings-arguments
Příklad: dotnet test -- MSTest.DeploymentEnabled=false MSTest.MapInconclusiveToFailed=True</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="cmdCollectFriendlyName">
<source>DATA_COLLECTOR_FRIENDLY_NAME</source>
2017-05-29 14:57:48 +02:00
<target state="translated">DATA_COLLECTOR_FRIENDLY_NAME</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="cmdCollectDescription">
<source>Enables data collector for the test run.
More info here : https://aka.ms/vstest-collect</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Povolí shromažďování dat pro testovací běh.
Další informace: https://aka.ms/vstest-collect</target>
<note />
2017-01-05 23:01:58 -08:00
</trans-unit>
</body>
</file>
</xliff>