mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Add missing translations for fa_IR (#40895)
This commit is contained in:
parent
a89d0f4861
commit
01a6da37a9
@ -21,11 +21,13 @@ const localeValues: Locale = {
|
||||
filterConfirm: 'تایید',
|
||||
filterReset: 'پاک کردن',
|
||||
filterEmptyText: 'بدون فیلتر',
|
||||
filterCheckall: 'انتخاب همهی موارد',
|
||||
filterSearchPlaceholder: 'جستجو در فیلترها',
|
||||
emptyText: 'بدون داده',
|
||||
selectAll: 'انتخاب صفحهی کنونی',
|
||||
selectInvert: 'معکوس کردن انتخابها در صفحه ی کنونی',
|
||||
selectNone: 'انتخاب هیچکدام',
|
||||
selectionAll: 'انتخاب همه دادهها',
|
||||
selectionAll: 'انتخاب همهی دادهها',
|
||||
sortTitle: 'مرتب سازی',
|
||||
expand: 'باز شدن ردیف',
|
||||
collapse: 'بستن ردیف',
|
||||
@ -33,6 +35,11 @@ const localeValues: Locale = {
|
||||
triggerAsc: 'ترتیب صعودی',
|
||||
cancelSort: 'لغوِ ترتیبِ داده شده',
|
||||
},
|
||||
Tour: {
|
||||
Next: 'بعدی',
|
||||
Previous: 'قبلی',
|
||||
Finish: 'پایان',
|
||||
},
|
||||
Modal: {
|
||||
okText: 'تایید',
|
||||
cancelText: 'لغو',
|
||||
@ -127,7 +134,11 @@ const localeValues: Locale = {
|
||||
},
|
||||
},
|
||||
Image: {
|
||||
preview: 'نمایش',
|
||||
preview: 'پیشنمایش',
|
||||
},
|
||||
QRCode: {
|
||||
expired: 'QR Code منقضی شذد',
|
||||
refresh: 'بهروزرسانی',
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user