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

Skip to content

Commit e336b61

Browse files
committed
Merge pull request Laravel-Lang#198 from mrakodol/patch-5
(bs) Update validation.php
2 parents 11cc24d + 73264ac commit e336b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bs/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"date_format" => "Polje :attribute nema odgovarajući format :format.",
3131
"different" => "Polja :attribute i :other moraju biti različita.",
3232
"digits" => "Polje :attribute mora da sadži :digits brojeve.",
33-
"digits_between" => "POlje :attribute mora biti između :min i :max broja.",
33+
"digits_between" => "Polje :attribute mora biti između :min i :max broja.",
3434
"email" => "Format polja :attribute nije validan.",
3535
"exists" => "Odabrano polje :attribute nije validno.",
3636
"image" => "Polje :attribute mora biti slika.",
@@ -58,7 +58,7 @@
5858
"required_with" => "Polje :attribute je obavezno kada je :values prikazana.",
5959
"required_with_all" => "The :attribute field is required when :values is present.",
6060
"required_without" => "Polje :attribute je obavezno kada :values nije prikazano.",
61-
"required_without_all" => "The :attribute field is required when none of :values are present.",
61+
"required_without_all" => "Polje :attribute je obavezno kada nijedno :values nije prikazano.",
6262
"same" => "Polja :attribute i :other se moraju poklapati.",
6363
"size" => array(
6464
"numeric" => "Polje :attribute mora biti :size.",

0 commit comments

Comments
 (0)