Browse Source

New translations web.php (Arabic)
[ci skip]

daniel 3 years ago
parent
commit
2e557e6bba
1 changed files with 14 additions and 14 deletions
  1. 14 14
      resources/lang/ar/web.php

+ 14 - 14
resources/lang/ar/web.php

@@ -138,18 +138,18 @@ return [
 		'abusive' => 'مُسيء أو ضار',
 		'abusive' => 'مُسيء أو ضار',
 		'underageAccount' => 'حِساب دونَ السِّن',
 		'underageAccount' => 'حِساب دونَ السِّن',
 		'copyrightInfringement' => 'انتهاك حقوق',
 		'copyrightInfringement' => 'انتهاك حقوق',
-		'impersonation' => 'Impersonation',
+		'impersonation' => 'انتحال شخصية',
 		'scamOrFraud' => 'Scam or Fraud',
 		'scamOrFraud' => 'Scam or Fraud',
-		'confirmReport' => 'Confirm Report',
-		'confirmReportText' => 'Are you sure you want to report this post?',
-		'reportSent' => 'Report Sent!',
-		'reportSentText' => 'We have successfully received your report.',
+		'confirmReport' => 'تأكيد التقرير',
+		'confirmReportText' => 'هل أنت متأكد من أنك تريد الإبلاغ عن هذا المنشور؟',
+		'reportSent' => 'تم ارسال التقرير!',
+		'reportSentText' => 'لقد تلقينا تقريركم بنجاح.',
 		'reportSentError' => 'There was an issue reporting this post.',
 		'reportSentError' => 'There was an issue reporting this post.',
 
 
-		'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
+		'modAddCWConfirm' => 'هل أنت متأكد من أنك تريد إضافة تحذير محتوى إلى هذا المنشور؟',
 		'modCWSuccess' => 'Successfully added content warning',
 		'modCWSuccess' => 'Successfully added content warning',
-		'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
-		'modRemoveCWSuccess' => 'Successfully removed content warning',
+		'modRemoveCWConfirm' => 'هل أنت متأكد من أنك تريد إزالة تحذير المحتوى على هذا المنشور؟',
+		'modRemoveCWSuccess' => 'تم حذف تحذير المحتوى بنجاح',
 		'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
 		'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
 		'modUnlistSuccess' => 'Successfully unlisted post',
 		'modUnlistSuccess' => 'Successfully unlisted post',
 		'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
 		'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
@@ -159,20 +159,20 @@ return [
 
 
 		'showCaption' => 'إظهار التعليق التوضيحي',
 		'showCaption' => 'إظهار التعليق التوضيحي',
 		'showLikes' => 'إظهار الإعجابات',
 		'showLikes' => 'إظهار الإعجابات',
-		'compactMode' => 'Compact Mode',
-		'embedConfirmText' => 'By using this embed, you agree to our',
+		'compactMode' => 'الوضع المضغوط',
+		'embedConfirmText' => 'باستخدامك هذه الدمج، فإنك توافق على',
 
 
-		'deletePostConfirm' => 'Are you sure you want to delete this post?',
-		'archivePostConfirm' => 'Are you sure you want to archive this post?',
+		'deletePostConfirm' => 'هل أنت متأكد من رغبتك في حذف هذا المنشور؟',
+		'archivePostConfirm' => 'هل أنت متأكد من أنك تريد أرشفة هذا المنشور؟',
 		'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
 		'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
 	],
 	],
 
 
 	'story' => [
 	'story' => [
-		'add' => 'Add Story'
+		'add' => 'أضف قصة'
 	],
 	],
 
 
 	'timeline' => [
 	'timeline' => [
-		'peopleYouMayKnow' => 'People you may know'
+		'peopleYouMayKnow' => 'أشخاص قد تعرفهم'
 	]
 	]
 
 
 ];
 ];