This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalidation.php
executable file
·123 lines (115 loc) · 9.01 KB
/
validation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => ':attribute უნდა იყოს მონიშნული.',
'active_url' => ':attribute უნდა იყოს URL მისამართი.',
'after' => ':attribute უნდა იყოს :date-ის შემდეგ.',
'after_or_equal' => ':attribute უნდა იყოს :date-ის შემდეგ ან მისი ტოლი.',
'alpha' => ':attribute უნდა შეიცავდეს მხოლოდ ასოებს.',
'alpha_dash' => ':attribute უნდა შეიცავდეს მხოლოდ ასოებს, რიცხვებს და ტირეებს.',
'alpha_num' => ':attribute უნდა შეიცავდეს მხოლოდ ასოებს და რიცხვებს.',
'array' => ':attribute უნდა იყოს მასივი.',
'before' => ':attribute უნდა იყოს :date-მდე.',
'before_or_equal' => ':attribute უნდა იყოს :date-მდე ან მისი ტოლი.',
'between' => [
'numeric' => ':attribute უნდა იყოს :min-სა და :max-ს შორის.',
'file' => ':attribute უნდა იყოს :min-სა და :max კილობაიტს შორის.',
'string' => ':attribute უნდა იყოს :min-სა და :max სიმბოლოს შორის.',
'array' => ':attribute-ის რაოდენობა უნდა იყოს :min-დან :max-მდე.',
],
'boolean' => ':attribute უნდა იყოს true, false, 0 ან 1.',
'confirmed' => ':attribute არ ემთხვევა დადასტურებას.',
'date' => ':attribute შეიცავს თარიღის არასწორ ფორმატს.',
'date_format' => ':attribute არ ემთხვევა თარიღის ფორმატს: :format.',
'different' => ':attribute და :other არ უნდა ემთხვეოდეს ერთმანეთს.',
'digits' => ':attribute უნდა შედგებოდეს :digits ციფრისგან.',
'digits_between' => ':attribute უნდა შედგებოდეს :min-დან :max ციფრამბდე.',
'dimensions' => ':attribute შეიცავს სურათის არასწორ ზომებს.',
'distinct' => ':attribute უნდა იყოს უნიკალური.',
'email' => ':attribute უნდა იყოს სწორი ელ.ფოსტა.',
'exists' => 'ასეთი :attribute არ არსებობს.',
'file' => ':attribute უნდა იყოს ფაილი.',
'filled' => ':attribute აუცილებელია.',
'image' => ':attribute უნდა იყოს სურათი.',
'in' => 'მითითებული :attribute არასწორია.',
'in_array' => ':attribute უნდა არსებობდეს :other-ში.',
'integer' => ':attribute უნდა იყოს მთელი რიცხვი.',
'ip' => ':attribute უნდა იყოს IP მისამართი.',
'ipv4' => ':attribute უნდა იყოს IPv4 მისამართი.',
'ipv6' => ':attribute უნდა იყოს IPv6 მისამართი.',
'json' => ':attribute უნდა იყოს JSON ტიპის.',
'max' => [
'numeric' => ':attribute არ უნდა აღემატებოდეს :max-ს.',
'file' => ':attribute არ უნდა აღემატებოდეს :max კილობაიტს.',
'string' => ':attribute არ უნდა აღემატებოდეს :max სიმბოლოს.',
'array' => ':attribute-ის რაოდენობა არ უნდა აღემატებოდეს :max-ს.',
],
'mimes' => ':attribute უნდა იყოს შემდეგი ტიპის: :values.',
'mimetypes' => ':attribute უნდა იყოს შემდეგი ტიპის: :values.',
'min' => [
'numeric' => ':attribute უნდა იყოს მინიმუმ :min.',
'file' => ':attribute უნდა იყოს მინიმუმ :min კილობაიტი.',
'string' => ':attribute უნდა შეიცავდეს მინიმუმ :min სიმბოლოს.',
'array' => ':attribute უნდა იყოს მინიმუმ :min.',
],
'not_in' => 'მითითებული :attribute არასწორია.',
'numeric' => ':attribute უნდა იყოს რიცხვი.',
'present' => ':attribute უნდა არსებობდეს, თუნდაც ცარიელი.',
'regex' => ':attribute არ ემთხვევა ფორმატს.',
'required' => ':attribute აუცილებელია.',
'required_if' => ':attribute აუცილებელია, თუ :other-ის მნიშვნელობა ემთხვევა :value-ს.',
'required_unless' => ':attribute აუცილებელია, თუ :values არ შეიცავს :other-ს.',
'required_with' => ':attribute აუცილებელია, თუ :values მითითებულია.',
'required_with_all' => ':attribute აუცილებელია, თუ :values მითითებულია.',
'required_without' => ':attribute აუცილებელია, თუ :values არ არის მითითებული.',
'required_without_all' => ':attribute აუცილებელია, თუ :values არ არის მითითებული.',
'same' => ':attribute და :other უნდა ემთხვეოდეს ერთმანეთს.',
'size' => [
'numeric' => ':attribute უნდა იყოს :size-ის ტოლი.',
'file' => ':attribute უნდა იყოს :size კილობაიტი.',
'string' => ':attribute უნდა შედგებოდეს :size სიმბოლოსგან.',
'array' => ':attribute უნდა შეიცავდეს :size ელემენტს.',
],
'string' => ':attribute უნდა იყოს ტექსტი.',
'timezone' => ':attribute უნდა იყოს სასაათო სარტყელი.',
'unique' => 'ასეთი :attribute უკვე არსებობს.',
'uploaded' => ':attribute-ის ატვირთვა ვერ მოხერხდა.',
'url' => ':attribute უნდა იყოს URL მისამართი.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [
//
],
];