akaunting/resources/lang/ja-JP/pagination.php
2020-02-23 23:12:14 +03:00

11 lines
219 B
PHP

<?php
return [
'previous' => '戻る',
'next' => '次',
'showing' => ':first-:last of :total records.',
'page' => 'ページあたり',
];