From c951661b58529b194921cdd28b590facae9c4841 Mon Sep 17 00:00:00 2001 From: Hadi F <62212402+hadi-f90@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:15:07 +0330 Subject: [PATCH] Update fa.ts (#1053) Improved translations by using original Farsi words rather than English ones --- src/translations/fa.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/translations/fa.ts b/src/translations/fa.ts index 88f2b3d4..01293fdd 100644 --- a/src/translations/fa.ts +++ b/src/translations/fa.ts @@ -8,18 +8,18 @@ const translation: Translation = { clearEntry: 'پاک کردن ورودی', close: 'بستن', - copy: 'کپی', + copy: 'رونوشت', currentValue: 'مقدار فعلی', hidePassword: 'پنهان کردن رمز', loading: 'بارگذاری', progress: 'پیشرفت', remove: 'حذف', resize: 'تغییر اندازه', - scrollToEnd: 'اسکرول به انتها', - scrollToStart: 'اسکرول به ابتدا', + scrollToEnd: 'پیمایش به انتها', + scrollToStart: 'پیمایش به ابتدا', selectAColorFromTheScreen: 'انتخاب یک رنگ از صفحه نمایش', - showPassword: 'نمایش دادن رمز', - toggleColorFormat: 'تغییر فرمت رنگ' + showPassword: 'نمایش رمز', + toggleColorFormat: 'تغییر قالب رنگ' }; registerTranslation(translation);