Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02a6884

Browse files
committed
Merge pull request Laravel-Lang#555 from boynet/master
hebrew translation of validation dimensions
2 parents dfbeaf0 + c6747d6 commit 02a6884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/he/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'different' => 'שדה :attribute ושדה :other חייבים להיות שונים.',
3535
'digits' => 'שדה :attribute חייב להיות בעל :digits ספרות.',
3636
'digits_between' => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.',
37-
'dimensions' => 'The :attribute has invalid image dimensions.',
37+
'dimensions' => 'שדה :attribute מימדי התמונה לא תקינים',
3838
'distinct' => 'שדה :attribute קיים ערך כפול.',
3939
'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.',
4040
'exists' => 'בחירת ה-:attribute אינה תקפה.',

0 commit comments

Comments
 (0)