329 lines
34 KiB
PHP
329 lines
34 KiB
PHP
|
<?php
|
||
|
|
||
|
use Symfony\Component\Translation\MessageCatalogue;
|
||
|
|
||
|
$catalogue = new MessageCatalogue('it', array (
|
||
|
'validators' =>
|
||
|
array (
|
||
|
'This value should be false.' => 'Questo valore dovrebbe essere falso.',
|
||
|
'This value should be true.' => 'Questo valore dovrebbe essere vero.',
|
||
|
'This value should be of type {{ type }}.' => 'Questo valore dovrebbe essere di tipo {{ type }}.',
|
||
|
'This value should be blank.' => 'Questo valore dovrebbe essere vuoto.',
|
||
|
'The value you selected is not a valid choice.' => 'Questo valore dovrebbe essere una delle opzioni disponibili.',
|
||
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Si dovrebbe selezionare almeno {{ limit }} opzione.|Si dovrebbero selezionare almeno {{ limit }} opzioni.',
|
||
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Si dovrebbe selezionare al massimo {{ limit }} opzione.|Si dovrebbero selezionare al massimo {{ limit }} opzioni.',
|
||
|
'One or more of the given values is invalid.' => 'Uno o più valori inseriti non sono validi.',
|
||
|
'This field was not expected.' => 'Questo campo non è stato previsto.',
|
||
|
'This field is missing.' => 'Questo campo è mancante.',
|
||
|
'This value is not a valid date.' => 'Questo valore non è una data valida.',
|
||
|
'This value is not a valid datetime.' => 'Questo valore non è una data e ora valida.',
|
||
|
'This value is not a valid email address.' => 'Questo valore non è un indirizzo email valido.',
|
||
|
'The file could not be found.' => 'Non è stato possibile trovare il file.',
|
||
|
'The file is not readable.' => 'Il file non è leggibile.',
|
||
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Il file è troppo grande ({{ size }} {{ suffix }}). La dimensione massima consentita è {{ limit }} {{ suffix }}.',
|
||
|
'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.' => 'Questo valore dovrebbe essere {{ limit }} o inferiore.',
|
||
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Questo valore è troppo lungo. Dovrebbe essere al massimo di {{ limit }} carattere.|Questo valore è troppo lungo. Dovrebbe essere al massimo di {{ limit }} caratteri.',
|
||
|
'This value should be {{ limit }} or more.' => 'Questo valore dovrebbe essere {{ limit }} o superiore.',
|
||
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Questo valore è troppo corto. Dovrebbe essere almeno di {{ limit }} carattere.|Questo valore è troppo corto. Dovrebbe essere almeno di {{ limit }} caratteri.',
|
||
|
'This value should not be blank.' => 'Questo valore non dovrebbe essere vuoto.',
|
||
|
'This value should not be null.' => 'Questo valore non dovrebbe essere nullo.',
|
||
|
'This value should be null.' => 'Questo valore dovrebbe essere nullo.',
|
||
|
'This value is not valid.' => 'Questo valore non è valido.',
|
||
|
'This value is not a valid time.' => 'Questo valore non è un\'ora valida.',
|
||
|
'This value is not a valid URL.' => 'Questo valore non è un URL valido.',
|
||
|
'The two values should be equal.' => 'I due valori dovrebbero essere uguali.',
|
||
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Il file è troppo grande. La dimensione massima è {{ limit }} {{ suffix }}.',
|
||
|
'The file is too large.' => 'Il file è troppo grande.',
|
||
|
'The file could not be uploaded.' => 'Il file non può essere caricato.',
|
||
|
'This value should be a valid number.' => 'Questo valore dovrebbe essere un numero.',
|
||
|
'This file is not a valid image.' => 'Questo file non è una immagine valida.',
|
||
|
'This is not a valid IP address.' => 'Questo valore non è un indirizzo IP valido.',
|
||
|
'This value is not a valid language.' => 'Questo valore non è una lingua valida.',
|
||
|
'This value is not a valid locale.' => 'Questo valore non è una impostazione regionale valida.',
|
||
|
'This value is not a valid country.' => 'Questo valore non è una nazione valida.',
|
||
|
'This value is already used.' => 'Questo valore è già stato utilizzato.',
|
||
|
'The size of the image could not be detected.' => 'La dimensione dell\'immagine non può essere determinata.',
|
||
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'La larghezza dell\'immagine è troppo grande ({{ width }}px). La larghezza massima è di {{ max_width }}px.',
|
||
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'La larghezza dell\'immagine è troppo piccola ({{ width }}px). La larghezza minima è di {{ min_width }}px.',
|
||
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'L\'altezza dell\'immagine è troppo grande ({{ height }}px). L\'altezza massima è di {{ max_height }}px.',
|
||
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'L\'altezza dell\'immagine è troppo piccola ({{ height }}px). L\'altezza minima è di {{ min_height }}px.',
|
||
|
'This value should be the user\'s current password.' => 'Questo valore dovrebbe essere la password attuale dell\'utente.',
|
||
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Questo valore dovrebbe contenere esattamente {{ limit }} carattere.|Questo valore dovrebbe contenere esattamente {{ limit }} caratteri.',
|
||
|
'The file was only partially uploaded.' => 'Il file è stato caricato solo parzialmente.',
|
||
|
'No file was uploaded.' => 'Nessun file è stato caricato.',
|
||
|
'No temporary folder was configured in php.ini.' => 'Nessuna cartella temporanea è stata configurata nel php.ini.',
|
||
|
'Cannot write temporary file to disk.' => 'Impossibile scrivere il file temporaneo sul disco.',
|
||
|
'A PHP extension caused the upload to fail.' => 'Un\'estensione PHP ha causato il fallimento del caricamento.',
|
||
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Questa collezione dovrebbe contenere almeno {{ limit }} elemento.|Questa collezione dovrebbe contenere almeno {{ limit }} elementi.',
|
||
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Questa collezione dovrebbe contenere massimo {{ limit }} elemento.|Questa collezione dovrebbe contenere massimo {{ limit }} elementi.',
|
||
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Questa collezione dovrebbe contenere esattamente {{ limit }} elemento.|Questa collezione dovrebbe contenere esattamente {{ limit }} elementi.',
|
||
|
'Invalid card number.' => 'Numero di carta non valido.',
|
||
|
'Unsupported card type or invalid card number.' => 'Tipo di carta non supportato o numero non valido.',
|
||
|
'This is not a valid International Bank Account Number (IBAN).' => 'Questo valore non è un IBAN (International Bank Account Number) valido.',
|
||
|
'This value is not a valid ISBN-10.' => 'Questo valore non è un codice ISBN-10 valido.',
|
||
|
'This value is not a valid ISBN-13.' => 'Questo valore non è un codice ISBN-13 valido.',
|
||
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Questo valore non è un codice ISBN-10 o ISBN-13 valido.',
|
||
|
'This value is not a valid ISSN.' => 'Questo valore non è un codice ISSN valido.',
|
||
|
'This value is not a valid currency.' => 'Questo valore non è una valuta valida.',
|
||
|
'This value should be equal to {{ compared_value }}.' => 'Questo valore dovrebbe essere uguale a {{ compared_value }}.',
|
||
|
'This value should be greater than {{ compared_value }}.' => 'Questo valore dovrebbe essere maggiore di {{ compared_value }}.',
|
||
|
'This value should be greater than or equal to {{ compared_value }}.' => 'Questo valore dovrebbe essere maggiore o uguale a {{ compared_value }}.',
|
||
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Questo valore dovrebbe essere identico a {{ compared_value_type }} {{ compared_value }}.',
|
||
|
'This value should be less than {{ compared_value }}.' => 'Questo valore dovrebbe essere minore di {{ compared_value }}.',
|
||
|
'This value should be less than or equal to {{ compared_value }}.' => 'Questo valore dovrebbe essere minore o uguale a {{ compared_value }}.',
|
||
|
'This value should not be equal to {{ compared_value }}.' => 'Questo valore dovrebbe essere diverso da {{ compared_value }}.',
|
||
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Questo valore dovrebbe essere diverso da {{ compared_value_type }} {{ compared_value }}.',
|
||
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Il rapporto di aspetto dell\'immagine è troppo grande ({{ ratio }}). Il rapporto massimo consentito è {{ max_ratio }}.',
|
||
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Il rapporto di aspetto dell\'immagine è troppo piccolo ({{ ratio }}). Il rapporto minimo consentito è {{ min_ratio }}.',
|
||
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'L\'immagine è quadrata ({{ width }}x{{ height }}px). Le immagini quadrate non sono consentite.',
|
||
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'L\'immagine è orizzontale ({{ width }}x{{ height }}px). Le immagini orizzontali non sono consentite.',
|
||
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'L\'immagine è verticale ({{ width }}x{{ height }}px). Le immagini verticali non sono consentite.',
|
||
|
'An empty file is not allowed.' => 'Un file vuoto non è consentito.',
|
||
|
'The host could not be resolved.' => 'L\'host non può essere risolto.',
|
||
|
'This value does not match the expected {{ charset }} charset.' => 'Questo valore non corrisponde al charset {{ charset }}.',
|
||
|
'This is not a valid Business Identifier Code (BIC).' => 'Questo valore non è un codice BIC valido.',
|
||
|
'Error' => 'Errore',
|
||
|
'This is not a valid UUID.' => 'Questo non è un UUID valido.',
|
||
|
'This value should be a multiple of {{ compared_value }}.' => 'Questo valore dovrebbe essere un multiplo di {{ compared_value }}.',
|
||
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Questo codice identificativo bancario (BIC) non è associato all\'IBAN {{ iban }}.',
|
||
|
'This value should be valid JSON.' => 'Questo valore dovrebbe essere un JSON valido.',
|
||
|
'This collection should contain only unique elements.' => 'Questa collezione dovrebbe contenere solo elementi unici.',
|
||
|
'This value should be positive.' => 'Questo valore dovrebbe essere positivo.',
|
||
|
'This value should be either positive or zero.' => 'Questo valore dovrebbe essere positivo oppure zero.',
|
||
|
'This value should be negative.' => 'Questo valore dovrebbe essere negativo.',
|
||
|
'This value should be either negative or zero.' => 'Questo valore dovrebbe essere negativo oppure zero.',
|
||
|
'This value is not a valid timezone.' => 'Questo valore non è un fuso orario valido.',
|
||
|
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'Questa password è trapelata durante una compromissione di dati, non deve essere usata. Si prega di usare una password diversa.',
|
||
|
'This value should be between {{ min }} and {{ max }}.' => 'Questo valore dovrebbe essere compreso tra {{ min }} e {{ max }}.',
|
||
|
'This value is not a valid hostname.' => 'Questo valore non è un nome di host valido.',
|
||
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'Il numero di elementi in questa collezione dovrebbe essere un multiplo di {{ compared_value }}.',
|
||
|
'This value should satisfy at least one of the following constraints:' => 'Questo valore dovrebbe soddisfare almeno uno dei vincoli seguenti:',
|
||
|
'Each element of this collection should satisfy its own set of constraints.' => 'Ciascun elemento di questa collezione dovrebbe soddisfare il suo insieme di vincoli.',
|
||
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'Questo valore non è un codice identificativo internazionale di valori mobiliari (ISIN) valido.',
|
||
|
'This value should be a valid expression.' => 'Questo valore dovrebbe essere un\'espressione valida.',
|
||
|
'This value is not a valid CSS color.' => 'Questo valore non è un colore CSS valido.',
|
||
|
'This value is not a valid CIDR notation.' => 'Questo valore non è una notazione CIDR valida.',
|
||
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'Il valore della netmask dovrebbe essere compreso tra {{ min }} e {{ max }}.',
|
||
|
'This form should not contain extra fields.' => 'Questo form non dovrebbe contenere nessun campo extra.',
|
||
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'Il file caricato è troppo grande. Per favore, carica un file più piccolo.',
|
||
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'Il token CSRF non è valido. Prova a reinviare il form.',
|
||
|
'This value is not a valid HTML5 color.' => 'Il valore non è un colore HTML5 valido.',
|
||
|
'Please enter a valid birthdate.' => 'Per favore, inserisci una data di compleanno valida.',
|
||
|
'The selected choice is invalid.' => 'La scelta selezionata non è valida.',
|
||
|
'The collection is invalid.' => 'La collezione non è valida.',
|
||
|
'Please select a valid color.' => 'Per favore, seleziona un colore valido.',
|
||
|
'Please select a valid country.' => 'Per favore, seleziona un paese valido.',
|
||
|
'Please select a valid currency.' => 'Per favore, seleziona una valuta valida.',
|
||
|
'Please choose a valid date interval.' => 'Per favore, scegli un intervallo di date valido.',
|
||
|
'Please enter a valid date and time.' => 'Per favore, inserisci una data e ora valida.',
|
||
|
'Please enter a valid date.' => 'Per favore, inserisci una data valida.',
|
||
|
'Please select a valid file.' => 'Per favore, seleziona un file valido.',
|
||
|
'The hidden field is invalid.' => 'Il campo nascosto non è valido.',
|
||
|
'Please enter an integer.' => 'Per favore, inserisci un numero intero.',
|
||
|
'Please select a valid language.' => 'Per favore, seleziona una lingua valida.',
|
||
|
'Please select a valid locale.' => 'Per favore, seleziona una lingua valida.',
|
||
|
'Please enter a valid money amount.' => 'Per favore, inserisci un importo valido.',
|
||
|
'Please enter a number.' => 'Per favore, inserisci un numero.',
|
||
|
'The password is invalid.' => 'La password non è valida.',
|
||
|
'Please enter a percentage value.' => 'Per favore, inserisci un valore percentuale.',
|
||
|
'The values do not match.' => 'I valori non corrispondono.',
|
||
|
'Please enter a valid time.' => 'Per favore, inserisci un orario valido.',
|
||
|
'Please select a valid timezone.' => 'Per favore, seleziona un fuso orario valido.',
|
||
|
'Please enter a valid URL.' => 'Per favore, inserisci un URL valido.',
|
||
|
'Please enter a valid search term.' => 'Per favore, inserisci un termine di ricerca valido.',
|
||
|
'Please provide a valid phone number.' => 'Per favore, indica un numero di telefono valido.',
|
||
|
'The checkbox has an invalid value.' => 'La casella di selezione non ha un valore valido.',
|
||
|
'Please enter a valid email address.' => 'Per favore, indica un indirizzo email valido.',
|
||
|
'Please select a valid option.' => 'Per favore, seleziona un\'opzione valida.',
|
||
|
'Please select a valid range.' => 'Per favore, seleziona un intervallo valido.',
|
||
|
'Please enter a valid week.' => 'Per favore, inserisci una settimana valida.',
|
||
|
),
|
||
|
'security' =>
|
||
|
array (
|
||
|
'An authentication exception occurred.' => 'Si è verificato un errore di autenticazione.',
|
||
|
'Authentication credentials could not be found.' => 'Impossibile trovare le credenziali di autenticazione.',
|
||
|
'Authentication request could not be processed due to a system problem.' => 'La richiesta di autenticazione non può essere processata a causa di un errore di sistema.',
|
||
|
'Invalid credentials.' => 'Credenziali non valide.',
|
||
|
'Cookie has already been used by someone else.' => 'Il cookie è già stato usato da qualcun altro.',
|
||
|
'Not privileged to request the resource.' => 'Non hai i privilegi per richiedere questa risorsa.',
|
||
|
'Invalid CSRF token.' => 'CSRF token non valido.',
|
||
|
'No authentication provider found to support the authentication token.' => 'Non è stato trovato un valido fornitore di autenticazione per supportare il token.',
|
||
|
'No session available, it either timed out or cookies are not enabled.' => 'Nessuna sessione disponibile, può essere scaduta o i cookie non sono abilitati.',
|
||
|
'No token could be found.' => 'Nessun token trovato.',
|
||
|
'Username could not be found.' => 'Username non trovato.',
|
||
|
'Account has expired.' => 'Account scaduto.',
|
||
|
'Credentials have expired.' => 'Credenziali scadute.',
|
||
|
'Account is disabled.' => 'L\'account è disabilitato.',
|
||
|
'Account is locked.' => 'L\'account è bloccato.',
|
||
|
'Too many failed login attempts, please try again later.' => 'Troppi tentativi di login falliti, riprova tra un po\'.',
|
||
|
'Invalid or expired login link.' => 'Link di login scaduto o non valido.',
|
||
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Troppi tentativi di login falliti, riprova tra %minutes% minuto.',
|
||
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Troppi tentativi di login falliti, riprova tra %minutes% minuti.',
|
||
|
),
|
||
|
));
|
||
|
|
||
|
$catalogueEn = new MessageCatalogue('en', array (
|
||
|
'validators' =>
|
||
|
array (
|
||
|
'This value should be false.' => 'This value should be false.',
|
||
|
'This value should be true.' => 'This value should be true.',
|
||
|
'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.',
|
||
|
'This value should be blank.' => 'This value should be blank.',
|
||
|
'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.',
|
||
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.',
|
||
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.',
|
||
|
'One or more of the given values is invalid.' => 'One or more of the given values is invalid.',
|
||
|
'This field was not expected.' => 'This field was not expected.',
|
||
|
'This field is missing.' => 'This field is missing.',
|
||
|
'This value is not a valid date.' => 'This value is not a valid date.',
|
||
|
'This value is not a valid datetime.' => 'This value is not a valid datetime.',
|
||
|
'This value is not a valid email address.' => 'This value is not a valid email address.',
|
||
|
'The file could not be found.' => 'The file could not be found.',
|
||
|
'The file is not readable.' => 'The file is not readable.',
|
||
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.',
|
||
|
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.',
|
||
|
'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.',
|
||
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.',
|
||
|
'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.',
|
||
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.',
|
||
|
'This value should not be blank.' => 'This value should not be blank.',
|
||
|
'This value should not be null.' => 'This value should not be null.',
|
||
|
'This value should be null.' => 'This value should be null.',
|
||
|
'This value is not valid.' => 'This value is not valid.',
|
||
|
'This value is not a valid time.' => 'This value is not a valid time.',
|
||
|
'This value is not a valid URL.' => 'This value is not a valid URL.',
|
||
|
'The two values should be equal.' => 'The two values should be equal.',
|
||
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.',
|
||
|
'The file is too large.' => 'The file is too large.',
|
||
|
'The file could not be uploaded.' => 'The file could not be uploaded.',
|
||
|
'This value should be a valid number.' => 'This value should be a valid number.',
|
||
|
'This file is not a valid image.' => 'This file is not a valid image.',
|
||
|
'This is not a valid IP address.' => 'This is not a valid IP address.',
|
||
|
'This value is not a valid language.' => 'This value is not a valid language.',
|
||
|
'This value is not a valid locale.' => 'This value is not a valid locale.',
|
||
|
'This value is not a valid country.' => 'This value is not a valid country.',
|
||
|
'This value is already used.' => 'This value is already used.',
|
||
|
'The size of the image could not be detected.' => 'The size of the image could not be detected.',
|
||
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.',
|
||
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.',
|
||
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.',
|
||
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.',
|
||
|
'This value should be the user\'s current password.' => 'This value should be the user\'s current password.',
|
||
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.',
|
||
|
'The file was only partially uploaded.' => 'The file was only partially uploaded.',
|
||
|
'No file was uploaded.' => 'No file was uploaded.',
|
||
|
'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.',
|
||
|
'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.',
|
||
|
'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.',
|
||
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.',
|
||
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.',
|
||
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.',
|
||
|
'Invalid card number.' => 'Invalid card number.',
|
||
|
'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.',
|
||
|
'This is not a valid International Bank Account Number (IBAN).' => 'This is not a valid International Bank Account Number (IBAN).',
|
||
|
'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.',
|
||
|
'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.',
|
||
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.',
|
||
|
'This value is not a valid ISSN.' => 'This value is not a valid ISSN.',
|
||
|
'This value is not a valid currency.' => 'This value is not a valid currency.',
|
||
|
'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.',
|
||
|
'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.',
|
||
|
'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.',
|
||
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.',
|
||
|
'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.',
|
||
|
'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.',
|
||
|
'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.',
|
||
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.',
|
||
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.',
|
||
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.',
|
||
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.',
|
||
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.',
|
||
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.',
|
||
|
'An empty file is not allowed.' => 'An empty file is not allowed.',
|
||
|
'The host could not be resolved.' => 'The host could not be resolved.',
|
||
|
'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.',
|
||
|
'This is not a valid Business Identifier Code (BIC).' => 'This is not a valid Business Identifier Code (BIC).',
|
||
|
'Error' => 'Error',
|
||
|
'This is not a valid UUID.' => 'This is not a valid UUID.',
|
||
|
'This value should be a multiple of {{ compared_value }}.' => 'This value should be a multiple of {{ compared_value }}.',
|
||
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.',
|
||
|
'This value should be valid JSON.' => 'This value should be valid JSON.',
|
||
|
'This collection should contain only unique elements.' => 'This collection should contain only unique elements.',
|
||
|
'This value should be positive.' => 'This value should be positive.',
|
||
|
'This value should be either positive or zero.' => 'This value should be either positive or zero.',
|
||
|
'This value should be negative.' => 'This value should be negative.',
|
||
|
'This value should be either negative or zero.' => 'This value should be either negative or zero.',
|
||
|
'This value is not a valid timezone.' => 'This value is not a valid timezone.',
|
||
|
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'This password has been leaked in a data breach, it must not be used. Please use another password.',
|
||
|
'This value should be between {{ min }} and {{ max }}.' => 'This value should be between {{ min }} and {{ max }}.',
|
||
|
'This value is not a valid hostname.' => 'This value is not a valid hostname.',
|
||
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'The number of elements in this collection should be a multiple of {{ compared_value }}.',
|
||
|
'This value should satisfy at least one of the following constraints:' => 'This value should satisfy at least one of the following constraints:',
|
||
|
'Each element of this collection should satisfy its own set of constraints.' => 'Each element of this collection should satisfy its own set of constraints.',
|
||
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'This value is not a valid International Securities Identification Number (ISIN).',
|
||
|
'This value should be a valid expression.' => 'This value should be a valid expression.',
|
||
|
'This value is not a valid CSS color.' => 'This value is not a valid CSS color.',
|
||
|
'This value is not a valid CIDR notation.' => 'This value is not a valid CIDR notation.',
|
||
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'The value of the netmask should be between {{ min }} and {{ max }}.',
|
||
|
'This form should not contain extra fields.' => 'This form should not contain extra fields.',
|
||
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.',
|
||
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.',
|
||
|
'This value is not a valid HTML5 color.' => 'This value is not a valid HTML5 color.',
|
||
|
'Please enter a valid birthdate.' => 'Please enter a valid birthdate.',
|
||
|
'The selected choice is invalid.' => 'The selected choice is invalid.',
|
||
|
'The collection is invalid.' => 'The collection is invalid.',
|
||
|
'Please select a valid color.' => 'Please select a valid color.',
|
||
|
'Please select a valid country.' => 'Please select a valid country.',
|
||
|
'Please select a valid currency.' => 'Please select a valid currency.',
|
||
|
'Please choose a valid date interval.' => 'Please choose a valid date interval.',
|
||
|
'Please enter a valid date and time.' => 'Please enter a valid date and time.',
|
||
|
'Please enter a valid date.' => 'Please enter a valid date.',
|
||
|
'Please select a valid file.' => 'Please select a valid file.',
|
||
|
'The hidden field is invalid.' => 'The hidden field is invalid.',
|
||
|
'Please enter an integer.' => 'Please enter an integer.',
|
||
|
'Please select a valid language.' => 'Please select a valid language.',
|
||
|
'Please select a valid locale.' => 'Please select a valid locale.',
|
||
|
'Please enter a valid money amount.' => 'Please enter a valid money amount.',
|
||
|
'Please enter a number.' => 'Please enter a number.',
|
||
|
'The password is invalid.' => 'The password is invalid.',
|
||
|
'Please enter a percentage value.' => 'Please enter a percentage value.',
|
||
|
'The values do not match.' => 'The values do not match.',
|
||
|
'Please enter a valid time.' => 'Please enter a valid time.',
|
||
|
'Please select a valid timezone.' => 'Please select a valid timezone.',
|
||
|
'Please enter a valid URL.' => 'Please enter a valid URL.',
|
||
|
'Please enter a valid search term.' => 'Please enter a valid search term.',
|
||
|
'Please provide a valid phone number.' => 'Please provide a valid phone number.',
|
||
|
'The checkbox has an invalid value.' => 'The checkbox has an invalid value.',
|
||
|
'Please enter a valid email address.' => 'Please enter a valid email address.',
|
||
|
'Please select a valid option.' => 'Please select a valid option.',
|
||
|
'Please select a valid range.' => 'Please select a valid range.',
|
||
|
'Please enter a valid week.' => 'Please enter a valid week.',
|
||
|
),
|
||
|
'security' =>
|
||
|
array (
|
||
|
'An authentication exception occurred.' => 'An authentication exception occurred.',
|
||
|
'Authentication credentials could not be found.' => 'Authentication credentials could not be found.',
|
||
|
'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.',
|
||
|
'Invalid credentials.' => 'Invalid credentials.',
|
||
|
'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.',
|
||
|
'Not privileged to request the resource.' => 'Not privileged to request the resource.',
|
||
|
'Invalid CSRF token.' => 'Invalid CSRF token.',
|
||
|
'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.',
|
||
|
'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.',
|
||
|
'No token could be found.' => 'No token could be found.',
|
||
|
'Username could not be found.' => 'Username could not be found.',
|
||
|
'Account has expired.' => 'Account has expired.',
|
||
|
'Credentials have expired.' => 'Credentials have expired.',
|
||
|
'Account is disabled.' => 'Account is disabled.',
|
||
|
'Account is locked.' => 'Account is locked.',
|
||
|
'Too many failed login attempts, please try again later.' => 'Too many failed login attempts, please try again later.',
|
||
|
'Invalid or expired login link.' => 'Invalid or expired login link.',
|
||
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Too many failed login attempts, please try again in %minutes% minute.',
|
||
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Too many failed login attempts, please try again in %minutes% minutes.',
|
||
|
),
|
||
|
));
|
||
|
$catalogue->addFallbackCatalogue($catalogueEn);
|
||
|
|
||
|
return $catalogue;
|