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

11 lines
232 B
PHP
Raw Normal View History

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