mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.pt-BR.js
Normal file
30
jtable/lib/localization/jquery.jtable.pt-BR.js
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue