You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "choices:": "scelte:",
  13. "aliases:": "alias:",
  14. "generated-value": "valore generato",
  15. "Not enough non-option arguments: got %s, need at least %s": "Numero insufficiente di argomenti non opzione: inseriti %s, richiesti almeno %s",
  16. "Too many non-option arguments: got %s, maximum of %s": "Troppi argomenti non opzione: inseriti %s, massimo possibile %s",
  17. "Missing argument value: %s": {
  18. "one": "Argomento mancante: %s",
  19. "other": "Argomenti mancanti: %s"
  20. },
  21. "Missing required argument: %s": {
  22. "one": "Argomento richiesto mancante: %s",
  23. "other": "Argomenti richiesti mancanti: %s"
  24. },
  25. "Unknown argument: %s": {
  26. "one": "Argomento sconosciuto: %s",
  27. "other": "Argomenti sconosciuti: %s"
  28. },
  29. "Invalid values:": "Valori non validi:",
  30. "Argument: %s, Given: %s, Choices: %s": "Argomento: %s, Richiesto: %s, Scelte: %s",
  31. "Argument check failed: %s": "Controllo dell'argomento fallito: %s",
  32. "Implications failed:": "Argomenti impliciti non soddisfatti:",
  33. "Not enough arguments following: %s": "Argomenti insufficienti dopo: %s",
  34. "Invalid JSON config file: %s": "File di configurazione JSON non valido: %s",
  35. "Path to JSON config file": "Percorso del file di configurazione JSON",
  36. "Show help": "Mostra la schermata di aiuto",
  37. "Show version number": "Mostra il numero di versione",
  38. "Did you mean %s?": "Intendi forse %s?"
  39. }