Initial release
This commit is contained in:
13
resources/lang/vendor/log-viewer/fa/levels.php
vendored
Normal file
13
resources/lang/vendor/log-viewer/fa/levels.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => 'همه',
|
||||
'emergency' => 'اورژانسی',
|
||||
'alert' => 'اخطار',
|
||||
'critical' => 'بحرانی',
|
||||
'error' => 'خطا',
|
||||
'warning' => 'هشدار',
|
||||
'notice' => 'اعلان',
|
||||
'info' => 'اطلاعات',
|
||||
'debug' => 'دیباگ',
|
||||
];
|
||||
Reference in New Issue
Block a user