-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add hungarian translation for base laravel
- Loading branch information
1 parent
6c610d8
commit 4cd9e64
Showing
4 changed files
with
179 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Authentication Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used during authentication for various | ||
| messages that we need to display to the user. You are free to modify | ||
| these language lines according to your application's requirements. | ||
| | ||
*/ | ||
|
||
'failed' => 'Nem megfelő e-mail cím vagy jelszó.', | ||
'throttle' => 'Túl sok próbálkozás. Kérjük próbálja újra :seconds másodperc múlva.', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Pagination Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the paginator library to build | ||
| the simple pagination links. You are free to change them to anything | ||
| you want to customize your views to better match your application. | ||
| | ||
*/ | ||
|
||
'previous' => '« Előző', | ||
'next' => 'Következő »', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Password Reminder Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are the default lines which match reasons | ||
| that are given by the password broker for a password update attempt | ||
| has failed, such as for an invalid token or invalid new password. | ||
| | ||
*/ | ||
|
||
'password' => 'A jelszónak legalább hat karakterből kell állnia és egyeznie kell a jelszó megerősítéssel.', | ||
'reset' => 'Az új jelszó beállítva!', | ||
'sent' => 'Jelszó-emlékeztető elküldve!', | ||
'token' => 'Ez az új jelszó generálásához tartozó token érvénytelen.', | ||
'user' => 'Nem található felhasználó a megadott email címmel.', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Validation Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines contain the default error messages used by | ||
| the validator class. Some of these rules have multiple versions such | ||
| such as the size rules. Feel free to tweak each of these messages. | ||
| | ||
*/ | ||
|
||
'accepted' => 'A(z) :attribute el kell legyen fogadva!', | ||
'active_url' => 'A(z) :attribute nem érvényes url!', | ||
'after' => 'A(z) :attribute legalább :date utáni dátum kell, hogy legyen!', | ||
'alpha' => 'A(z) :attribute kizárólag betűket tartalmazhat!', | ||
'alpha_dash' => 'A(z) :attribute kizárólag betűket, számokat és kötőjeleket tartalmazhat!', | ||
'alpha_num' => 'A(z) :attribute kizárólag betűket és számokat tartalmazhat!', | ||
'array' => 'A(z) :attribute egy tömb kell, hogy legyen!', | ||
'before' => 'A(z) :attribute legalább :date előtti dátum kell, hogy legyen!', | ||
'between' => [ | ||
'numeric' => 'A(z) :attribute :min és :max közötti szám kell, hogy legyen!', | ||
'file' => 'A(z) :attribute mérete :min és :max kilobájt között kell, hogy legyen!', | ||
'string' => 'A(z) :attribute hossza :min és :max karakter között kell, hogy legyen!', | ||
'array' => 'A(z) :attribute :min - :max közötti elemet kell, hogy tartalmazzon!', | ||
], | ||
'boolean' => 'A(z) :attribute mező csak true vagy false értéket kaphat!', | ||
'confirmed' => 'A(z) :attribute nem egyezik a megerősítéssel.', | ||
'date' => 'A(z) :attribute nem érvényes dátum.', | ||
'date_format' => 'A(z) :attribute nem egyezik az alábbi dátum formátummal :format!', | ||
'different' => 'A(z) :attribute és :other értékei különbözőek kell, hogy legyenek!', | ||
'digits' => 'A(z) :attribute :digits számjegyű kell, hogy legyen!', | ||
'digits_between' => 'A(z) :attribute értéke :min és :max közötti számjegy lehet!', | ||
'dimensions' => 'A(z) :attribute felbontása nem megfelelő.', | ||
'distinct' => 'A(z) :attribute értékének egyedinek kell lennie!', | ||
'email' => 'A(z) :attribute nem érvényes email formátum.', | ||
'exists' => 'A(z) :attribute már létezik.', | ||
'file' => 'A(z) :attribute fájl kell, hogy legyen!', | ||
'filled' => 'A(z) :attribute megadása kötelező!', | ||
'image' => 'A(z) :attribute képfájl kell, hogy legyen!', | ||
'in' => 'A kiválasztott :attribute érvénytelen.', | ||
'in_array' => 'A(z) :attribute értéke nem található a(z) :other értékek között.', | ||
'integer' => 'A(z) :attribute értéke szám kell, hogy legyen!', | ||
'ip' => 'A(z) :attribute érvényes IP cím kell, hogy legyen!', | ||
'json' => 'A(z) :attribute érvényes JSON szöveg kell, hogy legyen!', | ||
'max' => [ | ||
'numeric' => 'A(z) :attribute értéke nem lehet nagyobb, mint :max!', | ||
'file' => 'A(z) :attribute mérete nem lehet több, mint :max kilobájt.', | ||
'string' => 'A(z) :attribute hossza nem lehet több, mint :max karakter.', | ||
'array' => 'A(z) :attribute legfeljebb :max elemet kell, hogy tartalmazzon.', | ||
], | ||
'mimes' => 'A(z) :attribute kizárólag az alábbi fájlformátumok egyike lehet: :values.', | ||
'mimetypes' => 'A(z) :attribute kizárólag az alábbi fájlformátumok egyike lehet: :values.', | ||
'min' => [ | ||
'numeric' => 'A(z) :attribute értéke nem lehet kisebb, mint :min!', | ||
'file' => 'A(z) :attribute mérete nem lehet kevesebb, mint :min kilobájt.', | ||
'string' => 'A(z) :attribute hossza nem lehet kevesebb, mint :min karakter.', | ||
'array' => 'A(z) :attribute legalább :min elemet kell, hogy tartalmazzon.', | ||
], | ||
'not_in' => 'A(z) :attribute értéke érvénytelen.', | ||
'numeric' => 'A(z) :attribute szám kell, hogy legyen!', | ||
'present' => 'A(z) :attribute mező nem található!', | ||
'regex' => 'A(z) :attribute formátuma érvénytelen.', | ||
'required' => 'A(z) :attribute megadása kötelező!', | ||
'required_if' => 'A(z) :attribute megadása kötelező, ha a(z) :other értéke :value!', | ||
'required_unless' => 'A(z) :attribute megadása kötelező, ha a(z) :other értéke nem :values!', | ||
'required_with' => 'A(z) :attribute megadása kötelező, ha a(z) :values érték létezik.', | ||
'required_with_all' => 'A(z) :attribute megadása kötelező, ha a(z) :values értékek léteznek.', | ||
'required_without' => 'A(z) :attribute megadása kötelező, ha a(z) :values érték nem létezik.', | ||
'required_without_all' => 'A(z) :attribute megadása kötelező, ha egyik :values érték sem létezik.', | ||
'same' => 'A(z) :attribute és :other mezőknek egyezniük kell!', | ||
'size' => [ | ||
'numeric' => 'A(z) :attribute értéke :size kell, hogy legyen!', | ||
'file' => 'A(z) :attribute mérete :size kilobájt kell, hogy legyen!', | ||
'string' => 'A(z) :attribute hossza :size karakter kell, hogy legyen!', | ||
'array' => 'A(z) :attribute :size elemet kell tartalmazzon!', | ||
], | ||
'string' => 'A(z) :attribute szövegnek kell legyen.', | ||
'timezone' => 'A(z) :attribute nem létező időzona.', | ||
'unique' => 'A(z) :attribute már foglalt.', | ||
'uploaded' => 'A(z) :attribute feltöltése sikertelen.', | ||
'url' => 'A(z) :attribute érvénytelen link.', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Custom Validation Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Here you may specify custom validation messages for attributes using the | ||
| convention "attribute.rule" to name the lines. This makes it quick to | ||
| specify a specific custom language line for a given attribute rule. | ||
| | ||
*/ | ||
|
||
'custom' => [ | ||
'attribute-name' => [ | ||
'rule-name' => 'custom-message', | ||
], | ||
], | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Custom Validation Attributes | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used to swap attribute place-holders | ||
| with something more reader friendly such as E-Mail Address instead | ||
| of "email". This simply helps us make messages a little cleaner. | ||
| | ||
*/ | ||
|
||
'attributes' => [ | ||
// | ||
], | ||
|
||
]; |