dotnet-installer/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf

92 lines
4.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">
2017-06-07 16:35:31 -07:00
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>Add a NuGet package reference to the project.</source>
<target state="translated">Aggiunge un riferimento al pacchetto NuGet al progetto.</target>
2017-01-06 19:07:21 +01:00
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Command to add package reference</source>
2017-01-06 19:07:21 +01:00
<target state="translated">Comando per aggiungere il riferimento al pacchetto</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
2017-01-06 19:07:21 +01:00
<target state="translated">Specificare almeno un riferimento al pacchetto da aggiungere.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add the reference only when targeting a specific framework.</source>
<target state="translated">Aggiunge il riferimento solo se destinato a un framework specifico.</target>
2017-05-29 14:57:48 +02:00
<note />
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add the reference without performing restore preview and compatibility check.</source>
<target state="translated">Aggiunge il riferimento senza eseguire l'anteprima di restore e la verifica della compatibilità.</target>
2017-05-29 14:57:48 +02:00
<note />
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>The NuGet package source to use during the restore.</source>
<target state="translated">Origine pacchetto NuGet da usare durante il ripristino.</target>
2017-05-29 14:57:48 +02:00
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>The directory to restore packages to.</source>
<target state="translated">Directory in cui ripristinare i pacchetti.</target>
2017-05-29 14:57:48 +02:00
<note />
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>The version of the package to add.</source>
<target state="translated">Versione del pacchetto da aggiungere.</target>
2017-01-06 19:07:21 +01:00
<note />
</trans-unit>
<trans-unit id="CmdDGFileException">
2017-05-19 13:36:31 -07:00
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Non è possibile creare il file del grafico dipendenze per il progetto '{0}'. Non è possibile aggiungere il riferimento al pacchetto.</target>
<note />
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
2017-01-06 19:07:21 +01:00
<target state="translated">VERSIONE</target>
<note />
</trans-unit>
<trans-unit id="CmdFramework">
<source>FRAMEWORK</source>
2017-01-06 19:07:21 +01:00
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="CmdSource">
<source>SOURCE</source>
2017-01-06 19:07:21 +01:00
<target state="translated">ORIGINE</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectory">
<source>PACKAGE_DIR</source>
<target state="translated">DIR_PACCHETTO</target>
2017-01-06 19:07:21 +01:00
<note />
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Riferimento al pacchetto da aggiungere.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
2017-05-29 14:57:48 +02:00
<target state="translated">NOME_PACCHETTO</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
2017-08-01 16:41:53 -07:00
<trans-unit id="CmdDGFileIOException">
<source>Unable to generate a temporary file for project '{0}'. Cannot add package reference. Please clear the temp directory and try again.</source>
<target state="translated">Non è possibile generare un file temporaneo per il progetto '{0}'. Non è possibile aggiungere il riferimento al pacchetto. Cancellare la directory temp e riprovare.</target>
2017-08-01 16:41:53 -07:00
<note />
</trans-unit>
2018-06-12 12:08:18 -07:00
<trans-unit id="CmdInteractiveRestoreDescription">
<source>Allows the command to stop and wait for user input or action (for example to complete authentication).</source>
<target state="translated">Consente al comando di arrestare l'esecuzione e attendere l'input o l'azione dell'utente, ad esempio per completare l'autenticazione.</target>
2018-06-12 12:08:18 -07:00
<note />
</trans-unit>
</body>
</file>
</xliff>