浏览代码

added missing formatExport and ClearFilters

ruip27 8 年之前
父节点
当前提交
8424f4fb8b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/locale/bootstrap-table-pt-BR.js

+ 6 - 0
src/locale/bootstrap-table-pt-BR.js

@@ -33,6 +33,12 @@
         },
         formatNoMatches: function () {
             return 'Nenhum registro encontrado';
+        },
+        formatExport: function () {
+            return 'Exportar dados';
+        },
+        formatClearFilters: function () {
+            return 'Remover filtros';
         }
     };