ar.js 4.0 KB

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