Browse Source

Merge pull request #475 from multiarts/patch-1

Update bootstrap-table-pt-BR.js
文翼 11 years ago
parent
commit
fcd3b60f94
1 changed files with 15 additions and 2 deletions
  1. 15 2
      src/locale/bootstrap-table-pt-BR.js

+ 15 - 2
src/locale/bootstrap-table-pt-BR.js

@@ -1,6 +1,7 @@
 /**
 /**
  * Bootstrap Table Brazilian Portuguese Translation
  * Bootstrap Table Brazilian Portuguese Translation
  * Author: Eduardo Cerqueira<egcerqueira@gmail.com>
  * Author: Eduardo Cerqueira<egcerqueira@gmail.com>
+ * Update: João Mello<jmello@hotmail.com.br>
  */
  */
 (function ($) {
 (function ($) {
     'use strict';
     'use strict';
@@ -15,8 +16,20 @@
         formatShowingRows: function (pageFrom, pageTo, totalRows) {
         formatShowingRows: function (pageFrom, pageTo, totalRows) {
             return 'Exibindo ' + pageFrom + ' até ' + pageTo + ' de ' + totalRows + ' linhas';
             return 'Exibindo ' + pageFrom + ' até ' + pageTo + ' de ' + totalRows + ' linhas';
         },
         },
-        formatSearch: function () {
-            return 'Busca';
+        formatSearch: function () { //De Busca para Pesquisar
+            return 'Pesquisar';
+        },
+        formatRefresh: function () { //add
+            return 'Recarregar';
+        },
+        formatToggle: function () { //add
+            return 'Alternar';
+        },
+        formatColumns: function () { //add
+            return 'Colunas';
+        },
+        formatPaginationSwitch: function () { //add
+            return 'Ocultar/Exibir paginação';
         },
         },
         formatNoMatches: function () {
         formatNoMatches: function () {
             return 'Nenhum registro encontrado';
             return 'Nenhum registro encontrado';