Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
4cd9e649
Commit
4cd9e649
authored
Jun 20, 2018
by
Pörös Dávid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hungarian translation for base laravel
parent
6c610d83
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
179 additions
and
0 deletions
+179
-0
auth.php
resources/lang/hu/auth.php
+19
-0
pagination.php
resources/lang/hu/pagination.php
+19
-0
passwords.php
resources/lang/hu/passwords.php
+22
-0
validation.php
resources/lang/hu/validation.php
+119
-0
No files found.
resources/lang/hu/auth.php
0 → 100644
View file @
4cd9e649
<?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.'
,
];
resources/lang/hu/pagination.php
0 → 100644
View file @
4cd9e649
<?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ő »'
,
];
resources/lang/hu/passwords.php
0 → 100644
View file @
4cd9e649
<?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.'
,
];
resources/lang/hu/validation.php
0 → 100644
View file @
4cd9e649
<?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'
=>
[
//
],
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment