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

125 lines
6 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="it" 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">Driver di test .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">Driver di test per la piattaforma .NET</target>
<note />
</trans-unit>
<trans-unit id="CmdArgProject">
<source>PROJECT</source>
2016-12-16 09:46:50 +01:00
<target state="translated">PROGETTO</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">Progetto da testare. Per impostazione predefinita, verrà usata la directory corrente.</target>
<note />
</trans-unit>
<trans-unit id="CmdSettingsFile">
<source>SettingsFile</source>
2016-12-16 09:46:50 +01:00
<target state="translated">SettingsFile</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">Impostazioni da usare per l'esecuzione dei 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">Elenca i test individuati</target>
<note />
</trans-unit>
<trans-unit id="CmdTestCaseFilterExpression">
<source>Expression</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Espressione</target>
<note />
</trans-unit>
<trans-unit id="CmdTestCaseFilterDescription">
<source>Run tests that match the given expression.
Examples:
--test-case-filter:"Priority = 1"
--test-case-filter: "(FullyQualifiedName~Nightly | Name = MyTestMethod)"</source>
<target state="needs-review-translation">Esegue i test corrispondenti all'espressione specificata.
2016-12-16 09:46:50 +01:00
Esempi:
--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;pathToCustomAdapters&gt;</source>
<target state="needs-review-translation">Usa gli adattatori personalizzati del percorso specificato nell'esecuzione dei test.
2016-12-16 09:46:50 +01:00
Esempio: --testAdapterPath:&lt;percorsoAdattatoriPersonalizzati&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">Consente di specificare un logger per i risultati dei test.
Esempio: --logger:trx</target>
<note />
</trans-unit>
<trans-unit id="CmdConfiguration">
<source>configuration</source>
2016-12-16 09:46:50 +01:00
<target state="translated">configurazione</target>
<note />
</trans-unit>
<trans-unit id="CmdConfigDescription">
<source>Configuration under which to build, i.e. Debug/Release</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Configurazione con cui eseguire la compilazione, ad esempio Debug/Release</target>
<note />
</trans-unit>
<trans-unit id="CmdFramework">
<source>FrameworkVersion</source>
2016-12-16 09:46:50 +01:00
<target state="translated">FrameworkVersion</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">Cerca i file binari di test per un framework specifico</target>
<note />
</trans-unit>
<trans-unit id="CmdOutputDir">
<source>OutputDir</source>
2016-12-16 09:46:50 +01:00
<target state="translated">OutputDir</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">Directory in cui trovare i file binari da eseguire</target>
<note />
</trans-unit>
<trans-unit id="CmdPathToLogFile">
<source>PathToLogFile</source>
2016-12-16 09:46:50 +01:00
<target state="translated">PathToLogFile</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">Abilita i log dettagliati per la piattaforma di test.
I log vengono scritti nel file specificato.</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">Il progetto non viene compilato prima del test.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>