
This commit attempts to make the command line help user experience for `dotnet` more consistent for all of the built-in SDK commands. The following has been changed: * Organized the top-level help into a section detailing how to run .NET applications and a section on running SDK commands. * Sorted the SDK commands by name (previous ordering was undefined). * Removed `--verbosity` from the "common options section" since it is not a top-level option, nor is it common to all commands. * Added missing parameter names for parameterized options (especially for the `dotnet tool` subcommands). * Fixed the localization of parameter names for parameterized options. * Added missing `PROJECT` parameter to a few commands. * Fixed the localization of the build command's `PROJECT` parameter description. * Fixed the confusing descriptions for the `--framework`, `--configuration`, and `--runtime` options that were being shared between different commands. * Fixed the "unknown command" error for `dotnet help <command>` to show in red. * Deleted .resx for `dotnet msbuild` that is no longer used. * Change the option descriptions to be more consistent in their grammatical structure. * Removed extra blank line from end of help output. Fixes #7431. Fixes #9230. Fixes #9165.
87 lines
No EOL
4.4 KiB
XML
87 lines
No EOL
4.4 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="../LocalizableStrings.resx">
|
|
<body>
|
|
<trans-unit id="AppFullName">
|
|
<source>Add a NuGet package reference to the project.</source>
|
|
<target state="needs-review-translation">Comando Aggiungi riferimento al pacchetto .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to add package reference</source>
|
|
<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>
|
|
<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="needs-review-translation">Aggiunge il riferimento solo se destinato a un framework specifico.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdNoRestoreDescription">
|
|
<source>Add the reference without performing restore preview and compatibility check.</source>
|
|
<target state="needs-review-translation">Aggiunge il riferimento senza eseguire l'anteprima di restore e la verifica della compatibilità.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdSourceDescription">
|
|
<source>The NuGet package source to use during the restore.</source>
|
|
<target state="needs-review-translation">Consente di specificare le origini pacchetto NuGet da usare durante il ripristino.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackageDirectoryDescription">
|
|
<source>The directory to restore packages to.</source>
|
|
<target state="needs-review-translation">Ripristina i pacchetti nella directory specificata.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdVersionDescription">
|
|
<source>The version of the package to add.</source>
|
|
<target state="needs-review-translation">Versione del pacchetto da aggiungere.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdDGFileException">
|
|
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
|
|
<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>
|
|
<target state="translated">VERSIONE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFramework">
|
|
<source>FRAMEWORK</source>
|
|
<target state="translated">FRAMEWORK</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdSource">
|
|
<source>SOURCE</source>
|
|
<target state="translated">ORIGINE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackageDirectory">
|
|
<source>PACKAGE_DIR</source>
|
|
<target state="needs-review-translation">DIRECTORY_PACCHETTO</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackageDescription">
|
|
<source>The package reference to add.</source>
|
|
<target state="translated">Riferimento al pacchetto da aggiungere.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdPackage">
|
|
<source>PACKAGE_NAME</source>
|
|
<target state="translated">NOME_PACCHETTO</target>
|
|
<note />
|
|
</trans-unit>
|
|
<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>
|
|
<note />
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |