Files
einundzwanzig-portal/lang/sl/validation.php
2022-12-12 19:17:09 +01:00

211 lines
12 KiB
PHP

<?php
declare(strict_types=1);
return [
'accepted' => ':Attribute mora biti sprejet.',
'accepted_if' => 'Polje mora biti sprejeto, če je :other :value.',
'active_url' => ':Attribute ni pravilen.',
'after' => ':Attribute mora biti za datumom :date.',
'after_or_equal' => ':Attribute mora biti za ali enak :date.',
'alpha' => ':Attribute lahko vsebuje samo črke.',
'alpha_dash' => ':Attribute lahko vsebuje samo črke, številke in črtice.',
'alpha_num' => ':Attribute lahko vsebuje samo črke in številke.',
'array' => ':Attribute mora biti polje.',
'attached' => 'Ta :attribute je že priložena.',
'before' => ':Attribute mora biti pred datumom :date.',
'before_or_equal' => ':Attribute mora biti pred ali enak :date.',
'between' => [
'array' => ':Attribute mora imeti med :min in :max elementov.',
'file' => ':Attribute mora biti med :min in :max kilobajti.',
'numeric' => ':Attribute mora biti med :min in :max.',
'string' => ':Attribute mora biti med :min in :max znaki.',
],
'boolean' => ':Attribute polje mora biti 1 ali 0',
'confirmed' => ':Attribute potrditev se ne ujema.',
'current_password' => 'Geslo ni veljavno.',
'date' => ':Attribute ni veljaven datum.',
'date_equals' => ':Attribute mora biti enak :date.',
'date_format' => ':Attribute se ne ujema z obliko :format.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => ':Attribute in :other mora biti drugačen.',
'digits' => ':Attribute mora imeti :digits cifer.',
'digits_between' => ':Attribute mora biti med :min in :max ciframi.',
'dimensions' => ':Attribute ima napačne dimenzije slike.',
'distinct' => ':Attribute je duplikat.',
'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' => ':Attribute mora biti veljaven e-poštni naslov.',
'ends_with' => ':Attribute se mora končati z eno od naslednjih vrednosti: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'izbran :attribute je neveljaven.',
'file' => ':Attribute mora biti datoteka.',
'filled' => ':Attribute mora biti izpolnjen.',
'gt' => [
'array' => ':Attribute mora imeti več kot :value elementov.',
'file' => ':Attribute mora biti večji od :value kilobajtov.',
'numeric' => ':Attribute mora biti večji od :value.',
'string' => ':Attribute mora imeti več kot :value znakov.',
],
'gte' => [
'array' => ':Attribute mora imeti število elementov enako ali večje od :value.',
'file' => ':Attribute mora biti večji ali enak :value kilobajtov.',
'numeric' => ':Attribute mora biti večji ali enak :value.',
'string' => ':Attribute mora imeti število znakov večje ali enako :value.',
],
'image' => ':Attribute mora biti slika.',
'in' => 'izbran :attribute je neveljaven.',
'in_array' => ':Attribute ne obstaja v :other.',
'integer' => ':Attribute mora biti število.',
'ip' => ':Attribute mora biti veljaven IP naslov.',
'ipv4' => ':Attribute mora biti veljaven IPv4 naslov.',
'ipv6' => ':Attribute mora biti veljaven IPv6 naslov.',
'json' => ':Attribute mora biti veljaven JSON tekst.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => ':Attribute mora imeti manj kot :value elementov.',
'file' => ':Attribute mora biti manjši od :value kilobajtov.',
'numeric' => ':Attribute mora biti manjši od :value.',
'string' => ':Attribute mora imeti manj kot :value znakov.',
],
'lte' => [
'array' => ':Attribute mora imeti število elementov manjše ali enako :value.',
'file' => ':Attribute mora biti manjši ali enak od :value kilobajtov.',
'numeric' => ':Attribute mora biti manjši ali enak :value.',
'string' => ':Attribute mora imeti število znakov manjše ali enako :value.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => ':Attribute ne smejo imeti več kot :max elementov.',
'file' => ':Attribute ne sme biti večje :max kilobajtov.',
'numeric' => ':Attribute ne sme biti večje od :max.',
'string' => ':Attribute ne sme biti večje :max znakov.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => ':Attribute mora biti datoteka tipa: :values.',
'mimetypes' => ':Attribute mora biti datoteka tipa: :values.',
'min' => [
'array' => ':Attribute mora imeti vsaj :min elementov.',
'file' => ':Attribute mora imeti vsaj :min kilobajtov.',
'numeric' => ':Attribute mora biti vsaj dolžine :min.',
'string' => ':Attribute mora imeti vsaj :min znakov.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'multiple_of' => ':Attribute mora biti večkratnik od :value',
'not_in' => 'Izbran :attribute je neveljaven.',
'not_regex' => 'Format :attribute je neveljaven.',
'numeric' => ':Attribute mora biti število.',
'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 biti prisotno.',
'prohibited' => 'Polje :attribute je prepovedano.',
'prohibited_if' => 'Polje :attribute je prepovedano, ko je :other :value.',
'prohibited_unless' => 'Polje :attribute je prepovedano, razen če je :other v :values.',
'prohibits' => 'To polje prepoveduje prisotnost :other.',
'regex' => 'Format polja :attribute je neveljaven.',
'relatable' => 'Ta :attribute morda ni povezan s tem virom.',
'required' => 'Polje :attribute je obvezno.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'Polje :attribute je obvezno, če je :other enak :value.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => 'Polje :attribute je obvezno, razen če je :other v :values.',
'required_with' => 'Polje :attribute je obvezno, če je :values prisoten.',
'required_with_all' => 'Polje :attribute je obvezno, če so :values prisoten.',
'required_without' => 'Polje :attribute je obvezno, če :values ni prisoten.',
'required_without_all' => 'Polje :attribute je obvezno, če :values niso prisotni.',
'same' => 'Polje :attribute in :other se morata ujemati.',
'size' => [
'array' => ':Attribute mora vsebovati :size elementov.',
'file' => ':Attribute mora biti :size kilobajtov.',
'numeric' => ':Attribute mora biti :size.',
'string' => ':Attribute mora biti :size znakov.',
],
'starts_with' => ':Attribute se mora začeti z eno od naslednjih vrednosti: :values',
'string' => ':Attribute mora biti tekst.',
'timezone' => ':Attribute mora biti časovna cona.',
'unique' => ':Attribute je že zaseden.',
'uploaded' => 'Nalaganje :attribute ni uspelo.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => ':Attribute format je neveljaven.',
'uuid' => ':Attribute mora biti veljaven UUID.',
'attributes' => [
'address' => 'naslov',
'age' => 'starost',
'amount' => 'amount',
'area' => 'area',
'available' => 'available',
'birthday' => 'birthday',
'body' => 'vsebina',
'city' => 'mesto',
'content' => 'vsebina',
'country' => 'država',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'datum',
'date_of_birth' => 'date of birth',
'day' => 'dan',
'deleted_at' => 'deleted at',
'description' => 'opis',
'district' => 'district',
'duration' => 'duration',
'email' => 'email',
'excerpt' => 'povzetek',
'filter' => 'filter',
'first_name' => 'ime',
'gender' => 'spol',
'group' => 'group',
'hour' => 'ura',
'image' => 'image',
'last_name' => 'priimek',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'sporočilo',
'middle_name' => 'middle name',
'minute' => 'minuta',
'mobile' => 'mobilni telefon',
'month' => 'mesec',
'name' => 'ime',
'national_code' => 'national code',
'number' => 'number',
'password' => 'geslo',
'password_confirmation' => 'potrditev gesla',
'phone' => 'telefon',
'photo' => 'fotografija',
'postal_code' => 'postal code',
'price' => 'cena',
'province' => 'province',
'recaptcha_response_field' => 'recaptcha response field',
'remember' => 'remember',
'restored_at' => 'restored at',
'result_text_under_image' => 'result text under image',
'role' => 'vloga',
'second' => 'sekunda',
'sex' => 'spol',
'short_text' => 'short text',
'size' => 'size',
'state' => 'state',
'street' => 'street',
'student' => 'student',
'subject' => 'zadeva',
'teacher' => 'teacher',
'terms' => 'pogoji',
'test_description' => 'test description',
'test_locale' => 'test locale',
'test_name' => 'test name',
'text' => 'text',
'time' => 'čas',
'title' => 'naslov',
'updated_at' => 'updated at',
'username' => 'uporabniško ime',
'year' => 'leto',
],
];