|
@@ -10,17 +10,17 @@ export default {
|
|
cancel: 'إلغاء',
|
|
cancel: 'إلغاء',
|
|
clear: 'إزالة',
|
|
clear: 'إزالة',
|
|
confirm: 'موافق',
|
|
confirm: 'موافق',
|
|
- selectDate: 'أختر التاريخ',
|
|
|
|
- selectTime: 'أختر الوقت',
|
|
|
|
|
|
+ selectDate: 'إختر التاريخ',
|
|
|
|
+ selectTime: 'إختر الوقت',
|
|
startDate: 'تاريخ البدء',
|
|
startDate: 'تاريخ البدء',
|
|
startTime: 'وقت البدء',
|
|
startTime: 'وقت البدء',
|
|
- endDate: 'تاريخ الانتهاء',
|
|
|
|
- endTime: 'وقت الانتهاء',
|
|
|
|
- prevYear: 'Previous Year', // to be translated
|
|
|
|
- nextYear: 'Next Year', // to be translated
|
|
|
|
- prevMonth: 'Previous Month', // to be translated
|
|
|
|
- nextMonth: 'Next Month', // to be translated
|
|
|
|
- year: '',
|
|
|
|
|
|
+ endDate: 'تاريخ الإنتهاء',
|
|
|
|
+ endTime: 'وقت الإنتهاء',
|
|
|
|
+ prevYear: 'السنة السابقة',
|
|
|
|
+ nextYear: 'السنة التالية',
|
|
|
|
+ prevMonth: 'الشهر السابق',
|
|
|
|
+ nextMonth: 'الشهر التالي',
|
|
|
|
+ year: 'سنة',
|
|
month1: 'يناير',
|
|
month1: 'يناير',
|
|
month2: 'فبراير',
|
|
month2: 'فبراير',
|
|
month3: 'مارس',
|
|
month3: 'مارس',
|
|
@@ -62,12 +62,12 @@ export default {
|
|
loading: 'جار التحميل',
|
|
loading: 'جار التحميل',
|
|
noMatch: 'لايوجد بيانات مطابقة',
|
|
noMatch: 'لايوجد بيانات مطابقة',
|
|
noData: 'لايوجد بيانات',
|
|
noData: 'لايوجد بيانات',
|
|
- placeholder: 'أختر'
|
|
|
|
|
|
+ placeholder: 'إختر'
|
|
},
|
|
},
|
|
cascader: {
|
|
cascader: {
|
|
noMatch: 'لايوجد بيانات مطابقة',
|
|
noMatch: 'لايوجد بيانات مطابقة',
|
|
loading: 'جار التحميل',
|
|
loading: 'جار التحميل',
|
|
- placeholder: 'أختر',
|
|
|
|
|
|
+ placeholder: 'إختر',
|
|
noData: 'لايوجد بيانات'
|
|
noData: 'لايوجد بيانات'
|
|
},
|
|
},
|
|
pagination: {
|
|
pagination: {
|
|
@@ -77,7 +77,7 @@ export default {
|
|
pageClassifier: ''
|
|
pageClassifier: ''
|
|
},
|
|
},
|
|
messagebox: {
|
|
messagebox: {
|
|
- title: 'الرسالة',
|
|
|
|
|
|
+ title: 'العنوان',
|
|
confirm: 'موافق',
|
|
confirm: 'موافق',
|
|
cancel: 'إلغاء',
|
|
cancel: 'إلغاء',
|
|
error: 'مدخل غير صحيح'
|
|
error: 'مدخل غير صحيح'
|
|
@@ -106,10 +106,10 @@ export default {
|
|
hasCheckedFormat: '{checked}/{total} مختار'
|
|
hasCheckedFormat: '{checked}/{total} مختار'
|
|
},
|
|
},
|
|
image: {
|
|
image: {
|
|
- error: 'FAILED' // to be translated
|
|
|
|
|
|
+ error: 'فشل'
|
|
},
|
|
},
|
|
pageHeader: {
|
|
pageHeader: {
|
|
- title: 'Back' // to be translated
|
|
|
|
|
|
+ title: 'عودة'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
};
|
|
};
|