mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
31 lines
927 B
Plaintext
31 lines
927 B
Plaintext
|
/**
|
||
|
* Portuguese Brasil translation
|
||
|
* @name Portuguese Brasil
|
||
|
* @anchor Portuguese Brasil
|
||
|
* @author Julio Cesar Viana Palma
|
||
|
*/
|
||
|
|
||
|
{
|
||
|
"sEmptyTable": "Nenhum registro encontrado",
|
||
|
"sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros",
|
||
|
"sInfoEmpty": "Mostrando 0 até 0 de 0 registros",
|
||
|
"sInfoFiltered": "(Filtrados de _MAX_ registros)",
|
||
|
"sInfoPostFix": "",
|
||
|
"sInfoThousands": ".",
|
||
|
"sLengthMenu": "_MENU_ resultados por página",
|
||
|
"sLoadingRecords": "Carregando...",
|
||
|
"sProcessing": "Processando...",
|
||
|
"sZeroRecords": "Nenhum registro encontrado",
|
||
|
"sSearch": "Pesquisar",
|
||
|
"oPaginate": {
|
||
|
"sNext": "Próximo",
|
||
|
"sPrevious": "Anterior",
|
||
|
"sFirst": "Primeiro",
|
||
|
"sLast": "Último"
|
||
|
},
|
||
|
"oAria": {
|
||
|
"sSortAscending": ": Ordenar colunas de forma ascendente",
|
||
|
"sSortDescending": ": Ordenar colunas de forma descendente"
|
||
|
}
|
||
|
}
|