88 lines
No EOL
4.1 KiB
XML
88 lines
No EOL
4.1 KiB
XML
<?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-restore/LocalizableStrings.resx">
|
|
<body>
|
|
<group id="src/dotnet/commands/dotnet-restore/LocalizableStrings.resx" />
|
|
<trans-unit id="AppFullName">
|
|
<source>.NET dependency restorer</source>
|
|
<target state="translated">Utilità di ripristino dipendenze .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>restore for msbuild</source>
|
|
<target state="translated">restore per MSBuild</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdArgument">
|
|
<source>PROJECT</source>
|
|
<target state="translated">PROGETTO</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdArgumentDescription">
|
|
<source>Optional path to a project file or MSBuild arguments.</source>
|
|
<target state="translated">Percorso facoltativo di un file di progetto o di argomenti di MSBuild.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdSourceOption">
|
|
<source>SOURCE</source>
|
|
<target state="translated">ORIGINE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdSourceOptionDescription">
|
|
<source>Specifies a NuGet package source to use during the restore.</source>
|
|
<target state="translated">Consente di specificare un'origine pacchetto NuGet da usare durante il ripristino.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackagesOption">
|
|
<source>PACKAGES_DIRECTORY</source>
|
|
<target state="translated">DIRECTORY_PACCHETTI</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackagesOptionDescription">
|
|
<source>Directory to install packages in.</source>
|
|
<target state="translated">Directory in cui installare i pacchetti.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdDisableParallelOptionDescription">
|
|
<source>Disables restoring multiple projects in parallel.</source>
|
|
<target state="translated">Disabilita il ripristino di più progetti in parallelo.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdConfigFileOption">
|
|
<source>FILE</source>
|
|
<target state="translated">FILE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdConfigFileOptionDescription">
|
|
<source>The NuGet configuration file to use.</source>
|
|
<target state="translated">File di configurazione NuGet da usare.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdNoCacheOptionDescription">
|
|
<source>Do not cache packages and http requests.</source>
|
|
<target state="translated">Non memorizza nella cache pacchetti e richieste HTTP.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdIgnoreFailedSourcesOptionDescription">
|
|
<source>Treat package source failures as warnings.</source>
|
|
<target state="translated">Considera gli errori di origine pacchetto come avvisi.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdNoDependenciesOptionDescription">
|
|
<source>Set this flag to ignore project to project references and only restore the root project</source>
|
|
<target state="translated">Impostare questo flag per ignorare i riferimenti P2P (da progetto a progetto) e ripristinare solo il progetto radice</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdRuntimeOption">
|
|
<source>RUNTIME_IDENTIFIER</source>
|
|
<target state="new">RUNTIME_IDENTIFIER</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CmdRuntimeOptionDescription">
|
|
<source>Target runtime to restore packages for.</source>
|
|
<target state="new">Target runtime to restore packages for.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |