Skip to content

Commit

Permalink
Merge pull request #6 from mohamedsabil83/i18n/arabic-translation
Browse files Browse the repository at this point in the history
Add Arabic translations
  • Loading branch information
pxlrbt authored Jul 24, 2023
2 parents 25687da + bc66b54 commit f795c50
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/lang/ar/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

return [
'title' => 'سجل عمليات :record',

'default_datetime_format' => 'Y-m-d, H:i:s',

'table' => [
'field' => 'الحقل',
'old' => 'سابقاً',
'new' => 'حالياً',
],

'events' => [
'updated' => 'تحديث',
'created' => 'إنشاء',
'deleted' => 'حذف',
'restored' => 'استعادة',
],
];

0 comments on commit f795c50

Please sign in to comment.