updated translations

This commit is contained in:
denisdulici
2020-02-18 17:13:54 +03:00
parent 147c7327a0
commit c76986f0fe
79 changed files with 1318 additions and 724 deletions

View File

@ -33,19 +33,20 @@ return [
'confirmed' => ':attribute potvrda se ne podudara.',
'date' => ':attribute nije važeći datum.',
'date_format' => ':attribute ne odgovara formatu :format.',
'different' => ':attribute i :other moraju biti različiti.',
'different' => 'Polja :attribute i :other moraju biti različita.',
'digits' => ':attribute mora sadržavati :digits znamenki.',
'digits_between' => ':attribute mora biti između :min i :max znamenki.',
'dimensions' => ':attribute ima nevažeće dimenzije slike.',
'distinct' => 'Polje :attribute ima dvostruku vrijednost.',
'email' => ':attribute mora biti važeća e-mail adresa.',
'email' => 'Polje :attribute mora biti ispravna e-mail adresa.',
'ends_with' => ':atribut mora završiti jednim od sljedećeg:: vrijednosti',
'exists' => 'Odabrano :attribute nije važeće.',
'file' => ':attribute mora biti datoteka.',
'filled' => 'Polje :attribute mora imati vrijednost.',
'image' => ':attribute mora biti slika.',
'file' => 'Polje :attribute mora biti datoteka.',
'filled' => 'Polje :attribute je obavezno.',
'image' => 'Polje :attribute mora biti slika.',
'in' => 'Odabrano :attribute nije valjano.',
'in_array' => 'Polje :attribute ne postoji u :other.',
'integer' => ':attribute mora biti cijeli broj.',
'integer' => 'Polje :attribute mora biti broj.',
'ip' => ':attribute mora biti važeća IP adresa.',
'json' => ':attribute mora biti valjani JSON niz.',
'max' => [
@ -65,7 +66,7 @@ return [
'not_in' => 'Odabrano :attribute nije valjano.',
'numeric' => ':attribute mora biti broj.',
'present' => 'Polje :attribute mora biti prisutno.',
'regex' => ':attribute format nije valjan.',
'regex' => 'Polje :attribute se ne podudara s formatom.',
'required' => 'Polje :attribute je obavezno.',
'required_if' => 'Polje :attribute je obavezno kada je :other :value.',
'required_unless' => 'Polje :attribute je obavezno osim ako je :other u :values.',
@ -77,14 +78,14 @@ return [
'size' => [
'numeric' => ':attribute mora biti :size.',
'file' => ':attribute mora biti :size kilobajta.',
'string' => ':attribute mora biti :size znakova.',
'string' => 'Polje :attribute mora biti :size znakova.',
'array' => ':attribute mora sadržavati :size stavki.',
],
'string' => ':attribute mora biti niz.',
'string' => 'Polje :attribute mora biti string.',
'timezone' => ':attribute mora biti važeća vremenska zona.',
'unique' => ':attribute već postoji.',
'uploaded' => ':attribute nije uspješno učitan.',
'url' => ':attribute nije ispravnog formata.',
'unique' => 'Polje :attribute već postoji.',
'uploaded' => 'Polje :attribute nije uspešno učitano.',
'url' => 'Polje :attribute nije ispravnog formata.',
/*
|--------------------------------------------------------------------------
@ -101,8 +102,8 @@ return [
'attribute-name' => [
'rule-name' => 'prilagođena-poruka',
],
'invalid_currency' => 'The :attribute code is invalid.',
'invalid_amount' => 'The amount :attribute is invalid.',
'invalid_currency' => ': Atributni kod nije valjan.',
'invalid_amount' => 'Iznos: atribut nije važeći.',
],
/*