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.

81 lines
7.2KB

  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return [
  20. '(not set)' => '(nessun valore)',
  21. 'An internal server error occurred.' => 'Si è verificato un errore interno',
  22. 'Are you sure you want to delete this item?' => 'Sei sicuro di voler eliminare questo oggetto?',
  23. 'Delete' => 'Elimina',
  24. 'Error' => 'Errore',
  25. 'File upload failed.' => 'Upload file fallito',
  26. 'Home' => 'Home',
  27. 'Invalid data received for parameter "{param}".' => 'Dati ricevuti non corretti per il parametro "{param}".',
  28. 'Login Required' => 'Login Richiesto',
  29. 'Missing required arguments: {params}' => 'Il seguente argomento è mancante: {params}',
  30. 'Missing required parameters: {params}' => 'Il seguente parametro è mancante: {params}',
  31. 'No' => 'No',
  32. 'No help for unknown command "{command}".' => 'Nessun aiuto per il comando sconosciuto "{command}".',
  33. 'No help for unknown sub-command "{command}".' => 'Nessun aiuto per il sub-comando sconosciuto "{command}".',
  34. 'No results found.' => 'Nessun risultato trovato',
  35. 'Only files with these extensions are allowed: {extensions}.' => 'Solo i files con queste estensioni sono permessi: {extensions}.',
  36. 'Page not found.' => 'Pagina non trovata',
  37. 'Please fix the following errors:' => 'Per favore correggi i seguenti errori:',
  38. 'Please upload a file.' => 'Per favore carica il file.',
  39. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Visualizzo <b>{begin, number}-{end, number}</b> di <b>{totalCount, number}</b> {totalCount, plural, one{elemento} other{elementi}}.',
  40. 'The file "{file}" is not an image.' => 'Questo file "{file}" non è una immagine.',
  41. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Il file "{file}"è troppo grande. La dimensione non può superare {limit, number} {limit, plural, one{byte} other{bytes}}.',
  42. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Il file "{file}" è troppo piccollo. La dimensione non può essere più piccola di {limit, number} {limit, plural, one{byte} other{bytes}}.',
  43. 'The format of {attribute} is invalid.' => 'Il formato di {attribute} non è valido.',
  44. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo grande. La sua altezza non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  45. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo grande. La sua larghezza non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  46. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo piccola. La sua altezza non può essere minore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  47. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L immagine "{file}" è troppo piccola. La sua larghezza non può essere minore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  48. 'The verification code is incorrect.' => 'Il codice di verifica non è corretto.',
  49. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Totali <b>{count, number}</b> {count, plural, one{elemento} other{elementi}}.',
  50. 'Unable to verify your data submission.' => 'Impossibile verificare i dati inviati.',
  51. 'Unknown command "{command}".' => 'Comando Sconosciuto "{command}".',
  52. 'Unknown option: --{name}' => 'Opzione Sconosciuta: --{name}',
  53. 'Update' => 'Aggiorna',
  54. 'View' => 'Vedi',
  55. 'Yes' => 'Si',
  56. 'You are not allowed to perform this action.' => 'Non sei autorizzato ad eseguire questa operazione',
  57. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Puoi caricare al massimo {limit, number} {limit, plural, one{file} other{files}}.',
  58. 'the input value' => 'il valore del campo',
  59. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" è già presente.',
  60. '{attribute} cannot be blank.' => '{attribute} non può essere vuoto.',
  61. '{attribute} is invalid.' => '{attribute} non è valido.',
  62. '{attribute} is not a valid URL.' => '{attribute} non è un URL valido.',
  63. '{attribute} is not a valid email address.' => '{attribute} non è una email valida.',
  64. '{attribute} must be "{requiredValue}".' => '{attribute} deve essere "{requiredValue}".',
  65. '{attribute} must be a number.' => '{attribute} deve essere un numero',
  66. '{attribute} must be a string.' => '{attribute} deve essere una stringa.',
  67. '{attribute} must be an integer.' => '{attribute} deve essere un numero intero.',
  68. '{attribute} must be either "{true}" or "{false}".' => '{attribute} deve essere "{true}" oppure "{false}".',
  69. '{attribute} must be greater than "{compareValue}".' => '{attribute} deve essere maggiore di "{compareValue}".',
  70. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} deve essere maggiore o uguale a "{compareValue}".',
  71. '{attribute} must be less than "{compareValue}".' => '{attribute} deve essere minore di "{compareValue}".',
  72. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} deve essere minore o uguale a "{compareValue}".',
  73. '{attribute} must be no greater than {max}.' => '{attribute} non deve essere maggiore di {max}.',
  74. '{attribute} must be no less than {min}.' => '{attribute} non deve essere minore di {min}.',
  75. '{attribute} must be repeated exactly.' => '{attribute} deve essere ripetuto esattamente.',
  76. '{attribute} must not be equal to "{compareValue}".' => '{attribute} non deve essere uguale a "{compareValue}".',
  77. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} dovrebbe contenere almeno {min, number} {min, plural, one{carattere} other{caratteri}}.',
  78. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} dovrebbe contenere al massimo {max, number} {max, plural, one{carattere} other{caratteri}}.',
  79. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} dovrebbe contenere {length, number} {length, plural, one{carattere} other{caratteri}}.',
  80. ];