Skip to content

Commit

Permalink
Add missing translations for fa_IR (ant-design#40895)
Browse files Browse the repository at this point in the history
  • Loading branch information
majidsadr authored and destimon committed Feb 27, 2023
1 parent 7f2cb09 commit 432d4cb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions components/locale/fa_IR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,25 @@ const localeValues: Locale = {
filterConfirm: 'تایید',
filterReset: 'پاک کردن',
filterEmptyText: 'بدون فیلتر',
filterCheckall: 'انتخاب همه‌ی موارد',
filterSearchPlaceholder: 'جستجو در فیلترها',
emptyText: 'بدون داده',
selectAll: 'انتخاب صفحه‌ی کنونی',
selectInvert: 'معکوس کردن انتخاب‌ها در صفحه ی کنونی',
selectNone: 'انتخاب هیچکدام',
selectionAll: 'انتخاب همه داده‌ها',
selectionAll: 'انتخاب همه‌ی داده‌ها',
sortTitle: 'مرتب سازی',
expand: 'باز شدن ردیف',
collapse: 'بستن ردیف',
triggerDesc: 'ترتیب نزولی',
triggerAsc: 'ترتیب صعودی',
cancelSort: 'لغوِ ترتیبِ داده شده',
},
Tour: {
Next: 'بعدی',
Previous: 'قبلی',
Finish: 'پایان',
},
Modal: {
okText: 'تایید',
cancelText: 'لغو',
Expand Down Expand Up @@ -127,7 +134,11 @@ const localeValues: Locale = {
},
},
Image: {
preview: 'نمایش',
preview: 'پیش‌نمایش',
},
QRCode: {
expired: 'QR Code منقضی شذد',
refresh: 'به‌روزرسانی',
},
};

Expand Down

0 comments on commit 432d4cb

Please sign in to comment.