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

Skip to content

Commit 5823b52

Browse files
authored
Merge pull request Laravel-Lang#776 from moathdev/master
[ar] Update validation for exists in validation
2 parents 91da3e8 + cada753 commit 5823b52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ar/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'dimensions' => 'الـ :attribute يحتوي على أبعاد صورة غير صالحة.',
3939
'distinct' => 'للحقل :attribute قيمة مُكرّرة.',
4040
'email' => 'يجب أن يكون :attribute عنوان بريد إلكتروني صحيح البُنية',
41-
'exists' => ':attribute لاغٍ',
41+
'exists' => 'القيمة المحددة :attribute غير موجودة',
4242
'file' => 'الـ :attribute يجب أن يكون ملفا.',
4343
'filled' => ':attribute إجباري',
4444
'image' => 'يجب أن يكون :attribute صورةً',

src/eu/passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
'reset' => 'Zure pasahitza berrezarritua izan da!',
1818
'sent' => 'Zure pasahitza berrezartzeko esteka postaz bidali dizugu!',
1919
'token' => 'Pasahitza berreskuratzeko tokena baliogabea da.',
20-
'user' => "Ezin izan dugu posta helbide horrekin bat datorren erabiltzailerik aurkitu.",
20+
'user' => 'Ezin izan dugu posta helbide horrekin bat datorren erabiltzailerik aurkitu.',
2121

2222
];

0 commit comments

Comments
 (0)