]> BookStack Code Mirror - bookstack/blob - lang/uz/validation.php
Lexical: Media form improvements
[bookstack] / lang / uz / validation.php
1 <?php
2 /**
3  * Validation Lines
4  * The following language lines contain the default error messages used by
5  * the validator class. Some of these rules have multiple versions such
6  * as the size rules. Feel free to tweak each of these messages here.
7  */
8 return [
9
10     // Standard laravel validation lines
11     'accepted'             => ':attribute qabul qilinishi kerak.',
12     'active_url'           => ':attribute qiymati to‘g‘ri URL emas.',
13     'after'                => ':attribute qiymati :date sanadan kegingi sana bo‘lishi kerak.',
14     'alpha'                => ':attribute qiymati faqat harflardan iborat bo‘lishi kerak.',
15     'alpha_dash'           => ':attribute qiymati faqat harflar, raqamlar chiziqcha va ostki chiziqdan iborat bo‘lishi kerak.',
16     'alpha_num'            => ':attribute qiymati faqat harflar va raqamlardan iborat bo‘lishi kerak.',
17     'array'                => ':attribute qiymati massiv bo‘lishi kerak.',
18     'backup_codes'         => 'Kiritilgan kod to‘g‘ri emas yoki ishlatib bo‘lingan.',
19     'before'               => ':attribute qiymati :date sanadan oldingi sana bo‘lishi kerak.',
20     'between'              => [
21         'numeric' => ':attribute qiymati :min va :max orasida bo‘lishi kerak.',
22         'file'    => ':attribute hajmi :min va :max kilobayt orasida bo‘lishi kerak.',
23         'string'  => ':attribute uzunligi soni :min va :max orasida bo‘lishi kerak.',
24         'array'   => ':attribute soni :min va :max orasida bo‘lishi kerak.',
25     ],
26     'boolean'              => ':attribute qiymati faqat «true» yoki «false» bo`lishi kerak.',
27     'confirmed'            => ':attribute tasdiqlash qiymati mos emas.',
28     'date'                 => ':attribute qiymati sana emas.',
29     'date_format'          => ':attribute qiymati :format formatdagi sana emas.',
30     'different'            => ':attribute va :other qiymatlari har xil bo‘lishi kerak.',
31     'digits'               => ':attribute qiymati :digits raqamlarda iborat bo‘lishi kerak.',
32     'digits_between'       => ':attribute qiymati :min va :max orasidagi raqamlarda iborat bo‘lishi kerak.',
33     'email'                => ':attribute qiymati email bo‘lishi kerak.',
34     'ends_with' => ':attribute qiymati quyidagilarda biri bo‘lishi kerak: :values ',
35     'file'                 => ':attribute fayl bo‘lishi kerak.',
36     'filled'               => ':attribute qiymatini kiritish majburiy.',
37     'gt'                   => [
38         'numeric' => ':attribute qiymati :value\'dan katta bo‘lishi kerak.',
39         'file'    => ':attribute hajmi :value kilobaytdan katta bo‘lishi kerak.',
40         'string'  => ':attribute uzunligi :value\'dan katta bo‘lishi kerak.',
41         'array'   => ':attribute soni :value\'dan katta bo‘lishi kerak.',
42     ],
43     'gte'                  => [
44         'numeric' => ':attribute qiymati :value\'dan katta yoki teng bo‘lishi kerak.',
45         'file'    => ':attribute hajmi :value kilobaytdan katta yoki teng bo‘lishi kerak.',
46         'string'  => ':attribute uzunligi :value\'dan katta yoki teng bo‘lishi kerak.',
47         'array'   => ':attribute soni :value\'dan katta yoki teng bo‘lishi kerak.',
48     ],
49     'exists'               => ':attribute\'ning tanlangan qiymati to‘g‘ri emas.',
50     'image'                => ':attribute rasm bo‘lishi kerak.',
51     'image_extension'      => ':attribute rasm bo‘lishi va to‘g‘ri formatda bo‘lishi kerak.',
52     'in'                   => ':attribute qiymati noto‘g‘ri.',
53     'integer'              => ':attribute qiymati butun son bo‘lishi kerak.',
54     'ip'                   => ':attribute qiymati IP manzil bo‘lishi kerak.',
55     'ipv4'                 => ':attribute qiymati IPv4 manzil bo‘lishi kerak.',
56     'ipv6'                 => ':attribute qiymati IPv6 manzil bo‘lishi kerak.',
57     'json'                 => ':attribute qiymati JSON formatida bo‘lishi kerak.',
58     'lt'                   => [
59         'numeric' => ':attribute qiymati :value\'dan kichik bo‘lishi kerak.',
60         'file'    => ':attribute hajmi :value kilobaytdan kichik bo‘lishi kerak.',
61         'string'  => ':attribute uzunligi :value\'dan kichik bo‘lishi kerak.',
62         'array'   => ':attribute soni :value\'dan kichik bo‘lishi kerak.',
63     ],
64     'lte'                  => [
65         'numeric' => ':attribute qiymati :value\'dan kichik yoki teng bo‘lishi kerak.',
66         'file'    => ':attribute hajmi :value kilobaytdan kichik yoki teng bo‘lishi kerak.',
67         'string'  => ':attribute uzunligi :value\'dan kichik yoki teng bo‘lishi kerak.',
68         'array'   => ':attribute soni :value\'dan kichik yoki teng bo‘lishi kerak.',
69     ],
70     'max'                  => [
71         'numeric' => ':attribute qiymati maksimum :value bo‘lishi kerak.',
72         'file'    => ':attribute hajmi maksimum :value kilobayt bo‘lishi kerak.',
73         'string'  => ':attribute uzunligi maksimum :value bo‘lishi kerak.',
74         'array'   => ':attribute soni maksimum :value bo‘lishi kerak.',
75     ],
76     'mimes'                => ':attribute fayl mime turi quyidagilardan biri bo‘lishi kerak: :values.',
77     'min'                  => [
78         'numeric' => ':attribute qiymati minimum :value bo‘lishi kerak.',
79         'file'    => ':attribute hajmi minimum :value kilobayt bo‘lishi kerak.',
80         'string'  => ':attribute uzunligi minimum :value bo‘lishi kerak.',
81         'array'   => ':attribute soni minimum :value bo‘lishi kerak.',
82     ],
83     'not_in'               => 'selected :attribute qiymati noto‘g‘ri.',
84     'not_regex'            => ':attribute formati noto‘g‘ri.',
85     'numeric'              => ':attribute qiymati raqam bo‘lishi kerak.',
86     'regex'                => ':attribute formati noto‘g‘ri.',
87     'required'             => ':attribute\'ni kiritish majburiy.',
88     'required_if'          => ':other qiymati :value bo‘lganda :attribute\'ni kiritish majburiy.',
89     'required_with'        => ':values kiritilgan holatlarda :attribute\'ni kiritish majburiy.',
90     'required_with_all'    => ':values kiritilgan holatlarda :attribute\'ni kiritish majburiy.',
91     'required_without'     => ':values kiritilmagan holatlarda :attribute\'ni kiritish majburiy.',
92     'required_without_all' => ':values kiritilmagan holatlarda :attribute\'ni kiritish majburiy.',
93     'same'                 => ':attribute va :other qiymatlari teng bo‘lishi shart.',
94     'safe_url'             => 'Kiritilgan manzil xavsiz emas.',
95     'size'                 => [
96         'numeric' => ':attribute qiymati :value bo‘lishi kerak.',
97         'file'    => ':attribute hajmi :value kilobayt bo‘lishi kerak.',
98         'string'  => ':attribute uzunligi :value bo‘lishi kerak.',
99         'array'   => ':attribute soni :value bo‘lishi kerak.',
100     ],
101     'string'               => ':attribute qiymati matn bo‘lishi kerak.',
102     'timezone'             => ':attribute qiymati to‘g‘ri vaqt zonasi bo‘lishi kerak.',
103     'totp'                 => 'Kiritilgan xavsizlik kodi notpo‘g‘ri yoki eskirgan.',
104     'unique'               => ':attribute qiymati allaqachon mavjud.',
105     'url'                  => ':attribute URL formatida emas.',
106     'uploaded'             => 'Faylni yuklashda xatolik. Server bunday hajmdagi faylllarni yuklamasligi mumkin.',
107
108     'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
109     'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
110     'zip_model_expected' => 'Data object expected but ":type" found.',
111     'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
112
113     // Custom validation lines
114     'custom' => [
115         'password-confirm' => [
116             'required_with' => 'Takroriy parolni to‘ldirish majburiy',
117         ],
118     ],
119
120     // Custom validation attributes
121     'attributes' => [],
122 ];