- 'boolean' => 'The :attribute field must be true or false.',
- 'confirmed' => 'The :attribute confirmation does not match.',
- 'date' => 'The :attribute is not a valid date.',
- 'date_format' => 'The :attribute does not match the format :format.',
- 'different' => 'The :attribute and :other must be different.',
- 'digits' => 'The :attribute must be :digits digits.',
- 'digits_between' => 'The :attribute must be between :min and :max digits.',
- 'email' => 'The :attribute must be a valid email address.',
- 'filled' => 'The :attribute field is required.',
- 'exists' => 'The selected :attribute is invalid.',
- 'image' => 'The :attribute must be an image.',
- 'image_extension' => 'The :attribute must have a valid & supported image extension.',
- 'in' => 'The selected :attribute is invalid.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
- 'max' => [
- 'numeric' => 'The :attribute may not be greater than :max.',
- 'file' => 'The :attribute may not be greater than :max kilobytes.',
- 'string' => 'The :attribute may not be greater than :max characters.',
- 'array' => 'The :attribute may not have more than :max items.',
+ 'boolean' => 'שדה :attribute חייב להיות אמת או שקר.',
+ 'confirmed' => 'שדה האישור של :attribute לא תואם.',
+ 'date' => 'שדה :attribute אינו תאריך תקני.',
+ 'date_format' => 'שדה :attribute לא תואם את הפורמט :format.',
+ 'different' => 'שדה :attribute ושדה :other חייבים להיות שונים.',
+ 'digits' => 'שדה :attribute חייב להיות בעל :digits ספרות.',
+ 'digits_between' => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.',
+ 'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.',
+ 'filled' => 'שדה :attribute הוא חובה.',
+ 'exists' => 'בחירת ה-:attribute אינה תקפה.',
+ 'image' => 'שדה :attribute חייב להיות תמונה.',
+ 'image_extension' => 'שדה :attribute חייב להיות מסוג תמונה נתמך',
+ 'in' => 'בחירת ה-:attribute אינה תקפה.',
+ 'integer' => 'שדה :attribute חייב להיות מספר שלם.',
+ 'ip' => 'שדה :attribute חייב להיות כתובת IP תקנית.',
+ 'max' => [
+ 'numeric' => 'שדה :attribute אינו יכול להיות גדול מ-:max.',
+ 'file' => 'שדה :attribute לא יכול להיות גדול מ-:max קילובייטים.',
+ 'string' => 'שדה :attribute לא יכול להיות גדול מ-:max characters.',
+ 'array' => 'שדה :attribute לא יכול להכיל יותר מ-:max פריטים.',