bootstrap-table-rails 1.18.0 → 1.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bootstrap-table-rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +132 -131
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +9 -6
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +96 -99
  6. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +5 -1
  7. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +2 -2
  8. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1 -1
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +6 -6
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +5 -5
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +2 -0
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +4 -11
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +31 -19
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +21 -10
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +8 -0
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +14 -10
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +5 -7
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +43 -47
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +26 -3
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +8 -9
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +87 -57
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +13 -4
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +3 -0
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +2 -2
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +10 -9
  26. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +1 -1
  27. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +1 -1
  28. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +1 -1
  29. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +1 -1
  30. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +1 -1
  31. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +1 -1
  32. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +2 -2
  33. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +1 -1
  34. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +1 -1
  35. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +2 -2
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +19 -19
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +17 -17
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +1 -1
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +1 -1
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +1 -1
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +1 -1
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +14 -14
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +1 -1
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +1 -1
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +1 -1
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +1 -1
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +1 -1
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +1 -1
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +1 -1
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +1 -1
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +1 -1
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +1 -1
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +1 -1
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +23 -22
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +1 -1
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +1 -1
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +1 -1
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +20 -20
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +1 -1
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +1 -1
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +1 -1
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +1 -1
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +1 -1
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +1 -1
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +1 -1
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +1 -1
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +1 -1
  68. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +10 -5
  69. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +8 -5
  70. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +13 -5
  71. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +8 -2
  72. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +13 -5
  73. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +8 -2
  74. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +8 -5
  75. metadata +1 -1
@@ -673,12 +673,12 @@
673
673
  * Author: Marc Pina<iwalkalone69@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['es-ES'] = {
676
+ $.fn.bootstrapTable.locales['es-ES'] = $.fn.bootstrapTable.locales['es'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
- return 'Copy Rows';
678
+ return 'Copiar filas';
679
679
  },
680
680
  formatPrint: function formatPrint() {
681
- return 'Print';
681
+ return 'Imprimir';
682
682
  },
683
683
  formatLoadingMessage: function formatLoadingMessage() {
684
684
  return 'Por favor espere';
@@ -688,22 +688,22 @@
688
688
  },
689
689
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
690
690
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
691
- return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados (filtered from ").concat(totalNotFiltered, " total rows)");
691
+ return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados (filtrado de ").concat(totalNotFiltered, " filas totales)");
692
692
  }
693
693
 
694
694
  return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados");
695
695
  },
696
696
  formatSRPaginationPreText: function formatSRPaginationPreText() {
697
- return 'previous page';
697
+ return 'página anterior';
698
698
  },
699
699
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
700
- return "to page ".concat(page);
700
+ return "a la p\xE1gina ".concat(page);
701
701
  },
702
702
  formatSRPaginationNextText: function formatSRPaginationNextText() {
703
- return 'next page';
703
+ return 'siguiente página';
704
704
  },
705
705
  formatDetailPagination: function formatDetailPagination(totalRows) {
706
- return "Showing ".concat(totalRows, " rows");
706
+ return "Mostrando ".concat(totalRows, " filas");
707
707
  },
708
708
  formatClearSearch: function formatClearSearch() {
709
709
  return 'Limpiar búsqueda';
@@ -718,43 +718,43 @@
718
718
  return 'Ocultar/Mostrar paginación';
719
719
  },
720
720
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
721
- return 'Show pagination';
721
+ return 'Mostrar paginación';
722
722
  },
723
723
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
724
- return 'Hide pagination';
724
+ return 'Ocultar paginación';
725
725
  },
726
726
  formatRefresh: function formatRefresh() {
727
- return 'Refrescar';
727
+ return 'Recargar';
728
728
  },
729
729
  formatToggle: function formatToggle() {
730
730
  return 'Ocultar/Mostrar';
731
731
  },
732
732
  formatToggleOn: function formatToggleOn() {
733
- return 'Show card view';
733
+ return 'Mostrar vista de carta';
734
734
  },
735
735
  formatToggleOff: function formatToggleOff() {
736
- return 'Hide card view';
736
+ return 'Ocultar vista de carta';
737
737
  },
738
738
  formatColumns: function formatColumns() {
739
739
  return 'Columnas';
740
740
  },
741
741
  formatColumnsToggleAll: function formatColumnsToggleAll() {
742
- return 'Toggle all';
742
+ return 'Cambiar todo';
743
743
  },
744
744
  formatFullscreen: function formatFullscreen() {
745
- return 'Fullscreen';
745
+ return 'Pantalla completa';
746
746
  },
747
747
  formatAllRows: function formatAllRows() {
748
748
  return 'Todos';
749
749
  },
750
750
  formatAutoRefresh: function formatAutoRefresh() {
751
- return 'Auto Refresh';
751
+ return 'Auto Recargar';
752
752
  },
753
753
  formatExport: function formatExport() {
754
754
  return 'Exportar los datos';
755
755
  },
756
756
  formatJumpTo: function formatJumpTo() {
757
- return 'GO';
757
+ return 'IR';
758
758
  },
759
759
  formatAdvancedSearch: function formatAdvancedSearch() {
760
760
  return 'Búsqueda avanzada';
@@ -673,7 +673,7 @@
673
673
  * Author: kristjan@logist.it>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['et-EE'] = {
676
+ $.fn.bootstrapTable.locales['et-EE'] = $.fn.bootstrapTable.locales['et'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Iker Ibarguren Berasaluze<ikerib@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['eu-EU'] = {
676
+ $.fn.bootstrapTable.locales['eu-EU'] = $.fn.bootstrapTable.locales['eu'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: MJ Vakili <mjv.1989@Gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['fa-IR'] = {
676
+ $.fn.bootstrapTable.locales['fa-IR'] = $.fn.bootstrapTable.locales['fa'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Minna Lehtomäki <minna.j.lehtomaki@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['fi-FI'] = {
676
+ $.fn.bootstrapTable.locales['fi-FI'] = $.fn.bootstrapTable.locales['fi'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -675,12 +675,12 @@
675
675
  * Nevets82 <Nevets82@gmail.com>
676
676
  */
677
677
 
678
- $.fn.bootstrapTable.locales['fr-FR'] = {
678
+ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
679
679
  formatCopyRows: function formatCopyRows() {
680
- return 'Copy Rows';
680
+ return 'Copier les lignes';
681
681
  },
682
682
  formatPrint: function formatPrint() {
683
- return 'Print';
683
+ return 'Imprimer';
684
684
  },
685
685
  formatLoadingMessage: function formatLoadingMessage() {
686
686
  return 'Chargement en cours';
@@ -717,25 +717,25 @@
717
717
  return 'Aucun résultat';
718
718
  },
719
719
  formatPaginationSwitch: function formatPaginationSwitch() {
720
- return 'Cacher/Afficher pagination';
720
+ return 'Masquer/Afficher la pagination';
721
721
  },
722
722
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
723
- return 'Afficher pagination';
723
+ return 'Afficher la pagination';
724
724
  },
725
725
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
726
- return 'Cacher pagination';
726
+ return 'Masquer la pagination';
727
727
  },
728
728
  formatRefresh: function formatRefresh() {
729
- return 'Rafraichir';
729
+ return 'Actualiser';
730
730
  },
731
731
  formatToggle: function formatToggle() {
732
732
  return 'Basculer';
733
733
  },
734
734
  formatToggleOn: function formatToggleOn() {
735
- return 'Afficher vue carte';
735
+ return 'Afficher la vue carte';
736
736
  },
737
737
  formatToggleOff: function formatToggleOff() {
738
- return 'Cacher vue carte';
738
+ return 'Masquer la vue carte';
739
739
  },
740
740
  formatColumns: function formatColumns() {
741
741
  return 'Colonnes';
@@ -750,13 +750,13 @@
750
750
  return 'Tout';
751
751
  },
752
752
  formatAutoRefresh: function formatAutoRefresh() {
753
- return 'Rafraîchissement automatique';
753
+ return 'Actualisation automatique';
754
754
  },
755
755
  formatExport: function formatExport() {
756
756
  return 'Exporter les données';
757
757
  },
758
758
  formatJumpTo: function formatJumpTo() {
759
- return 'Aller à';
759
+ return 'ALLER';
760
760
  },
761
761
  formatAdvancedSearch: function formatAdvancedSearch() {
762
762
  return 'Recherche avancée';
@@ -765,13 +765,13 @@
765
765
  return 'Fermer';
766
766
  },
767
767
  formatFilterControlSwitch: function formatFilterControlSwitch() {
768
- return 'Cacher/Afficher controls';
768
+ return 'Masquer/Afficher les contrôles';
769
769
  },
770
770
  formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
771
- return 'Cacher controls';
771
+ return 'Masquer les contrôles';
772
772
  },
773
773
  formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
774
- return 'Afficher controls';
774
+ return 'Afficher les contrôles';
775
775
  }
776
776
  };
777
777
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-FR']);
@@ -673,7 +673,7 @@
673
673
  * Author: legshooter
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['he-IL'] = {
676
+ $.fn.bootstrapTable.locales['he-IL'] = $.fn.bootstrapTable.locales['he'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -674,7 +674,7 @@
674
674
  * Author: Petra Štrbenac (petra.strbenac@gmail.com)
675
675
  */
676
676
 
677
- $.fn.bootstrapTable.locales['hr-HR'] = {
677
+ $.fn.bootstrapTable.locales['hr-HR'] = $.fn.bootstrapTable.locales['hr'] = {
678
678
  formatCopyRows: function formatCopyRows() {
679
679
  return 'Copy Rows';
680
680
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Nagy Gergely <info@nagygergely.eu>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['hu-HU'] = {
676
+ $.fn.bootstrapTable.locales['hu-HU'] = $.fn.bootstrapTable.locales['hu'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Andre Gardiner<andre@sirdre.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['id-ID'] = {
676
+ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -675,7 +675,7 @@
675
675
  * Author: Alessio Felicioni <alessio.felicioni@gmail.com>
676
676
  */
677
677
 
678
- $.fn.bootstrapTable.locales['it-IT'] = {
678
+ $.fn.bootstrapTable.locales['it-IT'] = $.fn.bootstrapTable.locales['it'] = {
679
679
  formatCopyRows: function formatCopyRows() {
680
680
  return 'Copy Rows';
681
681
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Azamshul Azizy <azamshul@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ja-JP'] = {
676
+ $.fn.bootstrapTable.locales['ja-JP'] = $.fn.bootstrapTable.locales['ja'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Levan Lotuashvili <l.lotuashvili@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ka-GE'] = {
676
+ $.fn.bootstrapTable.locales['ka-GE'] = $.fn.bootstrapTable.locales['ka'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ko-KR'] = {
676
+ $.fn.bootstrapTable.locales['ko-KR'] = $.fn.bootstrapTable.locales['ko'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Azamshul Azizy <azamshul@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ms-MY'] = {
676
+ $.fn.bootstrapTable.locales['ms-MY'] = $.fn.bootstrapTable.locales['ms'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Jim Nordbø, jim@nordb.no
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['nb-NO'] = {
676
+ $.fn.bootstrapTable.locales['nb-NO'] = $.fn.bootstrapTable.locales['nb'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -674,7 +674,7 @@
674
674
  * Nevets82 <Nevets82@gmail.com>
675
675
  */
676
676
 
677
- $.fn.bootstrapTable.locales['nl-NL'] = {
677
+ $.fn.bootstrapTable.locales['nl-NL'] = $.fn.bootstrapTable.locales['nl'] = {
678
678
  formatCopyRows: function formatCopyRows() {
679
679
  return 'Copy Rows';
680
680
  },
@@ -671,11 +671,12 @@
671
671
  /**
672
672
  * Bootstrap Table Polish translation
673
673
  * Author: zergu <michal.zagdan @ gmail com>
674
+ * Update: kerogos <kerog @ wp pl>
674
675
  */
675
676
 
676
- $.fn.bootstrapTable.locales['pl-PL'] = {
677
+ $.fn.bootstrapTable.locales['pl-PL'] = $.fn.bootstrapTable.locales['pl'] = {
677
678
  formatCopyRows: function formatCopyRows() {
678
- return 'Copy Rows';
679
+ return 'Kopiuj wiersze';
679
680
  },
680
681
  formatPrint: function formatPrint() {
681
682
  return 'Print';
@@ -694,19 +695,19 @@
694
695
  return "Wy\u015Bwietlanie rekord\xF3w od ".concat(pageFrom, " do ").concat(pageTo, " z ").concat(totalRows);
695
696
  },
696
697
  formatSRPaginationPreText: function formatSRPaginationPreText() {
697
- return 'previous page';
698
+ return 'poprzednia strona';
698
699
  },
699
700
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
700
- return "to page ".concat(page);
701
+ return "z ".concat(page);
701
702
  },
702
703
  formatSRPaginationNextText: function formatSRPaginationNextText() {
703
- return 'next page';
704
+ return 'następna strona';
704
705
  },
705
706
  formatDetailPagination: function formatDetailPagination(totalRows) {
706
- return "Showing ".concat(totalRows, " rows");
707
+ return "Wy\u015Bwietla ".concat(totalRows, " wierszy");
707
708
  },
708
709
  formatClearSearch: function formatClearSearch() {
709
- return 'Clear Search';
710
+ return 'Wyczyść wyszukiwanie';
710
711
  },
711
712
  formatSearch: function formatSearch() {
712
713
  return 'Szukaj';
@@ -715,13 +716,13 @@
715
716
  return 'Niestety, nic nie znaleziono';
716
717
  },
717
718
  formatPaginationSwitch: function formatPaginationSwitch() {
718
- return 'Hide/Show pagination';
719
+ return 'Pokaż/ukryj stronicowanie';
719
720
  },
720
721
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
721
- return 'Show pagination';
722
+ return 'Pokaż stronicowanie';
722
723
  },
723
724
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
724
- return 'Hide pagination';
725
+ return 'Ukryj stronicowanie';
725
726
  },
726
727
  formatRefresh: function formatRefresh() {
727
728
  return 'Odśwież';
@@ -730,46 +731,46 @@
730
731
  return 'Przełącz';
731
732
  },
732
733
  formatToggleOn: function formatToggleOn() {
733
- return 'Show card view';
734
+ return 'Pokaż układ karty';
734
735
  },
735
736
  formatToggleOff: function formatToggleOff() {
736
- return 'Hide card view';
737
+ return 'Ukryj układ karty';
737
738
  },
738
739
  formatColumns: function formatColumns() {
739
740
  return 'Kolumny';
740
741
  },
741
742
  formatColumnsToggleAll: function formatColumnsToggleAll() {
742
- return 'Toggle all';
743
+ return 'Zaznacz wszystko';
743
744
  },
744
745
  formatFullscreen: function formatFullscreen() {
745
746
  return 'Fullscreen';
746
747
  },
747
748
  formatAllRows: function formatAllRows() {
748
- return 'All';
749
+ return 'Wszystkie';
749
750
  },
750
751
  formatAutoRefresh: function formatAutoRefresh() {
751
- return 'Auto Refresh';
752
+ return 'Auto odświeżanie';
752
753
  },
753
754
  formatExport: function formatExport() {
754
- return 'Export data';
755
+ return 'Eksport danych';
755
756
  },
756
757
  formatJumpTo: function formatJumpTo() {
757
- return 'GO';
758
+ return 'Przejdź';
758
759
  },
759
760
  formatAdvancedSearch: function formatAdvancedSearch() {
760
- return 'Advanced search';
761
+ return 'Wyszukiwanie zaawansowane';
761
762
  },
762
763
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
763
- return 'Close';
764
+ return 'Zamknij';
764
765
  },
765
766
  formatFilterControlSwitch: function formatFilterControlSwitch() {
766
- return 'Hide/Show controls';
767
+ return 'Pokaż/Ukryj';
767
768
  },
768
769
  formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
- return 'Hide controls';
770
+ return 'Pokaż';
770
771
  },
771
772
  formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
- return 'Show controls';
773
+ return 'Ukryj';
773
774
  }
774
775
  };
775
776
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
@@ -673,7 +673,7 @@
673
673
  * Author: Burnspirit<burnspirit@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['pt-PT'] = {
676
+ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: cristake <cristianiosif@me.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ro-RO'] = {
676
+ $.fn.bootstrapTable.locales['ro-RO'] = $.fn.bootstrapTable.locales['ro'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Dunaevsky Maxim <dunmaksim@yandex.ru>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ru-RU'] = {
676
+ $.fn.bootstrapTable.locales['ru-RU'] = $.fn.bootstrapTable.locales['ru'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,12 +673,12 @@
673
673
  * Author: Jozef Dúc<jozef.d13@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['sk-SK'] = {
676
+ $.fn.bootstrapTable.locales['sk-SK'] = $.fn.bootstrapTable.locales['sk'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
- return 'Copy Rows';
678
+ return 'Skopírovať riadky';
679
679
  },
680
680
  formatPrint: function formatPrint() {
681
- return 'Print';
681
+ return 'Vytlačiť';
682
682
  },
683
683
  formatLoadingMessage: function formatLoadingMessage() {
684
684
  return 'Prosím čakajte';
@@ -694,16 +694,16 @@
694
694
  return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows);
695
695
  },
696
696
  formatSRPaginationPreText: function formatSRPaginationPreText() {
697
- return 'previous page';
697
+ return 'Predchádzajúca strana';
698
698
  },
699
699
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
700
- return "to page ".concat(page);
700
+ return "na stranu ".concat(page);
701
701
  },
702
702
  formatSRPaginationNextText: function formatSRPaginationNextText() {
703
- return 'next page';
703
+ return 'Nasledujúca strana';
704
704
  },
705
705
  formatDetailPagination: function formatDetailPagination(totalRows) {
706
- return "Showing ".concat(totalRows, " rows");
706
+ return "Zobrazuje sa ".concat(totalRows, " riadkov");
707
707
  },
708
708
  formatClearSearch: function formatClearSearch() {
709
709
  return 'Odstráň filtre';
@@ -718,10 +718,10 @@
718
718
  return 'Skry/Zobraz stránkovanie';
719
719
  },
720
720
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
721
- return 'Show pagination';
721
+ return 'Zobraziť stránkovanie';
722
722
  },
723
723
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
724
- return 'Hide pagination';
724
+ return 'Skryť stránkovanie';
725
725
  },
726
726
  formatRefresh: function formatRefresh() {
727
727
  return 'Obnoviť';
@@ -730,46 +730,46 @@
730
730
  return 'Prepni';
731
731
  },
732
732
  formatToggleOn: function formatToggleOn() {
733
- return 'Show card view';
733
+ return 'Zobraziť kartové zobrazenie';
734
734
  },
735
735
  formatToggleOff: function formatToggleOff() {
736
- return 'Hide card view';
736
+ return 'skryť kartové zobrazenie';
737
737
  },
738
738
  formatColumns: function formatColumns() {
739
739
  return 'Stĺpce';
740
740
  },
741
741
  formatColumnsToggleAll: function formatColumnsToggleAll() {
742
- return 'Toggle all';
742
+ return 'Prepnúť všetky';
743
743
  },
744
744
  formatFullscreen: function formatFullscreen() {
745
- return 'Fullscreen';
745
+ return 'Celá obrazovka';
746
746
  },
747
747
  formatAllRows: function formatAllRows() {
748
748
  return 'Všetky';
749
749
  },
750
750
  formatAutoRefresh: function formatAutoRefresh() {
751
- return 'Auto Refresh';
751
+ return 'Automatické obnovenie';
752
752
  },
753
753
  formatExport: function formatExport() {
754
754
  return 'Exportuj dáta';
755
755
  },
756
756
  formatJumpTo: function formatJumpTo() {
757
- return 'GO';
757
+ return 'Ísť';
758
758
  },
759
759
  formatAdvancedSearch: function formatAdvancedSearch() {
760
- return 'Advanced search';
760
+ return 'Pokročilé vyhľadávanie';
761
761
  },
762
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
763
- return 'Close';
763
+ return 'Zatvoriť';
764
764
  },
765
765
  formatFilterControlSwitch: function formatFilterControlSwitch() {
766
- return 'Hide/Show controls';
766
+ return 'Zobraziť/Skryť tlačidlá';
767
767
  },
768
768
  formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
- return 'Hide controls';
769
+ return 'Skryť tlačidlá';
770
770
  },
771
771
  formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
- return 'Show controls';
772
+ return 'Zobraziť tlačidlá';
773
773
  }
774
774
  };
775
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
@@ -673,7 +673,7 @@
673
673
  * Author: Vladimir Kanazir (vladimir@kanazir.com)
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = {
676
+ $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = $.fn.bootstrapTable.locales['sr'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: C Bratt <bratt@inix.se>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['sv-SE'] = {
676
+ $.fn.bootstrapTable.locales['sv-SE'] = $.fn.bootstrapTable.locales['sv'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Monchai S.<monchais@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['th-TH'] = {
676
+ $.fn.bootstrapTable.locales['th-TH'] = $.fn.bootstrapTable.locales['th'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -674,7 +674,7 @@
674
674
  * Author: Sercan Cakir <srcnckr@gmail.com>
675
675
  */
676
676
 
677
- $.fn.bootstrapTable.locales['tr-TR'] = {
677
+ $.fn.bootstrapTable.locales['tr-TR'] = $.fn.bootstrapTable.locales['tr'] = {
678
678
  formatCopyRows: function formatCopyRows() {
679
679
  return 'Copy Rows';
680
680
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Vitaliy Timchenko <vitaliy.timchenko@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['uk-UA'] = {
676
+ $.fn.bootstrapTable.locales['uk-UA'] = $.fn.bootstrapTable.locales['uk'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -673,7 +673,7 @@
673
673
  * Author: Malik <me@malikrizwan.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['ur-PK'] = {
676
+ $.fn.bootstrapTable.locales['ur-PK'] = $.fn.bootstrapTable.locales['ur'] = {
677
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },