-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr-8202' into development
- Loading branch information
Showing
69 changed files
with
2,207 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return[ | ||
'logs' => 'مؤلف', | ||
'system_logs' => 'سجلات النظام', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'logs' => 'Logs', | ||
'logs' => 'Logs', | ||
'system_logs' => 'System logs', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return[ | ||
'storage' => 'تخزين', | ||
'root' => 'جذر', | ||
'system_logs' => 'سجلات النظام', | ||
'default' => 'الافتراضي', | ||
'save' => 'حفظ', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
'container' => 'Container', | ||
'endpoint' => 'End Point', | ||
'url_type' => 'Url Type', | ||
'save' => 'Save', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'sEmptyTable' => 'لا تتوفر بيانات في الجدول', | ||
'sInfo' => 'عرض _START_ إلى _END_ من إجمالي _TOTAL_ إدخال', | ||
'sInfoEmpty' => 'عرض 0 إلى 0 من إجمالي 0 إدخال', | ||
'sInfoFiltered' => '(منتقاة من إجمالي _MAX_ إدخال)', | ||
'sInfoPostFix' => '', | ||
'sInfoThousands' => ',', | ||
'sLengthMenu' => '_MENU_ سجل لكل صفحة', | ||
'sLoadingRecords' => 'جارٍ التحميل...', | ||
'sProcessing' => 'جارٍ المعالجة...', | ||
'sSearch' => 'بحث:', | ||
'sZeroRecords' => 'لم يتم العثور على سجلات مطابقة', | ||
'oPaginate' => [ | ||
'sFirst' => 'الأول', | ||
'sLast' => 'الأخير', | ||
'sNext' => 'التالي', | ||
'sPrevious' => 'السابق', | ||
], | ||
'oAria' => [ | ||
'sSortAscending' => ': تفعيل لفرز العمود تصاعديًا', | ||
'sSortDescending' => ': تفعيل لفرز العمود تنازليًا', | ||
], | ||
]; |
Oops, something went wrong.