akaunting/resources/lang/pt-BR/pagination.php

10 lines
224 B
PHP
Raw Normal View History

2017-09-21 09:55:58 +03:00
<?php
return [
2020-02-05 13:43:29 +03:00
'previous' => 'Anterior',
'next' => 'Próximo',
'showing' => ':first-:last de :total de registros.',
2019-11-27 16:29:19 +03:00
'page' => 'por página.',
2017-09-21 09:55:58 +03:00
];