Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing translations for fa_IR locale #40895

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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