|
@@ -1,25 +1,28 @@
|
|
|
/**
|
|
/**
|
|
|
-* Bootstrap Table Portuguese Portugal Translation
|
|
|
|
|
-* Author: Burnspirit<burnspirit@gmail.com>
|
|
|
|
|
-*/
|
|
|
|
|
|
|
+ * Bootstrap Table Portuguese Portugal Translation
|
|
|
|
|
+ * Author: Burnspirit<burnspirit@gmail.com>
|
|
|
|
|
+ */
|
|
|
(function ($) {
|
|
(function ($) {
|
|
|
-'use strict';
|
|
|
|
|
-$.fn.bootstrapTable.locales['pt-BR'] = {
|
|
|
|
|
-formatLoadingMessage: function () {
|
|
|
|
|
-return 'A carregar, aguarde...';
|
|
|
|
|
-},
|
|
|
|
|
-formatRecordsPerPage: function (pageNumber) {
|
|
|
|
|
-return pageNumber + ' registos por página';
|
|
|
|
|
-},
|
|
|
|
|
-formatShowingRows: function (pageFrom, pageTo, totalRows) {
|
|
|
|
|
-return 'A mostrar ' + pageFrom + ' até ' + pageTo + ' de ' + totalRows + ' linhas';
|
|
|
|
|
-},
|
|
|
|
|
-formatSearch: function () {
|
|
|
|
|
-return 'Pesquisa';
|
|
|
|
|
-},
|
|
|
|
|
-formatNoMatches: function () {
|
|
|
|
|
-return 'Nenhum registo encontrado';
|
|
|
|
|
-}
|
|
|
|
|
-};
|
|
|
|
|
-$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pt-PT']);
|
|
|
|
|
|
|
+ 'use strict';
|
|
|
|
|
+
|
|
|
|
|
+ $.fn.bootstrapTable.locales['pt-BR'] = {
|
|
|
|
|
+ formatLoadingMessage: function () {
|
|
|
|
|
+ return 'A carregar, aguarde...';
|
|
|
|
|
+ },
|
|
|
|
|
+ formatRecordsPerPage: function (pageNumber) {
|
|
|
|
|
+ return pageNumber + ' registos por página';
|
|
|
|
|
+ },
|
|
|
|
|
+ formatShowingRows: function (pageFrom, pageTo, totalRows) {
|
|
|
|
|
+ return 'A mostrar ' + pageFrom + ' até ' + pageTo + ' de ' + totalRows + ' linhas';
|
|
|
|
|
+ },
|
|
|
|
|
+ formatSearch: function () {
|
|
|
|
|
+ return 'Pesquisa';
|
|
|
|
|
+ },
|
|
|
|
|
+ formatNoMatches: function () {
|
|
|
|
|
+ return 'Nenhum registo encontrado';
|
|
|
|
|
+ }
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pt-PT']);
|
|
|
|
|
+
|
|
|
})(jQuery);
|
|
})(jQuery);
|