Browse Source

Add missing translations for fa_IR (#40895)

pull/40899/head
Majid Sadr 2 years ago
committed by GitHub
parent
commit
01a6da37a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      components/locale/fa_IR.ts

15
components/locale/fa_IR.ts

@ -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…
Cancel
Save