diff --git a/src/hi/validation.php b/src/hi/validation.php index f3529c00e01..b5e11f79afa 100644 --- a/src/hi/validation.php +++ b/src/hi/validation.php @@ -33,18 +33,18 @@ 'date_format' => ':attribute प्रारूप :format से मेल नहीं खाता है।', 'different' => ':attribute तथा :other अलग होना चाहिए।', 'digits' => ':attribute, :digits अंक होना चाहिए।', - 'digits_between' => ':attribute, :min और :max अंकों के बीच होना चाहिए।', - 'distinct' => ':attribute फील्ड का एक डुप्लिकेट मान होता है।', - 'email' => ':attribute एक मान्य ईमेल पता होना चाहिए।', - 'exists' => 'चुना गया :attribute अमान्य है।', - 'filled' => ':attribute फील्ड आवश्यक होता है।', - 'image' => ':attribute एक छवि होनी चाहिए।', - 'in' => 'चुना गया :attribute अमान्य है।', - 'in_array' => ':attribute फील्ड, :other में मौजूद नहीं है।', - 'integer' => ':attribute एक पूर्णांक होना चाहिए।', - 'ip' => ':attribute एक मान्य IP पता होना चाहिए।', - 'json' => ':attribute एक मान्य JSON स्ट्रिंग होना चाहिए।', - 'max' => [ + 'digits_between' => ':attribute, :min और :max अंकों के बीच होना चाहिए।', + 'distinct' => ':attribute फील्ड का एक डुप्लिकेट मान होता है।', + 'email' => ':attribute एक मान्य ईमेल पता होना चाहिए।', + 'exists' => 'चुना गया :attribute अमान्य है।', + 'filled' => ':attribute फील्ड आवश्यक होता है।', + 'image' => ':attribute एक छवि होनी चाहिए।', + 'in' => 'चुना गया :attribute अमान्य है।', + 'in_array' => ':attribute फील्ड, :other में मौजूद नहीं है।', + 'integer' => ':attribute एक पूर्णांक होना चाहिए।', + 'ip' => ':attribute एक मान्य IP पता होना चाहिए।', + 'json' => ':attribute एक मान्य JSON स्ट्रिंग होना चाहिए।', + 'max' => [ 'numeric' => ':attribute, :max से बड़ा नहीं हो सकता है।', 'file' => ':attribute :max किलोबाइट से बड़ा नहीं हो सकता है।', 'string' => ':attribute, :max वर्णों से बड़ा नहीं हो सकता है।',