Skip to content

Commit

Permalink
Merge pull request #1 from mramitict/analysis-z4mWP7
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mramitict authored Dec 14, 2016
2 parents 921806a + 2716bd0 commit 6cc302d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/hi/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 वर्णों से बड़ा नहीं हो सकता है।',
Expand Down

0 comments on commit 6cc302d

Please sign in to comment.