Browse Source

Merge pull request #2365 from ahangarha/improve-Fa-translation

Minor improvement in Persian translation
daniel 4 years ago
parent
commit
ef66bccbb5
1 changed files with 6 additions and 4 deletions
  1. 6 4
      resources/lang/fa/helpcenter.php

+ 6 - 4
resources/lang/fa/helpcenter.php

@@ -12,15 +12,17 @@ return [
 	'hashtags' => 'هشتگ‌ها',
 	'discover' => 'کشف‌کردن',
 	'directMessages' => 'پیام‌های شخصی',
-	'timelines' => 'جدول زمانی',
+	'timelines' => 'خط زمانی',
 	'embed'	=> 'توکار',
 
 	'communityGuidelines' => 'دستورالعمل‌های انجمن',
 	'whatIsTheFediverse' => 'نامتمرکز یعنی چی؟',
-	'controllingVisibility' => 'کنترل بینایی',
+	'controllingVisibility' => 'کنترل نمایش',
 	'blockingAccounts' => 'حساب‌های مسدودشده',
 	'safetyTips' => 'نکات امنیتی',
 	'reportSomething' => 'گزارش چیزی',
-	'dataPolicy' => 'خط مشی داده'
+	'dataPolicy' => 'خط مشی داده',
+	
+	'taggingPeople' => 'برچسب زدن افراد'
 
-];
+];