Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 6883e75

Browse files
NickNasozkat
authored andcommitted
feat(i18n): Added support for Italian language (#71)
* Scaffolding for italian translate * Added support for Italian language * Added support for Italian language Ref: zkat/npx#39
1 parent 26e5edf commit 6883e75

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

locales/it.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"Execute binaries from npm packages.\n%s": "Esegui il binario del pacchetto npm.\n%s",
3+
"Package to be installed.": "Pacchetto da installare.",
4+
"Location of the npm cache.": "Percorso della cache npm.",
5+
"Skip installation if a package is missing.": "Salta l'installazione se un pacchetto non è disponibile.",
6+
"Path to user npmrc.": "Percorso utente per npmrc.",
7+
"Execute string as if inside `npm run-script`.": "Esegui l'argomento come se fosse all'interno di `npm run-script`.",
8+
"Shell to execute the command with, if any.": "Shell con cui eseguire il comando, se presente.",
9+
"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.",
10+
"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.",
11+
"npm binary to use for internal operations.": "Binario npm da usare per le operazioni interne.",
12+
"For the full documentation, see the manual page for npx(1).": "Per la documentazione completa, vedere la pagina del manuale npx(1).",
13+
"Unable to guess a binary name from %s. Please use --package.": "Impossibile supporre il nome del binario da %s. Prego usare --package.",
14+
"\nERROR: You must supply a command.\n": "\nERRORE: E necessario fornire un comando.\n",
15+
"Command failed: %s %s": "Comando fallito: %s %s",
16+
"Install for %s failed with code %s": "Installazione di %s fallita con codice %s",
17+
"%s not found. Trying with npx...": "%s non trovato. Prova con npx...",
18+
"command not found: %s": "comando non trovato: %s",
19+
"options": "opzioni",
20+
"command": "comando",
21+
"version": "versione",
22+
"command-arg": "argomento-del-comando",
23+
"command-string": "stringa-di-comando",
24+
"shell": "shell",
25+
"package": "pacchetto",
26+
"npx: installed %s in %ss": "npx: installato %s in %ss",
27+
"Suppress output from npx itself. Subcommands will not be affected.": "Sopprimere l'output da npx stesso. I sottocomandi non saranno interessati."
28+
}

0 commit comments

Comments
 (0)