- '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 חייב להיות תמונה.',
+ 'boolean' => 'שדה :attribute חייב להיות אמת או שקר.',
+ 'confirmed' => 'שדה האישור של :attribute לא תואם.',
+ 'date' => 'שדה :attribute אינו תאריך תקני.',
+ 'date_format' => 'שדה :attribute לא תואם את הפורמט :format.',
+ 'different' => 'שדה :attribute ושדה :other חייבים להיות שונים.',
+ 'digits' => 'שדה :attribute חייב להיות בעל :digits ספרות.',
+ 'digits_between' => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.',
+ 'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values',
+ 'filled' => 'שדה :attribute הוא חובה.',
+ 'gt' => [
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ 'array' => 'The :attribute must have more than :value items.',
+ ],
+ 'gte' => [
+ 'numeric' => 'The :attribute must be greater than or equal :value.',
+ 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
+ 'string' => 'The :attribute must be greater than or equal :value characters.',
+ 'array' => 'The :attribute must have :value items or more.',
+ ],
+ 'exists' => 'בחירת ה-:attribute אינה תקפה.',
+ 'image' => 'שדה :attribute חייב להיות תמונה.',