caisse-bliss/var/cache/dev/translations/catalogue.ro.nAN03aK.php

521 lines
45 KiB
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
use Symfony\Component\Translation\MessageCatalogue;
$catalogue = new MessageCatalogue('ro', array (
'validators' =>
array (
'This value should be false.' => 'Această valoare ar trebui să fie falsă (false).',
'This value should be true.' => 'Această valoare ar trebui să fie adevărată (true).',
'This value should be of type {{ type }}.' => 'Această valoare ar trebui să fie de tipul {{ type }}.',
'This value should be blank.' => 'Această valoare ar trebui sa fie goală.',
'The value you selected is not a valid choice.' => 'Valoarea selectată nu este o opțiune validă.',
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Trebuie să selectați cel puțin {{ limit }} opțiune.|Trebuie să selectați cel puțin {{ limit }} opțiuni.|Trebuie să selectați cel puțin {{ limit }} de opțiuni',
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Trebuie să selectați cel mult {{ limit }} opțiune.|Trebuie să selectați cel mult {{ limit }} opțiuni.|Trebuie să selectați cel mult {{ limit }} de opțiuni.',
'One or more of the given values is invalid.' => 'Una sau mai multe dintre valorile furnizate sunt invalide.',
'This field was not expected.' => 'Acest câmp nu era de aşteptat.',
'This field is missing.' => 'Acest câmp este lipsă.',
'This value is not a valid date.' => 'Această valoare nu reprezintă o dată validă.',
'This value is not a valid datetime.' => 'Această valoare nu reprezintă o dată și oră validă.',
'This value is not a valid email address.' => 'Această valoare nu reprezintă o adresă de e-mail validă.',
'The file could not be found.' => 'Fișierul nu a putut fi găsit.',
'The file is not readable.' => 'Fișierul nu poate fi citit.',
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Fișierul este prea mare ({{ size }} {{ suffix }}). Dimensiunea maximă permisă este {{ limit }} {{ suffix }}.',
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'Tipul fișierului este invalid ({{ type }}). Tipurile permise de fișiere sunt ({{ types }}).',
'This value should be {{ limit }} or less.' => 'Această valoare ar trebui să fie cel mult {{ 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.' => 'Această valoare este prea lungă. Ar trebui să aibă maxim {{ limit }} caracter.|Această valoare este prea lungă. Ar trebui să aibă maxim {{ limit }} caractere.|Această valoare este prea lungă. Ar trebui să aibă maxim {{ limit }} de caractere.',
'This value should be {{ limit }} or more.' => 'Această valoare ar trebui să fie cel puțin {{ 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.' => 'Această valoare este prea scurtă. Ar trebui să aibă minim {{ limit }} caracter.|Această valoare este prea scurtă. Ar trebui să aibă minim {{ limit }} caractere.|Această valoare este prea scurtă. Ar trebui să aibă minim {{ limit }} de caractere.',
'This value should not be blank.' => 'Această valoare nu ar trebui să fie goală.',
'This value should not be null.' => 'Această valoare nu ar trebui să fie nulă (null).',
'This value should be null.' => 'Această valoare ar trebui să fie nulă (null).',
'This value is not valid.' => 'Această valoare nu este validă.',
'This value is not a valid time.' => 'Această valoare nu reprezintă o oră validă.',
'This value is not a valid URL.' => 'Această valoare nu reprezintă un URL (link) valid.',
'The two values should be equal.' => 'Cele două valori ar trebui să fie egale.',
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Fișierul este prea mare. Mărimea maximă permisă este {{ limit }} {{ suffix }}.',
'The file is too large.' => 'Fișierul este prea mare.',
'The file could not be uploaded.' => 'Fișierul nu a putut fi încărcat.',
'This value should be a valid number.' => 'Această valoare nu reprezintă un număr valid.',
'This file is not a valid image.' => 'Acest fișier nu este o imagine validă.',
'This is not a valid IP address.' => 'Această valoare nu este o adresă IP validă.',
'This value is not a valid language.' => 'Această valoare nu reprezintă o limbă corectă.',
'This value is not a valid locale.' => 'Această valoare nu reprezintă un dialect (o limbă) corect.',
'This value is not a valid country.' => 'Această valoare nu este o țară validă.',
'This value is already used.' => 'Această valoare este folosită deja.',
'The size of the image could not be detected.' => 'Mărimea imaginii nu a putut fi detectată.',
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'Lățimea imaginii este prea mare ({{ width }}px). Lățimea maximă permisă este de {{ max_width }}px.',
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'Lățimea imaginii este prea mică ({{ width }}px). Lățimea minimă permisă este de {{ min_width }}px.',
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'Înălțimea imaginii este prea mare ({{ height }}px). Înălțimea maximă permisă este de {{ max_height }}px.',
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'Înălțimea imaginii este prea mică ({{ height }}px). Înălțimea minimă permisă este de {{ min_height }}px.',
'This value should be the user\'s current password.' => 'Această valoare trebuie să fie parola curentă a utilizatorului.',
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Această valoare trebuie să conțină exact {{ limit }} caracter.|Această valoare trebuie să conțină exact {{ limit }} caractere.|Această valoare trebuie să conțină exact {{ limit }} de caractere.',
'The file was only partially uploaded.' => 'Fișierul a fost încărcat parțial.',
'No file was uploaded.' => 'Nu a fost încărcat nici un fișier.',
'No temporary folder was configured in php.ini.' => 'Nu este configurat nici un director temporar in php.ini.',
'Cannot write temporary file to disk.' => 'Nu a fost posibilă scrierea fișierului temporar pe disk.',
'A PHP extension caused the upload to fail.' => 'O extensie PHP a prevenit încărcarea cu succes a fișierului.',
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Această colecție trebuie să conțină cel puțin {{ limit }} element.|Această colecție trebuie să conțină cel puțin {{ limit }} elemente.|Această colecție trebuie să conțină cel puțin {{ limit }} de elemente.',
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Această colecție trebuie să conțină cel mult {{ limit }} element.|Această colecție trebuie să conțină cel mult {{ limit }} elemente.|Această colecție trebuie să conțină cel mult {{ limit }} de elemente.',
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Această colecție trebuie să conțină {{ limit }} element.|Această colecție trebuie să conțină {{ limit }} elemente.|Această colecție trebuie să conțină {{ limit }} de elemente.',
'Invalid card number.' => 'Numărul card invalid.',
'Unsupported card type or invalid card number.' => 'Tipul sau numărul cardului nu sunt valide.',
'This is not a valid International Bank Account Number (IBAN).' => 'Acesta nu este un cod IBAN (International Bank Account Number) valid.',
'This value is not a valid ISBN-10.' => 'Această valoare nu este un cod ISBN-10 valid.',
'This value is not a valid ISBN-13.' => 'Această valoare nu este un cod ISBN-13 valid.',
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Această valoare nu este un cod ISBN-10 sau ISBN-13 valid.',
'This value is not a valid ISSN.' => 'Această valoare nu este un cod ISSN valid.',
'This value is not a valid currency.' => 'Această valoare nu este o monedă validă.',
'This value should be equal to {{ compared_value }}.' => 'Această valoare trebuie să fie egală cu {{ compared_value }}.',
'This value should be greater than {{ compared_value }}.' => 'Această valoare trebuie să fie mai mare de {{ compared_value }}.',
'This value should be greater than or equal to {{ compared_value }}.' => 'Această valoare trebuie să fie mai mare sau egală cu {{ compared_value }}.',
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Această valoare trebuie identică cu {{ compared_value_type }} {{ compared_value }}.',
'This value should be less than {{ compared_value }}.' => 'Această valoare trebuie să fie mai mică de {{ compared_value }}.',
'This value should be less than or equal to {{ compared_value }}.' => 'Această valoare trebuie să fie mai mică sau egală cu {{ compared_value }}.',
'This value should not be equal to {{ compared_value }}.' => 'Această valoare nu trebuie să fie egală cu {{ compared_value }}.',
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Această valoare nu trebuie să fie identică cu {{ compared_value_type }} {{ compared_value }}.',
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Raportul imaginii este prea mare ({{ ratio }}). Raportul maxim permis este {{ max_ratio }}.',
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Raportul imaginii este prea mic ({{ ratio }}). Raportul minim permis este {{ min_ratio }}.',
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'Imaginea este un pătrat ({{ width }}x{{ height }}px). Imaginile pătrat nu sunt permise.',
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'Imaginea are orientarea peisaj ({{ width }}x{{ height }}px). Imaginile cu orientare peisaj nu sunt permise.',
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'Imaginea are orientarea portret ({{ width }}x{{ height }}px). Imaginile cu orientare portret nu sunt permise.',
'An empty file is not allowed.' => 'Nu se permite un fișier gol.',
'The host could not be resolved.' => 'Numele host nu a putut fi rezolvat către o adresă IP.',
'This value does not match the expected {{ charset }} charset.' => 'Această valoare nu corespunde setului de caractere {{ charset }} așteptat.',
'This is not a valid Business Identifier Code (BIC).' => 'Codul BIC (Business Identifier Code) nu este valid.',
'Error' => 'Eroare',
'This is not a valid UUID.' => 'Identificatorul universal unic (UUID) nu este valid.',
'This value should be a multiple of {{ compared_value }}.' => 'Această valoare trebuie să fie un multiplu de {{ compared_value }}.',
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Codul BIC (Business Identifier Code) nu este asociat cu codul IBAN {{ iban }}.',
'This value should be valid JSON.' => 'Această valoare trebuie să fie un JSON valid.',
'This collection should contain only unique elements.' => 'Acest set ar trebui să conțină numai elemente unice.',
'This value should be positive.' => 'Această valoare ar trebui să fie pozitivă.',
'This value should be either positive or zero.' => 'Această valoare trebuie să fie pozitivă sau zero.',
'This value should be negative.' => 'Această valoare ar trebui să fie negativă.',
'This value should be either negative or zero.' => 'Această valoare trebuie să fie negativă sau zero.',
'This value is not a valid timezone.' => 'Această valoare nu este un fus orar valid.',
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'Această parolă a fost compromisă și nu poate fi utilizată. Vă rugăm să utilizați o altă parolă.',
'This value should be between {{ min }} and {{ max }}.' => 'Această valoare trebuie să fie între {{ min }} și {{ max }}.',
'This value is not a valid hostname.' => 'Această valoare nu este un numele gazdei valid.',
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'Numărul de elemente din această colecție ar trebui să fie un multiplu al {{ compared_value }}.',
'This value should satisfy at least one of the following constraints:' => 'Această valoare trebuie să îndeplinească cel puțin una dintre următoarele reguli:',
'Each element of this collection should satisfy its own set of constraints.' => 'Fiecare element din acest set ar trebui să îndeplinească propriul set de reguli.',
'This value is not a valid International Securities Identification Number (ISIN).' => 'Această valoare nu este un număr internațional de identificare (ISIN) valabil.',
'This value should be a valid expression.' => 'Această valoare ar trebui să fie o expresie validă.',
'This value is not a valid CIDR notation.' => 'Această valoare nu este o notație CIDR validă.',
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'Valoarea netmask-ului trebuie sa fie intre {{ min }} si {{ max }}.',
'This form should not contain extra fields.' => 'Acest formular nu ar trebui să conțină câmpuri suplimentare.',
'The uploaded file was too large. Please try to upload a smaller file.' => 'Fișierul încărcat a fost prea mare. Vă rugăm sa încărcați un fișier mai mic.',
'The CSRF token is invalid. Please try to resubmit the form.' => 'Token-ul CSRF este invalid. Vă rugăm să retrimiteți formularul.',
'This value is not a valid HTML5 color.' => 'Această valoare nu este un cod de culoare HTML5 valid.',
'Please enter a valid birthdate.' => 'Vă rugăm să introduceți o dată de naștere validă.',
'The selected choice is invalid.' => 'Valoarea selectată este invalidă.',
'The collection is invalid.' => 'Colecția nu este validă.',
'Please select a valid color.' => 'Vă rugăm să selectați o culoare validă.',
'Please select a valid country.' => 'Vă rugăm să selectați o țară validă.',
'Please select a valid currency.' => 'Vă rugăm să selectați o monedă validă.',
'Please choose a valid date interval.' => 'Vă rugăm să selectați un interval de zile valid.',
'Please enter a valid date and time.' => 'Vă rugăm să introduceți o dată și o oră validă.',
'Please enter a valid date.' => 'Vă rugăm să introduceți o dată validă.',
'Please select a valid file.' => 'Vă rugăm să selectați un fișier valid.',
'The hidden field is invalid.' => 'Câmpul ascuns este invalid.',
'Please enter an integer.' => 'Vă rugăm să introduceți un număr întreg.',
'Please select a valid language.' => 'Vă rugăm să selectați o limbă validă.',
'Please select a valid locale.' => 'Vă rugăm să selectați o setare locală validă.',
'Please enter a valid money amount.' => 'Vă rugăm să introduceți o valoare monetară corectă.',
'Please enter a number.' => 'Vă rugăm să introduceți un număr.',
'The password is invalid.' => 'Parola nu este validă.',
'Please enter a percentage value.' => 'Vă rugăm să introduceți o valoare procentuală.',
'The values do not match.' => 'Valorile nu coincid.',
'Please enter a valid time.' => 'Vă rugăm să introduceți o oră validă.',
'Please select a valid timezone.' => 'Vă rugăm să selectați un fus orar valid.',
'Please enter a valid URL.' => 'Vă rugăm să introduceți un URL valid.',
'Please enter a valid search term.' => 'Vă rugăm să introduceți un termen de căutare valid.',
'Please provide a valid phone number.' => 'Vă rugăm să introduceți un număr de telefon valid.',
'The checkbox has an invalid value.' => 'Bifa nu are o valoare validă.',
'Please enter a valid email address.' => 'Vă rugăm să introduceți o adresă de email validă.',
'Please select a valid option.' => 'Vă rugăm să selectați o opțiune validă.',
'Please select a valid range.' => 'Vă rugăm să selectați un interval valid.',
'Please enter a valid week.' => 'Vă rugăm să introduceți o săptămână validă.',
),
'security' =>
array (
'An authentication exception occurred.' => 'A apărut o eroare de autentificare.',
'Authentication credentials could not be found.' => 'Informațiile de autentificare nu au fost găsite.',
'Authentication request could not be processed due to a system problem.' => 'Sistemul nu a putut procesa cererea de autentificare din cauza unei erori.',
'Invalid credentials.' => 'Date de autentificare invalide.',
'Cookie has already been used by someone else.' => 'Cookie este folosit deja de altcineva.',
'Not privileged to request the resource.' => 'Permisiuni insuficiente pentru resursa cerută.',
'Invalid CSRF token.' => 'Token CSRF este invalid.',
'No authentication provider found to support the authentication token.' => 'Nu a fost găsit nici un agent de autentificare pentru tokenul specificat.',
'No session available, it either timed out or cookies are not enabled.' => 'Sesiunea nu mai este disponibilă, a expirat sau suportul pentru cookies nu este activat.',
'No token could be found.' => 'Tokenul nu a putut fi găsit.',
'Username could not be found.' => 'Numele de utilizator nu a fost găsit.',
'Account has expired.' => 'Contul a expirat.',
'Credentials have expired.' => 'Datele de autentificare au expirat.',
'Account is disabled.' => 'Contul este dezactivat.',
'Account is locked.' => 'Contul este blocat.',
'Too many failed login attempts, please try again later.' => 'Prea multe încercări de autentificare eșuate, vă rugăm să încercați mai târziu.',
'Invalid or expired login link.' => 'Link de autentificare invalid sau expirat.',
'Too many failed login attempts, please try again in %minutes% minute.' => 'Prea multe încercări nereușite, încearcă din nou în %minutes% minut.',
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Prea multe încercări nereușite, încearcă din nou în %minutes% minute.',
),
2023-06-20 19:14:19 +02:00
'EasyAdminBundle' =>
array (
'page_title.dashboard' => 'Tablou de bord',
'page_title.detail' => '%entity_as_string%',
'page_title.edit' => 'Editează %entity_label_singular%',
'page_title.index' => '%entity_label_plural%',
'page_title.new' => 'Creează %entity_label_singular%',
'page_title.exception' => 'Eroare|Erori',
'datagrid.hidden_results' => 'Unele rezultate sunt ascunse pentru ca nu aveți drepturile necesare.',
'datagrid.no_results' => 'Niciun rezultat.',
'paginator.first' => 'Prima',
'paginator.previous' => 'Anterior',
'paginator.next' => 'Următor',
'paginator.last' => 'Ultima',
'paginator.counter' => '<strong>%start%</strong> - <strong>%end%</strong> din <strong>%results%</strong>',
'paginator.results' => '{0} Niciun rezultat|{1} <strong>1</strong> rezultat|]1,Inf] <strong>%count%</strong> rezultate',
'label.true' => 'Da',
'label.false' => 'Nu',
'label.empty' => 'Gol',
'label.null' => 'Nul',
'label.object' => 'Obiect PHP',
'label.inaccessible' => 'Inaccesibil',
'label.inaccessible.explanation' => 'Metoda de tip Get nu există pentru acest câmp sau proprietatea nu e publică',
'label.form.empty_value' => 'Gol',
'field.code_editor.view_code' => 'Vezi codul',
'field.text_editor.view_content' => 'Vezi conținutul',
'action.entity_actions' => 'Acțiuni',
'action.new' => 'Adaugă %entity_label_singular%',
'action.search' => 'Caută',
'action.detail' => 'Vezi',
'action.edit' => 'Editează',
'action.delete' => 'Șterge',
'action.cancel' => 'Anulează',
'action.index' => 'Înapoi la listă',
'action.deselect' => 'Deselectați',
'action.add_new_item' => 'Adaugă un item nou',
'action.remove_item' => 'Șterge un item',
'action.choose_file' => 'Alege fișierul',
'action.close' => 'Închide',
'action.create' => 'Crează',
'action.create_and_add_another' => 'Crează și adaugă un item nou',
'action.create_and_continue' => 'Crează și continuă editarea',
'action.save' => 'Salvează modificarile',
'action.save_and_continue' => 'Salvează și continuă editarea',
'batch_action_modal.title' => 'Veți aplica actiunea "%action_name%" pentru %num_items% item(e).',
'batch_action_modal.content' => 'Această acțiune este ireversibilă.',
'batch_action_modal.action' => 'Procedează',
'delete_modal.title' => 'Ești sigur că vrei să ștergi acest item?',
'delete_modal.content' => 'Nu există posibilitatea de a reveni asupra acestei decizii.',
'filter.title' => 'Filtre',
'filter.button.clear' => 'Ștergeți',
'filter.button.apply' => 'Aplică',
'filter.label.is_equal_to' => 'este egal cu',
'filter.label.is_not_equal_to' => 'este diferit de',
'filter.label.is_greater_than' => 'este mai mare decât',
'filter.label.is_greater_than_or_equal_to' => 'este mai mare sau egal cu',
'filter.label.is_less_than' => 'este mai mic decât',
'filter.label.is_less_than_or_equal_to' => 'este mai mic sau egal cu',
'filter.label.is_between' => 'e între',
'filter.label.contains' => 'conține',
'filter.label.not_contains' => 'nu conține',
'filter.label.starts_with' => 'începe cu',
'filter.label.ends_with' => 'termină cu',
'filter.label.exactly' => 'este strict egal cu',
'filter.label.not_exactly' => 'este strict diferit cu',
'filter.label.is_same' => 'este',
'filter.label.is_not_same' => 'nu este',
'filter.label.is_after' => 'este mai târziu de',
'filter.label.is_after_or_same' => 'este mai târziu sau este',
'filter.label.is_before' => 'este mai vechi de',
'filter.label.is_before_or_same' => 'este mai devreme sau este',
'form.are_you_sure' => 'Nu ați salvat modificările.',
'form.tab.error_badge_title' => '1 câmp nevalid |% count% câmpuri nevalide',
'form.slug.confirm_text' => 'Dacă modificați slug-ul, veți strica link-urile pe alte pagini.',
'user.logged_in_as' => 'Înregistrat ca',
'user.unnamed' => 'Utilizator fară nume',
'user.anonymous' => 'Utilizator anonim',
'user.sign_out' => 'Deconectați-vă',
'user.exit_impersonation' => 'Oprește impersonalizarea',
'settings.appearance.label' => 'Aspect',
'settings.appearance.light' => 'Luminos',
'settings.appearance.dark' => 'Întunecat',
'settings.appearance.auto' => 'Automat',
'settings.locale' => 'Limba',
'login_page.username' => 'Utilizator',
'login_page.password' => 'Parolă',
'login_page.sign_in' => 'Autentifică-te',
'login_page.forgot_password' => 'V-ați uitat parola?',
'login_page.remember_me' => 'Tine-ma minte',
'exception.entity_not_found' => 'Acest item nu mai este disponibil.',
'exception.entity_remove' => 'Acest item nu poate fi șters deoarece alte iteme depind de acesta.',
'exception.forbidden_action' => 'Acțiunea solicitată nu poate fi efectuată asupra acestui item.',
'exception.insufficient_entity_permission' => 'Nu sunteți autorizat să accesați acest item.',
'autocomplete.no-results-found' => 'Nu au fost găsite rezultate',
'autocomplete.loading-more-results' => 'Se încarcă mai multe rezultate…',
),
2023-06-19 12:13:30 +02:00
));
$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.',
),
2023-06-20 19:14:19 +02:00
'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…',
),
2023-06-19 12:13:30 +02:00
));
$catalogue->addFallbackCatalogue($catalogueEn);
return $catalogue;