mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
New translations web.php (Arabic)
[ci skip]
This commit is contained in:
parent
7857fd7091
commit
2e557e6bba
1 changed files with 14 additions and 14 deletions
|
@ -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',
|
'confirmReport' => 'تأكيد التقرير',
|
||||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
'confirmReportText' => 'هل أنت متأكد من أنك تريد الإبلاغ عن هذا المنشور؟',
|
||||||
'reportSent' => 'Report Sent!',
|
'reportSent' => 'تم ارسال التقرير!',
|
||||||
'reportSentText' => 'We have successfully received your report.',
|
'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?',
|
'modRemoveCWConfirm' => 'هل أنت متأكد من أنك تريد إزالة تحذير المحتوى على هذا المنشور؟',
|
||||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
'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',
|
'compactMode' => 'الوضع المضغوط',
|
||||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
'embedConfirmText' => 'باستخدامك هذه الدمج، فإنك توافق على',
|
||||||
|
|
||||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
'deletePostConfirm' => 'هل أنت متأكد من رغبتك في حذف هذا المنشور؟',
|
||||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
'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' => 'أشخاص قد تعرفهم'
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue