Skip to content

Instantly share code, notes, and snippets.

@andresmachado
Last active May 16, 2018 22:04
Show Gist options
  • Save andresmachado/02261c227165ada8c9ce09c8d7bbdb1b to your computer and use it in GitHub Desktop.
Save andresmachado/02261c227165ada8c9ce09c8d7bbdb1b to your computer and use it in GitHub Desktop.
dataTable typo fix
{
"sProcessing": "A processar...",
"sLengthMenu": "Mostrar _MENU_ registros",
"sZeroRecords": "Não foram encontrados resultados",
"sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros",
"sInfoEmpty": "Mostrando de 0 até 0 de 0 registeos",
"sInfoFiltered": "(filtrado de _MAX_ registros no total)",
"sInfoPostFix": "",
"sSearch": "Procurar:",
"sUrl": "",
"oPaginate": {
"sFirst": "Primeiro",
"sPrevious": "Anterior",
"sNext": "Seguinte",
"sLast": "Último"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment