UNPKG

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