浏览代码

Run grunt.

zhixin 11 年之前
父节点
当前提交
be3aded468

文件差异内容过多而无法显示
+ 8 - 0
dist/bootstrap-table.min.css


文件差异内容过多而无法显示
+ 7 - 0
dist/bootstrap-table.min.js


+ 7 - 0
dist/locale/bootstrap-table-da-DK.js

@@ -0,0 +1,7 @@
+/*
+* bootstrap-table - v1.1.3 - 2014-08-11
+* https://github.com/wenzhixin/bootstrap-table
+* Copyright (c) 2014 zhixin wen
+* Licensed MIT License
+*/
+!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Indlæser, vent venligst…"},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"}})}(jQuery);

+ 7 - 0
dist/locale/bootstrap-table-en.js

@@ -0,0 +1,7 @@
+/*
+* bootstrap-table - v1.1.3 - 2014-08-11
+* https://github.com/wenzhixin/bootstrap-table
+* Copyright (c) 2014 zhixin wen
+* Licensed MIT License
+*/
+!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Loading, please wait…"},formatRecordsPerPage:function(a){return a+" records per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"}})}(jQuery);

+ 7 - 0
dist/locale/bootstrap-table-pt-BR.js

@@ -0,0 +1,7 @@
+/*
+* bootstrap-table - v1.1.3 - 2014-08-11
+* https://github.com/wenzhixin/bootstrap-table
+* Copyright (c) 2014 zhixin wen
+* Licensed MIT License
+*/
+!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Carregando, aguarde…"},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Exibindo "+a+" até "+b+" de "+c+" linhas"},formatSearch:function(){return"Busca"},formatNoMatches:function(){return"Nenhum registro encontrado"}})}(jQuery);

+ 7 - 0
dist/locale/bootstrap-table-zh-CN.js

@@ -0,0 +1,7 @@
+/*
+* bootstrap-table - v1.1.3 - 2014-08-11
+* https://github.com/wenzhixin/bootstrap-table
+* Copyright (c) 2014 zhixin wen
+* Licensed MIT License
+*/
+!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候……"},formatRecordsPerPage:function(a){return"每页显示 "+a+" 条记录"},formatShowingRows:function(a,b,c){return"显示第 "+a+" 到第 "+b+" 条记录,总共 "+c+" 条记录"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"}})}(jQuery);

+ 7 - 0
dist/locale/bootstrap-table-zh-TW.js

@@ -0,0 +1,7 @@
+/*
+* bootstrap-table - v1.1.3 - 2014-08-11
+* https://github.com/wenzhixin/bootstrap-table
+* Copyright (c) 2014 zhixin wen
+* Licensed MIT License
+*/
+!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"正在努力地加載數據中,請稍候……"},formatRecordsPerPage:function(a){return"每頁顯示 "+a+" 條記錄"},formatShowingRows:function(a,b,c){return"顯示第 "+a+" 到第 "+b+" 條記錄,總共 "+c+" 條記錄"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"沒有找到匹配的記錄"}})}(jQuery);