mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-20 11:20:05 +00:00
New translations validation.php (Arabic)
This commit is contained in:
parent
231ccc8494
commit
73df1e1b88
1 changed files with 4 additions and 4 deletions
|
@ -52,11 +52,11 @@ return [
|
||||||
'ip' => 'يجب أن يكون :attribute عنوان IP صالح.',
|
'ip' => 'يجب أن يكون :attribute عنوان IP صالح.',
|
||||||
'ipv4' => 'يجب أن تكون السمة: عنوان IPv4 صالحًا.',
|
'ipv4' => 'يجب أن تكون السمة: عنوان IPv4 صالحًا.',
|
||||||
'ipv6' => 'يجب أن تكون السمة: عنوان IPv6 صالحًا.',
|
'ipv6' => 'يجب أن تكون السمة: عنوان IPv6 صالحًا.',
|
||||||
'json' => 'The :attribute must be a valid JSON string.',
|
'json' => 'يجب أن تكون السمة: سلسلة من نوع جسون JSON صالح.',
|
||||||
'lt' => [
|
'lt' => [
|
||||||
'numeric' => 'The :attribute must be less than :value.',
|
'numeric' => 'يجب أن تكون السمة أقل من: القيمة.',
|
||||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
'file' => 'يجب أن تكون السمة أقل من: القيمة كيلوبايت.',
|
||||||
'string' => 'The :attribute must be less than :value characters.',
|
'string' => 'يجب أن تكون السمة أقل من: أحرف القيمة.',
|
||||||
'array' => 'The :attribute must have less than :value items.',
|
'array' => 'The :attribute must have less than :value items.',
|
||||||
],
|
],
|
||||||
'lte' => [
|
'lte' => [
|
||||||
|
|
Loading…
Add table
Reference in a new issue