Skip to content

Commit

Permalink
fix(module:i18n): added property missing in Arabic (#4165)
Browse files Browse the repository at this point in the history
* fixed missing arabic properites

* fix(module:i18n): added property missing in ar_EG
  • Loading branch information
Abdullah700 authored and Wendell committed Sep 20, 2019
1 parent b276c23 commit 36a5ebb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions components/i18n/languages/ar_EG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/

import Calendar from './calendar/ar_EG';
import DatePicker from './date-picker/ar_EG';
import Pagination from './pagination/ar_EG';
Expand All @@ -17,12 +16,16 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'يرجى اختيار'
},
Table: {
filterTitle: 'الفلاتر',
filterConfirm: 'تأكيد',
filterReset: 'إعادة ضبط',
selectAll: 'اختيار الكل',
selectInvert: 'إلغاء الاختيار'
selectInvert: 'إلغاء الاختيار',
sortTitle: 'فرز'
},
Modal: {
okText: 'تأكيد',
Expand All @@ -46,5 +49,17 @@ export default {
},
Empty: {
description: 'لا توجد بيانات'
},
Icon: {
icon: 'أيقونة'
},
Text: {
edit: 'تعديل',
copy: 'نسخ',
copied: 'نسخ النجاح',
expand: 'مدد'
},
PageHeader: {
back: 'خلف'
}
};

0 comments on commit 36a5ebb

Please sign in to comment.