You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

yii.php 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 [
  20. '(not set)' => '(لم يحدد)',
  21. 'An internal server error occurred.' => '.حدث خطأ داخلي في الخادم',
  22. 'Delete' => 'حذف',
  23. 'Error' => 'خطأ',
  24. 'File upload failed.' => '.فشل في تحميل الملف',
  25. 'Home' => 'الرئيسية',
  26. 'Invalid data received for parameter "{param}".' => 'بيانات غير صالحة قد وردت في "{param}".',
  27. 'Login Required' => 'تسجبل الدخول مطلوب',
  28. 'Missing required arguments: {params}' => 'البيانات المطلوبة ضرورية: {params}',
  29. 'Missing required parameters: {params}' => 'البيانات المطلوبة ضرورية: {params}',
  30. 'No' => 'لا',
  31. 'No help for unknown command "{command}".' => 'ليس هناك مساعدة لأمر غير معروف "{command}".',
  32. 'No help for unknown sub-command "{command}".' => 'ليس هناك مساعدة لأمر فرعي غير معروف "{command}".',
  33. 'No results found.' => 'لم يتم العثور على نتائج',
  34. 'Only files with these extensions are allowed: {extensions}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extensions}.',
  35. 'Only files with these MIME types are allowed: {mimeTypes}.' => 'فقط الملفات من هذه الأنواع مسموح بها: {mimeTypes}.',
  36. 'Page not found.' => 'لم يتم العثور على الصفحة',
  37. 'Please fix the following errors:' => 'الرجاء تصحيح الأخطاء التالية:',
  38. 'Please upload a file.' => 'الرجاء تحميل ملف.',
  39. '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{مُدخلات}}.',
  40. 'The file "{file}" is not an image.' => 'الملف "{file}" ليس صورة.',
  41. 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'الملف "{file}" كبير الحجم. حجمه لا يجب أن يتخطى {formattedLimit}.',
  42. 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'الملف "{file}" صغير جداً. حجمه لا يجب أن يكون أصغر من {formattedLimit}.',
  43. 'The format of {attribute} is invalid.' => 'شكل {attribute} غير صالح',
  44. '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{بكسل}}.',
  45. '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{بكسل}}.',
  46. '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{بكسل}}.',
  47. '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{بكسل}}.',
  48. 'The verification code is incorrect.' => 'رمز التحقق غير صحيح',
  49. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'مجموع <b>{count, number}</b> {count, plural, one{مُدخل} few{مُدخلات} many{مُدخل}}.',
  50. 'Unable to verify your data submission.' => 'لم نستطع التأكد من البيانات المقدمة.',
  51. 'Unknown command "{command}".' => 'أمر غير معروف. "{command}"',
  52. 'Unknown option: --{name}' => 'خيار غير معروف: --{name}',
  53. 'Update' => 'تحديث',
  54. 'View' => 'عرض',
  55. 'Yes' => 'نعم',
  56. 'You are not allowed to perform this action.' => 'غير مصرح لك القيام بهذا العمل',
  57. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'تستطيع كأقصى حد تحميل {limit, number} {limit, plural, one{ملف} few{ملفات} many{ملف} other{ملفات}}.',
  58. 'the input value' => 'قيمة المُدخل',
  59. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" سبق استعماله',
  60. '{attribute} cannot be blank.' => '{attribute} لا يمكن تركه فارغًا.',
  61. '{attribute} is invalid.' => '{attribute} غير صالح.',
  62. '{attribute} is not a valid URL.' => '{attribute} ليس بعنوان صحيح.',
  63. '{attribute} is not a valid email address.' => '{attribute} ليس ببريد إلكتروني صحيح.',
  64. '{attribute} must be "{requiredValue}".' => '{attribute} يجب أن يكون "{requiredValue}".',
  65. '{attribute} must be a number.' => '{attribute} يجب أن يكون رقمًا',
  66. '{attribute} must be a string.' => '{attribute} يجب أن يكون كلمات',
  67. '{attribute} must be an integer.' => '{attribute} يجب أن يكون رقمًا صحيحًا',
  68. '{attribute} must be either "{true}" or "{false}".' => '{attribute} يجب أن يكن إما "{true}" أو "{false}".',
  69. '{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يساوي "{compareValueOrAttribute}".',
  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} يجب أن لا يكون أكبر من "{max}".',
  75. '{attribute} must be no less than {min}.' => '{attribute} يجب أن لا يكون أصغر من "{min}".',
  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{حرف} few{حروف} other{حرف}}.',
  79. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{حرف} few{حروف} other{حرف}}.',
  80. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {length, number} {length, plural, one{حرف} few{حروف} other{حرف}}.',
  81. '{nFormatted} B' => '{nFormatted} بايت',
  82. '{nFormatted} GB' => '{nFormatted} جيجابايت',
  83. '{nFormatted} GiB' => '{nFormatted} جيبيبايت',
  84. '{nFormatted} KB' => '{nFormatted} كيلوبايت',
  85. '{nFormatted} KiB' => '{nFormatted} كيبيبايت',
  86. '{nFormatted} MB' => '{nFormatted} ميجابايت',
  87. '{nFormatted} MiB' => '{nFormatted} ميبيبايت',
  88. '{nFormatted} PB' => '{nFormatted} بيتابايت',
  89. '{nFormatted} PiB' => '{nFormatted} بيبيبايت',
  90. '{nFormatted} TB' => '{nFormatted} تيرابايت',
  91. '{nFormatted} TiB' => '{nFormatted} تيبيبايت',
  92. '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} بايت',
  93. '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} جيبيبايت',
  94. '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} جيجابايت',
  95. '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} كيبيبايت',
  96. '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} كيلوبايت',
  97. '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} ميبيبايت',
  98. '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} ميجابايت',
  99. '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} بيبيبايت',
  100. '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} بيتابايت',
  101. '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} تيبيبايت',
  102. '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} تيرابايت',
  103. ];