Updating Arabic Translation~

Signed-off-by: El-Badry <mahmoudelbadry1994@gmail.com>
This commit is contained in:
El-Badry 2020-07-08 19:47:53 +02:00
parent a3fc1e11d2
commit e8ad3fd7ea

View File

@ -17,11 +17,11 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Administrative' => '',
'Notify from {appName}. You were added to the group.' => '',
'Notify from {appName}. You were removed from the group.' => '',
'Receive Notifications for administrative events like available updates.' => '',
'There is a new HumHub Version ({version}) available.' => '',
'{displayName} added you to group {groupName}' => '',
'{displayName} removed you from group {groupName}' => '',
'Administrative' => 'إداري',
'Notify from {appName}. You were added to the group.' => 'إخطار من {appName}. تمت إضافتك إلى المجموعة.',
'Notify from {appName}. You were removed from the group.' => 'إخطار من {appName}. تمت إزالتك من المجموعة.',
'Receive Notifications for administrative events like available updates.' => 'تلقي إخطارات الأحداث الإدارية مثل التحديثات المتاحة.',
'There is a new HumHub Version ({version}) available.' => 'يتوفر إصدار HumHub ({version}) جديد.',
'{displayName} added you to group {groupName}' => 'أضافك {displayName} إلى المجموعة {groupName}',
'{displayName} removed you from group {groupName}' => 'أزالك {displayName} من المجموعة {groupName}',
];