akaunting/resources/lang/ja-JP/pagination.php
2022-06-04 00:26:44 +00:00

10 lines
218 B
PHP

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