2019-03-25 15:23:26 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'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-12-25 14:32:47 +03:00
|
|
|
|
2019-03-25 15:23:26 +03:00
|
|
|
];
|