Init
This commit is contained in:
217
lang/sr_Latn/validation.php
Normal file
217
lang/sr_Latn/validation.php
Normal file
@@ -0,0 +1,217 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'accepted' => 'Polje :attribute mora biti prihvaćeno.',
|
||||
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
|
||||
'active_url' => 'Polje :attribute nije validan URL.',
|
||||
'after' => 'Polje :attribute mora biti datum posle :date.',
|
||||
'after_or_equal' => 'Polje :attribute mora da bude :date ili kasniji datum.',
|
||||
'alpha' => 'Polje :attribute može sadržati samo slova.',
|
||||
'alpha_dash' => 'Polje :attribute može sadržati samo slova, brojeve i povlake.',
|
||||
'alpha_num' => 'Polje :attribute može sadržati samo slova i brojeve.',
|
||||
'array' => 'Polje :attribute mora sadržati nekih niz stavki.',
|
||||
'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
|
||||
'before' => 'Polje :attribute mora biti datum pre :date.',
|
||||
'before_or_equal' => ':Attribute mora da bude :date ili raniji datum.',
|
||||
'between' => [
|
||||
'array' => 'Polje :attribute mora biti između :min - :max stavki.',
|
||||
'file' => 'Fajl :attribute mora biti između :min - :max kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora biti između :min - :max.',
|
||||
'string' => 'Polje :attribute mora biti između :min - :max karaktera.',
|
||||
],
|
||||
'boolean' => 'Polje :attribute mora biti tačno ili netačno',
|
||||
'can' => 'The :attribute field contains an unauthorized value.',
|
||||
'confirmed' => 'Potvrda polja :attribute se ne poklapa.',
|
||||
'current_password' => 'The password is incorrect.',
|
||||
'date' => 'Polje :attribute nije važeći datum.',
|
||||
'date_equals' => 'Polje :attribute mora da bude datum: :date.',
|
||||
'date_format' => 'Polje :attribute ne odgovora prema formatu :format.',
|
||||
'decimal' => 'The :attribute must have :decimal decimal places.',
|
||||
'declined' => 'The :attribute must be declined.',
|
||||
'declined_if' => 'The :attribute must be declined when :other is :value.',
|
||||
'different' => 'Polja :attribute i :other moraju biti različita.',
|
||||
'digits' => 'Polje :attribute mora sadržati :digits šifri.',
|
||||
'digits_between' => 'Polje :attribute mora biti izemđu :min i :max šifri.',
|
||||
'dimensions' => 'Polje :attribute ime nedozvoljene dimenzije slike.',
|
||||
'distinct' => 'Polje :attribute ima dupliranu vrednost.',
|
||||
'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
|
||||
'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
|
||||
'email' => 'Format polja :attribute nije validan.',
|
||||
'ends_with' => 'Polje :attribute mora da se završi sa nečim od sledećeg: :values.',
|
||||
'enum' => 'The selected :attribute is invalid.',
|
||||
'exists' => 'Odabrano polje :attribute nije validno.',
|
||||
'file' => ':Attribute mora da bude datoteka.',
|
||||
'filled' => 'Polje :attribute je obavezno.',
|
||||
'gt' => [
|
||||
'array' => 'Polje :attribute mora da sadrži više od :value stavke.',
|
||||
'file' => 'Polje :attribute mora da bude veći od :value kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora da bude veći od :value.',
|
||||
'string' => 'Polje :attribute mora da sadrži više od :value znakova.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => 'Polje :attribute mora da sadrži :value stavki ili više.',
|
||||
'file' => 'Polje :attribute mora da ima :value ili više kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora da bude :value ili veći.',
|
||||
'string' => 'Polje :attribute mora da sadrži :value ili više znakova.',
|
||||
],
|
||||
'image' => 'Polje :attribute mora biti slika.',
|
||||
'in' => 'Polje Odabrano polje :attribute nije validno.',
|
||||
'in_array' => 'Polje :attribute ne postoji u :other.',
|
||||
'integer' => 'Polje :attribute mora biti broj.',
|
||||
'ip' => 'Polje :attribute mora biti validna IP adresa.',
|
||||
'ipv4' => 'Polje :attribute mora da bude važeća IPv4 adresa.',
|
||||
'ipv6' => 'Polje :attribute mora da bude važeća IPv6 adresa.',
|
||||
'json' => 'Polje :attribute mora da bude važeća JSON niska.',
|
||||
'lowercase' => 'The :attribute must be lowercase.',
|
||||
'lt' => [
|
||||
'array' => 'Polje :attribute mora da sadrži manje od :value stavki.',
|
||||
'file' => 'Polje :attribute mora da bude manji od :value kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora da bude manji od :value.',
|
||||
'string' => 'Polje :attribute mora da sadrži manje od :value znakova.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => 'Polje :attribute ne sme da sadrži više od :value stavki.',
|
||||
'file' => 'Polje :attribute mora da bude manji od :value kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora da bude :value ili manji.',
|
||||
'string' => 'Polje :attribute mora da sadrži :value ili manje znakova.',
|
||||
],
|
||||
'mac_address' => 'The :attribute must be a valid MAC address.',
|
||||
'max' => [
|
||||
'array' => 'Polje :attribute ne smije da image više od :max stavki.',
|
||||
'file' => 'Polje :attribute mora biti manje od :max kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora biti manje od :max.',
|
||||
'string' => 'Polje :attribute mora sadržati manje od :max karaktera.',
|
||||
],
|
||||
'max_digits' => 'The :attribute must not have more than :max digits.',
|
||||
'mimes' => 'Polje :attribute mora biti fajl tipa: :values.',
|
||||
'mimetypes' => 'Polje :attribute mora biti fajl tipa: :values.',
|
||||
'min' => [
|
||||
'array' => 'Polje :attribute mora sadrzati najmanje :min stavku.',
|
||||
'file' => 'Fajl :attribute mora biti najmanje :min kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora biti najmanje :min.',
|
||||
'string' => 'Polje :attribute mora sadržati najmanje :min karaktera.',
|
||||
],
|
||||
'min_digits' => 'The :attribute must have at least :min digits.',
|
||||
'missing' => 'The :attribute field must be missing.',
|
||||
'missing_if' => 'The :attribute field must be missing when :other is :value.',
|
||||
'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
|
||||
'missing_with' => 'The :attribute field must be missing when :values is present.',
|
||||
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
|
||||
'multiple_of' => 'Број :attribute треба да буде вишеструки од :value',
|
||||
'not_in' => 'Odabrani element polja :attribute nije validan.',
|
||||
'not_regex' => 'Format :attribute je nevažeći.',
|
||||
'numeric' => 'Polje :attribute mora biti broj.',
|
||||
'password' => [
|
||||
'letters' => 'The :attribute must contain at least one letter.',
|
||||
'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
|
||||
'numbers' => 'The :attribute must contain at least one number.',
|
||||
'symbols' => 'The :attribute must contain at least one symbol.',
|
||||
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
|
||||
],
|
||||
'present' => 'Polje :attribute mora da bude prisutno.',
|
||||
'prohibited' => 'Поље :attribute је забрањено.',
|
||||
'prohibited_if' => 'Поље :attribute је забрањено када је :other :value.',
|
||||
'prohibited_unless' => 'Поље :attribute је забрањено, осим ако :other није у :values.',
|
||||
'prohibits' => 'The :attribute field prohibits :other from being present.',
|
||||
'regex' => 'Format polja :attribute nije validan.',
|
||||
'required' => 'Polje :attribute je obavezno.',
|
||||
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
|
||||
'required_if' => 'Polje :attribute je potrebno kada polje :other sadrži :value.',
|
||||
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
|
||||
'required_unless' => 'Polje :attribute je obavezno, osim ako je :other u :values.',
|
||||
'required_with' => 'Polje :attribute je potrebno kada polje :values je prisutan.',
|
||||
'required_with_all' => 'Polje :attribute je obavezno kada je :values prikazano.',
|
||||
'required_without' => 'Polje :attribute je potrebno kada polje :values nije prisutan.',
|
||||
'required_without_all' => 'Polje :attribute je potrebno kada nijedan od sledeći polja :values nisu prisutni.',
|
||||
'same' => 'Polja :attribute i :other se moraju poklapati.',
|
||||
'size' => [
|
||||
'array' => 'Polje :attribute mora sadržati :size stavki.',
|
||||
'file' => 'Fajl :attribute mora biti :size kilobajta.',
|
||||
'numeric' => 'Polje :attribute mora biti :size.',
|
||||
'string' => 'Polje :attribute mora biti :size karaktera.',
|
||||
],
|
||||
'starts_with' => 'Polje :attribute mora da počne sa: :values',
|
||||
'string' => 'Polje :attribute mora sadržati slova.',
|
||||
'timezone' => 'Polje :attribute mora biti ispravna vremenska zona.',
|
||||
'ulid' => 'The :attribute must be a valid ULID.',
|
||||
'unique' => 'Polje :attribute već postoji.',
|
||||
'uploaded' => ':Attribute nije otpremljen.',
|
||||
'uppercase' => 'The :attribute must be uppercase.',
|
||||
'url' => 'Format polja :attribute ne važi.',
|
||||
'uuid' => ':Attribute mora da bude važeći UUID.',
|
||||
'attributes' => [
|
||||
'address' => 'adresa',
|
||||
'age' => 'godine',
|
||||
'amount' => 'suma',
|
||||
'area' => 'površina',
|
||||
'available' => 'dostupno',
|
||||
'birthday' => 'rođendan',
|
||||
'body' => 'telo poruke',
|
||||
'city' => 'grad',
|
||||
'content' => 'sadržaj',
|
||||
'country' => 'država',
|
||||
'created_at' => 'kreirano',
|
||||
'creator' => 'autor',
|
||||
'current_password' => 'trenutna lozinka',
|
||||
'date' => 'datum',
|
||||
'date_of_birth' => 'datum rođenja',
|
||||
'day' => 'dan',
|
||||
'deleted_at' => 'obrisano',
|
||||
'description' => 'opis',
|
||||
'district' => 'okrug',
|
||||
'duration' => 'trajanje',
|
||||
'email' => 'email',
|
||||
'excerpt' => 'izvod',
|
||||
'filter' => 'filter',
|
||||
'first_name' => 'ime',
|
||||
'gender' => 'pol',
|
||||
'group' => 'grupa',
|
||||
'hour' => 'sat',
|
||||
'image' => 'slika',
|
||||
'last_name' => 'prezime',
|
||||
'lesson' => 'čas',
|
||||
'line_address_1' => 'adresa',
|
||||
'line_address_2' => 'dodatak adresi',
|
||||
'message' => 'poruka',
|
||||
'middle_name' => 'srednje ime',
|
||||
'minute' => 'minut',
|
||||
'mobile' => 'mobilni',
|
||||
'month' => 'mesec',
|
||||
'name' => 'ime',
|
||||
'national_code' => 'Nacionalni kod',
|
||||
'number' => 'number',
|
||||
'password' => 'lozinka',
|
||||
'password_confirmation' => 'provjera lozinke',
|
||||
'phone' => 'telefon',
|
||||
'photo' => 'fotografija',
|
||||
'postal_code' => 'poštanski broj',
|
||||
'price' => 'cijena',
|
||||
'province' => 'pokrajina',
|
||||
'recaptcha_response_field' => 'recaptcha polje',
|
||||
'remember' => 'zapamti me',
|
||||
'restored_at' => 'obnovljeno',
|
||||
'result_text_under_image' => 'rezultat teksta ispod slike',
|
||||
'role' => 'uloga',
|
||||
'second' => 'sekunda',
|
||||
'sex' => 'pol',
|
||||
'short_text' => 'kratak tekst',
|
||||
'size' => 'veličina',
|
||||
'state' => 'država',
|
||||
'street' => 'ulica',
|
||||
'student' => 'student',
|
||||
'subject' => 'naslov',
|
||||
'teacher' => 'učitelj',
|
||||
'terms' => 'uslovi',
|
||||
'test_description' => 'testni opis',
|
||||
'test_locale' => 'testni jezik',
|
||||
'test_name' => 'testno ime',
|
||||
'text' => 'tekst',
|
||||
'time' => 'vreme',
|
||||
'title' => 'naslov',
|
||||
'updated_at' => 'ažurirano',
|
||||
'username' => 'korisničko ime',
|
||||
'year' => 'godina',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user