[6a3a178] | 1 | {
|
---|
| 2 | "Commands:": "Comandi:",
|
---|
| 3 | "Options:": "Opzioni:",
|
---|
| 4 | "Examples:": "Esempi:",
|
---|
| 5 | "boolean": "booleano",
|
---|
| 6 | "count": "contatore",
|
---|
| 7 | "string": "stringa",
|
---|
| 8 | "number": "numero",
|
---|
| 9 | "array": "vettore",
|
---|
| 10 | "required": "richiesto",
|
---|
| 11 | "default": "predefinito",
|
---|
| 12 | "default:": "predefinito:",
|
---|
| 13 | "choices:": "scelte:",
|
---|
| 14 | "aliases:": "alias:",
|
---|
| 15 | "generated-value": "valore generato",
|
---|
| 16 | "Not enough non-option arguments: got %s, need at least %s": {
|
---|
| 17 | "one": "Numero insufficiente di argomenti non opzione: inseriti %s, richiesti almeno %s",
|
---|
| 18 | "other": "Numero insufficiente di argomenti non opzione: inseriti %s, richiesti almeno %s"
|
---|
| 19 | },
|
---|
| 20 | "Too many non-option arguments: got %s, maximum of %s": {
|
---|
| 21 | "one": "Troppi argomenti non opzione: inseriti %s, massimo possibile %s",
|
---|
| 22 | "other": "Troppi argomenti non opzione: inseriti %s, massimo possibile %s"
|
---|
| 23 | },
|
---|
| 24 | "Missing argument value: %s": {
|
---|
| 25 | "one": "Argomento mancante: %s",
|
---|
| 26 | "other": "Argomenti mancanti: %s"
|
---|
| 27 | },
|
---|
| 28 | "Missing required argument: %s": {
|
---|
| 29 | "one": "Argomento richiesto mancante: %s",
|
---|
| 30 | "other": "Argomenti richiesti mancanti: %s"
|
---|
| 31 | },
|
---|
| 32 | "Unknown argument: %s": {
|
---|
| 33 | "one": "Argomento sconosciuto: %s",
|
---|
| 34 | "other": "Argomenti sconosciuti: %s"
|
---|
| 35 | },
|
---|
| 36 | "Invalid values:": "Valori non validi:",
|
---|
| 37 | "Argument: %s, Given: %s, Choices: %s": "Argomento: %s, Richiesto: %s, Scelte: %s",
|
---|
| 38 | "Argument check failed: %s": "Controllo dell'argomento fallito: %s",
|
---|
| 39 | "Implications failed:": "Argomenti dipendenti mancanti:",
|
---|
| 40 | "Not enough arguments following: %s": "Argomenti insufficienti dopo: %s",
|
---|
| 41 | "Invalid JSON config file: %s": "File di configurazione JSON non valido: %s",
|
---|
| 42 | "Path to JSON config file": "Percorso del file di configurazione JSON",
|
---|
| 43 | "Show help": "Mostra la schermata di aiuto",
|
---|
| 44 | "Show version number": "Mostra il numero di versione",
|
---|
| 45 | "Did you mean %s?": "Intendi forse %s?"
|
---|
| 46 | }
|
---|