diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff new file mode 100644 index 0000000000..5cb65598f7 --- /dev/null +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff @@ -0,0 +1,131 @@ + + + + + + This value should be false + Deve essere falso + + + This value should be true + Deve essere vero + + + This value should be of type {{ type }} + Deve essere di tipo {{ type }} + + + This value should be blank + Deve essere vuoto + + + This value should be one of the given choices + Deve essere una delle opzioni disponibili + + + You should select at least {{ limit }} choices + Selezionare almeno {{ limit }} opzioni + + + You should select at most {{ limit }} choices + Selezionare al massino {{ limit }} opzioni + + + The fields {{ fields }} were not expected + {{ fields }} non valido + + + The fields {{ fields }} are missing + {{ fields }} mancanti + + + This value is not a valid date + Data non valida + + + This value is not a valid datetime + Data e ora non valide + + + This value is not a valid email address + Email non valida + + + The file could not be found + File non trovato + + + The file is not readable + File non leggibile + + + The file is too large ({{ size }}). Allowed maximum size is {{ limit }} + File troppo grande ({{ size }}). La dimensione massima consentita è di {{ limit }} + + + The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }} + Il mime type del file non è valido ({{ type }}). I tipi permessi sono {{ types }} + + + This value should be {{ limit }} or less + Deve essere {{ limit }} o meno + + + This value is too long. It should have {{ limit }} characters or less + Troppo grande. Può essere lungo {{ limit }} caratteri o meno + + + This value should be {{ limit }} or more + Deve essere {{ limit }} caratteri o più + + + This value is too short. It should have {{ limit }} characters or more + Il valore inserito è troppo corto. Deve essere lungo {{ limit }} caratteri o più + + + This value should not be blank + Non può essere vuoto + + + This value should not be null + Non può essere null + + + This value should be null + Deve essere null + + + This value is not valid + Non valido + + + This value is not a valid time + Ora non valida + + + This value is not a valid URL + URL non valido + + + This value should be instance of class {{ class }} + Deve essere istanza della classe {{ class }} + + + This field group should not contain extra fields + Questo gruppo di campi non deve contenete nessun campo extra + + + The uploaded file was too large. Please try to upload a smaller file + Il file è troppo grande. Fare l'upload di un file più piccolo + + + The CSRF token is invalid + Il token CSRF non è valido + + + The two values should be equal + I due valori devono essere uguali + + + +