329 lines
34 KiB
PHP
329 lines
34 KiB
PHP
<?php
|
|
|
|
use Symfony\Component\Translation\MessageCatalogue;
|
|
|
|
$catalogue = new MessageCatalogue('hu', array (
|
|
'validators' =>
|
|
array (
|
|
'This value should be false.' => 'Ennek az értéknek hamisnak kell lennie.',
|
|
'This value should be true.' => 'Ennek az értéknek igaznak kell lennie.',
|
|
'This value should be of type {{ type }}.' => 'Ennek az értéknek {{ type }} típusúnak kell lennie.',
|
|
'This value should be blank.' => 'Ennek az értéknek üresnek kell lennie.',
|
|
'The value you selected is not a valid choice.' => 'A választott érték érvénytelen.',
|
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Legalább {{ limit }} értéket kell kiválasztani.|Legalább {{ limit }} értéket kell kiválasztani.',
|
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Legfeljebb {{ limit }} értéket lehet kiválasztani.|Legfeljebb {{ limit }} értéket lehet kiválasztani.',
|
|
'One or more of the given values is invalid.' => 'A megadott értékek közül legalább egy érvénytelen.',
|
|
'This field was not expected.' => 'Nem várt mező.',
|
|
'This field is missing.' => 'Ez a mező hiányzik.',
|
|
'This value is not a valid date.' => 'Ez az érték nem egy érvényes dátum.',
|
|
'This value is not a valid datetime.' => 'Ez az érték nem egy érvényes időpont.',
|
|
'This value is not a valid email address.' => 'Ez az érték nem egy érvényes e-mail cím.',
|
|
'The file could not be found.' => 'A fájl nem található.',
|
|
'The file is not readable.' => 'A fájl nem olvasható.',
|
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'A fájl túl nagy ({{ size }} {{ suffix }}). A legnagyobb megengedett méret {{ limit }} {{ suffix }}.',
|
|
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'A fájl MIME típusa érvénytelen ({{ type }}). Az engedélyezett MIME típusok: {{ types }}.',
|
|
'This value should be {{ limit }} or less.' => 'Ez az érték legfeljebb {{ limit }} lehet.',
|
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Ez az érték túl hosszú. Legfeljebb {{ limit }} karaktert tartalmazhat.|Ez az érték túl hosszú. Legfeljebb {{ limit }} karaktert tartalmazhat.',
|
|
'This value should be {{ limit }} or more.' => 'Ez az érték legalább {{ limit }} kell, hogy legyen.',
|
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Ez az érték túl rövid. Legalább {{ limit }} karaktert kell tartalmaznia.|Ez az érték túl rövid. Legalább {{ limit }} karaktert kell tartalmaznia.',
|
|
'This value should not be blank.' => 'Ez az érték nem lehet üres.',
|
|
'This value should not be null.' => 'Ez az érték nem lehet null.',
|
|
'This value should be null.' => 'Ennek az értéknek nullnak kell lennie.',
|
|
'This value is not valid.' => 'Ez az érték nem érvényes.',
|
|
'This value is not a valid time.' => 'Ez az érték nem egy érvényes időpont.',
|
|
'This value is not a valid URL.' => 'Ez az érték nem egy érvényes URL.',
|
|
'The two values should be equal.' => 'A két értéknek azonosnak kell lennie.',
|
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'A fájl túl nagy. A megengedett maximális méret: {{ limit }} {{ suffix }}.',
|
|
'The file is too large.' => 'A fájl túl nagy.',
|
|
'The file could not be uploaded.' => 'A fájl nem tölthető fel.',
|
|
'This value should be a valid number.' => 'Ennek az értéknek érvényes számnak kell lennie.',
|
|
'This file is not a valid image.' => 'Ez a fájl nem egy érvényes kép.',
|
|
'This is not a valid IP address.' => 'Ez az érték nem egy érvényes IP cím.',
|
|
'This value is not a valid language.' => 'Ez az érték nem egy érvényes nyelv.',
|
|
'This value is not a valid locale.' => 'Ez az érték nem egy érvényes területi beállítás.',
|
|
'This value is not a valid country.' => 'Ez az érték nem egy érvényes ország.',
|
|
'This value is already used.' => 'Ez az érték már használatban van.',
|
|
'The size of the image could not be detected.' => 'A kép méretét nem lehet megállapítani.',
|
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'A kép szélessége túl nagy ({{ width }}px). A megengedett legnagyobb szélesség {{ max_width }}px.',
|
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'A kép szélessége túl kicsi ({{ width }}px). Az elvárt legkisebb szélesség {{ min_width }}px.',
|
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'A kép magassága túl nagy ({{ height }}px). A megengedett legnagyobb magasság {{ max_height }}px.',
|
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'A kép magassága túl kicsi ({{ height }}px). Az elvárt legkisebb magasság {{ min_height }}px.',
|
|
'This value should be the user\'s current password.' => 'Ez az érték a felhasználó jelenlegi jelszavával kell megegyezzen.',
|
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Ennek az értéknek pontosan {{ limit }} karaktert kell tartalmaznia.|Ennek az értéknek pontosan {{ limit }} karaktert kell tartalmaznia.',
|
|
'The file was only partially uploaded.' => 'A fájl csak részben lett feltöltve.',
|
|
'No file was uploaded.' => 'Nem lett fájl feltöltve.',
|
|
'No temporary folder was configured in php.ini.' => 'Nincs ideiglenes könyvtár beállítva a php.ini-ben.',
|
|
'Cannot write temporary file to disk.' => 'Az ideiglenes fájl nem írható a lemezre.',
|
|
'A PHP extension caused the upload to fail.' => 'Egy PHP bővítmény miatt a feltöltés nem sikerült.',
|
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Ennek a gyűjteménynek legalább {{ limit }} elemet kell tartalmaznia.|Ennek a gyűjteménynek legalább {{ limit }} elemet kell tartalmaznia.',
|
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Ez a gyűjtemény legfeljebb {{ limit }} elemet tartalmazhat.|Ez a gyűjtemény legfeljebb {{ limit }} elemet tartalmazhat.',
|
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Ennek a gyűjteménynek pontosan {{ limit }} elemet kell tartalmaznia.|Ennek a gyűjteménynek pontosan {{ limit }} elemet kell tartalmaznia.',
|
|
'Invalid card number.' => 'Érvénytelen kártyaszám.',
|
|
'Unsupported card type or invalid card number.' => 'Nem támogatott kártyatípus vagy érvénytelen kártyaszám.',
|
|
'This is not a valid International Bank Account Number (IBAN).' => 'Érvénytelen nemzetközi bankszámlaszám (IBAN).',
|
|
'This value is not a valid ISBN-10.' => 'Ez az érték nem egy érvényes ISBN-10.',
|
|
'This value is not a valid ISBN-13.' => 'Ez az érték nem egy érvényes ISBN-13.',
|
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Ez az érték nem egy érvényes ISBN-10 vagy ISBN-13.',
|
|
'This value is not a valid ISSN.' => 'Ez az érték nem egy érvényes ISSN.',
|
|
'This value is not a valid currency.' => 'Ez az érték nem egy érvényes pénznem.',
|
|
'This value should be equal to {{ compared_value }}.' => 'Ez az érték legyen {{ compared_value }}.',
|
|
'This value should be greater than {{ compared_value }}.' => 'Ez az érték nagyobb legyen, mint {{ compared_value }}.',
|
|
'This value should be greater than or equal to {{ compared_value }}.' => 'Ez az érték nagyobb vagy egyenlő legyen, mint {{ compared_value }}.',
|
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Ez az érték ugyanolyan legyen, mint {{ compared_value_type }} {{ compared_value }}.',
|
|
'This value should be less than {{ compared_value }}.' => 'Ez az érték kisebb legyen, mint {{ compared_value }}.',
|
|
'This value should be less than or equal to {{ compared_value }}.' => 'Ez az érték kisebb vagy egyenlő legyen, mint {{ compared_value }}.',
|
|
'This value should not be equal to {{ compared_value }}.' => 'Ez az érték ne legyen {{ compared_value }}.',
|
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Ez az érték ne legyen ugyanolyan, mint {{ compared_value_type }} {{ compared_value }}.',
|
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'A képarány túl nagy ({{ ratio }}). A megengedett legnagyobb képarány {{ max_ratio }}.',
|
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'A képarány túl kicsi ({{ ratio }}). A megengedett legkisebb képarány {{ min_ratio }}.',
|
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'A kép négyzet alakú ({{ width }}x{{ height }}px). A négyzet alakú képek nem engedélyezettek.',
|
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'A kép fekvő tájolású ({{ width }}x{{ height }}px). A fekvő tájolású képek nem engedélyezettek.',
|
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'A kép álló tájolású ({{ width }}x{{ height }}px). Az álló tájolású képek nem engedélyezettek.',
|
|
'An empty file is not allowed.' => 'Üres fájl nem megengedett.',
|
|
'The host could not be resolved.' => 'Az állomásnevet nem lehet feloldani.',
|
|
'This value does not match the expected {{ charset }} charset.' => 'Ez az érték nem az elvárt {{ charset }} karakterkódolást használja.',
|
|
'This is not a valid Business Identifier Code (BIC).' => 'Érvénytelen nemzetközi bankazonosító kód (BIC/SWIFT).',
|
|
'Error' => 'Hiba',
|
|
'This is not a valid UUID.' => 'Érvénytelen egyedi azonosító (UUID).',
|
|
'This value should be a multiple of {{ compared_value }}.' => 'Ennek az értéknek oszthatónak kell lennie a következővel: {{ compared_value }}',
|
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Ez a Bankazonosító kód (BIC) nem kapcsolódik az IBAN kódhoz ({{ iban }}).',
|
|
'This value should be valid JSON.' => 'Ez az érték érvényes JSON kell, hogy legyen.',
|
|
'This value should be positive.' => 'Ennek az értéknek pozitívnak kell lennie.',
|
|
'This value should be either positive or zero.' => 'Ennek az értéknek pozitívnak vagy nullának kell lennie.',
|
|
'This value should be negative.' => 'Ennek az értéknek negatívnak kell lennie.',
|
|
'This value should be either negative or zero.' => 'Ennek az értéknek negatívnak vagy nullának kell lennie.',
|
|
'This collection should contain only unique elements.' => 'Ez a gyűjtemény csak egyedi elemeket tartalmazhat.',
|
|
'This value is not a valid timezone.' => 'Ez az érték nem egy érvényes időzóna.',
|
|
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'Ez a jelszó korábban egy adatvédelmi incidens során illetéktelenek kezébe került, így nem használható. Kérjük, használjon másik jelszót.',
|
|
'This value should be between {{ min }} and {{ max }}.' => 'Ennek az értéknek {{ min }} és {{ max }} között kell lennie.',
|
|
'This value is not a valid hostname.' => 'Ez az érték nem egy érvényes állomásnév (hosztnév).',
|
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'A gyűjteményben lévő elemek számának oszthatónak kell lennie a következővel: {{ compared_value }}.',
|
|
'This value should satisfy at least one of the following constraints:' => 'Ennek az értéknek meg kell felelni legalább egynek a következő feltételek közül:',
|
|
'Each element of this collection should satisfy its own set of constraints.' => 'A gyűjtemény minden elemének meg kell felelni a saját feltételeinek.',
|
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'Ez az érték nem egy érvényes nemzetközi értékpapír-azonosító szám (ISIN).',
|
|
'This value should be a valid expression.' => 'Ennek az értéknek érvényes kifejezésnek kell lennie.',
|
|
'This value is not a valid CSS color.' => 'Ez az érték nem egy érvényes CSS szín.',
|
|
'This value is not a valid CIDR notation.' => 'Ez az érték nem egy érvényes CIDR jelölés.',
|
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'Ennek a netmask értéknek {{ min }} és {{ max }} között kell lennie.',
|
|
'This form should not contain extra fields.' => 'Ez a mezőcsoport nem tartalmazhat extra mezőket.',
|
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'A feltöltött fájl túl nagy. Kérem, próbáljon egy kisebb fájlt feltölteni.',
|
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'Érvénytelen CSRF token. Kérem, próbálja újra elküldeni az űrlapot.',
|
|
'This value is not a valid HTML5 color.' => 'Ez az érték nem egy érvényes HTML5 szín.',
|
|
'Please enter a valid birthdate.' => 'Kérjük, adjon meg egy valós születési dátumot.',
|
|
'The selected choice is invalid.' => 'A kiválasztott opció érvénytelen.',
|
|
'The collection is invalid.' => 'A gyűjtemény érvénytelen.',
|
|
'Please select a valid color.' => 'Kérjük, válasszon egy érvényes színt.',
|
|
'Please select a valid country.' => 'Kérjük, válasszon egy érvényes országot.',
|
|
'Please select a valid currency.' => 'Kérjük, válasszon egy érvényes pénznemet.',
|
|
'Please choose a valid date interval.' => 'Kérjük, válasszon egy érvényes dátumintervallumot.',
|
|
'Please enter a valid date and time.' => 'Kérjük, adjon meg egy érvényes dátumot és időpontot.',
|
|
'Please enter a valid date.' => 'Kérjük, adjon meg egy érvényes dátumot.',
|
|
'Please select a valid file.' => 'Kérjük, válasszon egy érvényes fájlt.',
|
|
'The hidden field is invalid.' => 'A rejtett mező érvénytelen.',
|
|
'Please enter an integer.' => 'Kérjük, adjon meg egy egész számot.',
|
|
'Please select a valid language.' => 'Kérjük, válasszon egy érvényes nyelvet.',
|
|
'Please select a valid locale.' => 'Kérjük, válasszon egy érvényes területi beállítást.',
|
|
'Please enter a valid money amount.' => 'Kérjük, adjon meg egy érvényes pénzösszeget.',
|
|
'Please enter a number.' => 'Kérjük, adjon meg egy számot.',
|
|
'The password is invalid.' => 'A jelszó érvénytelen.',
|
|
'Please enter a percentage value.' => 'Kérjük, adjon meg egy százalékos értéket.',
|
|
'The values do not match.' => 'Az értékek nem egyeznek.',
|
|
'Please enter a valid time.' => 'Kérjük, adjon meg egy érvényes időpontot.',
|
|
'Please select a valid timezone.' => 'Kérjük, válasszon érvényes időzónát.',
|
|
'Please enter a valid URL.' => 'Kérjük, adjon meg egy érvényes URL-t.',
|
|
'Please enter a valid search term.' => 'Kérjük, adjon meg egy érvényes keresési kifejezést.',
|
|
'Please provide a valid phone number.' => 'Kérjük, adjon egy érvényes telefonszámot',
|
|
'The checkbox has an invalid value.' => 'A jelölőnégyzet értéke érvénytelen.',
|
|
'Please enter a valid email address.' => 'Kérjük valós e-mail címet adjon meg.',
|
|
'Please select a valid option.' => 'Kérjük, válasszon egy érvényes beállítást.',
|
|
'Please select a valid range.' => 'Kérjük, válasszon egy érvényes tartományt.',
|
|
'Please enter a valid week.' => 'Kérjük, adjon meg egy érvényes hetet.',
|
|
),
|
|
'security' =>
|
|
array (
|
|
'An authentication exception occurred.' => 'Hitelesítési hiba lépett fel.',
|
|
'Authentication credentials could not be found.' => 'Nem találhatók hitelesítési információk.',
|
|
'Authentication request could not be processed due to a system problem.' => 'A hitelesítési kérést rendszerhiba miatt nem lehet feldolgozni.',
|
|
'Invalid credentials.' => 'Érvénytelen hitelesítési információk.',
|
|
'Cookie has already been used by someone else.' => 'Ezt a sütit valaki más már felhasználta.',
|
|
'Not privileged to request the resource.' => 'Nem rendelkezik az erőforrás eléréséhez szükséges jogosultsággal.',
|
|
'Invalid CSRF token.' => 'Érvénytelen CSRF token.',
|
|
'No authentication provider found to support the authentication token.' => 'Nem található a hitelesítési tokent támogató hitelesítési szolgáltatás.',
|
|
'No session available, it either timed out or cookies are not enabled.' => 'Munkamenet nem áll rendelkezésre, túllépte az időkeretet vagy a sütik le vannak tiltva.',
|
|
'No token could be found.' => 'Nem található token.',
|
|
'Username could not be found.' => 'A felhasználónév nem található.',
|
|
'Account has expired.' => 'A fiók lejárt.',
|
|
'Credentials have expired.' => 'A hitelesítési információk lejártak.',
|
|
'Account is disabled.' => 'Felfüggesztett fiók.',
|
|
'Account is locked.' => 'Zárolt fiók.',
|
|
'Too many failed login attempts, please try again later.' => 'Túl sok sikertelen bejelentkezési kísérlet, kérjük próbálja újra később.',
|
|
'Invalid or expired login link.' => 'Érvénytelen vagy lejárt bejelentkezési link.',
|
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Túl sok sikertelen bejelentkezési kísérlet, kérjük próbálja újra %minutes% perc múlva.',
|
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Túl sok sikertelen bejelentkezési kísérlet, kérjük próbálja újra %minutes% perc múlva.',
|
|
),
|
|
));
|
|
|
|
$catalogueEn = new MessageCatalogue('en', array (
|
|
'validators' =>
|
|
array (
|
|
'This value should be false.' => 'This value should be false.',
|
|
'This value should be true.' => 'This value should be true.',
|
|
'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.',
|
|
'This value should be blank.' => 'This value should be blank.',
|
|
'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.',
|
|
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.',
|
|
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.',
|
|
'One or more of the given values is invalid.' => 'One or more of the given values is invalid.',
|
|
'This field was not expected.' => 'This field was not expected.',
|
|
'This field is missing.' => 'This field is missing.',
|
|
'This value is not a valid date.' => 'This value is not a valid date.',
|
|
'This value is not a valid datetime.' => 'This value is not a valid datetime.',
|
|
'This value is not a valid email address.' => 'This value is not a valid email address.',
|
|
'The file could not be found.' => 'The file could not be found.',
|
|
'The file is not readable.' => 'The file is not readable.',
|
|
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.',
|
|
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.',
|
|
'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.',
|
|
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.',
|
|
'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.',
|
|
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.',
|
|
'This value should not be blank.' => 'This value should not be blank.',
|
|
'This value should not be null.' => 'This value should not be null.',
|
|
'This value should be null.' => 'This value should be null.',
|
|
'This value is not valid.' => 'This value is not valid.',
|
|
'This value is not a valid time.' => 'This value is not a valid time.',
|
|
'This value is not a valid URL.' => 'This value is not a valid URL.',
|
|
'The two values should be equal.' => 'The two values should be equal.',
|
|
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.',
|
|
'The file is too large.' => 'The file is too large.',
|
|
'The file could not be uploaded.' => 'The file could not be uploaded.',
|
|
'This value should be a valid number.' => 'This value should be a valid number.',
|
|
'This file is not a valid image.' => 'This file is not a valid image.',
|
|
'This is not a valid IP address.' => 'This is not a valid IP address.',
|
|
'This value is not a valid language.' => 'This value is not a valid language.',
|
|
'This value is not a valid locale.' => 'This value is not a valid locale.',
|
|
'This value is not a valid country.' => 'This value is not a valid country.',
|
|
'This value is already used.' => 'This value is already used.',
|
|
'The size of the image could not be detected.' => 'The size of the image could not be detected.',
|
|
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.',
|
|
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.',
|
|
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.',
|
|
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.',
|
|
'This value should be the user\'s current password.' => 'This value should be the user\'s current password.',
|
|
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.',
|
|
'The file was only partially uploaded.' => 'The file was only partially uploaded.',
|
|
'No file was uploaded.' => 'No file was uploaded.',
|
|
'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.',
|
|
'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.',
|
|
'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.',
|
|
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.',
|
|
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.',
|
|
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.',
|
|
'Invalid card number.' => 'Invalid card number.',
|
|
'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.',
|
|
'This is not a valid International Bank Account Number (IBAN).' => 'This is not a valid International Bank Account Number (IBAN).',
|
|
'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.',
|
|
'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.',
|
|
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.',
|
|
'This value is not a valid ISSN.' => 'This value is not a valid ISSN.',
|
|
'This value is not a valid currency.' => 'This value is not a valid currency.',
|
|
'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.',
|
|
'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.',
|
|
'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.',
|
|
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.',
|
|
'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.',
|
|
'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.',
|
|
'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.',
|
|
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.',
|
|
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.',
|
|
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.',
|
|
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.',
|
|
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.',
|
|
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.',
|
|
'An empty file is not allowed.' => 'An empty file is not allowed.',
|
|
'The host could not be resolved.' => 'The host could not be resolved.',
|
|
'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.',
|
|
'This is not a valid Business Identifier Code (BIC).' => 'This is not a valid Business Identifier Code (BIC).',
|
|
'Error' => 'Error',
|
|
'This is not a valid UUID.' => 'This is not a valid UUID.',
|
|
'This value should be a multiple of {{ compared_value }}.' => 'This value should be a multiple of {{ compared_value }}.',
|
|
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.',
|
|
'This value should be valid JSON.' => 'This value should be valid JSON.',
|
|
'This collection should contain only unique elements.' => 'This collection should contain only unique elements.',
|
|
'This value should be positive.' => 'This value should be positive.',
|
|
'This value should be either positive or zero.' => 'This value should be either positive or zero.',
|
|
'This value should be negative.' => 'This value should be negative.',
|
|
'This value should be either negative or zero.' => 'This value should be either negative or zero.',
|
|
'This value is not a valid timezone.' => 'This value is not a valid timezone.',
|
|
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'This password has been leaked in a data breach, it must not be used. Please use another password.',
|
|
'This value should be between {{ min }} and {{ max }}.' => 'This value should be between {{ min }} and {{ max }}.',
|
|
'This value is not a valid hostname.' => 'This value is not a valid hostname.',
|
|
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'The number of elements in this collection should be a multiple of {{ compared_value }}.',
|
|
'This value should satisfy at least one of the following constraints:' => 'This value should satisfy at least one of the following constraints:',
|
|
'Each element of this collection should satisfy its own set of constraints.' => 'Each element of this collection should satisfy its own set of constraints.',
|
|
'This value is not a valid International Securities Identification Number (ISIN).' => 'This value is not a valid International Securities Identification Number (ISIN).',
|
|
'This value should be a valid expression.' => 'This value should be a valid expression.',
|
|
'This value is not a valid CSS color.' => 'This value is not a valid CSS color.',
|
|
'This value is not a valid CIDR notation.' => 'This value is not a valid CIDR notation.',
|
|
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'The value of the netmask should be between {{ min }} and {{ max }}.',
|
|
'This form should not contain extra fields.' => 'This form should not contain extra fields.',
|
|
'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.',
|
|
'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.',
|
|
'This value is not a valid HTML5 color.' => 'This value is not a valid HTML5 color.',
|
|
'Please enter a valid birthdate.' => 'Please enter a valid birthdate.',
|
|
'The selected choice is invalid.' => 'The selected choice is invalid.',
|
|
'The collection is invalid.' => 'The collection is invalid.',
|
|
'Please select a valid color.' => 'Please select a valid color.',
|
|
'Please select a valid country.' => 'Please select a valid country.',
|
|
'Please select a valid currency.' => 'Please select a valid currency.',
|
|
'Please choose a valid date interval.' => 'Please choose a valid date interval.',
|
|
'Please enter a valid date and time.' => 'Please enter a valid date and time.',
|
|
'Please enter a valid date.' => 'Please enter a valid date.',
|
|
'Please select a valid file.' => 'Please select a valid file.',
|
|
'The hidden field is invalid.' => 'The hidden field is invalid.',
|
|
'Please enter an integer.' => 'Please enter an integer.',
|
|
'Please select a valid language.' => 'Please select a valid language.',
|
|
'Please select a valid locale.' => 'Please select a valid locale.',
|
|
'Please enter a valid money amount.' => 'Please enter a valid money amount.',
|
|
'Please enter a number.' => 'Please enter a number.',
|
|
'The password is invalid.' => 'The password is invalid.',
|
|
'Please enter a percentage value.' => 'Please enter a percentage value.',
|
|
'The values do not match.' => 'The values do not match.',
|
|
'Please enter a valid time.' => 'Please enter a valid time.',
|
|
'Please select a valid timezone.' => 'Please select a valid timezone.',
|
|
'Please enter a valid URL.' => 'Please enter a valid URL.',
|
|
'Please enter a valid search term.' => 'Please enter a valid search term.',
|
|
'Please provide a valid phone number.' => 'Please provide a valid phone number.',
|
|
'The checkbox has an invalid value.' => 'The checkbox has an invalid value.',
|
|
'Please enter a valid email address.' => 'Please enter a valid email address.',
|
|
'Please select a valid option.' => 'Please select a valid option.',
|
|
'Please select a valid range.' => 'Please select a valid range.',
|
|
'Please enter a valid week.' => 'Please enter a valid week.',
|
|
),
|
|
'security' =>
|
|
array (
|
|
'An authentication exception occurred.' => 'An authentication exception occurred.',
|
|
'Authentication credentials could not be found.' => 'Authentication credentials could not be found.',
|
|
'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.',
|
|
'Invalid credentials.' => 'Invalid credentials.',
|
|
'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.',
|
|
'Not privileged to request the resource.' => 'Not privileged to request the resource.',
|
|
'Invalid CSRF token.' => 'Invalid CSRF token.',
|
|
'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.',
|
|
'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.',
|
|
'No token could be found.' => 'No token could be found.',
|
|
'Username could not be found.' => 'Username could not be found.',
|
|
'Account has expired.' => 'Account has expired.',
|
|
'Credentials have expired.' => 'Credentials have expired.',
|
|
'Account is disabled.' => 'Account is disabled.',
|
|
'Account is locked.' => 'Account is locked.',
|
|
'Too many failed login attempts, please try again later.' => 'Too many failed login attempts, please try again later.',
|
|
'Invalid or expired login link.' => 'Invalid or expired login link.',
|
|
'Too many failed login attempts, please try again in %minutes% minute.' => 'Too many failed login attempts, please try again in %minutes% minute.',
|
|
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Too many failed login attempts, please try again in %minutes% minutes.',
|
|
),
|
|
));
|
|
$catalogue->addFallbackCatalogue($catalogueEn);
|
|
|
|
return $catalogue;
|