14 lines
339 B
PHP
14 lines
339 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => 'الجميع',
|
|
'emergency' => 'حالات الطوارئ',
|
|
'alert' => 'إنذار',
|
|
'critical' => 'حرج',
|
|
'error' => 'خطأ',
|
|
'warning' => 'تحذير',
|
|
'notice' => 'ملاحظة',
|
|
'info' => 'المعلومات',
|
|
'debug' => 'التصحيح',
|
|
];
|