mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 02:23:44 +08:00
fix: missed translation in ar (#49852)
* fix: missed translation in ar * feat(i18n): add changelog * fix: missed translation in ar * fix: rebase master * fix: remove changelog * Update CHANGELOG.en-US.md Signed-off-by: lijianan <574980606@qq.com> * Update ar_EG.ts Signed-off-by: lijianan <574980606@qq.com> * Update index.test.tsx.snap Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
ebc3a999bd
commit
ef6767d6f2
@ -8,6 +8,27 @@ const locale: PickerLocale = {
|
|||||||
lang: {
|
lang: {
|
||||||
placeholder: 'اختيار التاريخ',
|
placeholder: 'اختيار التاريخ',
|
||||||
rangePlaceholder: ['البداية', 'النهاية'],
|
rangePlaceholder: ['البداية', 'النهاية'],
|
||||||
|
yearFormat: 'YYYY',
|
||||||
|
dateFormat: 'D/M/YYYY',
|
||||||
|
dayFormat: 'D',
|
||||||
|
dateTimeFormat: 'DD/MM/YYYY HH:mm:ss',
|
||||||
|
monthFormat: 'MMMM',
|
||||||
|
monthBeforeYear: true,
|
||||||
|
shortWeekDays: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
||||||
|
shortMonths: [
|
||||||
|
'يناير',
|
||||||
|
'فبراير',
|
||||||
|
'مارس',
|
||||||
|
'إبريل',
|
||||||
|
'مايو',
|
||||||
|
'يونيو',
|
||||||
|
'يوليو',
|
||||||
|
'أغسطس',
|
||||||
|
'سبتمبر',
|
||||||
|
'أكتوبر',
|
||||||
|
'نوفمبر',
|
||||||
|
'ديسمبر',
|
||||||
|
],
|
||||||
...CalendarLocale,
|
...CalendarLocale,
|
||||||
},
|
},
|
||||||
timePickerLocale: {
|
timePickerLocale: {
|
||||||
|
@ -2303,25 +2303,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
س
|
السبت
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ح
|
الأحد
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ن
|
الإثنين
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ث
|
الثلاثاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ر
|
الأربعاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
خ
|
الخميس
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ج
|
الجمعة
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -4530,25 +4530,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
س
|
السبت
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ح
|
الأحد
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ن
|
الإثنين
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ث
|
الثلاثاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ر
|
الأربعاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
خ
|
الخميس
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ج
|
الجمعة
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -5072,25 +5072,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
س
|
السبت
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ح
|
الأحد
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ن
|
الإثنين
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ث
|
الثلاثاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ر
|
الأربعاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
خ
|
الخميس
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ج
|
الجمعة
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -6227,25 +6227,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
س
|
السبت
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ح
|
الأحد
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ن
|
الإثنين
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ث
|
الثلاثاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ر
|
الأربعاء
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
خ
|
الخميس
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ج
|
الجمعة
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user