|
23 | 23 | * NOTE: this file must be saved in UTF-8 encoding. |
24 | 24 | */ |
25 | 25 | return [ |
| 26 | + ' and ' => '', |
| 27 | + '"{attribute}" does not support operator "{operator}".' => '', |
26 | 28 | '(not set)' => '(لم يحدد)', |
| 29 | + 'Action not found.' => '', |
| 30 | + 'Aliases available: {aliases}' => '', |
27 | 31 | 'An internal server error occurred.' => '.حدث خطأ داخلي في الخادم', |
| 32 | + 'Are you sure you want to delete this item?' => '', |
| 33 | + 'Condition for "{attribute}" should be either a value or valid operator specification.' => '', |
28 | 34 | 'Delete' => 'حذف', |
29 | 35 | 'Error' => 'خطأ', |
30 | 36 | 'File upload failed.' => '.فشل في تحميل الملف', |
|
34 | 40 | 'Missing required arguments: {params}' => 'البيانات المطلوبة ضرورية: {params}', |
35 | 41 | 'Missing required parameters: {params}' => 'البيانات المطلوبة ضرورية: {params}', |
36 | 42 | 'No' => 'لا', |
37 | | - 'No help for unknown command "{command}".' => 'ليس هناك مساعدة لأمر غير معروف "{command}".', |
38 | | - 'No help for unknown sub-command "{command}".' => 'ليس هناك مساعدة لأمر فرعي غير معروف "{command}".', |
39 | 43 | 'No results found.' => 'لم يتم العثور على نتائج', |
40 | | - 'Only files with these extensions are allowed: {extensions}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extensions}.', |
41 | 44 | 'Only files with these MIME types are allowed: {mimeTypes}.' => 'فقط الملفات من هذه الأنواع مسموح بها: {mimeTypes}.', |
| 45 | + 'Only files with these extensions are allowed: {extensions}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extensions}.', |
| 46 | + 'Operator "{operator}" must be used with a search attribute.' => '', |
| 47 | + 'Operator "{operator}" requires multiple operands.' => '', |
| 48 | + 'Options available: {options}' => '', |
42 | 49 | 'Page not found.' => 'لم يتم العثور على الصفحة', |
43 | 50 | 'Please fix the following errors:' => 'الرجاء تصحيح الأخطاء التالية:', |
44 | 51 | 'Please upload a file.' => 'الرجاء تحميل ملف.', |
45 | 52 | 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'عرض <b>{begin, number}-{end, number}</b> من أصل <b>{totalCount, number}</b> {totalCount, plural, one{مُدخل} few{مُدخلات} many{مُدخل} other{مُدخلات}}.', |
| 53 | + 'The combination {values} of {attributes} has already been taken.' => '', |
46 | 54 | 'The file "{file}" is not an image.' => 'الملف "{file}" ليس صورة.', |
47 | 55 | 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'الملف "{file}" كبير الحجم. حجمه لا يجب أن يتخطى {formattedLimit}.', |
48 | 56 | 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'الملف "{file}" صغير جداً. حجمه لا يجب أن يكون أصغر من {formattedLimit}.', |
49 | 57 | 'The format of {attribute} is invalid.' => 'شكل {attribute} غير صالح', |
| 58 | + 'The format of {filter} is invalid.' => '', |
50 | 59 | 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" كبيرة جداً. ارتفاعها لا يمكن أن يتخطى {limit, number} {limit, plural, other{بكسل}}.', |
51 | 60 | 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" كبيرة جداً. عرضها لا يمكن أن يتخطى {limit, number} {limit, plural, other{بكسل}}.', |
52 | 61 | 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" صغيرة جداً. ارتفاعها لا يمكن أن يقل عن {limit, number} {limit, plural, other{بكسل}}.', |
53 | 62 | 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" كبيرة جداً. عرضها لا يمكن أن يقل عن {limit, number} {limit, plural, other{بكسل}}.', |
| 63 | + 'The requested view "{name}" was not found.' => '', |
54 | 64 | 'The verification code is incorrect.' => 'رمز التحقق غير صحيح', |
55 | 65 | 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'مجموع <b>{count, number}</b> {count, plural, one{مُدخل} few{مُدخلات} many{مُدخل}}.', |
56 | 66 | 'Unable to verify your data submission.' => 'لم نستطع التأكد من البيانات المقدمة.', |
57 | | - 'Unknown command "{command}".' => 'أمر غير معروف. "{command}"', |
| 67 | + 'Unknown alias: -{name}' => '', |
| 68 | + 'Unknown filter attribute "{attribute}"' => '', |
58 | 69 | 'Unknown option: --{name}' => 'خيار غير معروف: --{name}', |
59 | 70 | 'Update' => 'تحديث', |
60 | 71 | 'View' => 'عرض', |
61 | 72 | 'Yes' => 'نعم', |
62 | 73 | 'You are not allowed to perform this action.' => 'غير مصرح لك القيام بهذا العمل', |
63 | 74 | 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'تستطيع كأقصى حد تحميل {limit, number} {limit, plural, one{ملف} few{ملفات} many{ملف} other{ملفات}}.', |
| 75 | + 'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '', |
| 76 | + 'in {delta, plural, =1{a day} other{# days}}' => '', |
| 77 | + 'in {delta, plural, =1{a minute} other{# minutes}}' => '', |
| 78 | + 'in {delta, plural, =1{a month} other{# months}}' => '', |
| 79 | + 'in {delta, plural, =1{a second} other{# seconds}}' => '', |
| 80 | + 'in {delta, plural, =1{a year} other{# years}}' => '', |
| 81 | + 'in {delta, plural, =1{an hour} other{# hours}}' => '', |
| 82 | + 'just now' => '', |
64 | 83 | 'the input value' => 'قيمة المُدخل', |
65 | 84 | '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" سبق استعماله', |
66 | 85 | '{attribute} cannot be blank.' => '{attribute} لا يمكن تركه فارغًا.', |
| 86 | + '{attribute} contains wrong subnet mask.' => '', |
67 | 87 | '{attribute} is invalid.' => '{attribute} غير صالح.', |
68 | 88 | '{attribute} is not a valid URL.' => '{attribute} ليس بعنوان صحيح.', |
69 | 89 | '{attribute} is not a valid email address.' => '{attribute} ليس ببريد إلكتروني صحيح.', |
| 90 | + '{attribute} is not in the allowed range.' => '', |
70 | 91 | '{attribute} must be "{requiredValue}".' => '{attribute} يجب أن يكون "{requiredValue}".', |
71 | 92 | '{attribute} must be a number.' => '{attribute} يجب أن يكون رقمًا', |
72 | 93 | '{attribute} must be a string.' => '{attribute} يجب أن يكون كلمات', |
| 94 | + '{attribute} must be a valid IP address.' => '', |
| 95 | + '{attribute} must be an IP address with specified subnet.' => '', |
73 | 96 | '{attribute} must be an integer.' => '{attribute} يجب أن يكون رقمًا صحيحًا', |
74 | 97 | '{attribute} must be either "{true}" or "{false}".' => '{attribute} يجب أن يكن إما "{true}" أو "{false}".', |
75 | 98 | '{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يساوي "{compareValueOrAttribute}".', |
76 | | - '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن لا يساوي "{compareValueOrAttribute}".', |
77 | 99 | '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أكبر من "{compareValueOrAttribute}".', |
78 | 100 | '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أكبر من أو يساوي "{compareValueOrAttribute}".', |
79 | 101 | '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أصغر من "{compareValueOrAttribute}".', |
80 | 102 | '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أصغر من أو يساوي "{compareValueOrAttribute}".', |
81 | | - '{attribute} must be greater than "{compareValue}".' => '{attribute} يجب أن يكون أكبر من "{compareValue}".', |
82 | | - '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} يجب أن يكون أكبر من أو يساوي "{compareValue}".', |
83 | | - '{attribute} must be less than "{compareValue}".' => '{attribute} يجب أن يكون أصغر من "{compareValue}".', |
84 | | - '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} يجب أن يكون أصغر من أو يساوي "{compareValue}".', |
85 | 103 | '{attribute} must be no greater than {max}.' => '{attribute} يجب أن لا يكون أكبر من "{max}".', |
86 | 104 | '{attribute} must be no less than {min}.' => '{attribute} يجب أن لا يكون أصغر من "{min}".', |
87 | | - '{attribute} must be repeated exactly.' => '{attribute} يجب أن يكون متطابق.', |
88 | | - '{attribute} must not be equal to "{compareValue}".' => '{attribute} يجب ان لا يساوي "{compareValue}"', |
| 105 | + '{attribute} must not be a subnet.' => '', |
| 106 | + '{attribute} must not be an IPv4 address.' => '', |
| 107 | + '{attribute} must not be an IPv6 address.' => '', |
| 108 | + '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن لا يساوي "{compareValueOrAttribute}".', |
89 | 109 | '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على أكثر من {min, number} {min, plural, one{حرف} few{حروف} other{حرف}}.', |
90 | 110 | '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{حرف} few{حروف} other{حرف}}.', |
91 | 111 | '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {length, number} {length, plural, one{حرف} few{حروف} other{حرف}}.', |
| 112 | + '{compareAttribute} is invalid.' => '', |
| 113 | + '{delta, plural, =1{1 day} other{# days}}' => '', |
| 114 | + '{delta, plural, =1{1 hour} other{# hours}}' => '', |
| 115 | + '{delta, plural, =1{1 minute} other{# minutes}}' => '', |
| 116 | + '{delta, plural, =1{1 month} other{# months}}' => '', |
| 117 | + '{delta, plural, =1{1 second} other{# seconds}}' => '', |
| 118 | + '{delta, plural, =1{1 year} other{# years}}' => '', |
| 119 | + '{delta, plural, =1{a day} other{# days}} ago' => '', |
| 120 | + '{delta, plural, =1{a minute} other{# minutes}} ago' => '', |
| 121 | + '{delta, plural, =1{a month} other{# months}} ago' => '', |
| 122 | + '{delta, plural, =1{a second} other{# seconds}} ago' => '', |
| 123 | + '{delta, plural, =1{a year} other{# years}} ago' => '', |
| 124 | + '{delta, plural, =1{an hour} other{# hours}} ago' => '', |
92 | 125 | '{nFormatted} B' => '{nFormatted} بايت', |
93 | 126 | '{nFormatted} GB' => '{nFormatted} جيجابايت', |
94 | 127 | '{nFormatted} GiB' => '{nFormatted} جيبيبايت', |
95 | | - '{nFormatted} kB' => '{nFormatted} كيلوبايت', |
96 | 128 | '{nFormatted} KiB' => '{nFormatted} كيبيبايت', |
97 | 129 | '{nFormatted} MB' => '{nFormatted} ميجابايت', |
98 | 130 | '{nFormatted} MiB' => '{nFormatted} ميبيبايت', |
99 | 131 | '{nFormatted} PB' => '{nFormatted} بيتابايت', |
100 | 132 | '{nFormatted} PiB' => '{nFormatted} بيبيبايت', |
101 | 133 | '{nFormatted} TB' => '{nFormatted} تيرابايت', |
102 | 134 | '{nFormatted} TiB' => '{nFormatted} تيبيبايت', |
| 135 | + '{nFormatted} kB' => '{nFormatted} كيلوبايت', |
103 | 136 | '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} بايت', |
104 | 137 | '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} جيبيبايت', |
105 | 138 | '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} جيجابايت', |
|
0 commit comments