summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpx/locales/it.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpx/locales/it.json')
-rw-r--r--deps/npm/node_modules/libnpx/locales/it.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/deps/npm/node_modules/libnpx/locales/it.json b/deps/npm/node_modules/libnpx/locales/it.json
new file mode 100644
index 0000000000..24e72b4919
--- /dev/null
+++ b/deps/npm/node_modules/libnpx/locales/it.json
@@ -0,0 +1,28 @@
+{
+ "Execute binaries from npm packages.\n%s": "Esegui il binario del pacchetto npm.\n%s",
+ "Package to be installed.": "Pacchetto da installare.",
+ "Location of the npm cache.": "Percorso della cache npm.",
+ "Skip installation if a package is missing.": "Salta l'installazione se un pacchetto non รจ disponibile.",
+ "Path to user npmrc.": "Percorso utente per npmrc.",
+ "Execute string as if inside `npm run-script`.": "Esegui l'argomento come se fosse all'interno di `npm run-script`.",
+ "Shell to execute the command with, if any.": "Shell con cui eseguire il comando, se presente.",
+ "Generate shell code to use npx as the \"command not found\" fallback.": "Generare un codice di shell per usare npx come ripiego quando il comando non esiste.",
+ "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignora i binari esistenti in $PATH, oppure nel progetto locale. Questo forza temporaneamente npx a installare e usare l'ultima versione.",
+ "npm binary to use for internal operations.": "Binario npm da usare per le operazioni interne.",
+ "For the full documentation, see the manual page for npx(1).": "Per la documentazione completa, vedere la pagina del manuale npx(1).",
+ "Unable to guess a binary name from %s. Please use --package.": "Impossibile supporre il nome del binario da %s. Prego usare --package.",
+ "\nERROR: You must supply a command.\n": "\nERRORE: E necessario fornire un comando.\n",
+ "Command failed: %s %s": "Comando fallito: %s %s",
+ "Install for %s failed with code %s": "Installazione di %s fallita con codice %s",
+ "%s not found. Trying with npx...": "%s non trovato. Prova con npx...",
+ "command not found: %s": "comando non trovato: %s",
+ "options": "opzioni",
+ "command": "comando",
+ "version": "versione",
+ "command-arg": "argomento-del-comando",
+ "command-string": "stringa-di-comando",
+ "shell": "shell",
+ "package": "pacchetto",
+ "npx: installed %s in %ss": "npx: installato %s in %ss",
+ "Suppress output from npx itself. Subcommands will not be affected.": "Sopprimere l'output da npx stesso. I sottocomandi non saranno interessati."
+}