Skip to content

Commit

Permalink
Add Arabic Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
malzariey committed Jan 27, 2024
1 parent 755f21b commit 4fec9fc
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions resources/lang/ar/filament-laravel-log.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php

return [
'navigation' => [
'group' => 'النظام',
'label' => 'سجلات النظام',
],

'page' => [
'title' => 'سجل',

'form' => [
'placeholder' => 'اختر أو ابحث عن ملف سجل...',
],
],

'actions' => [
'clear' => [
'label' => 'مسح',

'modal' => [
'heading' => 'مسح السجلات؟',
'description' => 'هل أنت متأكد بأنك تريد مسح جميع السجلات؟',

'actions' => [
'confirm' => 'مسح',
],
],
],

'jumpToStart' => [
'label' => 'القفز إلى البداية',
],

'jumpToEnd' => [
'label' => 'القفز إلى النهاية',
],

'refresh' => [
'label' => 'تحديث',
],
],
];

0 comments on commit 4fec9fc

Please sign in to comment.