329 lines
38 KiB
PHP
329 lines
38 KiB
PHP
|
<?php
|
|||
|
|
|||
|
use Symfony\Component\Translation\MessageCatalogue;
|
|||
|
|
|||
|
$catalogue = new MessageCatalogue('bg', array (
|
|||
|
'validators' =>
|
|||
|
array (
|
|||
|
'This value should be false.' => 'Стойността трябва да бъде лъжа (false).',
|
|||
|
'This value should be true.' => 'Стойността трябва да бъде истина (true).',
|
|||
|
'This value should be of type {{ type }}.' => 'Стойността трябва да бъде от тип {{ type }}.',
|
|||
|
'This value should be blank.' => 'Стойността трябва да бъде празна.',
|
|||
|
'The value you selected is not a valid choice.' => 'Избраната стойност е невалидна.',
|
|||
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Трябва да изберете поне {{ limit }} опция.|Трябва да изберете поне {{ limit }} опции.',
|
|||
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Трябва да изберете най-много {{ limit }} опция.|Трябва да изберете най-много {{ limit }} опции.',
|
|||
|
'One or more of the given values is invalid.' => 'Една или повече от зададените стойности е невалидна.',
|
|||
|
'This field was not expected.' => 'Полето не се е очаквало.',
|
|||
|
'This field is missing.' => 'Полето липсва.',
|
|||
|
'This value is not a valid date.' => 'Стойността не е валидна дата.',
|
|||
|
'This value is not a valid datetime.' => 'Стойността не е валидна дата и час.',
|
|||
|
'This value is not a valid email address.' => 'Стойността не е валиден имейл адрес.',
|
|||
|
'The file could not be found.' => 'Файлът не беше открит.',
|
|||
|
'The file is not readable.' => 'Файлът не може да бъде прочетен.',
|
|||
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Файлът е твърде голям ({{ size }} {{ suffix }}). Максималният размер е {{ limit }} {{ suffix }}.',
|
|||
|
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'Mime типа на файла е невалиден ({{ type }}). Разрешени mime типове са {{ types }}.',
|
|||
|
'This value should be {{ limit }} or less.' => 'Стойността трябва да бъде {{ limit }} или по-малко.',
|
|||
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Стойността е твърде дълга. Трябва да съдържа най-много {{ limit }} символ.|Стойността е твърде дълга. Трябва да съдържа най-много {{ limit }} символа.',
|
|||
|
'This value should be {{ limit }} or more.' => 'Стойността трябва да бъде {{ limit }} или повече.',
|
|||
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Стойността е твърде кратка. Трябва да съдържа поне {{ limit }} символ.|Стойността е твърде кратка. Трябва да съдържа поне {{ limit }} символа.',
|
|||
|
'This value should not be blank.' => 'Стойността не трябва да бъде празна.',
|
|||
|
'This value should not be null.' => 'Стойността не трябва да бъде null.',
|
|||
|
'This value should be null.' => 'Стойността трябва да бъде null.',
|
|||
|
'This value is not valid.' => 'Стойността не е валидна.',
|
|||
|
'This value is not a valid time.' => 'Стойността не е валидно време.',
|
|||
|
'This value is not a valid URL.' => 'Стойността не е валиден URL.',
|
|||
|
'The two values should be equal.' => 'Двете стойности трябва да бъдат равни.',
|
|||
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Файлът е твърде голям. Разрешеният максимален размер е {{ limit }} {{ suffix }}.',
|
|||
|
'The file is too large.' => 'Файлът е твърде голям.',
|
|||
|
'The file could not be uploaded.' => 'Файлът не може да бъде качен.',
|
|||
|
'This value should be a valid number.' => 'Стойността трябва да бъде валиден номер.',
|
|||
|
'This file is not a valid image.' => 'Файлът не е валидно изображение.',
|
|||
|
'This is not a valid IP address.' => 'Това не е валиден IP адрес.',
|
|||
|
'This value is not a valid language.' => 'Стойността не е валиден език.',
|
|||
|
'This value is not a valid locale.' => 'Стойността не е валидна локализация.',
|
|||
|
'This value is not a valid country.' => 'Стойността не е валидна държава.',
|
|||
|
'This value is already used.' => 'Стойността вече е в употреба.',
|
|||
|
'The size of the image could not be detected.' => 'Размера на изображението не може да бъде определен.',
|
|||
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'Изображението е твърде широко ({{ width }}px). Широчината трябва да бъде максимум {{ max_width }}px.',
|
|||
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'Изображението е с твърде малка широчина ({{ width }}px). Широчината трябва да бъде минимум {{ min_width }}px.',
|
|||
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'Изображението е с твърде голяма височина ({{ height }}px). Височината трябва да бъде максимум {{ max_height }}px.',
|
|||
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'Изображението е с твърде малка височина ({{ height }}px). Височина трябва да бъде минимум {{ min_height }}px.',
|
|||
|
'This value should be the user\'s current password.' => 'Стойността трябва да бъде текущата потребителска парола.',
|
|||
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Стойността трябва да бъде точно {{ limit }} символ.|Стойността трябва да бъде точно {{ limit }} символа.',
|
|||
|
'The file was only partially uploaded.' => 'Файлът е качен частично.',
|
|||
|
'No file was uploaded.' => 'Файлът не беше качен.',
|
|||
|
'No temporary folder was configured in php.ini.' => 'Не е посочена директория за временни файлове в php.ini.',
|
|||
|
'Cannot write temporary file to disk.' => 'Не може да запише временен файл на диска.',
|
|||
|
'A PHP extension caused the upload to fail.' => 'PHP разширение предизвика прекъсване на качването.',
|
|||
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Колекцията трябва да съдържа поне {{ limit }} елемент.|Колекцията трябва да съдържа поне {{ limit }} елемента.',
|
|||
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Колекцията трябва да съдържа най-много {{ limit }} елемент.|Колекцията трябва да съдържа най-много {{ limit }} елемента.',
|
|||
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Колекцията трябва да съдържа точно {{ limit }} елемент.|Колекцията трябва да съдържа точно {{ limit }} елемента.',
|
|||
|
'Invalid card number.' => 'Невалиден номер на карта.',
|
|||
|
'Unsupported card type or invalid card number.' => 'Неподдържан тип карта или невалиден номер на карта.',
|
|||
|
'This is not a valid International Bank Account Number (IBAN).' => 'Това не е валиден Международен номер на банкова сметка (IBAN).',
|
|||
|
'This value is not a valid ISBN-10.' => 'Стойността не е валиден ISBN-10.',
|
|||
|
'This value is not a valid ISBN-13.' => 'Стойността не е валиден ISBN-13.',
|
|||
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Стойността не е нито валиден ISBN-10, нито валиден ISBN-13.',
|
|||
|
'This value is not a valid ISSN.' => 'Стойността не е валиден ISSN.',
|
|||
|
'This value is not a valid currency.' => 'Стойността не е валидна валута.',
|
|||
|
'This value should be equal to {{ compared_value }}.' => 'Стойността трябва да бъде равна на {{ compared_value }}.',
|
|||
|
'This value should be greater than {{ compared_value }}.' => 'Стойността трябва да бъде по-голяма от {{ compared_value }}.',
|
|||
|
'This value should be greater than or equal to {{ compared_value }}.' => 'Стойността трябва да бъде по-голяма или равна на {{ compared_value }}.',
|
|||
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Стойността трябва да бъде идентична с {{ compared_value_type }} {{ compared_value }}.',
|
|||
|
'This value should be less than {{ compared_value }}.' => 'Стойността трябва да бъде по-малка {{ compared_value }}.',
|
|||
|
'This value should be less than or equal to {{ compared_value }}.' => 'Стойността трябва да бъде по-малка или равна на {{ compared_value }}.',
|
|||
|
'This value should not be equal to {{ compared_value }}.' => 'Стойността не трябва да бъде равна на {{ compared_value }}.',
|
|||
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Стойността не трябва да бъде идентична с {{ compared_value_type }} {{ compared_value }}.',
|
|||
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Изображението е с твърде голяма пропорция ({{ ratio }}). Максималната пропорция трябва да е {{ max_ratio }}.',
|
|||
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Изображението е с твърде малка пропорция ({{ ratio }}). Минималната пропорция трябва да е {{ min_ratio }}.',
|
|||
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'Изображението е квадрат ({{ width }}x{{ height }}px). Такива изображения не са разрешени.',
|
|||
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'Изображението е с пейзажна ориентация ({{ width }}x{{ height }}px). Изображения с такава ориентация не са разрешени.',
|
|||
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'Изображението е с портретна ориентация ({{ width }}x{{ height }}px). Изображения с такава ориентация не са разрешени.',
|
|||
|
'An empty file is not allowed.' => 'Празни файлове не са разрешени.',
|
|||
|
'The host could not be resolved.' => 'Хостът е недостъпен.',
|
|||
|
'This value does not match the expected {{ charset }} charset.' => 'Стойността не съвпада с очакваната {{ charset }} кодировка.',
|
|||
|
'This is not a valid Business Identifier Code (BIC).' => 'Това не е валиден Бизнес идентификационен код (BIC).',
|
|||
|
'Error' => 'Грешка',
|
|||
|
'This is not a valid UUID.' => 'Това не е валиден UUID.',
|
|||
|
'This value should be a multiple of {{ compared_value }}.' => 'Стойността трябва да бъде кратно число на {{ compared_value }}.',
|
|||
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Бизнес идентификационния код (BIC) не е свързан с IBAN {{ iban }}.',
|
|||
|
'This value should be valid JSON.' => 'Стойността трябва да е валиден JSON.',
|
|||
|
'This collection should contain only unique elements.' => 'Колекцията трябва да съдържа само уникални елементи.',
|
|||
|
'This value should be positive.' => 'Стойността трябва да бъде положително число.',
|
|||
|
'This value should be either positive or zero.' => 'Стойността трябва бъде положително число или нула.',
|
|||
|
'This value should be negative.' => 'Стойността трябва да бъде отрицателно число.',
|
|||
|
'This value should be either negative or zero.' => 'Стойността трябва да бъде отрицателно число или нула.',
|
|||
|
'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 value should be between {{ min }} and {{ max }}.' => 'Стойността трябва да бъде между {{ min }} и {{ max }}.',
|
|||
|
'This value is not a valid hostname.' => 'Стойността не е валиден hostname.',
|
|||
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'Броят на елементите в тази колекция трябва да бъде кратен на {{ compared_value }}.',
|
|||
|
'This value should satisfy at least one of the following constraints:' => 'Стойността трябва да отговаря на поне едно от следните ограничения:',
|
|||
|
'Each element of this collection should satisfy its own set of constraints.' => 'Всеки елемент от тази колекция трябва да отговаря на собствения си набор от ограничения.',
|
|||
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'Стойността не е валиден Международен идентификационен номер на ценни книжа (ISIN).',
|
|||
|
'This value should be a valid expression.' => 'Стойността трябва да бъде валиден израз.',
|
|||
|
'This value is not a valid CSS color.' => 'Стойността не е валиден CSS цвят.',
|
|||
|
'This value is not a valid CIDR notation.' => 'Стойността не е валидна CIDR нотация.',
|
|||
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'Стойността на мрежовата маска трябва да бъде между {{ min }} и {{ max }}.',
|
|||
|
'This form should not contain extra fields.' => 'Тази форма не трябва да съдържа допълнителни полета.',
|
|||
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'Каченият файл е твърде голям. Моля, опитайте да качите по-малък файл.',
|
|||
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'Невалиден CSRF токен. Моля, опитайте да изпратите формата отново.',
|
|||
|
'This value is not a valid HTML5 color.' => 'Стойността не е валиден HTML5 цвят.',
|
|||
|
'Please enter a valid birthdate.' => 'Моля въведете валидна дата на раждане.',
|
|||
|
'The selected choice is invalid.' => 'Избраните стойности не са валидни.',
|
|||
|
'The collection is invalid.' => 'Колекцията не е валидна.',
|
|||
|
'Please select a valid color.' => 'Моля изберете валиден цвят.',
|
|||
|
'Please select a valid country.' => 'Моля изберете валидна държава.',
|
|||
|
'Please select a valid currency.' => 'Моля изберете валидна валута.',
|
|||
|
'Please choose a valid date interval.' => 'Моля изберете валиден интервал от дати.',
|
|||
|
'Please enter a valid date and time.' => 'Моля въведете валидни дата и час.',
|
|||
|
'Please enter a valid date.' => 'Моля въведете валидна дата.',
|
|||
|
'Please select a valid file.' => 'Моля изберете валиден файл.',
|
|||
|
'The hidden field is invalid.' => 'Скритото поле е невалидно.',
|
|||
|
'Please enter an integer.' => 'Моля попълнете цяло число.',
|
|||
|
'Please select a valid language.' => 'Моля изберете валиден език.',
|
|||
|
'Please select a valid locale.' => 'Моля изберете валиден език.',
|
|||
|
'Please enter a valid money amount.' => 'Моля въведете валидна парична сума.',
|
|||
|
'Please enter a number.' => 'Моля въведете число.',
|
|||
|
'The password is invalid.' => 'Паролата е невалидна.',
|
|||
|
'Please enter a percentage value.' => 'Моля въведете процентна стойност.',
|
|||
|
'The values do not match.' => 'Стойностите не съвпадат.',
|
|||
|
'Please enter a valid time.' => 'Моля въведете валидно време.',
|
|||
|
'Please select a valid timezone.' => 'Моля изберете валидна часова зона.',
|
|||
|
'Please enter a valid URL.' => 'Моля въведете валиден URL.',
|
|||
|
'Please enter a valid search term.' => 'Моля въведете валидно търсене.',
|
|||
|
'Please provide a valid phone number.' => 'Моля осигурете валиден телефонен номер.',
|
|||
|
'The checkbox has an invalid value.' => 'Отметката има невалидна стойност.',
|
|||
|
'Please enter a valid email address.' => 'Моля въведете валидна ел. поща.',
|
|||
|
'Please select a valid option.' => 'Моля изберете валидна опция.',
|
|||
|
'Please select a valid range.' => 'Моля изберете валиден обхват.',
|
|||
|
'Please enter a valid week.' => 'Моля въведете валидна седмица.',
|
|||
|
),
|
|||
|
'security' =>
|
|||
|
array (
|
|||
|
'An authentication exception occurred.' => 'Грешка при автентикация.',
|
|||
|
'Authentication credentials could not be found.' => 'Удостоверението за автентикация не е открито.',
|
|||
|
'Authentication request could not be processed due to a system problem.' => 'Заявката за автентикация не може да бъде обработената поради системна грешка.',
|
|||
|
'Invalid credentials.' => 'Невалидно удостоверение за автентикация.',
|
|||
|
'Cookie has already been used by someone else.' => 'Тази бисквитка вече се ползва от някой друг.',
|
|||
|
'Not privileged to request the resource.' => 'Нямате права за достъп до този ресурс.',
|
|||
|
'Invalid CSRF token.' => 'Невалиден CSRF токен.',
|
|||
|
'No authentication provider found to support the authentication token.' => 'Не е открит провайдър, който да поддържа този токен за автентикация.',
|
|||
|
'No session available, it either timed out or cookies are not enabled.' => 'Сесията не е достъпна, или времето за достъп е изтекло, или бисквитките не са разрешени.',
|
|||
|
'No token could be found.' => 'Токенът не е открит.',
|
|||
|
'Username could not be found.' => 'Потребителското име не е открито.',
|
|||
|
'Account has expired.' => 'Акаунтът е изтекъл.',
|
|||
|
'Credentials have expired.' => 'Удостоверението за автентикация е изтекло.',
|
|||
|
'Account is disabled.' => 'Акаунтът е деактивиран.',
|
|||
|
'Account is locked.' => 'Акаунтът е заключен.',
|
|||
|
'Too many failed login attempts, please try again later.' => 'Твърде много неуспешни опити за вход, моля опитайте по-късно.',
|
|||
|
'Invalid or expired login link.' => 'Невалиден или изтекъл линк за вход.',
|
|||
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Твърде много неуспешни опити за вход, моля опитайте отново след %minutes% минута.',
|
|||
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Твърде много неуспешни опити за вход, моля опитайте отново след %minutes% минути.',
|
|||
|
),
|
|||
|
));
|
|||
|
|
|||
|
$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;
|