summaryrefslogtreecommitdiffstats
path: root/lib/localization/jquery.jtable.pt-BR.js
blob: c4e1f21b3e1246a8193854ed88c1a694e3dbd7df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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);