- 'no_double_extension' => 'The :attribute must only have a single file extension.',
- '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' => ':attribute معتبر نمیباشد.',