yii.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return array(
  20. 'the input value' => 'قيمة المُدخل',
  21. '(not set)' => '(لم تحدد)',
  22. 'An internal server error occurred.' => '.حدث خطأ داخلي في الخادم',
  23. 'Are you sure to delete this item?' => 'هل أنت متأكد من حذف هذا العنصر؟',
  24. 'Delete' => 'حذف',
  25. 'Error' => 'خطأ',
  26. 'File upload failed.' => '.فشل في تحميل الملف',
  27. 'Home' => 'الرئيسية',
  28. 'Invalid data received for parameter "{param}".' => 'بيانات غير صالحة قد وردت في "{param}".',
  29. 'Login Required' => 'تسجبل الدخول ضروري',
  30. 'Missing required arguments: {params}' => 'البيانات المطلوبة ضرورية: {params}',
  31. 'Missing required parameters: {params}' => 'البيانات المطلوبة ضرورية: {params}',
  32. 'No' => 'Nein',
  33. 'No help for unknown command "{command}".' => 'ليس هناك مساعدة لأمر غير معروف "{command}".',
  34. 'No help for unknown sub-command "{command}".' => 'ليس هناك مساعدة لأمر فرعي غير معروف "{command}".',
  35. 'No results found.' => 'لا نتائج وجدت.',
  36. 'Only files with these extensions are allowed: {extensions}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extentions}.',
  37. 'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extentions}.',
  38. 'Page not found.' => 'الصفحة غير موجودة',
  39. 'Please fix the following errors:' => 'الرجاء تصحيح الأخطاء التالية:',
  40. 'Please upload a file.' => 'الرجاء تحميل ملف.',
  41. '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{item} other{items}}.',
  42. 'The file "{file}" is not an image.' => 'الملف "{file}" ليس بصورة.',
  43. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'الملف "{file}" كبير الحجم. حجمه لا يجب أن يتخطى {limit, number} {limit, plural, one{byte} other{bytes}}.',
  44. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'الملف "{file}" صغير جداً. حجمه لا يجب أن يكون أصغر من {limit, number} {limit, plural, one{byte} other{bytes}}.',
  45. 'The format of {attribute} is invalid.' => 'شكل {attribute} غير صالح',
  46. '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, one{pixel} other{pixels}}.',
  47. '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, one{pixel} other{pixels}}.',
  48. '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, one{pixel} other{pixels}}.',
  49. '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, one{pixel} other{pixels}}.',
  50. 'The verification code is incorrect.' => 'رمز التحقق غير صحيح',
  51. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'مجموع <b>{count, number}</b> {count, plural, one{item} other{items}}.',
  52. 'Unable to verify your data submission.' => 'لم نستطع التأكد من البيانات المقدمة.',
  53. 'Unknown command "{command}".' => 'أمر غير معروف.',
  54. 'Unknown option: --{name}' => 'خيار غير معروف: --{name}',
  55. 'Update' => 'تحديث',
  56. 'View' => 'عرض',
  57. 'Yes' => 'نعم',
  58. 'You are not allowed to perform this action.' => 'لا تستطيع القيام بهذاالعمل',
  59. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'تستطيع كأقصى حد تحميل {limit, number} {limit, plural, one{file} other{files}}.',
  60. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" سبق استعماله',
  61. '{attribute} cannot be blank.' => '{attribute} لا يمكن تركه فارغًا.',
  62. '{attribute} is invalid.' => '{attribute} غير صالح.',
  63. '{attribute} is not a valid URL.' => '{attribute} ليس بعنوان صحيح.',
  64. '{attribute} is not a valid email address.' => '{attribute} ليس ببريد إلكتروني صحيح.',
  65. '{attribute} must be "{requiredValue}".' => '{attribute} يجب أن يكون "{requiredValue}".',
  66. '{attribute} must be a number.' => '{attribute} يجب أن يكون رقمًا',
  67. '{attribute} must be a string.' => '{attribute} يجب أن يكون كلمات',
  68. '{attribute} must be an integer.' => '{attribute} يجب أن يكون رقمًا صحيحًا',
  69. '{attribute} must be either "{true}" or "{false}".' => '{attribute} يجب أن يكن إما "{true}" أو "{false}".',
  70. '{attribute} must be greater than "{compareValue}".' => '{attribute} يجب أن يكون أكبر من "{compareValue}".',
  71. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} يجب أن يكون أكبر من أو يساوي "{compareValue}".',
  72. '{attribute} must be less than "{compareValue}".' => '{attribute} يجب أن يكون أصغر من "{compareValue}".',
  73. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} يجب أن يكون أصغر من أو يساوي "{compareValue}".',
  74. '{attribute} must be no greater than {max}.' => '{attribute} يجب أن لا يكون أكبر من "{compareValue}".',
  75. '{attribute} must be no less than {min}.' => '{attribute} يجب أن لا يكون أصغر من "{compareValue}".',
  76. '{attribute} must be repeated exactly.' => '{attribute} يجب أن يكون متطابق.',
  77. '{attribute} must not be equal to "{compareValue}".' => '{attribute} يجب أن يساوي "{compareValue}"',
  78. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على أكثر من {min, number} {min, plural, one{character} other{characters}}.',
  79. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{character} other{characters}}.',
  80. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {length, number} {length, plural, one{character} other{characters}}.',
  81. );