akaunting/resources/lang/id-ID/pagination.php
Cüneyt Şentürk 5b1306cab4 refs #1421
2020-04-22 14:50:30 +03:00

11 lines
224 B
PHP

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