518 lines
50 KiB
PHP
518 lines
50 KiB
PHP
<?php
|
||
|
||
use Symfony\Component\Translation\MessageCatalogue;
|
||
|
||
$catalogue = new MessageCatalogue('uk', array (
|
||
'validators' =>
|
||
array (
|
||
'This value should be false.' => 'Значення повинно бути Ні.',
|
||
'This value should be 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 }} варіанти.|Ви повинні обрати хоча б {{ limit }} варіантів.',
|
||
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Ви повинні обрати не більше ніж {{ 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 }} символам або менше.|Значення занадто довге. Повинно бути рівне {{ 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 }} символам або більше.|Значення занадто коротке. Повинно бути рівне {{ 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 }} символам.|Значення повиино бути рівним {{ 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 }} елемента чи більше.|Ця колекція повинна містити {{ limit }} елементів чи більше.',
|
||
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Ця колекція повинна містити {{ limit }} елемент чи менше.|Ця колекція повинна містити {{ limit }} елемента чи менше.|Ця колекція повинна містити {{ limit }} елементов чи менше.',
|
||
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Ця колекція повинна містити рівно {{ limit }} елемент.|Ця колекція повинна містити рівно {{ 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.' => 'Значення не є дійсним іменем хоста.',
|
||
'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.' => 'Хтось інший вже використав цей сookie.',
|
||
'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.' => 'Сесія недоступна, її час вийшов, або cookies вимкнено.',
|
||
'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% хв.',
|
||
),
|
||
'EasyAdminBundle' =>
|
||
array (
|
||
'page_title.dashboard' => 'Дешборд',
|
||
'page_title.detail' => '%entity_as_string%',
|
||
'page_title.edit' => '%entity_label_singular%',
|
||
'page_title.index' => '%entity_label_plural%',
|
||
'page_title.new' => 'Створити новий %entity_label_singular%',
|
||
'page_title.exception' => 'Помилка|Помилки',
|
||
'datagrid.hidden_results' => 'Деякі результати можуть не відображатися, оскільки у вас недостатньо прав',
|
||
'datagrid.no_results' => 'Нічого не знайдено.',
|
||
'paginator.first' => 'Перша',
|
||
'paginator.previous' => 'Попередня',
|
||
'paginator.next' => 'Наступна',
|
||
'paginator.last' => 'Остання',
|
||
'paginator.counter' => '<strong>%start%</strong> - <strong>%end%</strong> з <strong>%results%</strong>',
|
||
'paginator.results' => '{0} Немає результатів|{1} <strong>1</strong> результат|{2,3,4} <strong>%count%</strong> результати|[5,Inf] <strong>%count%</strong> результатів',
|
||
'label.true' => 'Так',
|
||
'label.false' => 'Ні',
|
||
'label.empty' => 'Порожньо',
|
||
'label.null' => 'Null',
|
||
'label.object' => 'PHP Об\'єкт',
|
||
'label.inaccessible' => 'Недоступно',
|
||
'label.inaccessible.explanation' => 'Немає геттера для цього поля або поле не публічне',
|
||
'label.form.empty_value' => 'Пусто',
|
||
'field.code_editor.view_code' => 'Переглянути код',
|
||
'field.text_editor.view_content' => 'Переглянути вміст',
|
||
'action.entity_actions' => 'Дії',
|
||
'action.new' => 'Створити %entity_label_singular%',
|
||
'action.search' => 'Пошук',
|
||
'action.detail' => 'Показати',
|
||
'action.edit' => 'Редагувати',
|
||
'action.delete' => 'Видалити',
|
||
'action.cancel' => 'Відмінити',
|
||
'action.index' => 'Повернутися до списку',
|
||
'action.deselect' => 'Зняти вибір',
|
||
'action.add_new_item' => 'Додати новий елемент',
|
||
'action.remove_item' => 'Видалити елемент',
|
||
'action.choose_file' => 'Вибрати файл',
|
||
'action.close' => 'Закрити',
|
||
'action.create' => 'Створити',
|
||
'action.create_and_add_another' => 'Створити і додати ще',
|
||
'action.create_and_continue' => 'Створити і продовжити',
|
||
'action.save' => 'Зберегти',
|
||
'action.save_and_continue' => 'Зберегти і продовжити',
|
||
'batch_action_modal.title' => 'Ви дійсно хочете змінити вибрані елементи?',
|
||
'batch_action_modal.content' => 'Цю операцію неможна відмінити.',
|
||
'batch_action_modal.action' => 'Продовжити',
|
||
'delete_modal.title' => 'Ви дійсно бажаєте видалити цей об\'єкт?',
|
||
'delete_modal.content' => 'Цю дію не можна буде відмінити.',
|
||
'filter.title' => 'Фільтри',
|
||
'filter.button.clear' => 'Очистити',
|
||
'filter.button.apply' => 'Застосувати',
|
||
'filter.label.is_equal_to' => 'рівно',
|
||
'filter.label.is_not_equal_to' => 'не рівно',
|
||
'filter.label.is_greater_than' => 'більше ніж',
|
||
'filter.label.is_greater_than_or_equal_to' => 'більше ніж або рівно',
|
||
'filter.label.is_less_than' => 'менше ніж',
|
||
'filter.label.is_less_than_or_equal_to' => 'менше ніж або рівно',
|
||
'filter.label.is_between' => 'між',
|
||
'filter.label.contains' => 'містить',
|
||
'filter.label.not_contains' => 'не містить',
|
||
'filter.label.starts_with' => 'починається з',
|
||
'filter.label.ends_with' => 'закінчується на',
|
||
'filter.label.exactly' => 'точно',
|
||
'filter.label.not_exactly' => 'не точно',
|
||
'filter.label.is_same' => 'так само',
|
||
'filter.label.is_not_same' => 'не так само',
|
||
'filter.label.is_after' => 'після',
|
||
'filter.label.is_after_or_same' => 'після або ж',
|
||
'filter.label.is_before' => 'до',
|
||
'filter.label.is_before_or_same' => 'до або ж',
|
||
'form.are_you_sure' => 'Ви не зберегли зроблені зміни.',
|
||
'form.tab.error_badge_title' => 'Невалідне поле|Невалідних полів: %count%',
|
||
'form.slug.confirm_text' => 'Якщо ви змінете текстовий ідентифікатор, ви можете зламати посилання на інших сторінках.',
|
||
'user.logged_in_as' => 'Ви ввійшли як',
|
||
'user.unnamed' => 'Безіменний користувач',
|
||
'user.anonymous' => 'Анонімний користувач',
|
||
'user.sign_out' => 'Вихід',
|
||
'user.exit_impersonation' => 'Вийти з-під користувача',
|
||
'login_page.username' => 'Логін',
|
||
'login_page.password' => 'Пароль',
|
||
'login_page.sign_in' => 'Увійти',
|
||
'login_page.forgot_password' => 'Забули Пароль?',
|
||
'login_page.remember_me' => 'Запам\'ятати Мене',
|
||
'exception.entity_not_found' => 'Елемент більше недоступний.',
|
||
'exception.entity_remove' => 'Цей елемент не можна видалити, оскільки від нього залежать інші елементи.',
|
||
'exception.forbidden_action' => 'Дія не може бути виконана над цим елементом.',
|
||
'exception.insufficient_entity_permission' => 'У вас немає дозволу на доступ до цього елемента.',
|
||
'autocomplete.no-results-found' => 'Нічого не знайдено',
|
||
'autocomplete.no-more-results' => 'Більше немає результатів',
|
||
'autocomplete.loading-more-results' => 'Завантаження інших результатів…',
|
||
),
|
||
));
|
||
|
||
$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.',
|
||
),
|
||
'EasyAdminBundle' =>
|
||
array (
|
||
'page_title.dashboard' => 'Dashboard',
|
||
'page_title.detail' => '%entity_as_string%',
|
||
'page_title.edit' => 'Edit %entity_label_singular%',
|
||
'page_title.index' => '%entity_label_plural%',
|
||
'page_title.new' => 'Create %entity_label_singular%',
|
||
'page_title.exception' => 'Error|Errors',
|
||
'datagrid.hidden_results' => 'Some results can\'t be displayed because you don\'t have enough permissions',
|
||
'datagrid.no_results' => 'No results found.',
|
||
'paginator.first' => 'First',
|
||
'paginator.previous' => 'Previous',
|
||
'paginator.next' => 'Next',
|
||
'paginator.last' => 'Last',
|
||
'paginator.counter' => '<strong>%start%</strong> - <strong>%end%</strong> of <strong>%results%</strong>',
|
||
'paginator.results' => '{0} No results|{1} <strong>1</strong> result|]1,Inf] <strong>%count%</strong> results',
|
||
'label.true' => 'Yes',
|
||
'label.false' => 'No',
|
||
'label.empty' => 'Empty',
|
||
'label.null' => 'Null',
|
||
'label.object' => 'PHP Object',
|
||
'label.inaccessible' => 'Inaccessible',
|
||
'label.inaccessible.explanation' => 'Getter method does not exist for this field or the field is not public',
|
||
'label.form.empty_value' => 'None',
|
||
'field.code_editor.view_code' => 'View code',
|
||
'field.text_editor.view_content' => 'View content',
|
||
'action.entity_actions' => 'Actions',
|
||
'action.new' => 'Add %entity_label_singular%',
|
||
'action.search' => 'Search',
|
||
'action.detail' => 'Show',
|
||
'action.edit' => 'Edit',
|
||
'action.delete' => 'Delete',
|
||
'action.cancel' => 'Cancel',
|
||
'action.index' => 'Back to listing',
|
||
'action.deselect' => 'Deselect',
|
||
'action.add_new_item' => 'Add a new item',
|
||
'action.remove_item' => 'Remove the item',
|
||
'action.choose_file' => 'Choose file',
|
||
'action.close' => 'Close',
|
||
'action.create' => 'Create',
|
||
'action.create_and_add_another' => 'Create and add another',
|
||
'action.create_and_continue' => 'Create and continue editing',
|
||
'action.save' => 'Save changes',
|
||
'action.save_and_continue' => 'Save and continue editing',
|
||
'batch_action_modal.title' => 'You are going to apply the "%action_name%" action to %num_items% item(s).',
|
||
'batch_action_modal.content' => 'There is no undo for this operation.',
|
||
'batch_action_modal.action' => 'Proceed',
|
||
'delete_modal.title' => 'Do you really want to delete this item?',
|
||
'delete_modal.content' => 'There is no undo for this operation.',
|
||
'filter.title' => 'Filters',
|
||
'filter.button.clear' => 'Clear',
|
||
'filter.button.apply' => 'Apply',
|
||
'filter.label.is_equal_to' => 'is equal to',
|
||
'filter.label.is_not_equal_to' => 'is not equal to',
|
||
'filter.label.is_greater_than' => 'is greater than',
|
||
'filter.label.is_greater_than_or_equal_to' => 'is greater than or equal to',
|
||
'filter.label.is_less_than' => 'is less than',
|
||
'filter.label.is_less_than_or_equal_to' => 'is less than or equal to',
|
||
'filter.label.is_between' => 'is between',
|
||
'filter.label.contains' => 'contains',
|
||
'filter.label.not_contains' => 'doesn\'t contain',
|
||
'filter.label.starts_with' => 'starts with',
|
||
'filter.label.ends_with' => 'ends with',
|
||
'filter.label.exactly' => 'exactly',
|
||
'filter.label.not_exactly' => 'not exactly',
|
||
'filter.label.is_same' => 'is same',
|
||
'filter.label.is_not_same' => 'is not same',
|
||
'filter.label.is_after' => 'is after',
|
||
'filter.label.is_after_or_same' => 'is after or same',
|
||
'filter.label.is_before' => 'is before',
|
||
'filter.label.is_before_or_same' => 'is before or same',
|
||
'form.are_you_sure' => 'You haven\'t saved the changes made on this form.',
|
||
'form.tab.error_badge_title' => 'One invalid input|%count% invalid inputs',
|
||
'form.slug.confirm_text' => 'If you change the slug, you can break links on other pages.',
|
||
'user.logged_in_as' => 'Logged in as',
|
||
'user.unnamed' => 'Unnamed User',
|
||
'user.anonymous' => 'Anonymous User',
|
||
'user.sign_out' => 'Sign out',
|
||
'user.exit_impersonation' => 'Exit impersonation',
|
||
'settings.appearance.label' => 'Appearance',
|
||
'settings.appearance.light' => 'Light',
|
||
'settings.appearance.dark' => 'Dark',
|
||
'settings.appearance.auto' => 'Auto',
|
||
'settings.locale' => 'Language',
|
||
'login_page.username' => 'Username',
|
||
'login_page.password' => 'Password',
|
||
'login_page.sign_in' => 'Sign in',
|
||
'login_page.forgot_password' => 'Forgot Your Password?',
|
||
'login_page.remember_me' => 'Remember me',
|
||
'exception.entity_not_found' => 'This item is no longer available.',
|
||
'exception.entity_remove' => 'This item can\'t be deleted because other items depend on it.',
|
||
'exception.forbidden_action' => 'The requested action can\'t be performed on this item.',
|
||
'exception.insufficient_entity_permission' => 'You don\'t have permission to access this item.',
|
||
'autocomplete.no-results-found' => 'No results found',
|
||
'autocomplete.no-more-results' => 'No more results',
|
||
'autocomplete.loading-more-results' => 'Loading more results…',
|
||
),
|
||
));
|
||
$catalogue->addFallbackCatalogue($catalogueEn);
|
||
|
||
return $catalogue;
|