- 'not_in' => 'The selected :attribute is invalid.',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => 'The :attribute must be a number.',
- 'regex' => 'The :attribute format is invalid.',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
- 'required_with' => 'The :attribute field is required when :values is present.',
- 'required_with_all' => 'The :attribute field is required when :values is present.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
- 'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
- 'safe_url' => 'The provided link may not be safe.',
+ 'not_in' => 'चयन गरिएको :attribute अमान्य छ।',
+ 'not_regex' => ':attribute को ढाँचा अमान्य छ।',
+ 'numeric' => ':attribute संख्या हुनुपर्छ।',
+ 'regex' => ':attribute ढाँचा अमान्य छ।',
+ 'required' => ':attribute आवश्यक छ।',
+ 'required_if' => ':other :value हुँदा :attribute आवश्यक हुन्छ।',
+ 'required_with' => ':values भएमा :attribute आवश्यक छ।',
+ 'required_with_all' => ':values भएमा :attribute आवश्यक छ।',
+ 'required_without' => ':values नभएमा :attribute आवश्यक छ।',
+ 'required_without_all' => ':values मध्ये कुनै पनि नभएमा :attribute आवश्यक छ।',
+ 'same' => ':attribute र :other मिल्नुपर्छ।',
+ 'safe_url' => 'दिएको लिङ्क सुरक्षित नहुन सक्छ।',