ar.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'موافق',
  7. clear: 'إزالة'
  8. },
  9. datepicker: {
  10. now: 'الآن',
  11. today: 'اليوم',
  12. cancel: 'إلغاء',
  13. clear: 'إزالة',
  14. confirm: 'موافق',
  15. selectDate: 'إختر التاريخ',
  16. selectTime: 'إختر الوقت',
  17. startDate: 'تاريخ البدء',
  18. startTime: 'وقت البدء',
  19. endDate: 'تاريخ الإنتهاء',
  20. endTime: 'وقت الإنتهاء',
  21. prevYear: 'السنة السابقة',
  22. nextYear: 'السنة التالية',
  23. prevMonth: 'الشهر السابق',
  24. nextMonth: 'الشهر التالي',
  25. year: 'سنة',
  26. month1: 'يناير',
  27. month2: 'فبراير',
  28. month3: 'مارس',
  29. month4: 'ابريل',
  30. month5: 'مايو',
  31. month6: 'يونيو',
  32. month7: 'يوليو',
  33. month8: 'أغسطس',
  34. month9: 'سبتمبر',
  35. month10: 'أكتوبر',
  36. month11: 'نوفمبر',
  37. month12: 'ديسمبر',
  38. week: 'أسبوع',
  39. weeks: {
  40. sun: 'الأحد',
  41. mon: 'الأثنين',
  42. tue: 'الثلاثاء',
  43. wed: 'الأربعاء',
  44. thu: 'الخميس',
  45. fri: 'الجمعة',
  46. sat: 'السبت'
  47. },
  48. months: {
  49. jan: 'يناير',
  50. feb: 'فبراير',
  51. mar: 'مارس',
  52. apr: 'أبريل',
  53. may: 'مايو',
  54. jun: 'يونيو',
  55. jul: 'يوليو',
  56. aug: 'أغسطس',
  57. sep: 'سبتمبر',
  58. oct: 'أكتوبر',
  59. nov: 'نوفمبر',
  60. dec: 'ديسمبر'
  61. }
  62. },
  63. select: {
  64. loading: 'جار التحميل',
  65. noMatch: 'لايوجد بيانات مطابقة',
  66. noData: 'لايوجد بيانات',
  67. placeholder: 'إختر'
  68. },
  69. cascader: {
  70. noMatch: 'لايوجد بيانات مطابقة',
  71. loading: 'جار التحميل',
  72. placeholder: 'إختر',
  73. noData: 'لايوجد بيانات'
  74. },
  75. pagination: {
  76. goto: 'أذهب إلى',
  77. pagesize: '/صفحة',
  78. total: 'الكل {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. title: 'العنوان',
  83. confirm: 'موافق',
  84. cancel: 'إلغاء',
  85. error: 'مدخل غير صحيح'
  86. },
  87. upload: {
  88. delete: 'حذف',
  89. preview: 'عرض',
  90. continue: 'إستمرار'
  91. },
  92. table: {
  93. emptyText: 'لايوجد بيانات',
  94. confirmFilter: 'تأكيد',
  95. resetFilter: 'حذف',
  96. clearFilter: 'الكل',
  97. sumText: 'المجموع'
  98. },
  99. tree: {
  100. emptyText: 'لايوجد بيانات'
  101. },
  102. transfer: {
  103. noMatch: 'لايوجد بيانات مطابقة',
  104. noData: 'لايوجد بيانات',
  105. titles: ['قائمة 1', 'قائمة 2'],
  106. filterPlaceholder: 'ادخل كلمة',
  107. noCheckedFormat: '{total} عناصر',
  108. hasCheckedFormat: '{checked}/{total} مختار'
  109. },
  110. image: {
  111. error: 'فشل'
  112. },
  113. pageHeader: {
  114. title: 'عودة'
  115. },
  116. popconfirm: {
  117. confirmButtonText: 'تأكيد',
  118. cancelButtonText: 'إلغاء'
  119. },
  120. empty: {
  121. description: 'لايوجد بيانات'
  122. }
  123. }
  124. };