akaunting/resources/lang/ko-KR/pagination.php

10 lines
188 B
PHP
Raw Normal View History

2019-01-10 12:48:48 +03:00
<?php
return [
'previous' => '&laquo; 이전',
'next' => '다음 &raquo;',
'showing' => ':type :total 중 :first 보는 중',
];