Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Language/hu/CLI.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand All @@ -17,6 +19,7 @@
'generator' => [
'cancelOperation' => 'A művelet megszakítva.',
'className' => [
'cell' => 'Cell osztály neve',
'command' => 'Parancsosztály neve',
'config' => 'Konfigurációs osztály neve',
'controller' => 'Vezérlő osztály neve',
Expand All @@ -26,6 +29,7 @@
'migration' => 'Migrációs osztály neve',
'model' => 'Modellosztály neve',
'seeder' => 'Seeder osztály neve',
'test' => 'Teszt osztály neve',
'validation' => 'Érvényesítési osztály neve',
],
'commandType' => 'Parancs típusa',
Expand All @@ -38,6 +42,9 @@
'returnType' => 'Visszaérkezés típusa',
'tableName' => 'Tábla név',
'usingCINamespace' => 'Figyelmeztetés: A "CodeIgniter" névtér használatával a fájl a rendszerkönyvtárban jön létre.',
'viewName' => [
'cell' => 'Cell név',
],
],
'helpArguments' => 'Argumentumok:',
'helpDescription' => 'Leírás:',
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Cache.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Cast.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Cookie.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
3 changes: 3 additions & 0 deletions Language/hu/Core.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand All @@ -14,6 +16,7 @@
'copyError' => 'Hiba történt a fájl ({0}) felülírása során. Kérjük ellenőrizze, hogy a fájlkönyvtár írható-e.',
'enabledZlibOutputCompression' => 'A zlib.output_compression ini direktíva be van kapcsolva. Ez nem működik jól kimeneti pufferekkel.',
'invalidFile' => 'Érvénytelen fájl: {0}',
'invalidDirectory' => 'A könyvtár nem létezik: "{0}"',
'invalidPhpVersion' => 'A CodeIgniter futtatásához PHP-verziójának legalább {0}-nek kell lennie. Jelenlegi verzió: {1}',
'missingExtension' => 'A keretrendszerhez a következő bővítményeket kell telepíteni és betölteni: {0}.',
'noHandlers' => 'A(z) {0} szolgáltatásnak legalább egy kezelőt kell biztosítania.',
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Database.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Email.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Encryption.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
22 changes: 22 additions & 0 deletions Language/hu/Errors.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Errors language settings
return [
'pageNotFound' => '404 - Oldal nem található',
'sorryCannotFind' => 'Sajnáljuk! Úgy tűnik, nem találjuk az Ön által keresett oldalt.',
'badRequest' => '400 - Helytelen kérés',
'sorryBadRequest' => 'Sajnáljuk! Valami probléma történt a kérésével.',
'whoops' => 'Hoppá!',
'weHitASnag' => 'Úgy tűnik, valami probléma adódott. Kérjük, próbálkozzon újra később...',
];
2 changes: 2 additions & 0 deletions Language/hu/Fabricator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Files.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Filters.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Format.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
5 changes: 5 additions & 0 deletions Language/hu/HTTP.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand All @@ -19,6 +21,8 @@

// IncomingRequest
'invalidNegotiationType' => '{0} nem megfelelő kapcsolattípus. A következők egyike kell legyen: media, charset, encoding, language.',
'invalidJSON' => 'A JSON karakterlánc elemzése sikertelen. Hiba: {0}',
'unsupportedJSONFormat' => 'A megadott JSON formátum nem támogatott.',

// Message
'invalidHTTPProtocol' => 'Érvénytelen HTTP protokoll verzió. A következők egyike kell legyen: {0}',
Expand Down Expand Up @@ -52,6 +56,7 @@
'emptyController' => 'Nincs Vezérlő (Controller) meghatározva.',
'controllerNotFound' => 'A következő Vezérlő (Controller) vagy metódusa nem található: {0}::{1}',
'methodNotFound' => 'A következő Vezérlő (Controller) metódus nem található: {0}',
'localeNotSupported' => 'A helyi beállítások nem támogatottak: {0}',

// CSRF
// @deprecated use `Security.disallowedAction`
Expand Down
19 changes: 19 additions & 0 deletions Language/hu/Honeypot.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Honeypot language settings
return [
'noTemplate' => 'A Honeypot HTML-sablonja nincs konfigurálva.',
'noNameField' => 'A Honeypot mező neve nincs beállítva.',
'theClientIsABot' => 'A Honeypot kliens lehet egy bot.',
];
2 changes: 2 additions & 0 deletions Language/hu/Images.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
18 changes: 18 additions & 0 deletions Language/hu/Language.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// "Language" language settings
return [
// @deprecated v4.6.3 - never used
'invalidMessageFormat' => 'Érvénytelen üzenetformátum: "{0}", args: "{1}"',
];
2 changes: 2 additions & 0 deletions Language/hu/Log.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Migrations.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Number.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Pager.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
9 changes: 6 additions & 3 deletions Language/hu/Publisher.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand All @@ -16,7 +18,8 @@
'fileNotAllowed' => 'A(z) {0} nem teljesíti a következő korlátozást a(z) {1} számára: {2}',

// Publish Command
'publishMissing' => 'Nem találhatók Publisher osztályok a(z) {0} domain egyik bejegyzésében sem.',
'publishSuccess' => '{0} megosztott {1} fájlt itt: {2}.',
'publishFailure' => 'A(z) {0} megosztása nem sikerült a(z) {1} számára!',
'publishMissing' => 'Nem találhatók Publisher osztályok a(z) {0} domain egyik bejegyzésében sem.',
'publishMissingNamespace' => 'Nincs Publisher osztály észlelve a {0} -ban a {1} névtérben.',
'publishSuccess' => '{0} megosztott {1} fájlt itt: {2}.',
'publishFailure' => 'A(z) {0} megosztása nem sikerült a(z) {1} számára!',
];
2 changes: 2 additions & 0 deletions Language/hu/RESTful.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Router.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
3 changes: 3 additions & 0 deletions Language/hu/Security.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand All @@ -12,6 +14,7 @@
// Security language settings
return [
'disallowedAction' => 'A kért művelet nem hajtható végre.',
'insecureCookie' => 'Megpróbált biztonságos cookie-t küldeni nem biztonságos kapcsolaton keresztül.',

// @deprecated
'invalidSameSite' => 'Munkamenet: A SameSite beállításnak None, Lax, Strict vagy üres karakterláncnak kellene lennie. Megadva: {0}',
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Session.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
2 changes: 2 additions & 0 deletions Language/hu/Time.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down
5 changes: 5 additions & 0 deletions Language/hu/Validation.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down Expand Up @@ -29,6 +31,7 @@
'differs' => 'A(z) {field} mezőnek különböznie kell a(z) {param} mezőtől.',
'equals' => 'A(z) {field} mező értékének pontosan ennyinek kell lennie: {param}.',
'exact_length' => 'A(z) {field} mezőnek pontosan {param} karakter hosszúságúnak kelllennie.',
'field_exists' => 'A {field} mezőnek léteznie kell.',
'greater_than' => 'A(z) {field} mező értékének nagyobbnak kell lennie, mint {param}.',
'greater_than_equal_to' => 'A(z) {field} mező értékének nagyobbnak vagy egyenlőnek kell lennie, mint {param}.',
'hex' => 'A(z) {field} mező csak hexadecimális karaktereket tartalmazhat.',
Expand Down Expand Up @@ -59,6 +62,7 @@
'valid_url' => 'A(z) {field} mezőnek érvényes URL címet kell tartalmaznia.',
'valid_url_strict' => 'A(z) {field} mezőnek érvényes URL címet kell tartalmaznia.',
'valid_date' => 'A(z) {field} mezőnek érvényes dátumot kell tartalmaznia.',
'valid_json' => 'A {field} mezőnek érvényes json-t kell tartalmaznia.',

// Credit Cards
'valid_cc_num' => '{field} nem tűnik érvényes hitelkártya számnak.',
Expand All @@ -70,4 +74,5 @@
'mime_in' => '{field} nem tartalmaz érvényes MIME típust.',
'ext_in' => '{field} nem tartalmaz érvényes kiterjesztést.',
'max_dims' => '{field} vagy nem kép vagy túl széles vagy magas.',
'min_dims' => 'A {field} vagy nem kép, vagy nem elég széles vagy magas.',
];
2 changes: 2 additions & 0 deletions Language/hu/View.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
Expand Down