mirror of https://github.com/ElemeFE/element
I18n: Update ar.js (#16653)
parent
e26e70fe4d
commit
c80e77f942
|
@ -10,17 +10,17 @@ export default {
|
||||||
cancel: 'إلغاء',
|
cancel: 'إلغاء',
|
||||||
clear: 'إزالة',
|
clear: 'إزالة',
|
||||||
confirm: 'موافق',
|
confirm: 'موافق',
|
||||||
selectDate: 'أختر التاريخ',
|
selectDate: 'إختر التاريخ',
|
||||||
selectTime: 'أختر الوقت',
|
selectTime: 'إختر الوقت',
|
||||||
startDate: 'تاريخ البدء',
|
startDate: 'تاريخ البدء',
|
||||||
startTime: 'وقت البدء',
|
startTime: 'وقت البدء',
|
||||||
endDate: 'تاريخ الانتهاء',
|
endDate: 'تاريخ الإنتهاء',
|
||||||
endTime: 'وقت الانتهاء',
|
endTime: 'وقت الإنتهاء',
|
||||||
prevYear: 'Previous Year', // to be translated
|
prevYear: 'السنة السابقة',
|
||||||
nextYear: 'Next Year', // to be translated
|
nextYear: 'السنة التالية',
|
||||||
prevMonth: 'Previous Month', // to be translated
|
prevMonth: 'الشهر السابق',
|
||||||
nextMonth: 'Next Month', // to be translated
|
nextMonth: 'الشهر التالي',
|
||||||
year: '',
|
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: 'عودة'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue