akaunting/resources/lang/ja-JP/pagination.php

10 lines
218 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
2020-02-23 23:12:14 +03:00
'previous' => '戻る',
'next' => '次',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
2019-11-23 21:56:10 +03:00
'page' => 'ページあたり',
2019-03-25 15:23:26 +03:00
];