426 lines
39 KiB
PHP
426 lines
39 KiB
PHP
<?php
|
|
|
|
use Symfony\Component\Translation\MessageCatalogue;
|
|
|
|
$catalogue = new MessageCatalogue('bs', array (
|
|
'validators' =>
|
|
array (
|
|
'This value should be false.' => 'Ova vrijednost bi trebalo da bude "netačno" (false).',
|
|
'This value should be true.' => 'Ova vrijednost bi trebalo da bude "tačno" (true).',
|
|
'This value should be of type {{ type }}.' => 'Ova vrijednost bi trebalo da bude tipa {{ type }}.',
|
|
'This value should be blank.' => 'Ova vrijednost bi trebalo da bude prazna.',
|
|
'The value you selected is not a valid choice.' => 'Odabrana vrijednost nije validan izbor.',
|
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Morate odabrati barem {{ limit }} mogućnost.|Morate odabrati barem {{ limit }} mogućnosti.|Morate odabrati barem {{ limit }} mogućnosti. ',
|
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Morate odabrati najviše {{ limit }} mogućnost.|Morate odabrati najviše {{ limit }} mogućnosti.|Morate odabrati najviše {{ limit }} mogućnosti.',
|
|
'One or more of the given values is invalid.' => 'Jedna ili više datih vrijednosti nisu validne.',
|
|
'This field was not expected.' => 'Ovo polje nije očekivano.',
|
|
'This field is missing.' => 'Ovo polje nedostaje.',
|
|
'This value is not a valid date.' => 'Ova vrijednost nije ispravan datum.',
|
|
'This value is not a valid datetime.' => 'Ova vrijednost nije ispravnog datum-vrijeme (datetime) formata.',
|
|
'This value is not a valid email address.' => 'Ova vrijednost nije ispravna e-mail adresa.',
|
|
'The file could not be found.' => 'Ova datoteka ne može biti pronađena.',
|
|
'The file is not readable.' => 'Ova datoteka nije čitljiva.',
|
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Ova datoteka je prevelika ({{ size }} {{ suffix }}). Najveća dozvoljena veličina je {{ limit }} {{ suffix }}.',
|
|
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'Mime tip datoteke nije ispravan ({{ type }}). Dozvoljeni mime tipovi su {{ types }}.',
|
|
'This value should be {{ limit }} or less.' => 'Ova vrijednost bi trebalo da bude {{ limit }} ili manje.',
|
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Ova vrijednost je predugačka. Trebalo bi da ima {{ limit }} karakter ili manje.|Ova vrijednost je predugačka. Trebalo bi da ima {{ limit }} karaktera ili manje.|Ova vrijednost je predugačka. Trebalo bi da ima {{ limit }} karaktera ili manje.',
|
|
'This value should be {{ limit }} or more.' => 'Ova vrijednost bi trebalo da bude {{ limit }} ili više.',
|
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Ova vrijednost je prekratka. Trebalo bi da ima {{ limit }} karakter ili više.|Ova vrijednost je prekratka. Trebalo bi da ima {{ limit }} karaktera ili više.|Ova vrijednost je prekratka. Trebalo bi da ima {{ limit }} karaktera ili više.',
|
|
'This value should not be blank.' => 'Ova vrijednost ne bi trebalo da bude prazna.',
|
|
'This value should not be null.' => 'Ova vrijednost ne bi trebalo da bude null.',
|
|
'This value should be null.' => 'Ova vrijednost bi trebalo da bude null.',
|
|
'This value is not valid.' => 'Ova vrijednost nije ispravna.',
|
|
'This value is not a valid time.' => 'Ova vrijednost nije ispravno vrijeme.',
|
|
'This value is not a valid URL.' => 'Ova vrijednost nije ispravan URL.',
|
|
'The two values should be equal.' => 'Obje vrijednosti bi trebalo da budu jednake.',
|
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Ova datoteka je prevelika. Najveća dozvoljena veličina je {{ limit }} {{ suffix }}.',
|
|
'The file is too large.' => 'Ova datoteka je prevelika.',
|
|
'The file could not be uploaded.' => 'Ova datoteka ne može biti prenijeta (uploaded).',
|
|
'This value should be a valid number.' => 'Ova vrijednost bi trebalo da bude ispravan broj.',
|
|
'This file is not a valid image.' => 'Ova datoteka nije validna slika.',
|
|
'This is not a valid IP address.' => 'Ovo nije ispravna IP adresa.',
|
|
'This value is not a valid language.' => 'Ova vrijednost nije validan jezik.',
|
|
'This value is not a valid locale.' => 'Ova vrijednost nije validna regionalna oznaka.',
|
|
'This value is not a valid country.' => 'Ova vrijednost nije validna država.',
|
|
'This value is already used.' => 'Ova vrijednost je već upotrebljena.',
|
|
'The size of the image could not be detected.' => 'Nije moguće otkriti veličinu ove slike.',
|
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'Širina slike je prevelika ({{ width }}px). Najveća dozvoljena širina je {{ max_width }}px.',
|
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'Širina slike je premala ({{ width }}px). Najmanja dozvoljena širina je {{ min_width }}px.',
|
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'Dužina slike je prevelika ({{ height }}px). Najveća dozvoljena dužina je {{ max_height }}px.',
|
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'Dužina slike je premala ({{ height }}px). Najmanja dozvoljena dužina je {{ min_height }}px.',
|
|
'This value should be the user\'s current password.' => 'Ova vrijednost bi trebalo da bude trenutna korisnička lozinka.',
|
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Ova vrijednost bi trebalo da ima tačno {{ limit }} karakter.|Ova vrijednost bi trebalo da ima tačno {{ limit }} karaktera.',
|
|
'The file was only partially uploaded.' => 'Datoteka je samo djelimično prenijeta (uploaded).',
|
|
'No file was uploaded.' => 'Nijedna datoteka nije prenijeta (uploaded).',
|
|
'No temporary folder was configured in php.ini.' => 'Privremeni direktorijum nije konfigurisan u datoteci php.ini.',
|
|
'Cannot write temporary file to disk.' => 'Privremenu datoteku nije moguće upisati na disk.',
|
|
'A PHP extension caused the upload to fail.' => 'Prenos datoteke nije uspio zbog PHP ekstenzije.',
|
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Ova kolekcija bi trebalo da sadrži {{ limit }} ili više elemenata.|Ova kolekcija bi trebalo da sadrži {{ limit }} ili više elemenata.|Ova kolekcija bi trebalo da sadrži {{ limit }} ili više elemenata.',
|
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Ova kolekcija bi trebalo da sadrži {{ limit }} ili manje elemenata.|Ova kolekcija bi trebalo da sadrži {{ limit }} ili manje elemenata.|Ova kolekcija bi trebalo da sadrži {{ limit }} ili manje elemenata.',
|
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Ova kolekcija bi trebalo da sadrži tačno {{ limit }} element.|Ova kolekcija bi trebalo da sadrži tačno {{ limit }} elementa.|Ova kolekcija bi trebalo da sadrži tačno {{ limit }} elemenata.',
|
|
'Invalid card number.' => 'Broj kartice je neispravan.',
|
|
'Unsupported card type or invalid card number.' => 'Tip kartice nije podržan ili je broj kartice neispravan.',
|
|
'This is not a valid International Bank Account Number (IBAN).' => 'Ova vrijednost nije ispravan međunarodni broj bankovnog računa (IBAN).',
|
|
'This value is not a valid ISBN-10.' => 'Ova vrijednost nije ispravan ISBN-10.',
|
|
'This value is not a valid ISBN-13.' => 'Ova vrijednost nije ispravan ISBN-13.',
|
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Ova vrijednost nije ispravan ISBN-10 niti ISBN-13.',
|
|
'This value is not a valid ISSN.' => 'Ova vrijednost nije ispravan ISSN.',
|
|
'This value is not a valid currency.' => 'Ova vrijednost nije ispravna valuta.',
|
|
'This value should be equal to {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude jednaka {{ compared_value }}.',
|
|
'This value should be greater than {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude veća od {{ compared_value }}.',
|
|
'This value should be greater than or equal to {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude jednaka ili veća od {{ compared_value }}.',
|
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude identična {{ compared_value_type }} {{ compared_value }}.',
|
|
'This value should be less than {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude manja od {{ compared_value }}.',
|
|
'This value should be less than or equal to {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude jednaka ili manja od {{ compared_value }}.',
|
|
'This value should not be equal to {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude različita od {{ compared_value }}.',
|
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude identična sa {{ compared_value_type }} {{ compared_value }}.',
|
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Razmjera ove slike je prevelika ({{ ratio }}). Maksimalna dozvoljena razmjera je {{ max_ratio }}.',
|
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Razmjera ove slike je premala ({{ ratio }}). Minimalna očekivana razmjera je {{ min_ratio }}.',
|
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'Ova slika je kvadratnog oblika ({{ width }}x{{ height }}px). Kvadratne slike nisu dozvoljene.',
|
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'Ova slika je orijentisana horizontalno (landscape) ({{ width }}x{{ height }}px). Horizontalno orijentisane slike nisu dozvoljene.',
|
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'Ova slika je orijentisana vertikalno (portrait) ({{ width }}x{{ height }}px). Vertikalno orijentisane slike nisu dozvoljene.',
|
|
'An empty file is not allowed.' => 'Prazna datoteka nije dozvoljena.',
|
|
'The host could not be resolved.' => 'Nije moguće odrediti poslužitelja (host).',
|
|
'This value does not match the expected {{ charset }} charset.' => 'Ova vrijednost ne odgovara očekivanom {{ charset }} setu karaktera (charset).',
|
|
'This is not a valid Business Identifier Code (BIC).' => 'Ovo nije validan poslovni identifikacioni kod (BIC).',
|
|
'Error' => 'Greška',
|
|
'This is not a valid UUID.' => 'Ovo nije validan UUID.',
|
|
'This value should be a multiple of {{ compared_value }}.' => 'Ova vrijednost bi trebalo da bude djeljiva sa {{ compared_value }}.',
|
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Ovaj poslovni identifikacioni kod (BIC) nije povezan sa IBAN-om {{ iban }}.',
|
|
'This value should be valid JSON.' => 'Ova vrijednost bi trebalo da bude validan JSON.',
|
|
'This collection should contain only unique elements.' => 'Ova kolekcija bi trebala da sadrži samo jedinstvene elemente.',
|
|
'This value should be positive.' => 'Ova vrijednost bi trebalo da bude pozitivna.',
|
|
'This value should be either positive or zero.' => 'Ova vrijednost bi trebalo da bude pozitivna ili jednaka nuli.',
|
|
'This value should be negative.' => 'Ova vrijednost bi trebalo da bude negativna.',
|
|
'This value should be either negative or zero.' => 'Ova vrijednost bi trebalo da bude negativna ili jednaka nuli.',
|
|
'This value is not a valid timezone.' => 'Ova vrijednost nije validna vremenska zona.',
|
|
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'Ova lozinka je procurila u nekom od slučajeva kompromitovanja podataka, nemojte je koristiti. Koristite drugu lozinku.',
|
|
'This value should be between {{ min }} and {{ max }}.' => 'Ova vrijednosti bi trebala biti između {{ min }} i {{ max }}.',
|
|
'This value is not a valid hostname.' => 'Ova vrijednost nije ispravno ime poslužitelja (hostname).',
|
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'Broj elemenata u ovoj kolekciji bi trebalo da bude djeljiv sa {{ compared_value }}.',
|
|
'This value should satisfy at least one of the following constraints:' => 'Ova vrijednost bi trebalo da zadovoljava namjanje jedno od narednih ograničenja:',
|
|
'Each element of this collection should satisfy its own set of constraints.' => 'Svaki element ove kolekcije bi trebalo da zadovolji sopstveni skup ograničenja.',
|
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'Ova vrijednost nije ispravna međunarodna identifikaciona oznaka hartija od vrijednosti (ISIN).',
|
|
'This value should be a valid expression.' => 'Ova vrijednost bi trebala biti važeći izraz.',
|
|
'This value is not a valid CSS color.' => 'Ova vrijednost nije važeća CSS boja.',
|
|
'This value is not a valid CIDR notation.' => 'Ova vrijednost nije važeća CIDR notacija.',
|
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'Vrijednost NetMask bi trebala biti između {{min}} i {{max}}.',
|
|
'This form should not contain extra fields.' => 'Ovaj obrazac ne bi trebalo da sadrži dodatna polja.',
|
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'Prenijeta (uploaded) datoteka je prevelika. Molim pokušajte prenijeti manju datoteku.',
|
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'CSRF vrijednost nije ispravna. Molim pokušajte ponovo da pošaljete obrazac.',
|
|
'This value is not a valid HTML5 color.' => 'Ova vrijednost nije važeća HTML5 boja.',
|
|
'Please enter a valid birthdate.' => 'Molim upišite ispravan datum rođenja.',
|
|
'The selected choice is invalid.' => 'Odabrani izbor nije ispravan.',
|
|
'The collection is invalid.' => 'Ova kolekcija nije ispravna.',
|
|
'Please select a valid color.' => 'Molim izaberite ispravnu boju.',
|
|
'Please select a valid country.' => 'Molim izaberite ispravnu državu.',
|
|
'Please select a valid currency.' => 'Molim izaberite ispravnu valutu.',
|
|
'Please choose a valid date interval.' => 'Molim izaberite ispravan datumski interval.',
|
|
'Please enter a valid date and time.' => 'Molim upišite ispravan datum i vrijeme.',
|
|
'Please enter a valid date.' => 'Molim upišite ispravan datum.',
|
|
'Please select a valid file.' => 'Molim izaberite ispravnu datoteku.',
|
|
'The hidden field is invalid.' => 'Skriveno polje nije ispravno.',
|
|
'Please enter an integer.' => 'Molim upišite cijeli broj (integer).',
|
|
'Please select a valid language.' => 'Molim izaberite ispravan jezik.',
|
|
'Please select a valid locale.' => 'Molim izaberite ispravnu lokalizaciju.',
|
|
'Please enter a valid money amount.' => 'Molim upišite ispravnu količinu novca.',
|
|
'Please enter a number.' => 'Molim upišite broj.',
|
|
'The password is invalid.' => 'Ova lozinka nije ispravna.',
|
|
'Please enter a percentage value.' => 'Molim upišite procentualnu vrijednost.',
|
|
'The values do not match.' => 'Date vrijednosti se ne poklapaju.',
|
|
'Please enter a valid time.' => 'Molim upišite ispravno vrijeme.',
|
|
'Please select a valid timezone.' => 'Molim izaberite ispravnu vremensku zonu.',
|
|
'Please enter a valid URL.' => 'Molim upišite ispravan URL.',
|
|
'Please enter a valid search term.' => 'Molim upišite ispravan termin za pretragu.',
|
|
'Please provide a valid phone number.' => 'Molim navedite ispravan broj telefona.',
|
|
'The checkbox has an invalid value.' => 'Polje za potvrdu sadrži neispravnu vrijednost.',
|
|
'Please enter a valid email address.' => 'Molim upišite ispravnu email adresu.',
|
|
'Please select a valid option.' => 'Molim izaberite ispravnu opciju.',
|
|
'Please select a valid range.' => 'Molim izaberite ispravan opseg.',
|
|
'Please enter a valid week.' => 'Molim upišite ispravnu sedmicu.',
|
|
),
|
|
'security' =>
|
|
array (
|
|
'An authentication exception occurred.' => 'Došlo je do autentifikacijskog izuzetka (exception).',
|
|
'Authentication credentials could not be found.' => 'Autentifikacijski podaci nisu pronađeni.',
|
|
'Authentication request could not be processed due to a system problem.' => 'Autentifikacijski zahtjev ne može biti obrađen zbog sistemskog problema.',
|
|
'Invalid credentials.' => 'Autentifikacijski podaci su neispravni.',
|
|
'Cookie has already been used by someone else.' => 'Neko drugi je već iskoristio ovaj kolačić (cookie).',
|
|
'Not privileged to request the resource.' => 'Nemate privilegije potrebne za pristup ovom resursu.',
|
|
'Invalid CSRF token.' => 'CSRF žeton (token) je neispravan.',
|
|
'No authentication provider found to support the authentication token.' => 'Nije pronađen autentifikacijski provajder koji bi podržao dati autentifikacijski žeton (token).',
|
|
'No session available, it either timed out or cookies are not enabled.' => 'Nema dostupnih sesija; ili je istekla ili su kolačići (cookies) iksljučeni.',
|
|
'No token could be found.' => 'Nije pronađen nijedan žeton (token).',
|
|
'Username could not be found.' => 'Korisničko ime nije pronađeno.',
|
|
'Account has expired.' => 'Nalog je istekao.',
|
|
'Credentials have expired.' => 'Autentifikacijski podaci su istekli.',
|
|
'Account is disabled.' => 'Nalog je onemogućen.',
|
|
'Account is locked.' => 'Nalog je zaključan.',
|
|
'Too many failed login attempts, please try again later.' => 'Previše neuspješnih pokušaja prijavljivanja, molim pokušajte ponovo kasnije.',
|
|
'Invalid or expired login link.' => 'Link za prijavljivanje je istekao ili je neispravan.',
|
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Previše neuspjelih pokušaja prijave, pokušajte ponovo za %minutes% minuta.',
|
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Previše neuspjelih pokušaja prijave, pokušajte ponovo za %minutes% minuta.',
|
|
),
|
|
));
|
|
|
|
$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;
|