Update fa.ts (#1053)

Improved translations by using original Farsi words rather than English ones
This commit is contained in:
Hadi F
2022-12-08 17:15:07 +03:30
committed by GitHub
parent 1c359fbea9
commit c951661b58

View File

@@ -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);