akaunting/resources/lang/id-ID/pagination.php
2020-04-18 18:59:36 +03:00

11 lines
224 B
PHP

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