akaunting/resources/lang/ko-KR/pagination.php
2019-01-10 12:48:48 +03:00

10 lines
188 B
PHP

<?php
return [
'previous' => '&laquo; 이전',
'next' => '다음 &raquo;',
'showing' => ':type :total 중 :first 보는 중',
];