bootstrap-table-rails 1.17.1 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/bootstrap-table-rails/version.rb +1 -1
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +321 -3
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +10 -2
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +517 -248
- data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +26 -5
- data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +61 -12
- data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +45 -5
- data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +78 -14
- data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +59 -448
- data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +83 -22
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +65 -11
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +3 -2
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +179 -501
- data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +2 -1
- data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +65 -437
- data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +74 -17
- data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +17 -4
- data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +71 -18
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +9 -3
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +9 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57a42e15e689b7b95980f4fa1743a94933668ee5b4f85d99b51747f09924db3d
|
|
4
|
+
data.tar.gz: 69c6c6deaaf3b165492151f5fc1b0008f701431c463e2ba27d19bfc638d684da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8191fe4fd12cead8878fbb44318dc62190deb06a488dc7493fbeced86b550ae5f9078ee6b58c057be10d8a1b1b58dca3dd38344af98558c8cf8075545a9763af
|
|
7
|
+
data.tar.gz: 23206fcf09428d7b8ebef0d87af09643f01884cc3193faf8bc88d4802d43681609dcc115b3a96f42fdd207cb3b7ebb254c6d6a8a112a9908c6c1c4eef77c39f4
|
|
@@ -674,6 +674,12 @@
|
|
|
674
674
|
*/
|
|
675
675
|
|
|
676
676
|
$.fn.bootstrapTable.locales['af-ZA'] = {
|
|
677
|
+
formatCopyRows: function formatCopyRows() {
|
|
678
|
+
return 'Copy Rows';
|
|
679
|
+
},
|
|
680
|
+
formatPrint: function formatPrint() {
|
|
681
|
+
return 'Print';
|
|
682
|
+
},
|
|
677
683
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
678
684
|
return 'Besig om te laai, wag asseblief';
|
|
679
685
|
},
|
|
@@ -774,6 +780,12 @@
|
|
|
774
780
|
*/
|
|
775
781
|
|
|
776
782
|
$.fn.bootstrapTable.locales['ar-SA'] = {
|
|
783
|
+
formatCopyRows: function formatCopyRows() {
|
|
784
|
+
return 'Copy Rows';
|
|
785
|
+
},
|
|
786
|
+
formatPrint: function formatPrint() {
|
|
787
|
+
return 'Print';
|
|
788
|
+
},
|
|
777
789
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
778
790
|
return 'جاري التحميل, يرجى الإنتظار';
|
|
779
791
|
},
|
|
@@ -875,6 +887,12 @@
|
|
|
875
887
|
*/
|
|
876
888
|
|
|
877
889
|
$.fn.bootstrapTable.locales['bg-BG'] = {
|
|
890
|
+
formatCopyRows: function formatCopyRows() {
|
|
891
|
+
return 'Copy Rows';
|
|
892
|
+
},
|
|
893
|
+
formatPrint: function formatPrint() {
|
|
894
|
+
return 'Print';
|
|
895
|
+
},
|
|
878
896
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
879
897
|
return 'Зареждане, моля изчакайте';
|
|
880
898
|
},
|
|
@@ -976,6 +994,12 @@
|
|
|
976
994
|
*/
|
|
977
995
|
|
|
978
996
|
$.fn.bootstrapTable.locales['ca-ES'] = {
|
|
997
|
+
formatCopyRows: function formatCopyRows() {
|
|
998
|
+
return 'Copy Rows';
|
|
999
|
+
},
|
|
1000
|
+
formatPrint: function formatPrint() {
|
|
1001
|
+
return 'Print';
|
|
1002
|
+
},
|
|
979
1003
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
980
1004
|
return 'Espereu, si us plau';
|
|
981
1005
|
},
|
|
@@ -1077,6 +1101,12 @@
|
|
|
1077
1101
|
*/
|
|
1078
1102
|
|
|
1079
1103
|
$.fn.bootstrapTable.locales['cs-CZ'] = {
|
|
1104
|
+
formatCopyRows: function formatCopyRows() {
|
|
1105
|
+
return 'Copy Rows';
|
|
1106
|
+
},
|
|
1107
|
+
formatPrint: function formatPrint() {
|
|
1108
|
+
return 'Print';
|
|
1109
|
+
},
|
|
1080
1110
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1081
1111
|
return 'Čekejte, prosím';
|
|
1082
1112
|
},
|
|
@@ -1177,6 +1207,12 @@
|
|
|
1177
1207
|
*/
|
|
1178
1208
|
|
|
1179
1209
|
$.fn.bootstrapTable.locales['da-DK'] = {
|
|
1210
|
+
formatCopyRows: function formatCopyRows() {
|
|
1211
|
+
return 'Copy Rows';
|
|
1212
|
+
},
|
|
1213
|
+
formatPrint: function formatPrint() {
|
|
1214
|
+
return 'Print';
|
|
1215
|
+
},
|
|
1180
1216
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1181
1217
|
return 'Indlæser, vent venligst';
|
|
1182
1218
|
},
|
|
@@ -1277,6 +1313,12 @@
|
|
|
1277
1313
|
*/
|
|
1278
1314
|
|
|
1279
1315
|
$.fn.bootstrapTable.locales['de-DE'] = {
|
|
1316
|
+
formatCopyRows: function formatCopyRows() {
|
|
1317
|
+
return 'Zeilen kopieren';
|
|
1318
|
+
},
|
|
1319
|
+
formatPrint: function formatPrint() {
|
|
1320
|
+
return 'Drucken';
|
|
1321
|
+
},
|
|
1280
1322
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1281
1323
|
return 'Lade, bitte warten';
|
|
1282
1324
|
},
|
|
@@ -1360,13 +1402,13 @@
|
|
|
1360
1402
|
return 'Schließen';
|
|
1361
1403
|
},
|
|
1362
1404
|
formatFilterControlSwitch: function formatFilterControlSwitch() {
|
|
1363
|
-
return 'Verstecke/Zeige
|
|
1405
|
+
return 'Verstecke/Zeige Filter';
|
|
1364
1406
|
},
|
|
1365
1407
|
formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
|
|
1366
|
-
return 'Verstecke
|
|
1408
|
+
return 'Verstecke Filter';
|
|
1367
1409
|
},
|
|
1368
1410
|
formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
|
|
1369
|
-
return 'Zeige
|
|
1411
|
+
return 'Zeige Filter';
|
|
1370
1412
|
}
|
|
1371
1413
|
};
|
|
1372
1414
|
$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['de-DE']);
|
|
@@ -1377,6 +1419,12 @@
|
|
|
1377
1419
|
*/
|
|
1378
1420
|
|
|
1379
1421
|
$.fn.bootstrapTable.locales['el-GR'] = {
|
|
1422
|
+
formatCopyRows: function formatCopyRows() {
|
|
1423
|
+
return 'Copy Rows';
|
|
1424
|
+
},
|
|
1425
|
+
formatPrint: function formatPrint() {
|
|
1426
|
+
return 'Print';
|
|
1427
|
+
},
|
|
1380
1428
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1381
1429
|
return 'Φορτώνει, παρακαλώ περιμένετε';
|
|
1382
1430
|
},
|
|
@@ -1477,6 +1525,12 @@
|
|
|
1477
1525
|
*/
|
|
1478
1526
|
|
|
1479
1527
|
$.fn.bootstrapTable.locales['en-US'] = {
|
|
1528
|
+
formatCopyRows: function formatCopyRows() {
|
|
1529
|
+
return 'Copy Rows';
|
|
1530
|
+
},
|
|
1531
|
+
formatPrint: function formatPrint() {
|
|
1532
|
+
return 'Print';
|
|
1533
|
+
},
|
|
1480
1534
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1481
1535
|
return 'Loading, please wait';
|
|
1482
1536
|
},
|
|
@@ -1578,6 +1632,12 @@
|
|
|
1578
1632
|
*/
|
|
1579
1633
|
|
|
1580
1634
|
$.fn.bootstrapTable.locales['es-AR'] = {
|
|
1635
|
+
formatCopyRows: function formatCopyRows() {
|
|
1636
|
+
return 'Copy Rows';
|
|
1637
|
+
},
|
|
1638
|
+
formatPrint: function formatPrint() {
|
|
1639
|
+
return 'Print';
|
|
1640
|
+
},
|
|
1581
1641
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1582
1642
|
return 'Cargando, espere por favor';
|
|
1583
1643
|
},
|
|
@@ -1679,6 +1739,12 @@
|
|
|
1679
1739
|
*/
|
|
1680
1740
|
|
|
1681
1741
|
$.fn.bootstrapTable.locales['es-CL'] = {
|
|
1742
|
+
formatCopyRows: function formatCopyRows() {
|
|
1743
|
+
return 'Copy Rows';
|
|
1744
|
+
},
|
|
1745
|
+
formatPrint: function formatPrint() {
|
|
1746
|
+
return 'Print';
|
|
1747
|
+
},
|
|
1682
1748
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1683
1749
|
return 'Cargando, espere por favor';
|
|
1684
1750
|
},
|
|
@@ -1779,6 +1845,12 @@
|
|
|
1779
1845
|
*/
|
|
1780
1846
|
|
|
1781
1847
|
$.fn.bootstrapTable.locales['es-CR'] = {
|
|
1848
|
+
formatCopyRows: function formatCopyRows() {
|
|
1849
|
+
return 'Copy Rows';
|
|
1850
|
+
},
|
|
1851
|
+
formatPrint: function formatPrint() {
|
|
1852
|
+
return 'Print';
|
|
1853
|
+
},
|
|
1782
1854
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1783
1855
|
return 'Cargando, por favor espere';
|
|
1784
1856
|
},
|
|
@@ -1879,6 +1951,12 @@
|
|
|
1879
1951
|
*/
|
|
1880
1952
|
|
|
1881
1953
|
$.fn.bootstrapTable.locales['es-ES'] = {
|
|
1954
|
+
formatCopyRows: function formatCopyRows() {
|
|
1955
|
+
return 'Copy Rows';
|
|
1956
|
+
},
|
|
1957
|
+
formatPrint: function formatPrint() {
|
|
1958
|
+
return 'Print';
|
|
1959
|
+
},
|
|
1882
1960
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1883
1961
|
return 'Por favor espere';
|
|
1884
1962
|
},
|
|
@@ -1981,6 +2059,12 @@
|
|
|
1981
2059
|
*/
|
|
1982
2060
|
|
|
1983
2061
|
$.fn.bootstrapTable.locales['es-MX'] = {
|
|
2062
|
+
formatCopyRows: function formatCopyRows() {
|
|
2063
|
+
return 'Copy Rows';
|
|
2064
|
+
},
|
|
2065
|
+
formatPrint: function formatPrint() {
|
|
2066
|
+
return 'Print';
|
|
2067
|
+
},
|
|
1984
2068
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
1985
2069
|
return 'Cargando, espere por favor';
|
|
1986
2070
|
},
|
|
@@ -2081,6 +2165,12 @@
|
|
|
2081
2165
|
*/
|
|
2082
2166
|
|
|
2083
2167
|
$.fn.bootstrapTable.locales['es-NI'] = {
|
|
2168
|
+
formatCopyRows: function formatCopyRows() {
|
|
2169
|
+
return 'Copy Rows';
|
|
2170
|
+
},
|
|
2171
|
+
formatPrint: function formatPrint() {
|
|
2172
|
+
return 'Print';
|
|
2173
|
+
},
|
|
2084
2174
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2085
2175
|
return 'Cargando, por favor espere';
|
|
2086
2176
|
},
|
|
@@ -2181,6 +2271,12 @@
|
|
|
2181
2271
|
*/
|
|
2182
2272
|
|
|
2183
2273
|
$.fn.bootstrapTable.locales['es-SP'] = {
|
|
2274
|
+
formatCopyRows: function formatCopyRows() {
|
|
2275
|
+
return 'Copy Rows';
|
|
2276
|
+
},
|
|
2277
|
+
formatPrint: function formatPrint() {
|
|
2278
|
+
return 'Print';
|
|
2279
|
+
},
|
|
2184
2280
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2185
2281
|
return 'Cargando, por favor espera';
|
|
2186
2282
|
},
|
|
@@ -2281,6 +2377,12 @@
|
|
|
2281
2377
|
*/
|
|
2282
2378
|
|
|
2283
2379
|
$.fn.bootstrapTable.locales['et-EE'] = {
|
|
2380
|
+
formatCopyRows: function formatCopyRows() {
|
|
2381
|
+
return 'Copy Rows';
|
|
2382
|
+
},
|
|
2383
|
+
formatPrint: function formatPrint() {
|
|
2384
|
+
return 'Print';
|
|
2385
|
+
},
|
|
2284
2386
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2285
2387
|
return 'Päring käib, palun oota';
|
|
2286
2388
|
},
|
|
@@ -2381,6 +2483,12 @@
|
|
|
2381
2483
|
*/
|
|
2382
2484
|
|
|
2383
2485
|
$.fn.bootstrapTable.locales['eu-EU'] = {
|
|
2486
|
+
formatCopyRows: function formatCopyRows() {
|
|
2487
|
+
return 'Copy Rows';
|
|
2488
|
+
},
|
|
2489
|
+
formatPrint: function formatPrint() {
|
|
2490
|
+
return 'Print';
|
|
2491
|
+
},
|
|
2384
2492
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2385
2493
|
return 'Itxaron mesedez';
|
|
2386
2494
|
},
|
|
@@ -2481,6 +2589,12 @@
|
|
|
2481
2589
|
*/
|
|
2482
2590
|
|
|
2483
2591
|
$.fn.bootstrapTable.locales['fa-IR'] = {
|
|
2592
|
+
formatCopyRows: function formatCopyRows() {
|
|
2593
|
+
return 'Copy Rows';
|
|
2594
|
+
},
|
|
2595
|
+
formatPrint: function formatPrint() {
|
|
2596
|
+
return 'Print';
|
|
2597
|
+
},
|
|
2484
2598
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2485
2599
|
return 'در حال بارگذاری, لطفا صبر کنید';
|
|
2486
2600
|
},
|
|
@@ -2581,6 +2695,12 @@
|
|
|
2581
2695
|
*/
|
|
2582
2696
|
|
|
2583
2697
|
$.fn.bootstrapTable.locales['fi-FI'] = {
|
|
2698
|
+
formatCopyRows: function formatCopyRows() {
|
|
2699
|
+
return 'Copy Rows';
|
|
2700
|
+
},
|
|
2701
|
+
formatPrint: function formatPrint() {
|
|
2702
|
+
return 'Print';
|
|
2703
|
+
},
|
|
2584
2704
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2585
2705
|
return 'Ladataan, ole hyvä ja odota';
|
|
2586
2706
|
},
|
|
@@ -2682,6 +2802,12 @@
|
|
|
2682
2802
|
*/
|
|
2683
2803
|
|
|
2684
2804
|
$.fn.bootstrapTable.locales['fr-BE'] = {
|
|
2805
|
+
formatCopyRows: function formatCopyRows() {
|
|
2806
|
+
return 'Copy Rows';
|
|
2807
|
+
},
|
|
2808
|
+
formatPrint: function formatPrint() {
|
|
2809
|
+
return 'Print';
|
|
2810
|
+
},
|
|
2685
2811
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2686
2812
|
return 'Chargement en cours';
|
|
2687
2813
|
},
|
|
@@ -2782,6 +2908,12 @@
|
|
|
2782
2908
|
*/
|
|
2783
2909
|
|
|
2784
2910
|
$.fn.bootstrapTable.locales['fr-CH'] = {
|
|
2911
|
+
formatCopyRows: function formatCopyRows() {
|
|
2912
|
+
return 'Copy Rows';
|
|
2913
|
+
},
|
|
2914
|
+
formatPrint: function formatPrint() {
|
|
2915
|
+
return 'Print';
|
|
2916
|
+
},
|
|
2785
2917
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2786
2918
|
return 'Chargement en cours';
|
|
2787
2919
|
},
|
|
@@ -2884,6 +3016,12 @@
|
|
|
2884
3016
|
*/
|
|
2885
3017
|
|
|
2886
3018
|
$.fn.bootstrapTable.locales['fr-FR'] = {
|
|
3019
|
+
formatCopyRows: function formatCopyRows() {
|
|
3020
|
+
return 'Copy Rows';
|
|
3021
|
+
},
|
|
3022
|
+
formatPrint: function formatPrint() {
|
|
3023
|
+
return 'Print';
|
|
3024
|
+
},
|
|
2887
3025
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2888
3026
|
return 'Chargement en cours';
|
|
2889
3027
|
},
|
|
@@ -2984,6 +3122,12 @@
|
|
|
2984
3122
|
*/
|
|
2985
3123
|
|
|
2986
3124
|
$.fn.bootstrapTable.locales['fr-LU'] = {
|
|
3125
|
+
formatCopyRows: function formatCopyRows() {
|
|
3126
|
+
return 'Copy Rows';
|
|
3127
|
+
},
|
|
3128
|
+
formatPrint: function formatPrint() {
|
|
3129
|
+
return 'Print';
|
|
3130
|
+
},
|
|
2987
3131
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
2988
3132
|
return 'Chargement en cours';
|
|
2989
3133
|
},
|
|
@@ -3084,6 +3228,12 @@
|
|
|
3084
3228
|
*/
|
|
3085
3229
|
|
|
3086
3230
|
$.fn.bootstrapTable.locales['he-IL'] = {
|
|
3231
|
+
formatCopyRows: function formatCopyRows() {
|
|
3232
|
+
return 'Copy Rows';
|
|
3233
|
+
},
|
|
3234
|
+
formatPrint: function formatPrint() {
|
|
3235
|
+
return 'Print';
|
|
3236
|
+
},
|
|
3087
3237
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3088
3238
|
return 'טוען, נא להמתין';
|
|
3089
3239
|
},
|
|
@@ -3185,6 +3335,12 @@
|
|
|
3185
3335
|
*/
|
|
3186
3336
|
|
|
3187
3337
|
$.fn.bootstrapTable.locales['hr-HR'] = {
|
|
3338
|
+
formatCopyRows: function formatCopyRows() {
|
|
3339
|
+
return 'Copy Rows';
|
|
3340
|
+
},
|
|
3341
|
+
formatPrint: function formatPrint() {
|
|
3342
|
+
return 'Print';
|
|
3343
|
+
},
|
|
3188
3344
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3189
3345
|
return 'Molimo pričekajte';
|
|
3190
3346
|
},
|
|
@@ -3285,6 +3441,12 @@
|
|
|
3285
3441
|
*/
|
|
3286
3442
|
|
|
3287
3443
|
$.fn.bootstrapTable.locales['hu-HU'] = {
|
|
3444
|
+
formatCopyRows: function formatCopyRows() {
|
|
3445
|
+
return 'Copy Rows';
|
|
3446
|
+
},
|
|
3447
|
+
formatPrint: function formatPrint() {
|
|
3448
|
+
return 'Print';
|
|
3449
|
+
},
|
|
3288
3450
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3289
3451
|
return 'Betöltés, kérem várjon';
|
|
3290
3452
|
},
|
|
@@ -3385,6 +3547,12 @@
|
|
|
3385
3547
|
*/
|
|
3386
3548
|
|
|
3387
3549
|
$.fn.bootstrapTable.locales['id-ID'] = {
|
|
3550
|
+
formatCopyRows: function formatCopyRows() {
|
|
3551
|
+
return 'Copy Rows';
|
|
3552
|
+
},
|
|
3553
|
+
formatPrint: function formatPrint() {
|
|
3554
|
+
return 'Print';
|
|
3555
|
+
},
|
|
3388
3556
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3389
3557
|
return 'Memuat, mohon tunggu';
|
|
3390
3558
|
},
|
|
@@ -3487,6 +3655,12 @@
|
|
|
3487
3655
|
*/
|
|
3488
3656
|
|
|
3489
3657
|
$.fn.bootstrapTable.locales['it-IT'] = {
|
|
3658
|
+
formatCopyRows: function formatCopyRows() {
|
|
3659
|
+
return 'Copy Rows';
|
|
3660
|
+
},
|
|
3661
|
+
formatPrint: function formatPrint() {
|
|
3662
|
+
return 'Print';
|
|
3663
|
+
},
|
|
3490
3664
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3491
3665
|
return 'Caricamento in corso';
|
|
3492
3666
|
},
|
|
@@ -3587,6 +3761,12 @@
|
|
|
3587
3761
|
*/
|
|
3588
3762
|
|
|
3589
3763
|
$.fn.bootstrapTable.locales['ja-JP'] = {
|
|
3764
|
+
formatCopyRows: function formatCopyRows() {
|
|
3765
|
+
return 'Copy Rows';
|
|
3766
|
+
},
|
|
3767
|
+
formatPrint: function formatPrint() {
|
|
3768
|
+
return 'Print';
|
|
3769
|
+
},
|
|
3590
3770
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3591
3771
|
return '読み込み中です。少々お待ちください。';
|
|
3592
3772
|
},
|
|
@@ -3687,6 +3867,12 @@
|
|
|
3687
3867
|
*/
|
|
3688
3868
|
|
|
3689
3869
|
$.fn.bootstrapTable.locales['ka-GE'] = {
|
|
3870
|
+
formatCopyRows: function formatCopyRows() {
|
|
3871
|
+
return 'Copy Rows';
|
|
3872
|
+
},
|
|
3873
|
+
formatPrint: function formatPrint() {
|
|
3874
|
+
return 'Print';
|
|
3875
|
+
},
|
|
3690
3876
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3691
3877
|
return 'იტვირთება, გთხოვთ მოიცადოთ';
|
|
3692
3878
|
},
|
|
@@ -3787,6 +3973,12 @@
|
|
|
3787
3973
|
*/
|
|
3788
3974
|
|
|
3789
3975
|
$.fn.bootstrapTable.locales['ko-KR'] = {
|
|
3976
|
+
formatCopyRows: function formatCopyRows() {
|
|
3977
|
+
return 'Copy Rows';
|
|
3978
|
+
},
|
|
3979
|
+
formatPrint: function formatPrint() {
|
|
3980
|
+
return 'Print';
|
|
3981
|
+
},
|
|
3790
3982
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3791
3983
|
return '데이터를 불러오는 중입니다';
|
|
3792
3984
|
},
|
|
@@ -3887,6 +4079,12 @@
|
|
|
3887
4079
|
*/
|
|
3888
4080
|
|
|
3889
4081
|
$.fn.bootstrapTable.locales['ms-MY'] = {
|
|
4082
|
+
formatCopyRows: function formatCopyRows() {
|
|
4083
|
+
return 'Copy Rows';
|
|
4084
|
+
},
|
|
4085
|
+
formatPrint: function formatPrint() {
|
|
4086
|
+
return 'Print';
|
|
4087
|
+
},
|
|
3890
4088
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3891
4089
|
return 'Permintaan sedang dimuatkan. Sila tunggu sebentar';
|
|
3892
4090
|
},
|
|
@@ -3987,6 +4185,12 @@
|
|
|
3987
4185
|
*/
|
|
3988
4186
|
|
|
3989
4187
|
$.fn.bootstrapTable.locales['nb-NO'] = {
|
|
4188
|
+
formatCopyRows: function formatCopyRows() {
|
|
4189
|
+
return 'Copy Rows';
|
|
4190
|
+
},
|
|
4191
|
+
formatPrint: function formatPrint() {
|
|
4192
|
+
return 'Print';
|
|
4193
|
+
},
|
|
3990
4194
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
3991
4195
|
return 'Oppdaterer, vennligst vent';
|
|
3992
4196
|
},
|
|
@@ -4087,6 +4291,12 @@
|
|
|
4087
4291
|
*/
|
|
4088
4292
|
|
|
4089
4293
|
$.fn.bootstrapTable.locales['nl-BE'] = {
|
|
4294
|
+
formatCopyRows: function formatCopyRows() {
|
|
4295
|
+
return 'Copy Rows';
|
|
4296
|
+
},
|
|
4297
|
+
formatPrint: function formatPrint() {
|
|
4298
|
+
return 'Print';
|
|
4299
|
+
},
|
|
4090
4300
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4091
4301
|
return 'Laden, even geduld';
|
|
4092
4302
|
},
|
|
@@ -4188,6 +4398,12 @@
|
|
|
4188
4398
|
*/
|
|
4189
4399
|
|
|
4190
4400
|
$.fn.bootstrapTable.locales['nl-NL'] = {
|
|
4401
|
+
formatCopyRows: function formatCopyRows() {
|
|
4402
|
+
return 'Copy Rows';
|
|
4403
|
+
},
|
|
4404
|
+
formatPrint: function formatPrint() {
|
|
4405
|
+
return 'Print';
|
|
4406
|
+
},
|
|
4191
4407
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4192
4408
|
return 'Laden, even geduld';
|
|
4193
4409
|
},
|
|
@@ -4288,6 +4504,12 @@
|
|
|
4288
4504
|
*/
|
|
4289
4505
|
|
|
4290
4506
|
$.fn.bootstrapTable.locales['pl-PL'] = {
|
|
4507
|
+
formatCopyRows: function formatCopyRows() {
|
|
4508
|
+
return 'Copy Rows';
|
|
4509
|
+
},
|
|
4510
|
+
formatPrint: function formatPrint() {
|
|
4511
|
+
return 'Print';
|
|
4512
|
+
},
|
|
4291
4513
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4292
4514
|
return 'Ładowanie, proszę czekać';
|
|
4293
4515
|
},
|
|
@@ -4391,6 +4613,12 @@
|
|
|
4391
4613
|
*/
|
|
4392
4614
|
|
|
4393
4615
|
$.fn.bootstrapTable.locales['pt-BR'] = {
|
|
4616
|
+
formatCopyRows: function formatCopyRows() {
|
|
4617
|
+
return 'Copy Rows';
|
|
4618
|
+
},
|
|
4619
|
+
formatPrint: function formatPrint() {
|
|
4620
|
+
return 'Print';
|
|
4621
|
+
},
|
|
4394
4622
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4395
4623
|
return 'Carregando, aguarde';
|
|
4396
4624
|
},
|
|
@@ -4491,6 +4719,12 @@
|
|
|
4491
4719
|
*/
|
|
4492
4720
|
|
|
4493
4721
|
$.fn.bootstrapTable.locales['pt-PT'] = {
|
|
4722
|
+
formatCopyRows: function formatCopyRows() {
|
|
4723
|
+
return 'Copy Rows';
|
|
4724
|
+
},
|
|
4725
|
+
formatPrint: function formatPrint() {
|
|
4726
|
+
return 'Print';
|
|
4727
|
+
},
|
|
4494
4728
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4495
4729
|
return 'A carregar, por favor aguarde';
|
|
4496
4730
|
},
|
|
@@ -4591,6 +4825,12 @@
|
|
|
4591
4825
|
*/
|
|
4592
4826
|
|
|
4593
4827
|
$.fn.bootstrapTable.locales['ro-RO'] = {
|
|
4828
|
+
formatCopyRows: function formatCopyRows() {
|
|
4829
|
+
return 'Copy Rows';
|
|
4830
|
+
},
|
|
4831
|
+
formatPrint: function formatPrint() {
|
|
4832
|
+
return 'Print';
|
|
4833
|
+
},
|
|
4594
4834
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4595
4835
|
return 'Se incarca, va rugam asteptati';
|
|
4596
4836
|
},
|
|
@@ -4691,6 +4931,12 @@
|
|
|
4691
4931
|
*/
|
|
4692
4932
|
|
|
4693
4933
|
$.fn.bootstrapTable.locales['ru-RU'] = {
|
|
4934
|
+
formatCopyRows: function formatCopyRows() {
|
|
4935
|
+
return 'Copy Rows';
|
|
4936
|
+
},
|
|
4937
|
+
formatPrint: function formatPrint() {
|
|
4938
|
+
return 'Print';
|
|
4939
|
+
},
|
|
4694
4940
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4695
4941
|
return 'Пожалуйста, подождите, идёт загрузка';
|
|
4696
4942
|
},
|
|
@@ -4791,6 +5037,12 @@
|
|
|
4791
5037
|
*/
|
|
4792
5038
|
|
|
4793
5039
|
$.fn.bootstrapTable.locales['sk-SK'] = {
|
|
5040
|
+
formatCopyRows: function formatCopyRows() {
|
|
5041
|
+
return 'Copy Rows';
|
|
5042
|
+
},
|
|
5043
|
+
formatPrint: function formatPrint() {
|
|
5044
|
+
return 'Print';
|
|
5045
|
+
},
|
|
4794
5046
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4795
5047
|
return 'Prosím čakajte';
|
|
4796
5048
|
},
|
|
@@ -4891,6 +5143,12 @@
|
|
|
4891
5143
|
*/
|
|
4892
5144
|
|
|
4893
5145
|
$.fn.bootstrapTable.locales['sr-Cyrl-RS'] = {
|
|
5146
|
+
formatCopyRows: function formatCopyRows() {
|
|
5147
|
+
return 'Copy Rows';
|
|
5148
|
+
},
|
|
5149
|
+
formatPrint: function formatPrint() {
|
|
5150
|
+
return 'Print';
|
|
5151
|
+
},
|
|
4894
5152
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4895
5153
|
return 'Молим сачекај';
|
|
4896
5154
|
},
|
|
@@ -4991,6 +5249,12 @@
|
|
|
4991
5249
|
*/
|
|
4992
5250
|
|
|
4993
5251
|
$.fn.bootstrapTable.locales['sr-Latn-RS'] = {
|
|
5252
|
+
formatCopyRows: function formatCopyRows() {
|
|
5253
|
+
return 'Copy Rows';
|
|
5254
|
+
},
|
|
5255
|
+
formatPrint: function formatPrint() {
|
|
5256
|
+
return 'Print';
|
|
5257
|
+
},
|
|
4994
5258
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
4995
5259
|
return 'Molim sačekaj';
|
|
4996
5260
|
},
|
|
@@ -5091,6 +5355,12 @@
|
|
|
5091
5355
|
*/
|
|
5092
5356
|
|
|
5093
5357
|
$.fn.bootstrapTable.locales['sv-SE'] = {
|
|
5358
|
+
formatCopyRows: function formatCopyRows() {
|
|
5359
|
+
return 'Copy Rows';
|
|
5360
|
+
},
|
|
5361
|
+
formatPrint: function formatPrint() {
|
|
5362
|
+
return 'Print';
|
|
5363
|
+
},
|
|
5094
5364
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5095
5365
|
return 'Laddar, vänligen vänta';
|
|
5096
5366
|
},
|
|
@@ -5191,6 +5461,12 @@
|
|
|
5191
5461
|
*/
|
|
5192
5462
|
|
|
5193
5463
|
$.fn.bootstrapTable.locales['th-TH'] = {
|
|
5464
|
+
formatCopyRows: function formatCopyRows() {
|
|
5465
|
+
return 'Copy Rows';
|
|
5466
|
+
},
|
|
5467
|
+
formatPrint: function formatPrint() {
|
|
5468
|
+
return 'Print';
|
|
5469
|
+
},
|
|
5194
5470
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5195
5471
|
return 'กำลังโหลดข้อมูล, กรุณารอสักครู่';
|
|
5196
5472
|
},
|
|
@@ -5292,6 +5568,12 @@
|
|
|
5292
5568
|
*/
|
|
5293
5569
|
|
|
5294
5570
|
$.fn.bootstrapTable.locales['tr-TR'] = {
|
|
5571
|
+
formatCopyRows: function formatCopyRows() {
|
|
5572
|
+
return 'Copy Rows';
|
|
5573
|
+
},
|
|
5574
|
+
formatPrint: function formatPrint() {
|
|
5575
|
+
return 'Print';
|
|
5576
|
+
},
|
|
5295
5577
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5296
5578
|
return 'Yükleniyor, lütfen bekleyin';
|
|
5297
5579
|
},
|
|
@@ -5392,6 +5674,12 @@
|
|
|
5392
5674
|
*/
|
|
5393
5675
|
|
|
5394
5676
|
$.fn.bootstrapTable.locales['uk-UA'] = {
|
|
5677
|
+
formatCopyRows: function formatCopyRows() {
|
|
5678
|
+
return 'Copy Rows';
|
|
5679
|
+
},
|
|
5680
|
+
formatPrint: function formatPrint() {
|
|
5681
|
+
return 'Print';
|
|
5682
|
+
},
|
|
5395
5683
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5396
5684
|
return 'Завантаження, будь ласка, зачекайте';
|
|
5397
5685
|
},
|
|
@@ -5492,6 +5780,12 @@
|
|
|
5492
5780
|
*/
|
|
5493
5781
|
|
|
5494
5782
|
$.fn.bootstrapTable.locales['ur-PK'] = {
|
|
5783
|
+
formatCopyRows: function formatCopyRows() {
|
|
5784
|
+
return 'Copy Rows';
|
|
5785
|
+
},
|
|
5786
|
+
formatPrint: function formatPrint() {
|
|
5787
|
+
return 'Print';
|
|
5788
|
+
},
|
|
5495
5789
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5496
5790
|
return 'براۓ مہربانی انتظار کیجئے';
|
|
5497
5791
|
},
|
|
@@ -5592,6 +5886,12 @@
|
|
|
5592
5886
|
*/
|
|
5593
5887
|
|
|
5594
5888
|
$.fn.bootstrapTable.locales['uz-Latn-UZ'] = {
|
|
5889
|
+
formatCopyRows: function formatCopyRows() {
|
|
5890
|
+
return 'Copy Rows';
|
|
5891
|
+
},
|
|
5892
|
+
formatPrint: function formatPrint() {
|
|
5893
|
+
return 'Print';
|
|
5894
|
+
},
|
|
5595
5895
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5596
5896
|
return 'Yuklanyapti, iltimos kuting';
|
|
5597
5897
|
},
|
|
@@ -5692,6 +5992,12 @@
|
|
|
5692
5992
|
*/
|
|
5693
5993
|
|
|
5694
5994
|
$.fn.bootstrapTable.locales['vi-VN'] = {
|
|
5995
|
+
formatCopyRows: function formatCopyRows() {
|
|
5996
|
+
return 'Copy Rows';
|
|
5997
|
+
},
|
|
5998
|
+
formatPrint: function formatPrint() {
|
|
5999
|
+
return 'Print';
|
|
6000
|
+
},
|
|
5695
6001
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5696
6002
|
return 'Đang tải';
|
|
5697
6003
|
},
|
|
@@ -5792,6 +6098,12 @@
|
|
|
5792
6098
|
*/
|
|
5793
6099
|
|
|
5794
6100
|
$.fn.bootstrapTable.locales['zh-CN'] = {
|
|
6101
|
+
formatCopyRows: function formatCopyRows() {
|
|
6102
|
+
return 'Copy Rows';
|
|
6103
|
+
},
|
|
6104
|
+
formatPrint: function formatPrint() {
|
|
6105
|
+
return 'Print';
|
|
6106
|
+
},
|
|
5795
6107
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5796
6108
|
return '正在努力地加载数据中,请稍候';
|
|
5797
6109
|
},
|
|
@@ -5892,6 +6204,12 @@
|
|
|
5892
6204
|
*/
|
|
5893
6205
|
|
|
5894
6206
|
$.fn.bootstrapTable.locales['zh-TW'] = {
|
|
6207
|
+
formatCopyRows: function formatCopyRows() {
|
|
6208
|
+
return 'Copy Rows';
|
|
6209
|
+
},
|
|
6210
|
+
formatPrint: function formatPrint() {
|
|
6211
|
+
return 'Print';
|
|
6212
|
+
},
|
|
5895
6213
|
formatLoadingMessage: function formatLoadingMessage() {
|
|
5896
6214
|
return '正在努力地載入資料,請稍候';
|
|
5897
6215
|
},
|