ソースを参照

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';
         }
     };