Initial release
This commit is contained in:
13
resources/lang/vendor/log-viewer/ms/levels.php
vendored
Normal file
13
resources/lang/vendor/log-viewer/ms/levels.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => 'Semua',
|
||||
'emergency' => 'Kecemasan',
|
||||
'alert' => 'Waspada',
|
||||
'critical' => 'Kritikal',
|
||||
'error' => 'Ralat',
|
||||
'warning' => 'Amaran',
|
||||
'notice' => 'Notis',
|
||||
'info' => 'Info',
|
||||
'debug' => 'Debug',
|
||||
];
|
||||
Reference in New Issue
Block a user