bootstrap-table-rails 1.16.0 → 1.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +142 -33
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +1017 -129
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +7 -1
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +7 -1
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +18 -8
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +1055 -457
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +58 -13
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +64 -14
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1040 -241
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +84 -17
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1198 -0
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +1 -1
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1054 -209
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +110 -31
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +928 -726
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/{cell-input/bootstrap-table-cell-input.js → filter-control/utils.js} +1152 -1028
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +52 -1
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +3 -2
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +196 -523
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +1 -1
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +3 -2
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +6 -8
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +122 -470
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +27 -4
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +9 -10
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +267 -35
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +17 -6
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +6 -3
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +1 -1
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +21 -7
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +120 -28
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +14 -1
  35. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +17 -2
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +17 -2
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +777 -0
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +17 -2
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +17 -2
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +17 -2
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +18 -3
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +17 -2
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +17 -2
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +16 -1
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +33 -18
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +16 -1
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +31 -16
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +16 -1
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +16 -1
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +16 -1
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +17 -2
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +17 -2
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +17 -2
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +17 -2
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +16 -1
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +16 -1
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +25 -10
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +16 -1
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +17 -2
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +17 -2
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +17 -2
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +17 -2
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +32 -17
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +17 -2
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +17 -2
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +17 -2
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +17 -2
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +17 -2
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +17 -2
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +17 -2
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +35 -19
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +19 -3
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +17 -2
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +17 -2
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +17 -2
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +31 -16
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +17 -2
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +16 -1
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +17 -2
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +17 -2
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +17 -2
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +17 -2
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +17 -2
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +17 -2
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +17 -2
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +17 -2
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +16 -1
  88. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +781 -0
  89. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1049 -0
  90. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.svg +28 -0
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +17 -7
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +55 -3
  96. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +22 -7
  97. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +63 -5
  98. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +22 -7
  99. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +63 -5
  100. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +17 -7
  101. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +54 -2
  102. metadata +10 -4
  103. data/vendor/assets/javascripts/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js +0 -2647
  104. data/vendor/assets/javascripts/bootstrap-table/extensions/cell-input/bootstrap-table-cell-input.css +0 -12
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: Phillip Kruger <phillip.kruger@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['af-ZA'] = {
676
+ $.fn.bootstrapTable.locales['af-ZA'] = $.fn.bootstrapTable.locales['af'] = {
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
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['af-ZA']);
@@ -764,7 +779,13 @@
764
779
  * Author: Zhixin Wen<wenzhixin2010@gmail.com>
765
780
  */
766
781
 
767
- $.fn.bootstrapTable.locales['ar-SA'] = {
782
+ $.fn.bootstrapTable.locales['ar-SA'] = $.fn.bootstrapTable.locales['ar'] = {
783
+ formatCopyRows: function formatCopyRows() {
784
+ return 'Copy Rows';
785
+ },
786
+ formatPrint: function formatPrint() {
787
+ return 'Print';
788
+ },
768
789
  formatLoadingMessage: function formatLoadingMessage() {
769
790
  return 'جاري التحميل, يرجى الإنتظار';
770
791
  },
@@ -847,17 +868,138 @@
847
868
  },
848
869
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
849
870
  return 'Close';
871
+ },
872
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
873
+ return 'Hide/Show controls';
874
+ },
875
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
876
+ return 'Hide controls';
877
+ },
878
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
879
+ return 'Show controls';
850
880
  }
851
881
  };
852
882
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ar-SA']);
853
883
 
884
+ /**
885
+ * Bootstrap Table English translation
886
+ * Author: Mikhail Kalatchev <kalatchev[at]gmail.com>
887
+ */
888
+
889
+ $.fn.bootstrapTable.locales['bg-BG'] = $.fn.bootstrapTable.locales['bg'] = {
890
+ formatCopyRows: function formatCopyRows() {
891
+ return 'Copy Rows';
892
+ },
893
+ formatPrint: function formatPrint() {
894
+ return 'Print';
895
+ },
896
+ formatLoadingMessage: function formatLoadingMessage() {
897
+ return 'Зареждане, моля изчакайте';
898
+ },
899
+ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
900
+ return "".concat(pageNumber, " \u0440\u0435\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430");
901
+ },
902
+ formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
903
+ if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
904
+ return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u043E\u0442 ".concat(pageFrom, " \u0434\u043E ").concat(pageTo, " \u043E\u0442 ").concat(totalRows, " \u0440\u0435\u0434\u0430 (\u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0438 \u043E\u0442 \u043E\u0431\u0449\u043E ").concat(totalNotFiltered, " \u0440\u0435\u0434\u0430)");
905
+ }
906
+
907
+ return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u043E\u0442 ".concat(pageFrom, " \u0434\u043E ").concat(pageTo, " \u043E\u0442 \u043E\u0431\u0449\u043E ").concat(totalRows, " \u0440\u0435\u0434\u0430");
908
+ },
909
+ formatSRPaginationPreText: function formatSRPaginationPreText() {
910
+ return 'предишна страница';
911
+ },
912
+ formatSRPaginationPageText: function formatSRPaginationPageText(page) {
913
+ return "\u0434\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ".concat(page);
914
+ },
915
+ formatSRPaginationNextText: function formatSRPaginationNextText() {
916
+ return 'следваща страница';
917
+ },
918
+ formatDetailPagination: function formatDetailPagination(totalRows) {
919
+ return "\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 ".concat(totalRows, " \u0440\u0435\u0434\u0430");
920
+ },
921
+ formatClearSearch: function formatClearSearch() {
922
+ return 'Изчистване на търсенето';
923
+ },
924
+ formatSearch: function formatSearch() {
925
+ return 'Търсене';
926
+ },
927
+ formatNoMatches: function formatNoMatches() {
928
+ return 'Не са намерени съвпадащи записи';
929
+ },
930
+ formatPaginationSwitch: function formatPaginationSwitch() {
931
+ return 'Скриване/Показване на странициране';
932
+ },
933
+ formatPaginationSwitchDown: function formatPaginationSwitchDown() {
934
+ return 'Показване на странициране';
935
+ },
936
+ formatPaginationSwitchUp: function formatPaginationSwitchUp() {
937
+ return 'Скриване на странициране';
938
+ },
939
+ formatRefresh: function formatRefresh() {
940
+ return 'Обновяване';
941
+ },
942
+ formatToggle: function formatToggle() {
943
+ return 'Превключване';
944
+ },
945
+ formatToggleOn: function formatToggleOn() {
946
+ return 'Показване на изглед карта';
947
+ },
948
+ formatToggleOff: function formatToggleOff() {
949
+ return 'Скриване на изглед карта';
950
+ },
951
+ formatColumns: function formatColumns() {
952
+ return 'Колони';
953
+ },
954
+ formatColumnsToggleAll: function formatColumnsToggleAll() {
955
+ return 'Превключване на всички';
956
+ },
957
+ formatFullscreen: function formatFullscreen() {
958
+ return 'Цял екран';
959
+ },
960
+ formatAllRows: function formatAllRows() {
961
+ return 'Всички';
962
+ },
963
+ formatAutoRefresh: function formatAutoRefresh() {
964
+ return 'Автоматично обновяване';
965
+ },
966
+ formatExport: function formatExport() {
967
+ return 'Експорт на данни';
968
+ },
969
+ formatJumpTo: function formatJumpTo() {
970
+ return 'ОТИДИ';
971
+ },
972
+ formatAdvancedSearch: function formatAdvancedSearch() {
973
+ return 'Разширено търсене';
974
+ },
975
+ formatAdvancedCloseButton: function formatAdvancedCloseButton() {
976
+ return 'Затваряне';
977
+ },
978
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
979
+ return 'Hide/Show controls';
980
+ },
981
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
982
+ return 'Hide controls';
983
+ },
984
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
985
+ return 'Show controls';
986
+ }
987
+ };
988
+ $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['bg-BG']);
989
+
854
990
  /**
855
991
  * Bootstrap Table Catalan translation
856
992
  * Authors: Marc Pina<iwalkalone69@gmail.com>
857
993
  * Claudi Martinez<claudix.kernel@gmail.com>
858
994
  */
859
995
 
860
- $.fn.bootstrapTable.locales['ca-ES'] = {
996
+ $.fn.bootstrapTable.locales['ca-ES'] = $.fn.bootstrapTable.locales['ca'] = {
997
+ formatCopyRows: function formatCopyRows() {
998
+ return 'Copy Rows';
999
+ },
1000
+ formatPrint: function formatPrint() {
1001
+ return 'Print';
1002
+ },
861
1003
  formatLoadingMessage: function formatLoadingMessage() {
862
1004
  return 'Espereu, si us plau';
863
1005
  },
@@ -939,6 +1081,15 @@
939
1081
  },
940
1082
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
941
1083
  return 'Close';
1084
+ },
1085
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1086
+ return 'Hide/Show controls';
1087
+ },
1088
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1089
+ return 'Hide controls';
1090
+ },
1091
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1092
+ return 'Show controls';
942
1093
  }
943
1094
  };
944
1095
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ca-ES']);
@@ -949,7 +1100,13 @@
949
1100
  * Author: Jakub Svestka <svestka1999@gmail.com>
950
1101
  */
951
1102
 
952
- $.fn.bootstrapTable.locales['cs-CZ'] = {
1103
+ $.fn.bootstrapTable.locales['cs-CZ'] = $.fn.bootstrapTable.locales['cs'] = {
1104
+ formatCopyRows: function formatCopyRows() {
1105
+ return 'Copy Rows';
1106
+ },
1107
+ formatPrint: function formatPrint() {
1108
+ return 'Print';
1109
+ },
953
1110
  formatLoadingMessage: function formatLoadingMessage() {
954
1111
  return 'Čekejte, prosím';
955
1112
  },
@@ -1031,6 +1188,15 @@
1031
1188
  },
1032
1189
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1033
1190
  return 'Close';
1191
+ },
1192
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1193
+ return 'Hide/Show controls';
1194
+ },
1195
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1196
+ return 'Hide controls';
1197
+ },
1198
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1199
+ return 'Show controls';
1034
1200
  }
1035
1201
  };
1036
1202
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['cs-CZ']);
@@ -1040,7 +1206,13 @@
1040
1206
  * Author: Your Name Jan Borup Coyle, github@coyle.dk
1041
1207
  */
1042
1208
 
1043
- $.fn.bootstrapTable.locales['da-DK'] = {
1209
+ $.fn.bootstrapTable.locales['da-DK'] = $.fn.bootstrapTable.locales['da'] = {
1210
+ formatCopyRows: function formatCopyRows() {
1211
+ return 'Copy Rows';
1212
+ },
1213
+ formatPrint: function formatPrint() {
1214
+ return 'Print';
1215
+ },
1044
1216
  formatLoadingMessage: function formatLoadingMessage() {
1045
1217
  return 'Indlæser, vent venligst';
1046
1218
  },
@@ -1122,6 +1294,15 @@
1122
1294
  },
1123
1295
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1124
1296
  return 'Close';
1297
+ },
1298
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1299
+ return 'Hide/Show controls';
1300
+ },
1301
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1302
+ return 'Hide controls';
1303
+ },
1304
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1305
+ return 'Show controls';
1125
1306
  }
1126
1307
  };
1127
1308
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['da-DK']);
@@ -1131,7 +1312,13 @@
1131
1312
  * Author: Paul Mohr - Sopamo<p.mohr@sopamo.de>
1132
1313
  */
1133
1314
 
1134
- $.fn.bootstrapTable.locales['de-DE'] = {
1315
+ $.fn.bootstrapTable.locales['de-DE'] = $.fn.bootstrapTable.locales['de'] = {
1316
+ formatCopyRows: function formatCopyRows() {
1317
+ return 'Zeilen kopieren';
1318
+ },
1319
+ formatPrint: function formatPrint() {
1320
+ return 'Drucken';
1321
+ },
1135
1322
  formatLoadingMessage: function formatLoadingMessage() {
1136
1323
  return 'Lade, bitte warten';
1137
1324
  },
@@ -1206,13 +1393,22 @@
1206
1393
  return 'Datenexport';
1207
1394
  },
1208
1395
  formatJumpTo: function formatJumpTo() {
1209
- return 'GO';
1396
+ return 'Springen';
1210
1397
  },
1211
1398
  formatAdvancedSearch: function formatAdvancedSearch() {
1212
1399
  return 'Erweiterte Suche';
1213
1400
  },
1214
1401
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1215
1402
  return 'Schließen';
1403
+ },
1404
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1405
+ return 'Verstecke/Zeige Filter';
1406
+ },
1407
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1408
+ return 'Verstecke Filter';
1409
+ },
1410
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1411
+ return 'Zeige Filter';
1216
1412
  }
1217
1413
  };
1218
1414
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['de-DE']);
@@ -1222,7 +1418,13 @@
1222
1418
  * Author: giannisdallas
1223
1419
  */
1224
1420
 
1225
- $.fn.bootstrapTable.locales['el-GR'] = {
1421
+ $.fn.bootstrapTable.locales['el-GR'] = $.fn.bootstrapTable.locales['el'] = {
1422
+ formatCopyRows: function formatCopyRows() {
1423
+ return 'Copy Rows';
1424
+ },
1425
+ formatPrint: function formatPrint() {
1426
+ return 'Print';
1427
+ },
1226
1428
  formatLoadingMessage: function formatLoadingMessage() {
1227
1429
  return 'Φορτώνει, παρακαλώ περιμένετε';
1228
1430
  },
@@ -1304,6 +1506,15 @@
1304
1506
  },
1305
1507
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1306
1508
  return 'Close';
1509
+ },
1510
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1511
+ return 'Hide/Show controls';
1512
+ },
1513
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1514
+ return 'Hide controls';
1515
+ },
1516
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1517
+ return 'Show controls';
1307
1518
  }
1308
1519
  };
1309
1520
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['el-GR']);
@@ -1313,7 +1524,13 @@
1313
1524
  * Author: Zhixin Wen<wenzhixin2010@gmail.com>
1314
1525
  */
1315
1526
 
1316
- $.fn.bootstrapTable.locales['en-US'] = {
1527
+ $.fn.bootstrapTable.locales['en-US'] = $.fn.bootstrapTable.locales['en'] = {
1528
+ formatCopyRows: function formatCopyRows() {
1529
+ return 'Copy Rows';
1530
+ },
1531
+ formatPrint: function formatPrint() {
1532
+ return 'Print';
1533
+ },
1317
1534
  formatLoadingMessage: function formatLoadingMessage() {
1318
1535
  return 'Loading, please wait';
1319
1536
  },
@@ -1395,6 +1612,15 @@
1395
1612
  },
1396
1613
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1397
1614
  return 'Close';
1615
+ },
1616
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1617
+ return 'Hide/Show controls';
1618
+ },
1619
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1620
+ return 'Hide controls';
1621
+ },
1622
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1623
+ return 'Show controls';
1398
1624
  }
1399
1625
  };
1400
1626
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['en-US']);
@@ -1406,6 +1632,12 @@
1406
1632
  */
1407
1633
 
1408
1634
  $.fn.bootstrapTable.locales['es-AR'] = {
1635
+ formatCopyRows: function formatCopyRows() {
1636
+ return 'Copiar Filas';
1637
+ },
1638
+ formatPrint: function formatPrint() {
1639
+ return 'Imprimir';
1640
+ },
1409
1641
  formatLoadingMessage: function formatLoadingMessage() {
1410
1642
  return 'Cargando, espere por favor';
1411
1643
  },
@@ -1487,6 +1719,15 @@
1487
1719
  },
1488
1720
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1489
1721
  return 'Cerrar';
1722
+ },
1723
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1724
+ return 'Ocultar/Mostrar controles';
1725
+ },
1726
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1727
+ return 'Ocultar controles';
1728
+ },
1729
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1730
+ return 'Mostrar controles';
1490
1731
  }
1491
1732
  };
1492
1733
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-AR']);
@@ -1498,6 +1739,12 @@
1498
1739
  */
1499
1740
 
1500
1741
  $.fn.bootstrapTable.locales['es-CL'] = {
1742
+ formatCopyRows: function formatCopyRows() {
1743
+ return 'Copiar Filas';
1744
+ },
1745
+ formatPrint: function formatPrint() {
1746
+ return 'Imprimir';
1747
+ },
1501
1748
  formatLoadingMessage: function formatLoadingMessage() {
1502
1749
  return 'Cargando, espere por favor';
1503
1750
  },
@@ -1506,22 +1753,22 @@
1506
1753
  },
1507
1754
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
1508
1755
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
1509
- return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtered from ").concat(totalNotFiltered, " total rows)");
1756
+ return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas (filtrado de ").concat(totalNotFiltered, " filas totales)");
1510
1757
  }
1511
1758
 
1512
1759
  return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas");
1513
1760
  },
1514
1761
  formatSRPaginationPreText: function formatSRPaginationPreText() {
1515
- return 'previous page';
1762
+ return 'página anterior';
1516
1763
  },
1517
1764
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
1518
- return "to page ".concat(page);
1765
+ return "a la p\xE1gina ".concat(page);
1519
1766
  },
1520
1767
  formatSRPaginationNextText: function formatSRPaginationNextText() {
1521
- return 'next page';
1768
+ return 'siguiente página';
1522
1769
  },
1523
1770
  formatDetailPagination: function formatDetailPagination(totalRows) {
1524
- return "Showing ".concat(totalRows, " rows");
1771
+ return "Mostrando ".concat(totalRows, " filas");
1525
1772
  },
1526
1773
  formatClearSearch: function formatClearSearch() {
1527
1774
  return 'Limpiar búsqueda';
@@ -1533,13 +1780,13 @@
1533
1780
  return 'No se encontraron registros';
1534
1781
  },
1535
1782
  formatPaginationSwitch: function formatPaginationSwitch() {
1536
- return "Ocultar/Mostrar paginaci\xF3n";
1783
+ return 'Ocultar/Mostrar paginación';
1537
1784
  },
1538
1785
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
1539
- return 'Show pagination';
1786
+ return 'Mostrar paginación';
1540
1787
  },
1541
1788
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
1542
- return 'Hide pagination';
1789
+ return 'Ocultar paginación';
1543
1790
  },
1544
1791
  formatRefresh: function formatRefresh() {
1545
1792
  return 'Refrescar';
@@ -1548,37 +1795,46 @@
1548
1795
  return 'Cambiar';
1549
1796
  },
1550
1797
  formatToggleOn: function formatToggleOn() {
1551
- return 'Show card view';
1798
+ return 'Mostrar vista de carta';
1552
1799
  },
1553
1800
  formatToggleOff: function formatToggleOff() {
1554
- return 'Hide card view';
1801
+ return 'Ocultar vista de carta';
1555
1802
  },
1556
1803
  formatColumns: function formatColumns() {
1557
1804
  return 'Columnas';
1558
1805
  },
1559
1806
  formatColumnsToggleAll: function formatColumnsToggleAll() {
1560
- return 'Toggle all';
1807
+ return 'Cambiar todo';
1561
1808
  },
1562
1809
  formatFullscreen: function formatFullscreen() {
1563
- return 'Fullscreen';
1810
+ return 'Pantalla completa';
1564
1811
  },
1565
1812
  formatAllRows: function formatAllRows() {
1566
1813
  return 'Todo';
1567
1814
  },
1568
1815
  formatAutoRefresh: function formatAutoRefresh() {
1569
- return 'Auto Refresh';
1816
+ return 'Auto Recargar';
1570
1817
  },
1571
1818
  formatExport: function formatExport() {
1572
- return 'Export data';
1819
+ return 'Exportar datos';
1573
1820
  },
1574
1821
  formatJumpTo: function formatJumpTo() {
1575
- return 'GO';
1822
+ return 'IR';
1576
1823
  },
1577
1824
  formatAdvancedSearch: function formatAdvancedSearch() {
1578
- return 'Advanced search';
1825
+ return 'Búsqueda avanzada';
1579
1826
  },
1580
1827
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1581
- return 'Close';
1828
+ return 'Cerrar';
1829
+ },
1830
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1831
+ return 'Ocultar/Mostrar controles';
1832
+ },
1833
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1834
+ return 'Ocultar controles';
1835
+ },
1836
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1837
+ return 'Mostrar controles';
1582
1838
  }
1583
1839
  };
1584
1840
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-CL']);
@@ -1589,6 +1845,12 @@
1589
1845
  */
1590
1846
 
1591
1847
  $.fn.bootstrapTable.locales['es-CR'] = {
1848
+ formatCopyRows: function formatCopyRows() {
1849
+ return 'Copy Rows';
1850
+ },
1851
+ formatPrint: function formatPrint() {
1852
+ return 'Print';
1853
+ },
1592
1854
  formatLoadingMessage: function formatLoadingMessage() {
1593
1855
  return 'Cargando, por favor espere';
1594
1856
  },
@@ -1670,6 +1932,15 @@
1670
1932
  },
1671
1933
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1672
1934
  return 'Close';
1935
+ },
1936
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
1937
+ return 'Ocultar/Mostrar controles';
1938
+ },
1939
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
1940
+ return 'Ocultar controles';
1941
+ },
1942
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
1943
+ return 'Mostrar controles';
1673
1944
  }
1674
1945
  };
1675
1946
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-CR']);
@@ -1679,7 +1950,13 @@
1679
1950
  * Author: Marc Pina<iwalkalone69@gmail.com>
1680
1951
  */
1681
1952
 
1682
- $.fn.bootstrapTable.locales['es-ES'] = {
1953
+ $.fn.bootstrapTable.locales['es-ES'] = $.fn.bootstrapTable.locales['es'] = {
1954
+ formatCopyRows: function formatCopyRows() {
1955
+ return 'Copiar filas';
1956
+ },
1957
+ formatPrint: function formatPrint() {
1958
+ return 'Imprimir';
1959
+ },
1683
1960
  formatLoadingMessage: function formatLoadingMessage() {
1684
1961
  return 'Por favor espere';
1685
1962
  },
@@ -1688,22 +1965,22 @@
1688
1965
  },
1689
1966
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
1690
1967
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
1691
- return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados (filtered from ").concat(totalNotFiltered, " total rows)");
1968
+ return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados (filtrado de ").concat(totalNotFiltered, " filas totales)");
1692
1969
  }
1693
1970
 
1694
1971
  return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados");
1695
1972
  },
1696
1973
  formatSRPaginationPreText: function formatSRPaginationPreText() {
1697
- return 'previous page';
1974
+ return 'página anterior';
1698
1975
  },
1699
1976
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
1700
- return "to page ".concat(page);
1977
+ return "a la p\xE1gina ".concat(page);
1701
1978
  },
1702
1979
  formatSRPaginationNextText: function formatSRPaginationNextText() {
1703
- return 'next page';
1980
+ return 'siguiente página';
1704
1981
  },
1705
1982
  formatDetailPagination: function formatDetailPagination(totalRows) {
1706
- return "Showing ".concat(totalRows, " rows");
1983
+ return "Mostrando ".concat(totalRows, " filas");
1707
1984
  },
1708
1985
  formatClearSearch: function formatClearSearch() {
1709
1986
  return 'Limpiar búsqueda';
@@ -1718,49 +1995,58 @@
1718
1995
  return 'Ocultar/Mostrar paginación';
1719
1996
  },
1720
1997
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
1721
- return 'Show pagination';
1998
+ return 'Mostrar paginación';
1722
1999
  },
1723
2000
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
1724
- return 'Hide pagination';
2001
+ return 'Ocultar paginación';
1725
2002
  },
1726
2003
  formatRefresh: function formatRefresh() {
1727
- return 'Refrescar';
2004
+ return 'Recargar';
1728
2005
  },
1729
2006
  formatToggle: function formatToggle() {
1730
2007
  return 'Ocultar/Mostrar';
1731
2008
  },
1732
2009
  formatToggleOn: function formatToggleOn() {
1733
- return 'Show card view';
2010
+ return 'Mostrar vista de carta';
1734
2011
  },
1735
2012
  formatToggleOff: function formatToggleOff() {
1736
- return 'Hide card view';
2013
+ return 'Ocultar vista de carta';
1737
2014
  },
1738
2015
  formatColumns: function formatColumns() {
1739
2016
  return 'Columnas';
1740
2017
  },
1741
2018
  formatColumnsToggleAll: function formatColumnsToggleAll() {
1742
- return 'Toggle all';
2019
+ return 'Cambiar todo';
1743
2020
  },
1744
2021
  formatFullscreen: function formatFullscreen() {
1745
- return 'Fullscreen';
2022
+ return 'Pantalla completa';
1746
2023
  },
1747
2024
  formatAllRows: function formatAllRows() {
1748
2025
  return 'Todos';
1749
2026
  },
1750
2027
  formatAutoRefresh: function formatAutoRefresh() {
1751
- return 'Auto Refresh';
2028
+ return 'Auto Recargar';
1752
2029
  },
1753
2030
  formatExport: function formatExport() {
1754
2031
  return 'Exportar los datos';
1755
2032
  },
1756
2033
  formatJumpTo: function formatJumpTo() {
1757
- return 'GO';
2034
+ return 'IR';
1758
2035
  },
1759
2036
  formatAdvancedSearch: function formatAdvancedSearch() {
1760
2037
  return 'Búsqueda avanzada';
1761
2038
  },
1762
2039
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1763
2040
  return 'Cerrar';
2041
+ },
2042
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2043
+ return 'Ocultar/Mostrar controles';
2044
+ },
2045
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2046
+ return 'Ocultar controles';
2047
+ },
2048
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2049
+ return 'Mostrar controles';
1764
2050
  }
1765
2051
  };
1766
2052
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-ES']);
@@ -1773,6 +2059,12 @@
1773
2059
  */
1774
2060
 
1775
2061
  $.fn.bootstrapTable.locales['es-MX'] = {
2062
+ formatCopyRows: function formatCopyRows() {
2063
+ return 'Copy Rows';
2064
+ },
2065
+ formatPrint: function formatPrint() {
2066
+ return 'Print';
2067
+ },
1776
2068
  formatLoadingMessage: function formatLoadingMessage() {
1777
2069
  return 'Cargando, espere por favor';
1778
2070
  },
@@ -1854,6 +2146,15 @@
1854
2146
  },
1855
2147
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1856
2148
  return 'Close';
2149
+ },
2150
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2151
+ return 'Ocultar/Mostrar controles';
2152
+ },
2153
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2154
+ return 'Ocultar controles';
2155
+ },
2156
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2157
+ return 'Mostrar controles';
1857
2158
  }
1858
2159
  };
1859
2160
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-MX']);
@@ -1864,6 +2165,12 @@
1864
2165
  */
1865
2166
 
1866
2167
  $.fn.bootstrapTable.locales['es-NI'] = {
2168
+ formatCopyRows: function formatCopyRows() {
2169
+ return 'Copy Rows';
2170
+ },
2171
+ formatPrint: function formatPrint() {
2172
+ return 'Print';
2173
+ },
1867
2174
  formatLoadingMessage: function formatLoadingMessage() {
1868
2175
  return 'Cargando, por favor espere';
1869
2176
  },
@@ -1945,6 +2252,15 @@
1945
2252
  },
1946
2253
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1947
2254
  return 'Close';
2255
+ },
2256
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2257
+ return 'Ocultar/Mostrar controles';
2258
+ },
2259
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2260
+ return 'Ocultar controles';
2261
+ },
2262
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2263
+ return 'Mostrar controles';
1948
2264
  }
1949
2265
  };
1950
2266
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-NI']);
@@ -1955,6 +2271,12 @@
1955
2271
  */
1956
2272
 
1957
2273
  $.fn.bootstrapTable.locales['es-SP'] = {
2274
+ formatCopyRows: function formatCopyRows() {
2275
+ return 'Copy Rows';
2276
+ },
2277
+ formatPrint: function formatPrint() {
2278
+ return 'Print';
2279
+ },
1958
2280
  formatLoadingMessage: function formatLoadingMessage() {
1959
2281
  return 'Cargando, por favor espera';
1960
2282
  },
@@ -2036,6 +2358,15 @@
2036
2358
  },
2037
2359
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2038
2360
  return 'Close';
2361
+ },
2362
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2363
+ return 'Ocultar/Mostrar controles';
2364
+ },
2365
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2366
+ return 'Ocultar controles';
2367
+ },
2368
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2369
+ return 'Mostrar controles';
2039
2370
  }
2040
2371
  };
2041
2372
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-SP']);
@@ -2045,7 +2376,13 @@
2045
2376
  * Author: kristjan@logist.it>
2046
2377
  */
2047
2378
 
2048
- $.fn.bootstrapTable.locales['et-EE'] = {
2379
+ $.fn.bootstrapTable.locales['et-EE'] = $.fn.bootstrapTable.locales['et'] = {
2380
+ formatCopyRows: function formatCopyRows() {
2381
+ return 'Copy Rows';
2382
+ },
2383
+ formatPrint: function formatPrint() {
2384
+ return 'Print';
2385
+ },
2049
2386
  formatLoadingMessage: function formatLoadingMessage() {
2050
2387
  return 'Päring käib, palun oota';
2051
2388
  },
@@ -2127,6 +2464,15 @@
2127
2464
  },
2128
2465
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2129
2466
  return 'Close';
2467
+ },
2468
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2469
+ return 'Hide/Show controls';
2470
+ },
2471
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2472
+ return 'Hide controls';
2473
+ },
2474
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2475
+ return 'Show controls';
2130
2476
  }
2131
2477
  };
2132
2478
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['et-EE']);
@@ -2136,7 +2482,13 @@
2136
2482
  * Author: Iker Ibarguren Berasaluze<ikerib@gmail.com>
2137
2483
  */
2138
2484
 
2139
- $.fn.bootstrapTable.locales['eu-EU'] = {
2485
+ $.fn.bootstrapTable.locales['eu-EU'] = $.fn.bootstrapTable.locales['eu'] = {
2486
+ formatCopyRows: function formatCopyRows() {
2487
+ return 'Copy Rows';
2488
+ },
2489
+ formatPrint: function formatPrint() {
2490
+ return 'Print';
2491
+ },
2140
2492
  formatLoadingMessage: function formatLoadingMessage() {
2141
2493
  return 'Itxaron mesedez';
2142
2494
  },
@@ -2218,6 +2570,15 @@
2218
2570
  },
2219
2571
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2220
2572
  return 'Close';
2573
+ },
2574
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2575
+ return 'Hide/Show controls';
2576
+ },
2577
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2578
+ return 'Hide controls';
2579
+ },
2580
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2581
+ return 'Show controls';
2221
2582
  }
2222
2583
  };
2223
2584
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['eu-EU']);
@@ -2227,7 +2588,13 @@
2227
2588
  * Author: MJ Vakili <mjv.1989@Gmail.com>
2228
2589
  */
2229
2590
 
2230
- $.fn.bootstrapTable.locales['fa-IR'] = {
2591
+ $.fn.bootstrapTable.locales['fa-IR'] = $.fn.bootstrapTable.locales['fa'] = {
2592
+ formatCopyRows: function formatCopyRows() {
2593
+ return 'Copy Rows';
2594
+ },
2595
+ formatPrint: function formatPrint() {
2596
+ return 'Print';
2597
+ },
2231
2598
  formatLoadingMessage: function formatLoadingMessage() {
2232
2599
  return 'در حال بارگذاری, لطفا صبر کنید';
2233
2600
  },
@@ -2309,6 +2676,15 @@
2309
2676
  },
2310
2677
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2311
2678
  return 'Close';
2679
+ },
2680
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2681
+ return 'Hide/Show controls';
2682
+ },
2683
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2684
+ return 'Hide controls';
2685
+ },
2686
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2687
+ return 'Show controls';
2312
2688
  }
2313
2689
  };
2314
2690
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fa-IR']);
@@ -2318,7 +2694,13 @@
2318
2694
  * Author: Minna Lehtomäki <minna.j.lehtomaki@gmail.com>
2319
2695
  */
2320
2696
 
2321
- $.fn.bootstrapTable.locales['fi-FI'] = {
2697
+ $.fn.bootstrapTable.locales['fi-FI'] = $.fn.bootstrapTable.locales['fi'] = {
2698
+ formatCopyRows: function formatCopyRows() {
2699
+ return 'Copy Rows';
2700
+ },
2701
+ formatPrint: function formatPrint() {
2702
+ return 'Print';
2703
+ },
2322
2704
  formatLoadingMessage: function formatLoadingMessage() {
2323
2705
  return 'Ladataan, ole hyvä ja odota';
2324
2706
  },
@@ -2400,6 +2782,15 @@
2400
2782
  },
2401
2783
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2402
2784
  return 'Close';
2785
+ },
2786
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2787
+ return 'Hide/Show controls';
2788
+ },
2789
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2790
+ return 'Hide controls';
2791
+ },
2792
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2793
+ return 'Show controls';
2403
2794
  }
2404
2795
  };
2405
2796
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fi-FI']);
@@ -2411,6 +2802,12 @@
2411
2802
  */
2412
2803
 
2413
2804
  $.fn.bootstrapTable.locales['fr-BE'] = {
2805
+ formatCopyRows: function formatCopyRows() {
2806
+ return 'Copy Rows';
2807
+ },
2808
+ formatPrint: function formatPrint() {
2809
+ return 'Print';
2810
+ },
2414
2811
  formatLoadingMessage: function formatLoadingMessage() {
2415
2812
  return 'Chargement en cours';
2416
2813
  },
@@ -2492,6 +2889,15 @@
2492
2889
  },
2493
2890
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2494
2891
  return 'Fermer';
2892
+ },
2893
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2894
+ return 'Cacher/Afficher controls';
2895
+ },
2896
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2897
+ return 'Cacher controls';
2898
+ },
2899
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2900
+ return 'Afficher controls';
2495
2901
  }
2496
2902
  };
2497
2903
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
@@ -2502,6 +2908,12 @@
2502
2908
  */
2503
2909
 
2504
2910
  $.fn.bootstrapTable.locales['fr-CH'] = {
2911
+ formatCopyRows: function formatCopyRows() {
2912
+ return 'Copy Rows';
2913
+ },
2914
+ formatPrint: function formatPrint() {
2915
+ return 'Print';
2916
+ },
2505
2917
  formatLoadingMessage: function formatLoadingMessage() {
2506
2918
  return 'Chargement en cours';
2507
2919
  },
@@ -2583,6 +2995,15 @@
2583
2995
  },
2584
2996
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2585
2997
  return 'Fermer';
2998
+ },
2999
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3000
+ return 'Cacher/Afficher controls';
3001
+ },
3002
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3003
+ return 'Cacher controls';
3004
+ },
3005
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3006
+ return 'Afficher controls';
2586
3007
  }
2587
3008
  };
2588
3009
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-CH']);
@@ -2594,7 +3015,13 @@
2594
3015
  * Nevets82 <Nevets82@gmail.com>
2595
3016
  */
2596
3017
 
2597
- $.fn.bootstrapTable.locales['fr-FR'] = {
3018
+ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
3019
+ formatCopyRows: function formatCopyRows() {
3020
+ return 'Copier les lignes';
3021
+ },
3022
+ formatPrint: function formatPrint() {
3023
+ return 'Imprimer';
3024
+ },
2598
3025
  formatLoadingMessage: function formatLoadingMessage() {
2599
3026
  return 'Chargement en cours';
2600
3027
  },
@@ -2630,25 +3057,25 @@
2630
3057
  return 'Aucun résultat';
2631
3058
  },
2632
3059
  formatPaginationSwitch: function formatPaginationSwitch() {
2633
- return 'Cacher/Afficher pagination';
3060
+ return 'Masquer/Afficher la pagination';
2634
3061
  },
2635
3062
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
2636
- return 'Afficher pagination';
3063
+ return 'Afficher la pagination';
2637
3064
  },
2638
3065
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
2639
- return 'Cacher pagination';
3066
+ return 'Masquer la pagination';
2640
3067
  },
2641
3068
  formatRefresh: function formatRefresh() {
2642
- return 'Rafraichir';
3069
+ return 'Actualiser';
2643
3070
  },
2644
3071
  formatToggle: function formatToggle() {
2645
3072
  return 'Basculer';
2646
3073
  },
2647
3074
  formatToggleOn: function formatToggleOn() {
2648
- return 'Afficher vue carte';
3075
+ return 'Afficher la vue carte';
2649
3076
  },
2650
3077
  formatToggleOff: function formatToggleOff() {
2651
- return 'Cacher vue carte';
3078
+ return 'Masquer la vue carte';
2652
3079
  },
2653
3080
  formatColumns: function formatColumns() {
2654
3081
  return 'Colonnes';
@@ -2663,19 +3090,28 @@
2663
3090
  return 'Tout';
2664
3091
  },
2665
3092
  formatAutoRefresh: function formatAutoRefresh() {
2666
- return 'Rafraîchissement automatique';
3093
+ return 'Actualisation automatique';
2667
3094
  },
2668
3095
  formatExport: function formatExport() {
2669
3096
  return 'Exporter les données';
2670
3097
  },
2671
3098
  formatJumpTo: function formatJumpTo() {
2672
- return 'Aller à';
3099
+ return 'ALLER';
2673
3100
  },
2674
3101
  formatAdvancedSearch: function formatAdvancedSearch() {
2675
3102
  return 'Recherche avancée';
2676
3103
  },
2677
3104
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2678
3105
  return 'Fermer';
3106
+ },
3107
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3108
+ return 'Masquer/Afficher les contrôles';
3109
+ },
3110
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3111
+ return 'Masquer les contrôles';
3112
+ },
3113
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3114
+ return 'Afficher les contrôles';
2679
3115
  }
2680
3116
  };
2681
3117
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-FR']);
@@ -2686,6 +3122,12 @@
2686
3122
  */
2687
3123
 
2688
3124
  $.fn.bootstrapTable.locales['fr-LU'] = {
3125
+ formatCopyRows: function formatCopyRows() {
3126
+ return 'Copy Rows';
3127
+ },
3128
+ formatPrint: function formatPrint() {
3129
+ return 'Print';
3130
+ },
2689
3131
  formatLoadingMessage: function formatLoadingMessage() {
2690
3132
  return 'Chargement en cours';
2691
3133
  },
@@ -2767,6 +3209,15 @@
2767
3209
  },
2768
3210
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2769
3211
  return 'Fermer';
3212
+ },
3213
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3214
+ return 'Cacher/Afficher controls';
3215
+ },
3216
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3217
+ return 'Cacher controls';
3218
+ },
3219
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3220
+ return 'Afficher controls';
2770
3221
  }
2771
3222
  };
2772
3223
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-LU']);
@@ -2776,7 +3227,13 @@
2776
3227
  * Author: legshooter
2777
3228
  */
2778
3229
 
2779
- $.fn.bootstrapTable.locales['he-IL'] = {
3230
+ $.fn.bootstrapTable.locales['he-IL'] = $.fn.bootstrapTable.locales['he'] = {
3231
+ formatCopyRows: function formatCopyRows() {
3232
+ return 'Copy Rows';
3233
+ },
3234
+ formatPrint: function formatPrint() {
3235
+ return 'Print';
3236
+ },
2780
3237
  formatLoadingMessage: function formatLoadingMessage() {
2781
3238
  return 'טוען, נא להמתין';
2782
3239
  },
@@ -2858,6 +3315,15 @@
2858
3315
  },
2859
3316
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2860
3317
  return 'Close';
3318
+ },
3319
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3320
+ return 'Hide/Show controls';
3321
+ },
3322
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3323
+ return 'Hide controls';
3324
+ },
3325
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3326
+ return 'Show controls';
2861
3327
  }
2862
3328
  };
2863
3329
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['he-IL']);
@@ -2868,7 +3334,13 @@
2868
3334
  * Author: Petra Štrbenac (petra.strbenac@gmail.com)
2869
3335
  */
2870
3336
 
2871
- $.fn.bootstrapTable.locales['hr-HR'] = {
3337
+ $.fn.bootstrapTable.locales['hr-HR'] = $.fn.bootstrapTable.locales['hr'] = {
3338
+ formatCopyRows: function formatCopyRows() {
3339
+ return 'Copy Rows';
3340
+ },
3341
+ formatPrint: function formatPrint() {
3342
+ return 'Print';
3343
+ },
2872
3344
  formatLoadingMessage: function formatLoadingMessage() {
2873
3345
  return 'Molimo pričekajte';
2874
3346
  },
@@ -2950,6 +3422,15 @@
2950
3422
  },
2951
3423
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
2952
3424
  return 'Close';
3425
+ },
3426
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3427
+ return 'Hide/Show controls';
3428
+ },
3429
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3430
+ return 'Hide controls';
3431
+ },
3432
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3433
+ return 'Show controls';
2953
3434
  }
2954
3435
  };
2955
3436
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['hr-HR']);
@@ -2959,7 +3440,13 @@
2959
3440
  * Author: Nagy Gergely <info@nagygergely.eu>
2960
3441
  */
2961
3442
 
2962
- $.fn.bootstrapTable.locales['hu-HU'] = {
3443
+ $.fn.bootstrapTable.locales['hu-HU'] = $.fn.bootstrapTable.locales['hu'] = {
3444
+ formatCopyRows: function formatCopyRows() {
3445
+ return 'Copy Rows';
3446
+ },
3447
+ formatPrint: function formatPrint() {
3448
+ return 'Print';
3449
+ },
2963
3450
  formatLoadingMessage: function formatLoadingMessage() {
2964
3451
  return 'Betöltés, kérem várjon';
2965
3452
  },
@@ -3041,6 +3528,15 @@
3041
3528
  },
3042
3529
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3043
3530
  return 'Close';
3531
+ },
3532
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3533
+ return 'Hide/Show controls';
3534
+ },
3535
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3536
+ return 'Hide controls';
3537
+ },
3538
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3539
+ return 'Show controls';
3044
3540
  }
3045
3541
  };
3046
3542
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['hu-HU']);
@@ -3050,7 +3546,13 @@
3050
3546
  * Author: Andre Gardiner<andre@sirdre.com>
3051
3547
  */
3052
3548
 
3053
- $.fn.bootstrapTable.locales['id-ID'] = {
3549
+ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
3550
+ formatCopyRows: function formatCopyRows() {
3551
+ return 'Copy Rows';
3552
+ },
3553
+ formatPrint: function formatPrint() {
3554
+ return 'Print';
3555
+ },
3054
3556
  formatLoadingMessage: function formatLoadingMessage() {
3055
3557
  return 'Memuat, mohon tunggu';
3056
3558
  },
@@ -3132,6 +3634,15 @@
3132
3634
  },
3133
3635
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3134
3636
  return 'Close';
3637
+ },
3638
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3639
+ return 'Hide/Show controls';
3640
+ },
3641
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3642
+ return 'Hide controls';
3643
+ },
3644
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3645
+ return 'Show controls';
3135
3646
  }
3136
3647
  };
3137
3648
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['id-ID']);
@@ -3143,7 +3654,13 @@
3143
3654
  * Author: Alessio Felicioni <alessio.felicioni@gmail.com>
3144
3655
  */
3145
3656
 
3146
- $.fn.bootstrapTable.locales['it-IT'] = {
3657
+ $.fn.bootstrapTable.locales['it-IT'] = $.fn.bootstrapTable.locales['it'] = {
3658
+ formatCopyRows: function formatCopyRows() {
3659
+ return 'Copy Rows';
3660
+ },
3661
+ formatPrint: function formatPrint() {
3662
+ return 'Print';
3663
+ },
3147
3664
  formatLoadingMessage: function formatLoadingMessage() {
3148
3665
  return 'Caricamento in corso';
3149
3666
  },
@@ -3152,22 +3669,22 @@
3152
3669
  },
3153
3670
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
3154
3671
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
3155
- return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi (filtered from ").concat(totalNotFiltered, " total rows)");
3672
+ return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi (filtrati da ").concat(totalNotFiltered, " elementi totali)");
3156
3673
  }
3157
3674
 
3158
3675
  return "Visualizzazione da ".concat(pageFrom, " a ").concat(pageTo, " di ").concat(totalRows, " elementi");
3159
3676
  },
3160
3677
  formatSRPaginationPreText: function formatSRPaginationPreText() {
3161
- return 'previous page';
3678
+ return 'pagina precedente';
3162
3679
  },
3163
3680
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
3164
- return "to page ".concat(page);
3681
+ return "alla pagina ".concat(page);
3165
3682
  },
3166
3683
  formatSRPaginationNextText: function formatSRPaginationNextText() {
3167
- return 'next page';
3684
+ return 'pagina successiva';
3168
3685
  },
3169
3686
  formatDetailPagination: function formatDetailPagination(totalRows) {
3170
- return "Showing ".concat(totalRows, " rows");
3687
+ return "Mostrando ".concat(totalRows, " elementi");
3171
3688
  },
3172
3689
  formatClearSearch: function formatClearSearch() {
3173
3690
  return 'Pulisci filtri';
@@ -3182,10 +3699,10 @@
3182
3699
  return 'Nascondi/Mostra paginazione';
3183
3700
  },
3184
3701
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
3185
- return 'Show pagination';
3702
+ return 'Mostra paginazione';
3186
3703
  },
3187
3704
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
3188
- return 'Hide pagination';
3705
+ return 'Nascondi paginazione';
3189
3706
  },
3190
3707
  formatRefresh: function formatRefresh() {
3191
3708
  return 'Aggiorna';
@@ -3194,37 +3711,46 @@
3194
3711
  return 'Attiva/Disattiva';
3195
3712
  },
3196
3713
  formatToggleOn: function formatToggleOn() {
3197
- return 'Show card view';
3714
+ return 'Mostra visuale a scheda';
3198
3715
  },
3199
3716
  formatToggleOff: function formatToggleOff() {
3200
- return 'Hide card view';
3717
+ return 'Nascondi visuale a scheda';
3201
3718
  },
3202
3719
  formatColumns: function formatColumns() {
3203
3720
  return 'Colonne';
3204
3721
  },
3205
3722
  formatColumnsToggleAll: function formatColumnsToggleAll() {
3206
- return 'Toggle all';
3723
+ return 'Mostra tutte';
3207
3724
  },
3208
3725
  formatFullscreen: function formatFullscreen() {
3209
- return 'Fullscreen';
3726
+ return 'Schermo intero';
3210
3727
  },
3211
3728
  formatAllRows: function formatAllRows() {
3212
3729
  return 'Tutto';
3213
3730
  },
3214
3731
  formatAutoRefresh: function formatAutoRefresh() {
3215
- return 'Auto Refresh';
3732
+ return 'Auto Aggiornamento';
3216
3733
  },
3217
3734
  formatExport: function formatExport() {
3218
3735
  return 'Esporta dati';
3219
3736
  },
3220
3737
  formatJumpTo: function formatJumpTo() {
3221
- return 'GO';
3738
+ return 'VAI';
3222
3739
  },
3223
3740
  formatAdvancedSearch: function formatAdvancedSearch() {
3224
- return 'Advanced search';
3741
+ return 'Filtri avanzati';
3225
3742
  },
3226
3743
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3227
- return 'Close';
3744
+ return 'Chiudi';
3745
+ },
3746
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3747
+ return 'Hide/Show controls';
3748
+ },
3749
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3750
+ return 'Hide controls';
3751
+ },
3752
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3753
+ return 'Show controls';
3228
3754
  }
3229
3755
  };
3230
3756
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['it-IT']);
@@ -3234,7 +3760,13 @@
3234
3760
  * Author: Azamshul Azizy <azamshul@gmail.com>
3235
3761
  */
3236
3762
 
3237
- $.fn.bootstrapTable.locales['ja-JP'] = {
3763
+ $.fn.bootstrapTable.locales['ja-JP'] = $.fn.bootstrapTable.locales['ja'] = {
3764
+ formatCopyRows: function formatCopyRows() {
3765
+ return 'Copy Rows';
3766
+ },
3767
+ formatPrint: function formatPrint() {
3768
+ return 'Print';
3769
+ },
3238
3770
  formatLoadingMessage: function formatLoadingMessage() {
3239
3771
  return '読み込み中です。少々お待ちください。';
3240
3772
  },
@@ -3316,6 +3848,15 @@
3316
3848
  },
3317
3849
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3318
3850
  return 'Close';
3851
+ },
3852
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3853
+ return 'Hide/Show controls';
3854
+ },
3855
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3856
+ return 'Hide controls';
3857
+ },
3858
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3859
+ return 'Show controls';
3319
3860
  }
3320
3861
  };
3321
3862
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ja-JP']);
@@ -3325,7 +3866,13 @@
3325
3866
  * Author: Levan Lotuashvili <l.lotuashvili@gmail.com>
3326
3867
  */
3327
3868
 
3328
- $.fn.bootstrapTable.locales['ka-GE'] = {
3869
+ $.fn.bootstrapTable.locales['ka-GE'] = $.fn.bootstrapTable.locales['ka'] = {
3870
+ formatCopyRows: function formatCopyRows() {
3871
+ return 'Copy Rows';
3872
+ },
3873
+ formatPrint: function formatPrint() {
3874
+ return 'Print';
3875
+ },
3329
3876
  formatLoadingMessage: function formatLoadingMessage() {
3330
3877
  return 'იტვირთება, გთხოვთ მოიცადოთ';
3331
3878
  },
@@ -3407,6 +3954,15 @@
3407
3954
  },
3408
3955
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3409
3956
  return 'Close';
3957
+ },
3958
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
3959
+ return 'Hide/Show controls';
3960
+ },
3961
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3962
+ return 'Hide controls';
3963
+ },
3964
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3965
+ return 'Show controls';
3410
3966
  }
3411
3967
  };
3412
3968
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ka-GE']);
@@ -3416,7 +3972,13 @@
3416
3972
  * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
3417
3973
  */
3418
3974
 
3419
- $.fn.bootstrapTable.locales['ko-KR'] = {
3975
+ $.fn.bootstrapTable.locales['ko-KR'] = $.fn.bootstrapTable.locales['ko'] = {
3976
+ formatCopyRows: function formatCopyRows() {
3977
+ return 'Copy Rows';
3978
+ },
3979
+ formatPrint: function formatPrint() {
3980
+ return 'Print';
3981
+ },
3420
3982
  formatLoadingMessage: function formatLoadingMessage() {
3421
3983
  return '데이터를 불러오는 중입니다';
3422
3984
  },
@@ -3498,6 +4060,15 @@
3498
4060
  },
3499
4061
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3500
4062
  return 'Close';
4063
+ },
4064
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4065
+ return 'Hide/Show controls';
4066
+ },
4067
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4068
+ return 'Hide controls';
4069
+ },
4070
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4071
+ return 'Show controls';
3501
4072
  }
3502
4073
  };
3503
4074
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ko-KR']);
@@ -3507,7 +4078,13 @@
3507
4078
  * Author: Azamshul Azizy <azamshul@gmail.com>
3508
4079
  */
3509
4080
 
3510
- $.fn.bootstrapTable.locales['ms-MY'] = {
4081
+ $.fn.bootstrapTable.locales['ms-MY'] = $.fn.bootstrapTable.locales['ms'] = {
4082
+ formatCopyRows: function formatCopyRows() {
4083
+ return 'Copy Rows';
4084
+ },
4085
+ formatPrint: function formatPrint() {
4086
+ return 'Print';
4087
+ },
3511
4088
  formatLoadingMessage: function formatLoadingMessage() {
3512
4089
  return 'Permintaan sedang dimuatkan. Sila tunggu sebentar';
3513
4090
  },
@@ -3589,6 +4166,15 @@
3589
4166
  },
3590
4167
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3591
4168
  return 'Close';
4169
+ },
4170
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4171
+ return 'Hide/Show controls';
4172
+ },
4173
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4174
+ return 'Hide controls';
4175
+ },
4176
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4177
+ return 'Show controls';
3592
4178
  }
3593
4179
  };
3594
4180
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ms-MY']);
@@ -3598,7 +4184,13 @@
3598
4184
  * Author: Jim Nordbø, jim@nordb.no
3599
4185
  */
3600
4186
 
3601
- $.fn.bootstrapTable.locales['nb-NO'] = {
4187
+ $.fn.bootstrapTable.locales['nb-NO'] = $.fn.bootstrapTable.locales['nb'] = {
4188
+ formatCopyRows: function formatCopyRows() {
4189
+ return 'Copy Rows';
4190
+ },
4191
+ formatPrint: function formatPrint() {
4192
+ return 'Print';
4193
+ },
3602
4194
  formatLoadingMessage: function formatLoadingMessage() {
3603
4195
  return 'Oppdaterer, vennligst vent';
3604
4196
  },
@@ -3680,16 +4272,31 @@
3680
4272
  },
3681
4273
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3682
4274
  return 'Close';
4275
+ },
4276
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4277
+ return 'Hide/Show controls';
4278
+ },
4279
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4280
+ return 'Hide controls';
4281
+ },
4282
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4283
+ return 'Show controls';
3683
4284
  }
3684
4285
  };
3685
4286
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nb-NO']);
3686
4287
 
3687
4288
  /**
3688
- * Bootstrap Table Dutch (Belgi�) translation
4289
+ * Bootstrap Table Dutch (België) translation
3689
4290
  * Author: Nevets82 <Nevets82@gmail.com>
3690
4291
  */
3691
4292
 
3692
4293
  $.fn.bootstrapTable.locales['nl-BE'] = {
4294
+ formatCopyRows: function formatCopyRows() {
4295
+ return 'Copy Rows';
4296
+ },
4297
+ formatPrint: function formatPrint() {
4298
+ return 'Print';
4299
+ },
3693
4300
  formatLoadingMessage: function formatLoadingMessage() {
3694
4301
  return 'Laden, even geduld';
3695
4302
  },
@@ -3771,6 +4378,15 @@
3771
4378
  },
3772
4379
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3773
4380
  return 'Sluiten';
4381
+ },
4382
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4383
+ return 'Verberg/Toon controls';
4384
+ },
4385
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4386
+ return 'Verberg controls';
4387
+ },
4388
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4389
+ return 'Toon controls';
3774
4390
  }
3775
4391
  };
3776
4392
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nl-BE']);
@@ -3781,7 +4397,13 @@
3781
4397
  * Nevets82 <Nevets82@gmail.com>
3782
4398
  */
3783
4399
 
3784
- $.fn.bootstrapTable.locales['nl-NL'] = {
4400
+ $.fn.bootstrapTable.locales['nl-NL'] = $.fn.bootstrapTable.locales['nl'] = {
4401
+ formatCopyRows: function formatCopyRows() {
4402
+ return 'Copy Rows';
4403
+ },
4404
+ formatPrint: function formatPrint() {
4405
+ return 'Print';
4406
+ },
3785
4407
  formatLoadingMessage: function formatLoadingMessage() {
3786
4408
  return 'Laden, even geduld';
3787
4409
  },
@@ -3863,6 +4485,15 @@
3863
4485
  },
3864
4486
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3865
4487
  return 'Sluiten';
4488
+ },
4489
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4490
+ return 'Verberg/Toon controls';
4491
+ },
4492
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4493
+ return 'Verberg controls';
4494
+ },
4495
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4496
+ return 'Toon controls';
3866
4497
  }
3867
4498
  };
3868
4499
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nl-NL']);
@@ -3870,9 +4501,16 @@
3870
4501
  /**
3871
4502
  * Bootstrap Table Polish translation
3872
4503
  * Author: zergu <michal.zagdan @ gmail com>
4504
+ * Update: kerogos <kerog @ wp pl>
3873
4505
  */
3874
4506
 
3875
- $.fn.bootstrapTable.locales['pl-PL'] = {
4507
+ $.fn.bootstrapTable.locales['pl-PL'] = $.fn.bootstrapTable.locales['pl'] = {
4508
+ formatCopyRows: function formatCopyRows() {
4509
+ return 'Kopiuj wiersze';
4510
+ },
4511
+ formatPrint: function formatPrint() {
4512
+ return 'Print';
4513
+ },
3876
4514
  formatLoadingMessage: function formatLoadingMessage() {
3877
4515
  return 'Ładowanie, proszę czekać';
3878
4516
  },
@@ -3887,19 +4525,19 @@
3887
4525
  return "Wy\u015Bwietlanie rekord\xF3w od ".concat(pageFrom, " do ").concat(pageTo, " z ").concat(totalRows);
3888
4526
  },
3889
4527
  formatSRPaginationPreText: function formatSRPaginationPreText() {
3890
- return 'previous page';
4528
+ return 'poprzednia strona';
3891
4529
  },
3892
4530
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
3893
- return "to page ".concat(page);
4531
+ return "z ".concat(page);
3894
4532
  },
3895
4533
  formatSRPaginationNextText: function formatSRPaginationNextText() {
3896
- return 'next page';
4534
+ return 'następna strona';
3897
4535
  },
3898
4536
  formatDetailPagination: function formatDetailPagination(totalRows) {
3899
- return "Showing ".concat(totalRows, " rows");
4537
+ return "Wy\u015Bwietla ".concat(totalRows, " wierszy");
3900
4538
  },
3901
4539
  formatClearSearch: function formatClearSearch() {
3902
- return 'Clear Search';
4540
+ return 'Wyczyść wyszukiwanie';
3903
4541
  },
3904
4542
  formatSearch: function formatSearch() {
3905
4543
  return 'Szukaj';
@@ -3908,13 +4546,13 @@
3908
4546
  return 'Niestety, nic nie znaleziono';
3909
4547
  },
3910
4548
  formatPaginationSwitch: function formatPaginationSwitch() {
3911
- return 'Hide/Show pagination';
4549
+ return 'Pokaż/ukryj stronicowanie';
3912
4550
  },
3913
4551
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
3914
- return 'Show pagination';
4552
+ return 'Pokaż stronicowanie';
3915
4553
  },
3916
4554
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
3917
- return 'Hide pagination';
4555
+ return 'Ukryj stronicowanie';
3918
4556
  },
3919
4557
  formatRefresh: function formatRefresh() {
3920
4558
  return 'Odśwież';
@@ -3923,37 +4561,46 @@
3923
4561
  return 'Przełącz';
3924
4562
  },
3925
4563
  formatToggleOn: function formatToggleOn() {
3926
- return 'Show card view';
4564
+ return 'Pokaż układ karty';
3927
4565
  },
3928
4566
  formatToggleOff: function formatToggleOff() {
3929
- return 'Hide card view';
4567
+ return 'Ukryj układ karty';
3930
4568
  },
3931
4569
  formatColumns: function formatColumns() {
3932
4570
  return 'Kolumny';
3933
4571
  },
3934
4572
  formatColumnsToggleAll: function formatColumnsToggleAll() {
3935
- return 'Toggle all';
4573
+ return 'Zaznacz wszystko';
3936
4574
  },
3937
4575
  formatFullscreen: function formatFullscreen() {
3938
4576
  return 'Fullscreen';
3939
4577
  },
3940
4578
  formatAllRows: function formatAllRows() {
3941
- return 'All';
4579
+ return 'Wszystkie';
3942
4580
  },
3943
4581
  formatAutoRefresh: function formatAutoRefresh() {
3944
- return 'Auto Refresh';
4582
+ return 'Auto odświeżanie';
3945
4583
  },
3946
4584
  formatExport: function formatExport() {
3947
- return 'Export data';
4585
+ return 'Eksport danych';
3948
4586
  },
3949
4587
  formatJumpTo: function formatJumpTo() {
3950
- return 'GO';
4588
+ return 'Przejdź';
3951
4589
  },
3952
4590
  formatAdvancedSearch: function formatAdvancedSearch() {
3953
- return 'Advanced search';
4591
+ return 'Wyszukiwanie zaawansowane';
3954
4592
  },
3955
4593
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
3956
- return 'Close';
4594
+ return 'Zamknij';
4595
+ },
4596
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4597
+ return 'Pokaż/Ukryj';
4598
+ },
4599
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4600
+ return 'Pokaż';
4601
+ },
4602
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4603
+ return 'Ukryj';
3957
4604
  }
3958
4605
  };
3959
4606
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
@@ -3963,9 +4610,16 @@
3963
4610
  * Author: Eduardo Cerqueira<egcerqueira@gmail.com>
3964
4611
  * Update: João Mello<jmello@hotmail.com.br>
3965
4612
  * Update: Leandro Felizari<lfelizari@gmail.com>
4613
+ * Update: Fernando Marcos Souza Silva<fernandomarcosss@gmail.com>
3966
4614
  */
3967
4615
 
3968
4616
  $.fn.bootstrapTable.locales['pt-BR'] = {
4617
+ formatCopyRows: function formatCopyRows() {
4618
+ return 'Copy Rows';
4619
+ },
4620
+ formatPrint: function formatPrint() {
4621
+ return 'Print';
4622
+ },
3969
4623
  formatLoadingMessage: function formatLoadingMessage() {
3970
4624
  return 'Carregando, aguarde';
3971
4625
  },
@@ -3974,7 +4628,7 @@
3974
4628
  },
3975
4629
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
3976
4630
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
3977
- return "Exibindo ".concat(pageFrom, " at\xE9 ").concat(pageTo, " de ").concat(totalRows, " linhas (filtered from ").concat(totalNotFiltered, " total rows)");
4631
+ return "Exibindo ".concat(pageFrom, " at\xE9 ").concat(pageTo, " de ").concat(totalRows, " linhas (filtradas de um total de ").concat(totalNotFiltered, " linhas)");
3978
4632
  }
3979
4633
 
3980
4634
  return "Exibindo ".concat(pageFrom, " at\xE9 ").concat(pageTo, " de ").concat(totalRows, " linhas");
@@ -4025,7 +4679,7 @@
4025
4679
  return 'Colunas';
4026
4680
  },
4027
4681
  formatColumnsToggleAll: function formatColumnsToggleAll() {
4028
- return 'Toggle all';
4682
+ return 'Alternar tudo';
4029
4683
  },
4030
4684
  formatFullscreen: function formatFullscreen() {
4031
4685
  return 'Tela cheia';
@@ -4047,6 +4701,15 @@
4047
4701
  },
4048
4702
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4049
4703
  return 'Fechar';
4704
+ },
4705
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4706
+ return 'Ocultar/Exibir controles';
4707
+ },
4708
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4709
+ return 'Ocultar controles';
4710
+ },
4711
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4712
+ return 'Exibir controles';
4050
4713
  }
4051
4714
  };
4052
4715
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pt-BR']);
@@ -4056,7 +4719,13 @@
4056
4719
  * Author: Burnspirit<burnspirit@gmail.com>
4057
4720
  */
4058
4721
 
4059
- $.fn.bootstrapTable.locales['pt-PT'] = {
4722
+ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
4723
+ formatCopyRows: function formatCopyRows() {
4724
+ return 'Copy Rows';
4725
+ },
4726
+ formatPrint: function formatPrint() {
4727
+ return 'Print';
4728
+ },
4060
4729
  formatLoadingMessage: function formatLoadingMessage() {
4061
4730
  return 'A carregar, por favor aguarde';
4062
4731
  },
@@ -4138,6 +4807,15 @@
4138
4807
  },
4139
4808
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4140
4809
  return 'Close';
4810
+ },
4811
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4812
+ return 'Hide/Show controls';
4813
+ },
4814
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4815
+ return 'Hide controls';
4816
+ },
4817
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4818
+ return 'Show controls';
4141
4819
  }
4142
4820
  };
4143
4821
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pt-PT']);
@@ -4147,7 +4825,13 @@
4147
4825
  * Author: cristake <cristianiosif@me.com>
4148
4826
  */
4149
4827
 
4150
- $.fn.bootstrapTable.locales['ro-RO'] = {
4828
+ $.fn.bootstrapTable.locales['ro-RO'] = $.fn.bootstrapTable.locales['ro'] = {
4829
+ formatCopyRows: function formatCopyRows() {
4830
+ return 'Copy Rows';
4831
+ },
4832
+ formatPrint: function formatPrint() {
4833
+ return 'Print';
4834
+ },
4151
4835
  formatLoadingMessage: function formatLoadingMessage() {
4152
4836
  return 'Se incarca, va rugam asteptati';
4153
4837
  },
@@ -4229,6 +4913,15 @@
4229
4913
  },
4230
4914
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4231
4915
  return 'Close';
4916
+ },
4917
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
4918
+ return 'Hide/Show controls';
4919
+ },
4920
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4921
+ return 'Hide controls';
4922
+ },
4923
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4924
+ return 'Show controls';
4232
4925
  }
4233
4926
  };
4234
4927
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ro-RO']);
@@ -4238,7 +4931,13 @@
4238
4931
  * Author: Dunaevsky Maxim <dunmaksim@yandex.ru>
4239
4932
  */
4240
4933
 
4241
- $.fn.bootstrapTable.locales['ru-RU'] = {
4934
+ $.fn.bootstrapTable.locales['ru-RU'] = $.fn.bootstrapTable.locales['ru'] = {
4935
+ formatCopyRows: function formatCopyRows() {
4936
+ return 'Copy Rows';
4937
+ },
4938
+ formatPrint: function formatPrint() {
4939
+ return 'Print';
4940
+ },
4242
4941
  formatLoadingMessage: function formatLoadingMessage() {
4243
4942
  return 'Пожалуйста, подождите, идёт загрузка';
4244
4943
  },
@@ -4320,6 +5019,15 @@
4320
5019
  },
4321
5020
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4322
5021
  return 'Close';
5022
+ },
5023
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5024
+ return 'Hide/Show controls';
5025
+ },
5026
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5027
+ return 'Hide controls';
5028
+ },
5029
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5030
+ return 'Show controls';
4323
5031
  }
4324
5032
  };
4325
5033
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ru-RU']);
@@ -4329,7 +5037,13 @@
4329
5037
  * Author: Jozef Dúc<jozef.d13@gmail.com>
4330
5038
  */
4331
5039
 
4332
- $.fn.bootstrapTable.locales['sk-SK'] = {
5040
+ $.fn.bootstrapTable.locales['sk-SK'] = $.fn.bootstrapTable.locales['sk'] = {
5041
+ formatCopyRows: function formatCopyRows() {
5042
+ return 'Skopírovať riadky';
5043
+ },
5044
+ formatPrint: function formatPrint() {
5045
+ return 'Vytlačiť';
5046
+ },
4333
5047
  formatLoadingMessage: function formatLoadingMessage() {
4334
5048
  return 'Prosím čakajte';
4335
5049
  },
@@ -4344,16 +5058,16 @@
4344
5058
  return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows);
4345
5059
  },
4346
5060
  formatSRPaginationPreText: function formatSRPaginationPreText() {
4347
- return 'previous page';
5061
+ return 'Predchádzajúca strana';
4348
5062
  },
4349
5063
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
4350
- return "to page ".concat(page);
5064
+ return "na stranu ".concat(page);
4351
5065
  },
4352
5066
  formatSRPaginationNextText: function formatSRPaginationNextText() {
4353
- return 'next page';
5067
+ return 'Nasledujúca strana';
4354
5068
  },
4355
5069
  formatDetailPagination: function formatDetailPagination(totalRows) {
4356
- return "Showing ".concat(totalRows, " rows");
5070
+ return "Zobrazuje sa ".concat(totalRows, " riadkov");
4357
5071
  },
4358
5072
  formatClearSearch: function formatClearSearch() {
4359
5073
  return 'Odstráň filtre';
@@ -4368,10 +5082,10 @@
4368
5082
  return 'Skry/Zobraz stránkovanie';
4369
5083
  },
4370
5084
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
4371
- return 'Show pagination';
5085
+ return 'Zobraziť stránkovanie';
4372
5086
  },
4373
5087
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
4374
- return 'Hide pagination';
5088
+ return 'Skryť stránkovanie';
4375
5089
  },
4376
5090
  formatRefresh: function formatRefresh() {
4377
5091
  return 'Obnoviť';
@@ -4380,37 +5094,46 @@
4380
5094
  return 'Prepni';
4381
5095
  },
4382
5096
  formatToggleOn: function formatToggleOn() {
4383
- return 'Show card view';
5097
+ return 'Zobraziť kartové zobrazenie';
4384
5098
  },
4385
5099
  formatToggleOff: function formatToggleOff() {
4386
- return 'Hide card view';
5100
+ return 'skryť kartové zobrazenie';
4387
5101
  },
4388
5102
  formatColumns: function formatColumns() {
4389
5103
  return 'Stĺpce';
4390
5104
  },
4391
5105
  formatColumnsToggleAll: function formatColumnsToggleAll() {
4392
- return 'Toggle all';
5106
+ return 'Prepnúť všetky';
4393
5107
  },
4394
5108
  formatFullscreen: function formatFullscreen() {
4395
- return 'Fullscreen';
5109
+ return 'Celá obrazovka';
4396
5110
  },
4397
5111
  formatAllRows: function formatAllRows() {
4398
5112
  return 'Všetky';
4399
5113
  },
4400
5114
  formatAutoRefresh: function formatAutoRefresh() {
4401
- return 'Auto Refresh';
5115
+ return 'Automatické obnovenie';
4402
5116
  },
4403
5117
  formatExport: function formatExport() {
4404
5118
  return 'Exportuj dáta';
4405
5119
  },
4406
5120
  formatJumpTo: function formatJumpTo() {
4407
- return 'GO';
5121
+ return 'Ísť';
4408
5122
  },
4409
5123
  formatAdvancedSearch: function formatAdvancedSearch() {
4410
- return 'Advanced search';
5124
+ return 'Pokročilé vyhľadávanie';
4411
5125
  },
4412
5126
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4413
- return 'Close';
5127
+ return 'Zatvoriť';
5128
+ },
5129
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5130
+ return 'Zobraziť/Skryť tlačidlá';
5131
+ },
5132
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5133
+ return 'Skryť tlačidlá';
5134
+ },
5135
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5136
+ return 'Zobraziť tlačidlá';
4414
5137
  }
4415
5138
  };
4416
5139
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
@@ -4420,7 +5143,13 @@
4420
5143
  * Author: Vladimir Kanazir (vladimir@kanazir.com)
4421
5144
  */
4422
5145
 
4423
- $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = {
5146
+ $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = $.fn.bootstrapTable.locales['sr'] = {
5147
+ formatCopyRows: function formatCopyRows() {
5148
+ return 'Copy Rows';
5149
+ },
5150
+ formatPrint: function formatPrint() {
5151
+ return 'Print';
5152
+ },
4424
5153
  formatLoadingMessage: function formatLoadingMessage() {
4425
5154
  return 'Молим сачекај';
4426
5155
  },
@@ -4502,6 +5231,15 @@
4502
5231
  },
4503
5232
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4504
5233
  return 'Затвори';
5234
+ },
5235
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5236
+ return 'Hide/Show controls';
5237
+ },
5238
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5239
+ return 'Hide controls';
5240
+ },
5241
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5242
+ return 'Show controls';
4505
5243
  }
4506
5244
  };
4507
5245
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sr-Cyrl-RS']);
@@ -4512,6 +5250,12 @@
4512
5250
  */
4513
5251
 
4514
5252
  $.fn.bootstrapTable.locales['sr-Latn-RS'] = {
5253
+ formatCopyRows: function formatCopyRows() {
5254
+ return 'Copy Rows';
5255
+ },
5256
+ formatPrint: function formatPrint() {
5257
+ return 'Print';
5258
+ },
4515
5259
  formatLoadingMessage: function formatLoadingMessage() {
4516
5260
  return 'Molim sačekaj';
4517
5261
  },
@@ -4593,6 +5337,15 @@
4593
5337
  },
4594
5338
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4595
5339
  return 'Zatvori';
5340
+ },
5341
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5342
+ return 'Hide/Show controls';
5343
+ },
5344
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5345
+ return 'Hide controls';
5346
+ },
5347
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5348
+ return 'Show controls';
4596
5349
  }
4597
5350
  };
4598
5351
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sr-Latn-RS']);
@@ -4602,7 +5355,13 @@
4602
5355
  * Author: C Bratt <bratt@inix.se>
4603
5356
  */
4604
5357
 
4605
- $.fn.bootstrapTable.locales['sv-SE'] = {
5358
+ $.fn.bootstrapTable.locales['sv-SE'] = $.fn.bootstrapTable.locales['sv'] = {
5359
+ formatCopyRows: function formatCopyRows() {
5360
+ return 'Copy Rows';
5361
+ },
5362
+ formatPrint: function formatPrint() {
5363
+ return 'Print';
5364
+ },
4606
5365
  formatLoadingMessage: function formatLoadingMessage() {
4607
5366
  return 'Laddar, vänligen vänta';
4608
5367
  },
@@ -4684,6 +5443,15 @@
4684
5443
  },
4685
5444
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4686
5445
  return 'Close';
5446
+ },
5447
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5448
+ return 'Hide/Show controls';
5449
+ },
5450
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5451
+ return 'Hide controls';
5452
+ },
5453
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5454
+ return 'Show controls';
4687
5455
  }
4688
5456
  };
4689
5457
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sv-SE']);
@@ -4693,7 +5461,13 @@
4693
5461
  * Author: Monchai S.<monchais@gmail.com>
4694
5462
  */
4695
5463
 
4696
- $.fn.bootstrapTable.locales['th-TH'] = {
5464
+ $.fn.bootstrapTable.locales['th-TH'] = $.fn.bootstrapTable.locales['th'] = {
5465
+ formatCopyRows: function formatCopyRows() {
5466
+ return 'Copy Rows';
5467
+ },
5468
+ formatPrint: function formatPrint() {
5469
+ return 'Print';
5470
+ },
4697
5471
  formatLoadingMessage: function formatLoadingMessage() {
4698
5472
  return 'กำลังโหลดข้อมูล, กรุณารอสักครู่';
4699
5473
  },
@@ -4775,6 +5549,15 @@
4775
5549
  },
4776
5550
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4777
5551
  return 'Close';
5552
+ },
5553
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5554
+ return 'Hide/Show controls';
5555
+ },
5556
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5557
+ return 'Hide controls';
5558
+ },
5559
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5560
+ return 'Show controls';
4778
5561
  }
4779
5562
  };
4780
5563
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['th-TH']);
@@ -4785,7 +5568,13 @@
4785
5568
  * Author: Sercan Cakir <srcnckr@gmail.com>
4786
5569
  */
4787
5570
 
4788
- $.fn.bootstrapTable.locales['tr-TR'] = {
5571
+ $.fn.bootstrapTable.locales['tr-TR'] = $.fn.bootstrapTable.locales['tr'] = {
5572
+ formatCopyRows: function formatCopyRows() {
5573
+ return 'Copy Rows';
5574
+ },
5575
+ formatPrint: function formatPrint() {
5576
+ return 'Print';
5577
+ },
4789
5578
  formatLoadingMessage: function formatLoadingMessage() {
4790
5579
  return 'Yükleniyor, lütfen bekleyin';
4791
5580
  },
@@ -4867,6 +5656,15 @@
4867
5656
  },
4868
5657
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4869
5658
  return 'Close';
5659
+ },
5660
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5661
+ return 'Hide/Show controls';
5662
+ },
5663
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5664
+ return 'Hide controls';
5665
+ },
5666
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5667
+ return 'Show controls';
4870
5668
  }
4871
5669
  };
4872
5670
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['tr-TR']);
@@ -4876,7 +5674,13 @@
4876
5674
  * Author: Vitaliy Timchenko <vitaliy.timchenko@gmail.com>
4877
5675
  */
4878
5676
 
4879
- $.fn.bootstrapTable.locales['uk-UA'] = {
5677
+ $.fn.bootstrapTable.locales['uk-UA'] = $.fn.bootstrapTable.locales['uk'] = {
5678
+ formatCopyRows: function formatCopyRows() {
5679
+ return 'Copy Rows';
5680
+ },
5681
+ formatPrint: function formatPrint() {
5682
+ return 'Print';
5683
+ },
4880
5684
  formatLoadingMessage: function formatLoadingMessage() {
4881
5685
  return 'Завантаження, будь ласка, зачекайте';
4882
5686
  },
@@ -4958,6 +5762,15 @@
4958
5762
  },
4959
5763
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4960
5764
  return 'Close';
5765
+ },
5766
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5767
+ return 'Hide/Show controls';
5768
+ },
5769
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5770
+ return 'Hide controls';
5771
+ },
5772
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5773
+ return 'Show controls';
4961
5774
  }
4962
5775
  };
4963
5776
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['uk-UA']);
@@ -4967,7 +5780,13 @@
4967
5780
  * Author: Malik <me@malikrizwan.com>
4968
5781
  */
4969
5782
 
4970
- $.fn.bootstrapTable.locales['ur-PK'] = {
5783
+ $.fn.bootstrapTable.locales['ur-PK'] = $.fn.bootstrapTable.locales['ur'] = {
5784
+ formatCopyRows: function formatCopyRows() {
5785
+ return 'Copy Rows';
5786
+ },
5787
+ formatPrint: function formatPrint() {
5788
+ return 'Print';
5789
+ },
4971
5790
  formatLoadingMessage: function formatLoadingMessage() {
4972
5791
  return 'براۓ مہربانی انتظار کیجئے';
4973
5792
  },
@@ -5049,6 +5868,15 @@
5049
5868
  },
5050
5869
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
5051
5870
  return 'Close';
5871
+ },
5872
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5873
+ return 'Hide/Show controls';
5874
+ },
5875
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5876
+ return 'Hide controls';
5877
+ },
5878
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5879
+ return 'Show controls';
5052
5880
  }
5053
5881
  };
5054
5882
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ur-PK']);
@@ -5058,7 +5886,13 @@
5058
5886
  * Author: Nabijon Masharipov <mnabijonz@gmail.com>
5059
5887
  */
5060
5888
 
5061
- $.fn.bootstrapTable.locales['uz-Latn-UZ'] = {
5889
+ $.fn.bootstrapTable.locales['uz-Latn-UZ'] = $.fn.bootstrapTable.locales['uz'] = {
5890
+ formatCopyRows: function formatCopyRows() {
5891
+ return 'Copy Rows';
5892
+ },
5893
+ formatPrint: function formatPrint() {
5894
+ return 'Print';
5895
+ },
5062
5896
  formatLoadingMessage: function formatLoadingMessage() {
5063
5897
  return 'Yuklanyapti, iltimos kuting';
5064
5898
  },
@@ -5140,6 +5974,15 @@
5140
5974
  },
5141
5975
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
5142
5976
  return 'Close';
5977
+ },
5978
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
5979
+ return 'Hide/Show controls';
5980
+ },
5981
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5982
+ return 'Hide controls';
5983
+ },
5984
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5985
+ return 'Show controls';
5143
5986
  }
5144
5987
  };
5145
5988
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['uz-Latn-UZ']);
@@ -5149,7 +5992,13 @@
5149
5992
  * Author: Duc N. PHAM <pngduc@gmail.com>
5150
5993
  */
5151
5994
 
5152
- $.fn.bootstrapTable.locales['vi-VN'] = {
5995
+ $.fn.bootstrapTable.locales['vi-VN'] = $.fn.bootstrapTable.locales['vi'] = {
5996
+ formatCopyRows: function formatCopyRows() {
5997
+ return 'Copy Rows';
5998
+ },
5999
+ formatPrint: function formatPrint() {
6000
+ return 'Print';
6001
+ },
5153
6002
  formatLoadingMessage: function formatLoadingMessage() {
5154
6003
  return 'Đang tải';
5155
6004
  },
@@ -5231,6 +6080,15 @@
5231
6080
  },
5232
6081
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
5233
6082
  return 'Close';
6083
+ },
6084
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
6085
+ return 'Hide/Show controls';
6086
+ },
6087
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
6088
+ return 'Hide controls';
6089
+ },
6090
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
6091
+ return 'Show controls';
5234
6092
  }
5235
6093
  };
5236
6094
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['vi-VN']);
@@ -5240,7 +6098,13 @@
5240
6098
  * Author: Zhixin Wen<wenzhixin2010@gmail.com>
5241
6099
  */
5242
6100
 
5243
- $.fn.bootstrapTable.locales['zh-CN'] = {
6101
+ $.fn.bootstrapTable.locales['zh-CN'] = $.fn.bootstrapTable.locales['zh'] = {
6102
+ formatCopyRows: function formatCopyRows() {
6103
+ return 'Copy Rows';
6104
+ },
6105
+ formatPrint: function formatPrint() {
6106
+ return 'Print';
6107
+ },
5244
6108
  formatLoadingMessage: function formatLoadingMessage() {
5245
6109
  return '正在努力地加载数据中,请稍候';
5246
6110
  },
@@ -5322,6 +6186,15 @@
5322
6186
  },
5323
6187
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
5324
6188
  return '关闭';
6189
+ },
6190
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
6191
+ return '隐藏/显示过滤控制';
6192
+ },
6193
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
6194
+ return '隐藏过滤控制';
6195
+ },
6196
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
6197
+ return '显示过滤控制';
5325
6198
  }
5326
6199
  };
5327
6200
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-CN']);
@@ -5332,6 +6205,12 @@
5332
6205
  */
5333
6206
 
5334
6207
  $.fn.bootstrapTable.locales['zh-TW'] = {
6208
+ formatCopyRows: function formatCopyRows() {
6209
+ return 'Copy Rows';
6210
+ },
6211
+ formatPrint: function formatPrint() {
6212
+ return 'Print';
6213
+ },
5335
6214
  formatLoadingMessage: function formatLoadingMessage() {
5336
6215
  return '正在努力地載入資料,請稍候';
5337
6216
  },
@@ -5413,6 +6292,15 @@
5413
6292
  },
5414
6293
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
5415
6294
  return '關閉';
6295
+ },
6296
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
6297
+ return '隱藏/顯示過濾控制';
6298
+ },
6299
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
6300
+ return '隱藏過濾控制';
6301
+ },
6302
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
6303
+ return '顯示過濾控制';
5416
6304
  }
5417
6305
  };
5418
6306
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['zh-TW']);