levels.php 283 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php return [ 'all' => '전체', 'emergency' => '긴급', 'alert' => '경고', 'critical' => '심각', 'error' => '오류', 'warning' => '주의', 'notice' => '알림', 'info' => '정보', 'debug' => '디버그', ];