mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Fixed italian translation
This commit is contained in:
@ -21,10 +21,6 @@ return array (
|
|||||||
'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. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
'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. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
||||||
'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. Il suo height non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
'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. Il suo height non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
||||||
'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. Il suo width non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
'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. Il suo width non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
||||||
'The file "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Il file "{file}" è troppo grande. Il suo height non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
|
||||||
'The file "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Il "{file}" è troppo grande. Il width non può essere maggiore di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
|
||||||
'The file "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Il file "{file}" è troppo piccolo. Il suo height non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
|
||||||
'The file "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'il file "{file}" è troppo piccolo. Il width non può essere più piccolo di {limit, number} {limit, plural, one{pixel} other{pixels}}.',
|
|
||||||
'(not set)' => '(nessun valore)',
|
'(not set)' => '(nessun valore)',
|
||||||
'An internal server error occurred.' => 'Si è verificato un errore interno',
|
'An internal server error occurred.' => 'Si è verificato un errore interno',
|
||||||
'Are you sure to delete this item?' => 'Sei sicuro di voler cancellare questo elemento?',
|
'Are you sure to delete this item?' => 'Sei sicuro di voler cancellare questo elemento?',
|
||||||
|
Reference in New Issue
Block a user