Updating Arabic Translation~

Signed-off-by: El-Badry <mahmoudelbadry1994@gmail.com>
This commit is contained in:
El-Badry 2020-07-08 20:19:26 +02:00
parent adf77440d7
commit f4badf8678

View File

@ -1,12 +1,12 @@
<?php
return array (
'New Content' => '',
'Receive Notifications for new content you follow.' => '',
'View Online' => '',
'{displayName} created {contentTitle}.' => '',
'{displayName} posted on your profile {contentTitle}.' => '',
'{originator} just wrote {contentInfo}' => '',
'{originator} just wrote {contentInfo} in space {space}' => '',
'{originator} notifies you about {contentInfo}' => '',
'{originator} notifies you about {contentInfo} in {space}' => '',
'New Content' => 'محتوى جديد',
'Receive Notifications for new content you follow.' => 'تلقي الإخطارات للمحتوى الجديد الذي تتابعه.',
'View Online' => 'مشاهدة حية',
'{displayName} created {contentTitle}.' => 'قام {displayName} بإنشاء {contentTitle}.',
'{displayName} posted on your profile {contentTitle}.' => 'نشر {displayName} في ملفك الشخصي {contentTitle}.',
'{originator} just wrote {contentInfo}' => '{originator} كتب {contentInfo} للتو',
'{originator} just wrote {contentInfo} in space {space}' => '{originator} كتب للتو {contentInfo} في الفضاء {space}',
'{originator} notifies you about {contentInfo}' => 'يبلغك {Originator} عن {contentInfo}',
'{originator} notifies you about {contentInfo} in {space}' => 'يبلغك {originator} عن {contentInfo} في {space}',
);