Skip to content

Commit 840b7b1

Browse files
committed
feature: new status with "me" validation
1 parent 30281a7 commit 840b7b1

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

me/validation.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
|
1414
*/
1515

16-
'accepted' => 'Polje :attribute mora biti prihvaćeno.',
17-
'active_url' => 'Polje :attribute nije validan URL.',
18-
'after' => 'Polje :attribute mora biti datum poslije :date.',
19-
'alpha' => 'Polje :attribute može sadržati samo slova.',
20-
'alpha_dash' => 'Polje :attribute može sadržati samo slova, brojeve i crtice.',
21-
'alpha_num' => 'Polje :attribute može sadržati samo slova i brojeve.',
22-
'array' => 'Polje :attribute mora sadržati određen broj stavki.',
23-
'before' => 'Polje :attribute mora biti datum prije :date.',
24-
'between' => [
16+
'accepted' => 'Polje :attribute mora biti prihvaćeno.',
17+
'active_url' => 'Polje :attribute nije validan URL.',
18+
'after' => 'Polje :attribute mora biti datum poslije :date.',
19+
'alpha' => 'Polje :attribute može sadržati samo slova.',
20+
'alpha_dash' => 'Polje :attribute može sadržati samo slova, brojeve i crtice.',
21+
'alpha_num' => 'Polje :attribute može sadržati samo slova i brojeve.',
22+
'array' => 'Polje :attribute mora sadržati određen broj stavki.',
23+
'before' => 'Polje :attribute mora biti datum prije :date.',
24+
'between' => [
2525
'numeric' => 'Polje :attribute mora biti između :min - :max.',
2626
'file' => 'Fajl :attribute mora biti između :min - :max kilobajta.',
2727
'string' => 'Polje :attribute mora sadržati između :min - :max karaktera.',
@@ -50,8 +50,8 @@
5050
'string' => 'Polje :attribute mora sadržati manje od :max karaktera.',
5151
'array' => 'Polje :attribute ne smije da image više od :max stavki.',
5252
],
53-
'mimes' => 'Polje :attribute mora biti fajl tipa: :values.',
54-
'min' => [
53+
'mimes' => 'Polje :attribute mora biti fajl tipa: :values.',
54+
'min' => [
5555
'numeric' => 'Polje :attribute mora biti najmanje :min.',
5656
'file' => 'Fajl :attribute mora biti najmanje :min kilobajta.',
5757
'string' => 'Polje :attribute mora sadržati najmanje :min karaktera.',
@@ -75,10 +75,10 @@
7575
'string' => 'Polje :attribute mora biti :size karaktera.',
7676
'array' => 'Polje :attribute mora sadržati :size stavki.',
7777
],
78-
'string' => 'Polje :attribute mora biti string.',
79-
'timezone' => 'The :attribute must be a valid zone.',
80-
'unique' => 'Vrijednost za polje :attribute već postoji.',
81-
'url' => 'Format polja :attribute ne važi.',
78+
'string' => 'Polje :attribute mora biti string.',
79+
'timezone' => 'The :attribute must be a valid zone.',
80+
'unique' => 'Vrijednost za polje :attribute već postoji.',
81+
'url' => 'Format polja :attribute ne važi.',
8282

8383
/*
8484
|--------------------------------------------------------------------------

todo.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,6 @@
176176
* lt:
177177

178178
* me:
179-
* auth : failed : not translated
180-
* auth : throttle : not translated
181-
* validation : distinct : not translated
182-
* validation : in_array : not translated
183-
* validation : json : not translated
184-
* validation : present : not translated
185-
* validation : required_unless : not translated
186-
* validation : string : not translated
187179
* validation : timezone : not translated
188180

189181
* mk:

0 commit comments

Comments
 (0)