329 lines
34 KiB
PHP
329 lines
34 KiB
PHP
|
<?php
|
||
|
|
||
|
use Symfony\Component\Translation\MessageCatalogue;
|
||
|
|
||
|
$catalogue = new MessageCatalogue('es', array (
|
||
|
'validators' =>
|
||
|
array (
|
||
|
'This value should be false.' => 'Este valor debería ser falso.',
|
||
|
'This value should be true.' => 'Este valor debería ser verdadero.',
|
||
|
'This value should be of type {{ type }}.' => 'Este valor debería ser de tipo {{ type }}.',
|
||
|
'This value should be blank.' => 'Este valor debería estar vacío.',
|
||
|
'The value you selected is not a valid choice.' => 'El valor seleccionado no es una opción válida.',
|
||
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Debe seleccionar al menos {{ limit }} opción.|Debe seleccionar al menos {{ limit }} opciones.',
|
||
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Debe seleccionar como máximo {{ limit }} opción.|Debe seleccionar como máximo {{ limit }} opciones.',
|
||
|
'One or more of the given values is invalid.' => 'Uno o más de los valores indicados no son válidos.',
|
||
|
'This field was not expected.' => 'Este campo no se esperaba.',
|
||
|
'This field is missing.' => 'Este campo está desaparecido.',
|
||
|
'This value is not a valid date.' => 'Este valor no es una fecha válida.',
|
||
|
'This value is not a valid datetime.' => 'Este valor no es una fecha y hora válidas.',
|
||
|
'This value is not a valid email address.' => 'Este valor no es una dirección de email válida.',
|
||
|
'The file could not be found.' => 'No se pudo encontrar el archivo.',
|
||
|
'The file is not readable.' => 'No se puede leer el archivo.',
|
||
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'El archivo es demasiado grande ({{ size }} {{ suffix }}). El tamaño máximo permitido es {{ limit }} {{ suffix }}.',
|
||
|
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'El tipo mime del archivo no es válido ({{ type }}). Los tipos mime válidos son {{ types }}.',
|
||
|
'This value should be {{ limit }} or less.' => 'Este valor debería ser {{ limit }} o menos.',
|
||
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Este valor es demasiado largo. Debería tener {{ limit }} carácter o menos.|Este valor es demasiado largo. Debería tener {{ limit }} caracteres o menos.',
|
||
|
'This value should be {{ limit }} or more.' => 'Este valor debería ser {{ limit }} o más.',
|
||
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Este valor es demasiado corto. Debería tener {{ limit }} carácter o más.|Este valor es demasiado corto. Debería tener {{ limit }} caracteres o más.',
|
||
|
'This value should not be blank.' => 'Este valor no debería estar vacío.',
|
||
|
'This value should not be null.' => 'Este valor no debería ser nulo.',
|
||
|
'This value should be null.' => 'Este valor debería ser nulo.',
|
||
|
'This value is not valid.' => 'Este valor no es válido.',
|
||
|
'This value is not a valid time.' => 'Este valor no es una hora válida.',
|
||
|
'This value is not a valid URL.' => 'Este valor no es una URL válida.',
|
||
|
'The two values should be equal.' => 'Los dos valores deberían ser iguales.',
|
||
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'El archivo es demasiado grande. El tamaño máximo permitido es {{ limit }} {{ suffix }}.',
|
||
|
'The file is too large.' => 'El archivo es demasiado grande.',
|
||
|
'The file could not be uploaded.' => 'No se pudo subir el archivo.',
|
||
|
'This value should be a valid number.' => 'Este valor debería ser un número válido.',
|
||
|
'This file is not a valid image.' => 'El archivo no es una imagen válida.',
|
||
|
'This is not a valid IP address.' => 'Esto no es una dirección IP válida.',
|
||
|
'This value is not a valid language.' => 'Este valor no es un idioma válido.',
|
||
|
'This value is not a valid locale.' => 'Este valor no es una localización válida.',
|
||
|
'This value is not a valid country.' => 'Este valor no es un país válido.',
|
||
|
'This value is already used.' => 'Este valor ya se ha utilizado.',
|
||
|
'The size of the image could not be detected.' => 'No se pudo determinar el tamaño de la imagen.',
|
||
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'El ancho de la imagen es demasiado grande ({{ width }}px). El ancho máximo permitido es de {{ max_width }}px.',
|
||
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'El ancho de la imagen es demasiado pequeño ({{ width }}px). El ancho mínimo requerido es {{ min_width }}px.',
|
||
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'La altura de la imagen es demasiado grande ({{ height }}px). La altura máxima permitida es de {{ max_height }}px.',
|
||
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'La altura de la imagen es demasiado pequeña ({{ height }}px). La altura mínima requerida es de {{ min_height }}px.',
|
||
|
'This value should be the user\'s current password.' => 'Este valor debería ser la contraseña actual del usuario.',
|
||
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Este valor debería tener exactamente {{ limit }} carácter.|Este valor debería tener exactamente {{ limit }} caracteres.',
|
||
|
'The file was only partially uploaded.' => 'El archivo fue sólo subido parcialmente.',
|
||
|
'No file was uploaded.' => 'Ningún archivo fue subido.',
|
||
|
'No temporary folder was configured in php.ini.' => 'Ninguna carpeta temporal fue configurada en php.ini o la carpeta configurada no existe.',
|
||
|
'Cannot write temporary file to disk.' => 'No se pudo escribir el archivo temporal en el disco.',
|
||
|
'A PHP extension caused the upload to fail.' => 'Una extensión de PHP hizo que la subida fallara.',
|
||
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Esta colección debe contener {{ limit }} elemento o más.|Esta colección debe contener {{ limit }} elementos o más.',
|
||
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Esta colección debe contener {{ limit }} elemento o menos.|Esta colección debe contener {{ limit }} elementos o menos.',
|
||
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Esta colección debe contener exactamente {{ limit }} elemento.|Esta colección debe contener exactamente {{ limit }} elementos.',
|
||
|
'Invalid card number.' => 'Número de tarjeta inválido.',
|
||
|
'Unsupported card type or invalid card number.' => 'Tipo de tarjeta no soportado o número de tarjeta inválido.',
|
||
|
'This is not a valid International Bank Account Number (IBAN).' => 'Esto no es un International Bank Account Number (IBAN) válido.',
|
||
|
'This value is not a valid ISBN-10.' => 'Este valor no es un ISBN-10 válido.',
|
||
|
'This value is not a valid ISBN-13.' => 'Este valor no es un ISBN-13 válido.',
|
||
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Este valor no es ni un ISBN-10 válido ni un ISBN-13 válido.',
|
||
|
'This value is not a valid ISSN.' => 'Este valor no es un ISSN válido.',
|
||
|
'This value is not a valid currency.' => 'Este valor no es una divisa válida.',
|
||
|
'This value should be equal to {{ compared_value }}.' => 'Este valor debería ser igual que {{ compared_value }}.',
|
||
|
'This value should be greater than {{ compared_value }}.' => 'Este valor debería ser mayor que {{ compared_value }}.',
|
||
|
'This value should be greater than or equal to {{ compared_value }}.' => 'Este valor debería ser mayor o igual que {{ compared_value }}.',
|
||
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Este valor debería ser idéntico a {{ compared_value_type }} {{ compared_value }}.',
|
||
|
'This value should be less than {{ compared_value }}.' => 'Este valor debería ser menor que {{ compared_value }}.',
|
||
|
'This value should be less than or equal to {{ compared_value }}.' => 'Este valor debería ser menor o igual que {{ compared_value }}.',
|
||
|
'This value should not be equal to {{ compared_value }}.' => 'Este valor debería ser distinto de {{ compared_value }}.',
|
||
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Este valor no debería ser idéntico a {{ compared_value_type }} {{ compared_value }}.',
|
||
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'La proporción de la imagen es demasiado grande ({{ ratio }}). La máxima proporción permitida es {{ max_ratio }}.',
|
||
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'La proporción de la imagen es demasiado pequeña ({{ ratio }}). La mínima proporción permitida es {{ min_ratio }}.',
|
||
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'La imagen es cuadrada ({{ width }}x{{ height }}px). Las imágenes cuadradas no están permitidas.',
|
||
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'La imagen está orientada horizontalmente ({{ width }}x{{ height }}px). Las imágenes orientadas horizontalmente no están permitidas.',
|
||
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'La imagen está orientada verticalmente ({{ width }}x{{ height }}px). Las imágenes orientadas verticalmente no están permitidas.',
|
||
|
'An empty file is not allowed.' => 'No está permitido un archivo vacío.',
|
||
|
'The host could not be resolved.' => 'No se puede resolver el host.',
|
||
|
'This value does not match the expected {{ charset }} charset.' => 'La codificación de caracteres para este valor debería ser {{ charset }}.',
|
||
|
'This is not a valid Business Identifier Code (BIC).' => 'No es un Código de Identificación Bancaria (BIC) válido.',
|
||
|
'Error' => 'Error',
|
||
|
'This is not a valid UUID.' => 'Este valor no es un UUID válido.',
|
||
|
'This value should be a multiple of {{ compared_value }}.' => 'Este valor debería ser múltiplo de {{ compared_value }}.',
|
||
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Este Código de Identificación Bancaria (BIC) no está asociado con el IBAN {{ iban }}.',
|
||
|
'This value should be valid JSON.' => 'Este valor debería ser un JSON válido.',
|
||
|
'This collection should contain only unique elements.' => 'Esta colección debería tener exclusivamente elementos únicos.',
|
||
|
'This value should be positive.' => 'Este valor debería ser positivo.',
|
||
|
'This value should be either positive or zero.' => 'Este valor debería ser positivo o igual a cero.',
|
||
|
'This value should be negative.' => 'Este valor debería ser negativo.',
|
||
|
'This value should be either negative or zero.' => 'Este valor debería ser negativo o igual a cero.',
|
||
|
'This value is not a valid timezone.' => 'Este valor no es una zona horaria válida.',
|
||
|
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'Esta contraseña no se puede utilizar porque está incluida en un listado de contraseñas públicas obtenido gracias a fallos de seguridad de otros sitios y aplicaciones. Por favor utilice otra contraseña.',
|
||
|
'This value should be between {{ min }} and {{ max }}.' => 'Este valor debería estar entre {{ min }} y {{ max }}.',
|
||
|
'This value is not a valid hostname.' => 'Este valor no es un nombre de host válido.',
|
||
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'El número de elementos en esta colección debería ser múltiplo de {{ compared_value }}.',
|
||
|
'This value should satisfy at least one of the following constraints:' => 'Este valor debería satisfacer al menos una de las siguientes restricciones:',
|
||
|
'Each element of this collection should satisfy its own set of constraints.' => 'Cada elemento de esta colección debería satisfacer su propio conjunto de restricciones.',
|
||
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'Este valor no es un número de identificación internacional de valores (ISIN) válido.',
|
||
|
'This value should be a valid expression.' => 'Este valor debería ser una expresión válida.',
|
||
|
'This value is not a valid CSS color.' => 'Este valor no es un color CSS válido.',
|
||
|
'This value is not a valid CIDR notation.' => 'Este valor no es una notación CIDR válida.',
|
||
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'El valor de la máscara de red debería estar entre {{ min }} y {{ max }}.',
|
||
|
'This form should not contain extra fields.' => 'Este formulario no debería contener campos adicionales.',
|
||
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'El archivo subido es demasiado grande. Por favor, suba un archivo más pequeño.',
|
||
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'El token CSRF no es válido. Por favor, pruebe a enviar nuevamente el formulario.',
|
||
|
'This value is not a valid HTML5 color.' => 'Este valor no es un color HTML5 válido.',
|
||
|
'Please enter a valid birthdate.' => 'Por favor, ingrese una fecha de cumpleaños válida.',
|
||
|
'The selected choice is invalid.' => 'La opción seleccionada no es válida.',
|
||
|
'The collection is invalid.' => 'La colección no es válida.',
|
||
|
'Please select a valid color.' => 'Por favor, seleccione un color válido.',
|
||
|
'Please select a valid country.' => 'Por favor, seleccione un país válido.',
|
||
|
'Please select a valid currency.' => 'Por favor, seleccione una moneda válida.',
|
||
|
'Please choose a valid date interval.' => 'Por favor, elija un intervalo de fechas válido.',
|
||
|
'Please enter a valid date and time.' => 'Por favor, ingrese una fecha y hora válidas.',
|
||
|
'Please enter a valid date.' => 'Por favor, ingrese una fecha valida.',
|
||
|
'Please select a valid file.' => 'Por favor, seleccione un archivo válido.',
|
||
|
'The hidden field is invalid.' => 'El campo oculto no es válido.',
|
||
|
'Please enter an integer.' => 'Por favor, ingrese un número entero.',
|
||
|
'Please select a valid language.' => 'Por favor, seleccione un idioma válido.',
|
||
|
'Please select a valid locale.' => 'Por favor, seleccione una configuración regional válida.',
|
||
|
'Please enter a valid money amount.' => 'Por favor, ingrese una cantidad de dinero válida.',
|
||
|
'Please enter a number.' => 'Por favor, ingrese un número.',
|
||
|
'The password is invalid.' => 'La contraseña no es válida.',
|
||
|
'Please enter a percentage value.' => 'Por favor, ingrese un valor porcentual.',
|
||
|
'The values do not match.' => 'Los valores no coinciden.',
|
||
|
'Please enter a valid time.' => 'Por favor, ingrese una hora válida.',
|
||
|
'Please select a valid timezone.' => 'Por favor, seleccione una zona horaria válida.',
|
||
|
'Please enter a valid URL.' => 'Por favor, ingrese una URL válida.',
|
||
|
'Please enter a valid search term.' => 'Por favor, ingrese un término de búsqueda válido.',
|
||
|
'Please provide a valid phone number.' => 'Por favor, proporcione un número de teléfono válido.',
|
||
|
'The checkbox has an invalid value.' => 'La casilla de verificación tiene un valor inválido.',
|
||
|
'Please enter a valid email address.' => 'Por favor, ingrese una dirección de correo electrónico válida.',
|
||
|
'Please select a valid option.' => 'Por favor, seleccione una opción válida.',
|
||
|
'Please select a valid range.' => 'Por favor, seleccione un rango válido.',
|
||
|
'Please enter a valid week.' => 'Por favor, ingrese una semana válida.',
|
||
|
),
|
||
|
'security' =>
|
||
|
array (
|
||
|
'An authentication exception occurred.' => 'Ocurrió un error de autenticación.',
|
||
|
'Authentication credentials could not be found.' => 'No se encontraron las credenciales de autenticación.',
|
||
|
'Authentication request could not be processed due to a system problem.' => 'La solicitud de autenticación no se pudo procesar debido a un problema del sistema.',
|
||
|
'Invalid credentials.' => 'Credenciales no válidas.',
|
||
|
'Cookie has already been used by someone else.' => 'La cookie ya ha sido usada por otra persona.',
|
||
|
'Not privileged to request the resource.' => 'No tiene privilegios para solicitar el recurso.',
|
||
|
'Invalid CSRF token.' => 'Token CSRF no válido.',
|
||
|
'No authentication provider found to support the authentication token.' => 'No se encontró un proveedor de autenticación que soporte el token de autenticación.',
|
||
|
'No session available, it either timed out or cookies are not enabled.' => 'No hay ninguna sesión disponible, ha expirado o las cookies no están habilitados.',
|
||
|
'No token could be found.' => 'No se encontró ningún token.',
|
||
|
'Username could not be found.' => 'No se encontró el nombre de usuario.',
|
||
|
'Account has expired.' => 'La cuenta ha expirado.',
|
||
|
'Credentials have expired.' => 'Las credenciales han expirado.',
|
||
|
'Account is disabled.' => 'La cuenta está deshabilitada.',
|
||
|
'Account is locked.' => 'La cuenta está bloqueada.',
|
||
|
'Too many failed login attempts, please try again later.' => 'Demasiados intentos fallidos de inicio de sesión, inténtelo de nuevo más tarde.',
|
||
|
'Invalid or expired login link.' => 'Enlace de inicio de sesión inválido o expirado.',
|
||
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Demasiados intentos fallidos de inicio de sesión, inténtelo de nuevo en %minutes% minuto.',
|
||
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Demasiados intentos fallidos de inicio de sesión, inténtelo de nuevo en %minutes% minutos.',
|
||
|
),
|
||
|
));
|
||
|
|
||
|
$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;
|