8 lines
126 B
PHP
8 lines
126 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => '전체',
|
|
'date' => '날짜',
|
|
'empty-logs' => '로그가 없습니다.',
|
|
];
|