mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 10:13:38 +08:00
New translations validation.php (Arabic)
This commit is contained in:
parent
c011045d5e
commit
9f4039ad01
|
@ -14,7 +14,7 @@ return [
|
|||
'alpha' => 'يجب أن يقتصر :attribute على الحروف فقط.',
|
||||
'alpha_dash' => 'يجب أن يقتصر :attribute على حروف أو أرقام أو شرطات فقط.',
|
||||
'alpha_num' => 'يجب أن يقتصر :attribute على الحروف والأرقام فقط.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'array' => 'يجب أن تكون السمة مصفوفة.',
|
||||
'before' => 'يجب أن يكون التاريخ :attribute قبل :date.',
|
||||
'between' => [
|
||||
'numeric' => 'يجب أن يكون :attribute بين :min و :max.',
|
||||
|
@ -22,7 +22,7 @@ return [
|
|||
'string' => 'يجب أن يكون :attribute بين :min و :max حرف / حروف.',
|
||||
'array' => 'يجب أن يكون :attribute بين :min و :max عنصر / عناصر.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'boolean' => 'يجب أن يحتمل حقل السمة الصحة أو الخطأ.',
|
||||
'confirmed' => ':attribute غير مطابق.',
|
||||
'date' => ':attribute ليس تاريخ صالح.',
|
||||
'date_format' => ':attribute لا يطابق الصيغة :format.',
|
||||
|
@ -30,17 +30,17 @@ return [
|
|||
'digits' => 'يجب أن يكون :attribute بعدد :digits خانات.',
|
||||
'digits_between' => 'يجب أن يكون :attribute بعدد خانات بين :min و :max.',
|
||||
'email' => 'يجب أن يكون :attribute عنوان بريد إلكتروني صالح.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'ends_with' => 'يجب أن تنتهي السمة بأحد القيم التالية',
|
||||
'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.',
|
||||
'numeric' => 'يجب أن تكون السمة أكبر من القيمة.',
|
||||
'file' => 'يجب أن تكون السمة أكبر من القيمة كيلوبايت.',
|
||||
'string' => 'يجب أن تكون السمة أكبر من أحرف القيمة.',
|
||||
'array' => 'يجب أن تحتوي السمة على أكثر من عنصر للقيمة.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'numeric' => 'يجب أن تكون السمة أكبر من أو تساوي القيمة.',
|
||||
'file' => 'يجب أن تكون السمة أكبر من أو تساوي القيمة كيلوبايت.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user