File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
"exists " => "Seçili :attribute geçersiz. " ,
39
39
"image " => ":attribute alanı resim dosyası olmalıdır. " ,
40
40
"in " => ":attribute değeri geçersiz. " ,
41
- "integer " => ":attribute rakam olmalıdır. " ,
41
+ "integer " => ":attribute tamsayı olmalıdır. " ,
42
42
"ip " => ":attribute geçerli bir IP adresi olmalıdır. " ,
43
43
"max " => array (
44
44
"numeric " => ":attribute değeri :max değerinden küçük olmalıdır. " ,
54
54
"array " => ":attribute en az :min nesneye sahip olmalıdır. "
55
55
),
56
56
"not_in " => "Seçili :attribute geçersiz. " ,
57
- "numeric " => ":attribute rakam olmalıdır. " ,
57
+ "numeric " => ":attribute sayı olmalıdır. " ,
58
58
"regex " => ":attribute biçimi geçersiz. " ,
59
59
"required " => ":attribute alanı gereklidir. " ,
60
60
"required_if " => ":attribute alanı, :other :value değerine sahip olduğunda zorunludur. " ,
You can’t perform that action at this time.
0 commit comments