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

10 lines
223 B
PHP

<?php
return [
'previous' => 'Sebelumnya',
'next' => 'Berikutnya',
'showing' => ':first-:last of :total records.',
'page' => 'per halaman.',
];