Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c63f8b2

Browse files
committed
Merge pull request Laravel-Lang#466 from mige/master
Update czech translation.
2 parents 8f13a71 + 89f6806 commit c63f8b2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

cs/auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
| these language lines according to your application's requirements.
1212
|
1313
*/
14-
'failed' => 'These credentials do not match our records.',
15-
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
14+
'failed' => 'Tyto přihlašovací údajě neodpovídají žadnému záznamu.',
15+
'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds vteřin.',
1616
];

cs/passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
'sent' => 'Upomínka ke změně hesla byla odeslána!',
2323

24-
'reset' => 'Password has been reset!',
24+
'reset' => 'Heslo bylo obnoveno!',
2525

2626
];

cs/validation.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'string' => ':attribute musí být delší než :min a kratší než :max znaků.',
2828
'array' => ':attribute musí obsahovat nejméně :min a nesmí obsahovat více než :max prvků.',
2929
],
30-
'boolean' => 'The :attribute field must be true or false',
30+
'boolean' => ':attribute musí být true nebo false',
3131
'confirmed' => ':attribute nebylo odsouhlaseno.',
3232
'date' => ':attribute musí být platné datum.',
3333
'date_format' => ':attribute není platný formát data podle :format.',
@@ -41,7 +41,7 @@
4141
'in' => 'Zvolená hodnota pro :attribute není platná.',
4242
'integer' => ':attribute musí být celé číslo.',
4343
'ip' => ':attribute musí být platnou IP adresou.',
44-
'json' => 'The :attribute must be a valid JSON string.',
44+
'json' => ':attribute musí být platný JSON řetězec.',
4545
'max' => [
4646
'numeric' => ':attribute musí být nižší než :max.',
4747
'file' => ':attribute musí být menší než :max Kilobytů.',
@@ -61,19 +61,19 @@
6161
'required' => ':attribute musí být vyplněno.',
6262
'required_if' => ':attribute musí být vyplněno pokud :other je :value.',
6363
'required_unless' => 'The :attribute field is required unless :other is in :values.',
64-
'required_with' => ':attribute musí být vyplněno pokud :values je zvoleno.',
65-
'required_with_all' => 'The :attribute field is required when :values is present.',
64+
'required_with' => ':attribute musí být vyplněno pokud :values je vyplněno.',
65+
'required_with_all' => ':attribute musí být vyplněno pokud :values je zvoleno.',
6666
'required_without' => ':attribute musí být vyplněno pokud :values není vyplněno.',
67-
'required_without_all' => 'The :attribute field is required when none of :values are present.',
67+
'required_without_all' => ':attribute musí být vyplněno pokud není žádné z :values zvoleno.',
6868
'same' => ':attribute a :other se musí shodovat.',
6969
'size' => [
7070
'numeric' => ':attribute musí být přesně :size.',
7171
'file' => ':attribute musí mít přesně :size Kilobytů.',
7272
'string' => ':attribute musí být přesně :size znaků dlouhý.',
7373
'array' => ':attribute musí obsahovat právě :size prvků.',
7474
],
75-
'string' => 'The :attribute must be a string.',
76-
'timezone' => 'The :attribute must be a valid zone.',
75+
'string' => ':attribute musí být řetězec znaků.',
76+
'timezone' => ':attribute musí být platná časová zóna.',
7777
'unique' => ':attribute musí být unikátní.',
7878
'url' => 'Formát :attribute je neplatný.',
7979

0 commit comments

Comments
 (0)