diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 66b690fcc..79c9ad270 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -628,7 +628,7 @@
Unblocked {count, plural, =1 {1 video} other { videos}}.
- تعداد ویدئو از بلوکه خارج شدند.
+ تعداد {count, plural, =1 {یک ویدئو} other {ویدئو }} از بلوکه خارج شدند.src/app/+admin/overview/videos/video-list.component.ts252
@@ -1198,7 +1198,7 @@
Logging into an account lets you publish content
- وارد شدن به حساب ، به شما امکان انتشار محتوا میدهد.
+ وارد شدن به حساب کاربری ، به شما امکان انتشار محتوا میدهد.src/app/+login/login.component.html11
@@ -11041,7 +11041,7 @@
You can't select more than {maxItems, plural, =1 {1 item} other { items}}
- شما مجاز به انتخاب بیش از مورد نمیباشید.
+ شما مجاز به انتخاب بیش از {maxItems, plural, =1 {یک مورد} other { مورد}} نمیباشید.src/app/shared/shared-forms/select/select-checkbox-all.component.ts83
@@ -11486,7 +11486,7 @@
~ {hours, plural, =1 {1 hour} other { hours}}
- ~ ساعت
+ ~ {hours, plural, =1 {یک ساعت} other { ساعت}}src/app/shared/shared-instance/instance-features-table.component.ts80
@@ -11496,7 +11496,7 @@
~ {minutes, plural, =1 {1 minute} other { minutes}}
- ~ دقیقه
+ ~ {minutes, plural, =1 {یک دقیقه} other { دقیقه}}src/app/shared/shared-instance/instance-features-table.component.ts88