mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-13 04:33:30 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/pt_BR/
13 lines
357 B
PHP
13 lines
357 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Tudo",
|
|
'columns' => "Colunas",
|
|
'hide_show_pagination' => "Ocultar/Exibir paginação",
|
|
'loading' => "Carregando, aguarde...",
|
|
'page_from_to' => "Exibindo {0} até {1} de {2} linhas",
|
|
'refresh' => "Recarregar",
|
|
'rows_per_page' => "registros por página",
|
|
'toggle' => "Ocultar/Exibir paginação",
|
|
];
|