2026-01-22 15:17:18 +00:00

35 lines
1001 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* TablePress DataTables language file for "pt_BR".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Nenhum registro encontrado',
'info' => 'Mostrando de _START_ até _END_ de _TOTAL_ registros',
'infoEmpty' => 'Mostrando 0 até 0 de 0 registros',
'infoFiltered' => '(Filtrados de _MAX_ registros)',
'infoPostFix' => '',
'lengthMenu' => '_MENU_ resultados por página',
'loadingRecords' => 'Carregando...',
'processing' => 'Processando...',
'search' => 'Pesquisar',
'zeroRecords' => 'Nenhum registro encontrado',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': Ordenar colunas de forma ascendente',
'sortDescending' => ': Ordenar colunas de forma descendente',
),
'decimal' => ',',
'thousands' => '.',
);