From c70178e10565715a6e8e60114bb0a1768567571e Mon Sep 17 00:00:00 2001 From: Majid Sadr <76779095+majidsadr@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:45:24 +0330 Subject: [PATCH] Add missing translations for fa_IR (#40895) --- components/locale/fa_IR.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/components/locale/fa_IR.ts b/components/locale/fa_IR.ts index 91aa0ec5a4dc..7bd2d61f8a87 100644 --- a/components/locale/fa_IR.ts +++ b/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: 'به‌روزرسانی', }, };