Skip to content

Commit

Permalink
I18n: Update ar.js (ElemeFE#16653)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3op authored and oleksiikhr committed Jan 13, 2020
1 parent e9d50f9 commit c2aa4af
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/locale/lang/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'مارس',
Expand Down Expand Up @@ -62,12 +62,12 @@ export default {
loading: 'جار التحميل',
noMatch: 'لايوجد بيانات مطابقة',
noData: 'لايوجد بيانات',
placeholder: 'أختر'
placeholder: 'إختر'
},
cascader: {
noMatch: 'لايوجد بيانات مطابقة',
loading: 'جار التحميل',
placeholder: 'أختر',
placeholder: 'إختر',
noData: 'لايوجد بيانات'
},
pagination: {
Expand All @@ -77,7 +77,7 @@ export default {
pageClassifier: ''
},
messagebox: {
title: 'الرسالة',
title: 'العنوان',
confirm: 'موافق',
cancel: 'إلغاء',
error: 'مدخل غير صحيح'
Expand Down Expand Up @@ -106,10 +106,10 @@ export default {
hasCheckedFormat: '{checked}/{total} مختار'
},
image: {
error: 'FAILED' // to be translated
error: 'فشل'
},
pageHeader: {
title: 'Back' // to be translated
title: 'عودة'
}
}
};

0 comments on commit c2aa4af

Please sign in to comment.