Merge commit '8997d5b1ff' as 'jtable'

This commit is contained in:
Mark Schouten 2016-08-05 13:20:31 +02:00
commit d90fb0d2a6
155 changed files with 22323 additions and 0 deletions

View file

@ -0,0 +1,30 @@
/*
jTable localization file for 'Portuguese - Brazilian' language.
Authors: Renato Bigliazzi, Paulo Soriano
*/
(function ($) {
$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'Erro durante comunicação com o servidor.',
loadingMessage: 'Carregando registros...',
noDataAvailable: 'Nenhum dado disponível!',
addNewRecord: 'Adicionar novo registro',
editRecord: 'Editar registro',
areYouSure: 'Você tem certeza?',
deleteConfirmation: 'Este registro será excluído. Você tem certeza?',
save: 'Salvar',
saving: 'Salvando...',
cancel: 'Cancelar',
deleteText: 'Excluir',
deleting: 'Excluindo...',
error: 'Erro',
close: 'Fechar',
cannotLoadOptionsFor: 'Não foi possível carregar opções para o campo {0}!',
pagingInfo: 'Exibindo {0}-{1} de {2}',
canNotDeletedRecords: 'Não foi possível excluir registro(s) {0} de {1}!',
deleteProggress: 'Excluindo {0} de {1} registros, processando...',
pageSizeChangeLabel: 'Linhas',
gotoPageLabel: 'Ir para página'
});
})(jQuery);