UNPKG

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