UNPKG

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