mirror of https://github.com/ElemeFE/element
I18n: Update ar.js (#16653)
parent
e26e70fe4d
commit
c80e77f942
|
@ -10,17 +10,17 @@ export default {
|
|||
cancel: 'إلغاء',
|
||||
clear: 'إزالة',
|
||||
confirm: 'موافق',
|
||||
selectDate: 'أختر التاريخ',
|
||||
selectTime: 'أختر الوقت',
|
||||
selectDate: 'إختر التاريخ',
|
||||
selectTime: 'إختر الوقت',
|
||||
startDate: 'تاريخ البدء',
|
||||
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: 'يناير',
|
||||
month2: 'فبراير',
|
||||
month3: 'مارس',
|
||||
|
@ -62,12 +62,12 @@ export default {
|
|||
loading: 'جار التحميل',
|
||||
noMatch: 'لايوجد بيانات مطابقة',
|
||||
noData: 'لايوجد بيانات',
|
||||
placeholder: 'أختر'
|
||||
placeholder: 'إختر'
|
||||
},
|
||||
cascader: {
|
||||
noMatch: 'لايوجد بيانات مطابقة',
|
||||
loading: 'جار التحميل',
|
||||
placeholder: 'أختر',
|
||||
placeholder: 'إختر',
|
||||
noData: 'لايوجد بيانات'
|
||||
},
|
||||
pagination: {
|
||||
|
@ -77,7 +77,7 @@ export default {
|
|||
pageClassifier: ''
|
||||
},
|
||||
messagebox: {
|
||||
title: 'الرسالة',
|
||||
title: 'العنوان',
|
||||
confirm: 'موافق',
|
||||
cancel: 'إلغاء',
|
||||
error: 'مدخل غير صحيح'
|
||||
|
@ -106,10 +106,10 @@ export default {
|
|||
hasCheckedFormat: '{checked}/{total} مختار'
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED' // to be translated
|
||||
error: 'فشل'
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back' // to be translated
|
||||
title: 'عودة'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue