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

148 lines
6.5 KiB
Text
Raw Normal View History

2016-12-05 11:13:39 -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="it" original="src/dotnet/commands/dotnet-help/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
<trans-unit id="Usage">
<source>Usage</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Utilizzo</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="Arguments">
<source>Arguments</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Argomenti</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="CommandDefinition">
<source>The command to execute</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Comando da eseguire</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="ArgumentsDefinition">
<source>Arguments to pass to the command</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Argomenti da passare al comando</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HostOptionsDefinition">
<source>Options specific to dotnet (host)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Opzioni specifiche di dotnet (host)</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="OptionsDescription">
<source>Options common to all commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Opzioni comuni a tutti i comandi</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="CommonOptions">
<source>Common options</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Opzioni comuni</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VerboseDefinition">
<source>Enable verbose output</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Abilita l'output dettagliato</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Mostra la Guida</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="HostOptions">
<source>Host options (passed before the command)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Opzioni host (passate prima del comando)</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display .NET CLI Version Number</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Visualizza il numero di versione dell'interfaccia della riga di comando .NET</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="InfoDescription">
<source>Display .NET CLI Info</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Visualizza le informazioni sull'interfaccia della riga di comando .NET</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="Commands">
<source>Commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Comandi</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize a basic .NET project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Inizializza un progetto .NET di base</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project</source>
<target state="needs-review-translation">Ripristina le dipendenze specificate nel progetto .NET</target>
<note></note>
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Builds a .NET project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Compila un progetto .NET</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PublishDefinition">
<source>Publishes a .NET project for deployment (including the runtime)</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Pubblica un progetto .NET per la distribuzione (includendo il runtime)</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RunDefinition">
<source>Compiles and immediately executes a .NET project</source>
<target state="needs-review-translation">Compila ed esegue immediatamente un progetto .NET</target>
<note></note>
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="TestDefinition">
<source>Runs unit tests using the test runner specified in the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Esegue gli unit test con l'istanza di Test Runner specificata nel progetto</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="PackDefinition">
<source>Creates a NuGet package</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Crea un pacchetto NuGet</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MigrateDefinition">
<source>Migrates a project.json based project to a msbuild based project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Esegue la migrazione di un progetto basato su project.json in uno basato su MSBuild</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="ProjectModificationCommands">
<source>Project modification commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Comandi di modifica del progetto</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AddDefinition">
<source>Add items to the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Consente di aggiungere elementi al progetto</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="RemoveDefinition">
<source>Remove items from the project</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Consente di rimuovere elementi dal progetto</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="AdvancedCommands">
<source>Advanced Commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Comandi avanzati</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="NugetDefinition">
<source>Provides additional NuGet commands</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Fornisce comandi NuGet aggiuntivi</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="MsBuildDefinition">
<source>msbuilds a project and all of its dependencies</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Esegue MSBuild su un progetto e su tutte le relative dipendenze</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs tests from the specified files</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Esegue i test dai file specificati</target>
<note />
2016-12-05 11:13:39 -08:00
</trans-unit>
</body>
</file>
</xliff>