This commit is contained in:
Cory LaViska
2022-12-08 08:51:03 -05:00
parent 4ca51cf11e
commit b1e48406f3

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