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,7 +673,7 @@
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
677
  formatCopyRows: function formatCopyRows() {
678
678
  return 'Copy Rows';
679
679
  },
@@ -779,7 +779,7 @@
779
779
  * Author: Zhixin Wen<wenzhixin2010@gmail.com>
780
780
  */
781
781
 
782
- $.fn.bootstrapTable.locales['ar-SA'] = {
782
+ $.fn.bootstrapTable.locales['ar-SA'] = $.fn.bootstrapTable.locales['ar'] = {
783
783
  formatCopyRows: function formatCopyRows() {
784
784
  return 'Copy Rows';
785
785
  },
@@ -886,7 +886,7 @@
886
886
  * Author: Mikhail Kalatchev <kalatchev[at]gmail.com>
887
887
  */
888
888
 
889
- $.fn.bootstrapTable.locales['bg-BG'] = {
889
+ $.fn.bootstrapTable.locales['bg-BG'] = $.fn.bootstrapTable.locales['bg'] = {
890
890
  formatCopyRows: function formatCopyRows() {
891
891
  return 'Copy Rows';
892
892
  },
@@ -993,7 +993,7 @@
993
993
  * Claudi Martinez<claudix.kernel@gmail.com>
994
994
  */
995
995
 
996
- $.fn.bootstrapTable.locales['ca-ES'] = {
996
+ $.fn.bootstrapTable.locales['ca-ES'] = $.fn.bootstrapTable.locales['ca'] = {
997
997
  formatCopyRows: function formatCopyRows() {
998
998
  return 'Copy Rows';
999
999
  },
@@ -1100,7 +1100,7 @@
1100
1100
  * Author: Jakub Svestka <svestka1999@gmail.com>
1101
1101
  */
1102
1102
 
1103
- $.fn.bootstrapTable.locales['cs-CZ'] = {
1103
+ $.fn.bootstrapTable.locales['cs-CZ'] = $.fn.bootstrapTable.locales['cs'] = {
1104
1104
  formatCopyRows: function formatCopyRows() {
1105
1105
  return 'Copy Rows';
1106
1106
  },
@@ -1206,7 +1206,7 @@
1206
1206
  * Author: Your Name Jan Borup Coyle, github@coyle.dk
1207
1207
  */
1208
1208
 
1209
- $.fn.bootstrapTable.locales['da-DK'] = {
1209
+ $.fn.bootstrapTable.locales['da-DK'] = $.fn.bootstrapTable.locales['da'] = {
1210
1210
  formatCopyRows: function formatCopyRows() {
1211
1211
  return 'Copy Rows';
1212
1212
  },
@@ -1312,7 +1312,7 @@
1312
1312
  * Author: Paul Mohr - Sopamo<p.mohr@sopamo.de>
1313
1313
  */
1314
1314
 
1315
- $.fn.bootstrapTable.locales['de-DE'] = {
1315
+ $.fn.bootstrapTable.locales['de-DE'] = $.fn.bootstrapTable.locales['de'] = {
1316
1316
  formatCopyRows: function formatCopyRows() {
1317
1317
  return 'Zeilen kopieren';
1318
1318
  },
@@ -1393,7 +1393,7 @@
1393
1393
  return 'Datenexport';
1394
1394
  },
1395
1395
  formatJumpTo: function formatJumpTo() {
1396
- return 'GO';
1396
+ return 'Springen';
1397
1397
  },
1398
1398
  formatAdvancedSearch: function formatAdvancedSearch() {
1399
1399
  return 'Erweiterte Suche';
@@ -1418,7 +1418,7 @@
1418
1418
  * Author: giannisdallas
1419
1419
  */
1420
1420
 
1421
- $.fn.bootstrapTable.locales['el-GR'] = {
1421
+ $.fn.bootstrapTable.locales['el-GR'] = $.fn.bootstrapTable.locales['el'] = {
1422
1422
  formatCopyRows: function formatCopyRows() {
1423
1423
  return 'Copy Rows';
1424
1424
  },
@@ -1524,7 +1524,7 @@
1524
1524
  * Author: Zhixin Wen<wenzhixin2010@gmail.com>
1525
1525
  */
1526
1526
 
1527
- $.fn.bootstrapTable.locales['en-US'] = {
1527
+ $.fn.bootstrapTable.locales['en-US'] = $.fn.bootstrapTable.locales['en'] = {
1528
1528
  formatCopyRows: function formatCopyRows() {
1529
1529
  return 'Copy Rows';
1530
1530
  },
@@ -1633,10 +1633,10 @@
1633
1633
 
1634
1634
  $.fn.bootstrapTable.locales['es-AR'] = {
1635
1635
  formatCopyRows: function formatCopyRows() {
1636
- return 'Copy Rows';
1636
+ return 'Copiar Filas';
1637
1637
  },
1638
1638
  formatPrint: function formatPrint() {
1639
- return 'Print';
1639
+ return 'Imprimir';
1640
1640
  },
1641
1641
  formatLoadingMessage: function formatLoadingMessage() {
1642
1642
  return 'Cargando, espere por favor';
@@ -1740,10 +1740,10 @@
1740
1740
 
1741
1741
  $.fn.bootstrapTable.locales['es-CL'] = {
1742
1742
  formatCopyRows: function formatCopyRows() {
1743
- return 'Copy Rows';
1743
+ return 'Copiar Filas';
1744
1744
  },
1745
1745
  formatPrint: function formatPrint() {
1746
- return 'Print';
1746
+ return 'Imprimir';
1747
1747
  },
1748
1748
  formatLoadingMessage: function formatLoadingMessage() {
1749
1749
  return 'Cargando, espere por favor';
@@ -1753,22 +1753,22 @@
1753
1753
  },
1754
1754
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
1755
1755
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
1756
- 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)");
1757
1757
  }
1758
1758
 
1759
1759
  return "Mostrando ".concat(pageFrom, " a ").concat(pageTo, " de ").concat(totalRows, " filas");
1760
1760
  },
1761
1761
  formatSRPaginationPreText: function formatSRPaginationPreText() {
1762
- return 'previous page';
1762
+ return 'página anterior';
1763
1763
  },
1764
1764
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
1765
- return "to page ".concat(page);
1765
+ return "a la p\xE1gina ".concat(page);
1766
1766
  },
1767
1767
  formatSRPaginationNextText: function formatSRPaginationNextText() {
1768
- return 'next page';
1768
+ return 'siguiente página';
1769
1769
  },
1770
1770
  formatDetailPagination: function formatDetailPagination(totalRows) {
1771
- return "Showing ".concat(totalRows, " rows");
1771
+ return "Mostrando ".concat(totalRows, " filas");
1772
1772
  },
1773
1773
  formatClearSearch: function formatClearSearch() {
1774
1774
  return 'Limpiar búsqueda';
@@ -1780,13 +1780,13 @@
1780
1780
  return 'No se encontraron registros';
1781
1781
  },
1782
1782
  formatPaginationSwitch: function formatPaginationSwitch() {
1783
- return "Ocultar/Mostrar paginaci\xF3n";
1783
+ return 'Ocultar/Mostrar paginación';
1784
1784
  },
1785
1785
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
1786
- return 'Show pagination';
1786
+ return 'Mostrar paginación';
1787
1787
  },
1788
1788
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
1789
- return 'Hide pagination';
1789
+ return 'Ocultar paginación';
1790
1790
  },
1791
1791
  formatRefresh: function formatRefresh() {
1792
1792
  return 'Refrescar';
@@ -1795,37 +1795,37 @@
1795
1795
  return 'Cambiar';
1796
1796
  },
1797
1797
  formatToggleOn: function formatToggleOn() {
1798
- return 'Show card view';
1798
+ return 'Mostrar vista de carta';
1799
1799
  },
1800
1800
  formatToggleOff: function formatToggleOff() {
1801
- return 'Hide card view';
1801
+ return 'Ocultar vista de carta';
1802
1802
  },
1803
1803
  formatColumns: function formatColumns() {
1804
1804
  return 'Columnas';
1805
1805
  },
1806
1806
  formatColumnsToggleAll: function formatColumnsToggleAll() {
1807
- return 'Toggle all';
1807
+ return 'Cambiar todo';
1808
1808
  },
1809
1809
  formatFullscreen: function formatFullscreen() {
1810
- return 'Fullscreen';
1810
+ return 'Pantalla completa';
1811
1811
  },
1812
1812
  formatAllRows: function formatAllRows() {
1813
1813
  return 'Todo';
1814
1814
  },
1815
1815
  formatAutoRefresh: function formatAutoRefresh() {
1816
- return 'Auto Refresh';
1816
+ return 'Auto Recargar';
1817
1817
  },
1818
1818
  formatExport: function formatExport() {
1819
- return 'Export data';
1819
+ return 'Exportar datos';
1820
1820
  },
1821
1821
  formatJumpTo: function formatJumpTo() {
1822
- return 'GO';
1822
+ return 'IR';
1823
1823
  },
1824
1824
  formatAdvancedSearch: function formatAdvancedSearch() {
1825
- return 'Advanced search';
1825
+ return 'Búsqueda avanzada';
1826
1826
  },
1827
1827
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
1828
- return 'Close';
1828
+ return 'Cerrar';
1829
1829
  },
1830
1830
  formatFilterControlSwitch: function formatFilterControlSwitch() {
1831
1831
  return 'Ocultar/Mostrar controles';
@@ -1950,12 +1950,12 @@
1950
1950
  * Author: Marc Pina<iwalkalone69@gmail.com>
1951
1951
  */
1952
1952
 
1953
- $.fn.bootstrapTable.locales['es-ES'] = {
1953
+ $.fn.bootstrapTable.locales['es-ES'] = $.fn.bootstrapTable.locales['es'] = {
1954
1954
  formatCopyRows: function formatCopyRows() {
1955
- return 'Copy Rows';
1955
+ return 'Copiar filas';
1956
1956
  },
1957
1957
  formatPrint: function formatPrint() {
1958
- return 'Print';
1958
+ return 'Imprimir';
1959
1959
  },
1960
1960
  formatLoadingMessage: function formatLoadingMessage() {
1961
1961
  return 'Por favor espere';
@@ -1965,22 +1965,22 @@
1965
1965
  },
1966
1966
  formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
1967
1967
  if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
1968
- 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)");
1969
1969
  }
1970
1970
 
1971
1971
  return "Mostrando desde ".concat(pageFrom, " hasta ").concat(pageTo, " - En total ").concat(totalRows, " resultados");
1972
1972
  },
1973
1973
  formatSRPaginationPreText: function formatSRPaginationPreText() {
1974
- return 'previous page';
1974
+ return 'página anterior';
1975
1975
  },
1976
1976
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
1977
- return "to page ".concat(page);
1977
+ return "a la p\xE1gina ".concat(page);
1978
1978
  },
1979
1979
  formatSRPaginationNextText: function formatSRPaginationNextText() {
1980
- return 'next page';
1980
+ return 'siguiente página';
1981
1981
  },
1982
1982
  formatDetailPagination: function formatDetailPagination(totalRows) {
1983
- return "Showing ".concat(totalRows, " rows");
1983
+ return "Mostrando ".concat(totalRows, " filas");
1984
1984
  },
1985
1985
  formatClearSearch: function formatClearSearch() {
1986
1986
  return 'Limpiar búsqueda';
@@ -1995,43 +1995,43 @@
1995
1995
  return 'Ocultar/Mostrar paginación';
1996
1996
  },
1997
1997
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
1998
- return 'Show pagination';
1998
+ return 'Mostrar paginación';
1999
1999
  },
2000
2000
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
2001
- return 'Hide pagination';
2001
+ return 'Ocultar paginación';
2002
2002
  },
2003
2003
  formatRefresh: function formatRefresh() {
2004
- return 'Refrescar';
2004
+ return 'Recargar';
2005
2005
  },
2006
2006
  formatToggle: function formatToggle() {
2007
2007
  return 'Ocultar/Mostrar';
2008
2008
  },
2009
2009
  formatToggleOn: function formatToggleOn() {
2010
- return 'Show card view';
2010
+ return 'Mostrar vista de carta';
2011
2011
  },
2012
2012
  formatToggleOff: function formatToggleOff() {
2013
- return 'Hide card view';
2013
+ return 'Ocultar vista de carta';
2014
2014
  },
2015
2015
  formatColumns: function formatColumns() {
2016
2016
  return 'Columnas';
2017
2017
  },
2018
2018
  formatColumnsToggleAll: function formatColumnsToggleAll() {
2019
- return 'Toggle all';
2019
+ return 'Cambiar todo';
2020
2020
  },
2021
2021
  formatFullscreen: function formatFullscreen() {
2022
- return 'Fullscreen';
2022
+ return 'Pantalla completa';
2023
2023
  },
2024
2024
  formatAllRows: function formatAllRows() {
2025
2025
  return 'Todos';
2026
2026
  },
2027
2027
  formatAutoRefresh: function formatAutoRefresh() {
2028
- return 'Auto Refresh';
2028
+ return 'Auto Recargar';
2029
2029
  },
2030
2030
  formatExport: function formatExport() {
2031
2031
  return 'Exportar los datos';
2032
2032
  },
2033
2033
  formatJumpTo: function formatJumpTo() {
2034
- return 'GO';
2034
+ return 'IR';
2035
2035
  },
2036
2036
  formatAdvancedSearch: function formatAdvancedSearch() {
2037
2037
  return 'Búsqueda avanzada';
@@ -2376,7 +2376,7 @@
2376
2376
  * Author: kristjan@logist.it>
2377
2377
  */
2378
2378
 
2379
- $.fn.bootstrapTable.locales['et-EE'] = {
2379
+ $.fn.bootstrapTable.locales['et-EE'] = $.fn.bootstrapTable.locales['et'] = {
2380
2380
  formatCopyRows: function formatCopyRows() {
2381
2381
  return 'Copy Rows';
2382
2382
  },
@@ -2482,7 +2482,7 @@
2482
2482
  * Author: Iker Ibarguren Berasaluze<ikerib@gmail.com>
2483
2483
  */
2484
2484
 
2485
- $.fn.bootstrapTable.locales['eu-EU'] = {
2485
+ $.fn.bootstrapTable.locales['eu-EU'] = $.fn.bootstrapTable.locales['eu'] = {
2486
2486
  formatCopyRows: function formatCopyRows() {
2487
2487
  return 'Copy Rows';
2488
2488
  },
@@ -2588,7 +2588,7 @@
2588
2588
  * Author: MJ Vakili <mjv.1989@Gmail.com>
2589
2589
  */
2590
2590
 
2591
- $.fn.bootstrapTable.locales['fa-IR'] = {
2591
+ $.fn.bootstrapTable.locales['fa-IR'] = $.fn.bootstrapTable.locales['fa'] = {
2592
2592
  formatCopyRows: function formatCopyRows() {
2593
2593
  return 'Copy Rows';
2594
2594
  },
@@ -2694,7 +2694,7 @@
2694
2694
  * Author: Minna Lehtomäki <minna.j.lehtomaki@gmail.com>
2695
2695
  */
2696
2696
 
2697
- $.fn.bootstrapTable.locales['fi-FI'] = {
2697
+ $.fn.bootstrapTable.locales['fi-FI'] = $.fn.bootstrapTable.locales['fi'] = {
2698
2698
  formatCopyRows: function formatCopyRows() {
2699
2699
  return 'Copy Rows';
2700
2700
  },
@@ -3015,12 +3015,12 @@
3015
3015
  * Nevets82 <Nevets82@gmail.com>
3016
3016
  */
3017
3017
 
3018
- $.fn.bootstrapTable.locales['fr-FR'] = {
3018
+ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
3019
3019
  formatCopyRows: function formatCopyRows() {
3020
- return 'Copy Rows';
3020
+ return 'Copier les lignes';
3021
3021
  },
3022
3022
  formatPrint: function formatPrint() {
3023
- return 'Print';
3023
+ return 'Imprimer';
3024
3024
  },
3025
3025
  formatLoadingMessage: function formatLoadingMessage() {
3026
3026
  return 'Chargement en cours';
@@ -3057,25 +3057,25 @@
3057
3057
  return 'Aucun résultat';
3058
3058
  },
3059
3059
  formatPaginationSwitch: function formatPaginationSwitch() {
3060
- return 'Cacher/Afficher pagination';
3060
+ return 'Masquer/Afficher la pagination';
3061
3061
  },
3062
3062
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
3063
- return 'Afficher pagination';
3063
+ return 'Afficher la pagination';
3064
3064
  },
3065
3065
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
3066
- return 'Cacher pagination';
3066
+ return 'Masquer la pagination';
3067
3067
  },
3068
3068
  formatRefresh: function formatRefresh() {
3069
- return 'Rafraichir';
3069
+ return 'Actualiser';
3070
3070
  },
3071
3071
  formatToggle: function formatToggle() {
3072
3072
  return 'Basculer';
3073
3073
  },
3074
3074
  formatToggleOn: function formatToggleOn() {
3075
- return 'Afficher vue carte';
3075
+ return 'Afficher la vue carte';
3076
3076
  },
3077
3077
  formatToggleOff: function formatToggleOff() {
3078
- return 'Cacher vue carte';
3078
+ return 'Masquer la vue carte';
3079
3079
  },
3080
3080
  formatColumns: function formatColumns() {
3081
3081
  return 'Colonnes';
@@ -3090,13 +3090,13 @@
3090
3090
  return 'Tout';
3091
3091
  },
3092
3092
  formatAutoRefresh: function formatAutoRefresh() {
3093
- return 'Rafraîchissement automatique';
3093
+ return 'Actualisation automatique';
3094
3094
  },
3095
3095
  formatExport: function formatExport() {
3096
3096
  return 'Exporter les données';
3097
3097
  },
3098
3098
  formatJumpTo: function formatJumpTo() {
3099
- return 'Aller à';
3099
+ return 'ALLER';
3100
3100
  },
3101
3101
  formatAdvancedSearch: function formatAdvancedSearch() {
3102
3102
  return 'Recherche avancée';
@@ -3105,13 +3105,13 @@
3105
3105
  return 'Fermer';
3106
3106
  },
3107
3107
  formatFilterControlSwitch: function formatFilterControlSwitch() {
3108
- return 'Cacher/Afficher controls';
3108
+ return 'Masquer/Afficher les contrôles';
3109
3109
  },
3110
3110
  formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
3111
- return 'Cacher controls';
3111
+ return 'Masquer les contrôles';
3112
3112
  },
3113
3113
  formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
3114
- return 'Afficher controls';
3114
+ return 'Afficher les contrôles';
3115
3115
  }
3116
3116
  };
3117
3117
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-FR']);
@@ -3227,7 +3227,7 @@
3227
3227
  * Author: legshooter
3228
3228
  */
3229
3229
 
3230
- $.fn.bootstrapTable.locales['he-IL'] = {
3230
+ $.fn.bootstrapTable.locales['he-IL'] = $.fn.bootstrapTable.locales['he'] = {
3231
3231
  formatCopyRows: function formatCopyRows() {
3232
3232
  return 'Copy Rows';
3233
3233
  },
@@ -3334,7 +3334,7 @@
3334
3334
  * Author: Petra Štrbenac (petra.strbenac@gmail.com)
3335
3335
  */
3336
3336
 
3337
- $.fn.bootstrapTable.locales['hr-HR'] = {
3337
+ $.fn.bootstrapTable.locales['hr-HR'] = $.fn.bootstrapTable.locales['hr'] = {
3338
3338
  formatCopyRows: function formatCopyRows() {
3339
3339
  return 'Copy Rows';
3340
3340
  },
@@ -3440,7 +3440,7 @@
3440
3440
  * Author: Nagy Gergely <info@nagygergely.eu>
3441
3441
  */
3442
3442
 
3443
- $.fn.bootstrapTable.locales['hu-HU'] = {
3443
+ $.fn.bootstrapTable.locales['hu-HU'] = $.fn.bootstrapTable.locales['hu'] = {
3444
3444
  formatCopyRows: function formatCopyRows() {
3445
3445
  return 'Copy Rows';
3446
3446
  },
@@ -3546,7 +3546,7 @@
3546
3546
  * Author: Andre Gardiner<andre@sirdre.com>
3547
3547
  */
3548
3548
 
3549
- $.fn.bootstrapTable.locales['id-ID'] = {
3549
+ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
3550
3550
  formatCopyRows: function formatCopyRows() {
3551
3551
  return 'Copy Rows';
3552
3552
  },
@@ -3654,7 +3654,7 @@
3654
3654
  * Author: Alessio Felicioni <alessio.felicioni@gmail.com>
3655
3655
  */
3656
3656
 
3657
- $.fn.bootstrapTable.locales['it-IT'] = {
3657
+ $.fn.bootstrapTable.locales['it-IT'] = $.fn.bootstrapTable.locales['it'] = {
3658
3658
  formatCopyRows: function formatCopyRows() {
3659
3659
  return 'Copy Rows';
3660
3660
  },
@@ -3760,7 +3760,7 @@
3760
3760
  * Author: Azamshul Azizy <azamshul@gmail.com>
3761
3761
  */
3762
3762
 
3763
- $.fn.bootstrapTable.locales['ja-JP'] = {
3763
+ $.fn.bootstrapTable.locales['ja-JP'] = $.fn.bootstrapTable.locales['ja'] = {
3764
3764
  formatCopyRows: function formatCopyRows() {
3765
3765
  return 'Copy Rows';
3766
3766
  },
@@ -3866,7 +3866,7 @@
3866
3866
  * Author: Levan Lotuashvili <l.lotuashvili@gmail.com>
3867
3867
  */
3868
3868
 
3869
- $.fn.bootstrapTable.locales['ka-GE'] = {
3869
+ $.fn.bootstrapTable.locales['ka-GE'] = $.fn.bootstrapTable.locales['ka'] = {
3870
3870
  formatCopyRows: function formatCopyRows() {
3871
3871
  return 'Copy Rows';
3872
3872
  },
@@ -3972,7 +3972,7 @@
3972
3972
  * Author: Yi Tae-Hyeong (jsonobject@gmail.com)
3973
3973
  */
3974
3974
 
3975
- $.fn.bootstrapTable.locales['ko-KR'] = {
3975
+ $.fn.bootstrapTable.locales['ko-KR'] = $.fn.bootstrapTable.locales['ko'] = {
3976
3976
  formatCopyRows: function formatCopyRows() {
3977
3977
  return 'Copy Rows';
3978
3978
  },
@@ -4078,7 +4078,7 @@
4078
4078
  * Author: Azamshul Azizy <azamshul@gmail.com>
4079
4079
  */
4080
4080
 
4081
- $.fn.bootstrapTable.locales['ms-MY'] = {
4081
+ $.fn.bootstrapTable.locales['ms-MY'] = $.fn.bootstrapTable.locales['ms'] = {
4082
4082
  formatCopyRows: function formatCopyRows() {
4083
4083
  return 'Copy Rows';
4084
4084
  },
@@ -4184,7 +4184,7 @@
4184
4184
  * Author: Jim Nordbø, jim@nordb.no
4185
4185
  */
4186
4186
 
4187
- $.fn.bootstrapTable.locales['nb-NO'] = {
4187
+ $.fn.bootstrapTable.locales['nb-NO'] = $.fn.bootstrapTable.locales['nb'] = {
4188
4188
  formatCopyRows: function formatCopyRows() {
4189
4189
  return 'Copy Rows';
4190
4190
  },
@@ -4397,7 +4397,7 @@
4397
4397
  * Nevets82 <Nevets82@gmail.com>
4398
4398
  */
4399
4399
 
4400
- $.fn.bootstrapTable.locales['nl-NL'] = {
4400
+ $.fn.bootstrapTable.locales['nl-NL'] = $.fn.bootstrapTable.locales['nl'] = {
4401
4401
  formatCopyRows: function formatCopyRows() {
4402
4402
  return 'Copy Rows';
4403
4403
  },
@@ -4501,11 +4501,12 @@
4501
4501
  /**
4502
4502
  * Bootstrap Table Polish translation
4503
4503
  * Author: zergu <michal.zagdan @ gmail com>
4504
+ * Update: kerogos <kerog @ wp pl>
4504
4505
  */
4505
4506
 
4506
- $.fn.bootstrapTable.locales['pl-PL'] = {
4507
+ $.fn.bootstrapTable.locales['pl-PL'] = $.fn.bootstrapTable.locales['pl'] = {
4507
4508
  formatCopyRows: function formatCopyRows() {
4508
- return 'Copy Rows';
4509
+ return 'Kopiuj wiersze';
4509
4510
  },
4510
4511
  formatPrint: function formatPrint() {
4511
4512
  return 'Print';
@@ -4524,19 +4525,19 @@
4524
4525
  return "Wy\u015Bwietlanie rekord\xF3w od ".concat(pageFrom, " do ").concat(pageTo, " z ").concat(totalRows);
4525
4526
  },
4526
4527
  formatSRPaginationPreText: function formatSRPaginationPreText() {
4527
- return 'previous page';
4528
+ return 'poprzednia strona';
4528
4529
  },
4529
4530
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
4530
- return "to page ".concat(page);
4531
+ return "z ".concat(page);
4531
4532
  },
4532
4533
  formatSRPaginationNextText: function formatSRPaginationNextText() {
4533
- return 'next page';
4534
+ return 'następna strona';
4534
4535
  },
4535
4536
  formatDetailPagination: function formatDetailPagination(totalRows) {
4536
- return "Showing ".concat(totalRows, " rows");
4537
+ return "Wy\u015Bwietla ".concat(totalRows, " wierszy");
4537
4538
  },
4538
4539
  formatClearSearch: function formatClearSearch() {
4539
- return 'Clear Search';
4540
+ return 'Wyczyść wyszukiwanie';
4540
4541
  },
4541
4542
  formatSearch: function formatSearch() {
4542
4543
  return 'Szukaj';
@@ -4545,13 +4546,13 @@
4545
4546
  return 'Niestety, nic nie znaleziono';
4546
4547
  },
4547
4548
  formatPaginationSwitch: function formatPaginationSwitch() {
4548
- return 'Hide/Show pagination';
4549
+ return 'Pokaż/ukryj stronicowanie';
4549
4550
  },
4550
4551
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
4551
- return 'Show pagination';
4552
+ return 'Pokaż stronicowanie';
4552
4553
  },
4553
4554
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
4554
- return 'Hide pagination';
4555
+ return 'Ukryj stronicowanie';
4555
4556
  },
4556
4557
  formatRefresh: function formatRefresh() {
4557
4558
  return 'Odśwież';
@@ -4560,46 +4561,46 @@
4560
4561
  return 'Przełącz';
4561
4562
  },
4562
4563
  formatToggleOn: function formatToggleOn() {
4563
- return 'Show card view';
4564
+ return 'Pokaż układ karty';
4564
4565
  },
4565
4566
  formatToggleOff: function formatToggleOff() {
4566
- return 'Hide card view';
4567
+ return 'Ukryj układ karty';
4567
4568
  },
4568
4569
  formatColumns: function formatColumns() {
4569
4570
  return 'Kolumny';
4570
4571
  },
4571
4572
  formatColumnsToggleAll: function formatColumnsToggleAll() {
4572
- return 'Toggle all';
4573
+ return 'Zaznacz wszystko';
4573
4574
  },
4574
4575
  formatFullscreen: function formatFullscreen() {
4575
4576
  return 'Fullscreen';
4576
4577
  },
4577
4578
  formatAllRows: function formatAllRows() {
4578
- return 'All';
4579
+ return 'Wszystkie';
4579
4580
  },
4580
4581
  formatAutoRefresh: function formatAutoRefresh() {
4581
- return 'Auto Refresh';
4582
+ return 'Auto odświeżanie';
4582
4583
  },
4583
4584
  formatExport: function formatExport() {
4584
- return 'Export data';
4585
+ return 'Eksport danych';
4585
4586
  },
4586
4587
  formatJumpTo: function formatJumpTo() {
4587
- return 'GO';
4588
+ return 'Przejdź';
4588
4589
  },
4589
4590
  formatAdvancedSearch: function formatAdvancedSearch() {
4590
- return 'Advanced search';
4591
+ return 'Wyszukiwanie zaawansowane';
4591
4592
  },
4592
4593
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4593
- return 'Close';
4594
+ return 'Zamknij';
4594
4595
  },
4595
4596
  formatFilterControlSwitch: function formatFilterControlSwitch() {
4596
- return 'Hide/Show controls';
4597
+ return 'Pokaż/Ukryj';
4597
4598
  },
4598
4599
  formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
4599
- return 'Hide controls';
4600
+ return 'Pokaż';
4600
4601
  },
4601
4602
  formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
4602
- return 'Show controls';
4603
+ return 'Ukryj';
4603
4604
  }
4604
4605
  };
4605
4606
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['pl-PL']);
@@ -4718,7 +4719,7 @@
4718
4719
  * Author: Burnspirit<burnspirit@gmail.com>
4719
4720
  */
4720
4721
 
4721
- $.fn.bootstrapTable.locales['pt-PT'] = {
4722
+ $.fn.bootstrapTable.locales['pt-PT'] = $.fn.bootstrapTable.locales['pt'] = {
4722
4723
  formatCopyRows: function formatCopyRows() {
4723
4724
  return 'Copy Rows';
4724
4725
  },
@@ -4824,7 +4825,7 @@
4824
4825
  * Author: cristake <cristianiosif@me.com>
4825
4826
  */
4826
4827
 
4827
- $.fn.bootstrapTable.locales['ro-RO'] = {
4828
+ $.fn.bootstrapTable.locales['ro-RO'] = $.fn.bootstrapTable.locales['ro'] = {
4828
4829
  formatCopyRows: function formatCopyRows() {
4829
4830
  return 'Copy Rows';
4830
4831
  },
@@ -4930,7 +4931,7 @@
4930
4931
  * Author: Dunaevsky Maxim <dunmaksim@yandex.ru>
4931
4932
  */
4932
4933
 
4933
- $.fn.bootstrapTable.locales['ru-RU'] = {
4934
+ $.fn.bootstrapTable.locales['ru-RU'] = $.fn.bootstrapTable.locales['ru'] = {
4934
4935
  formatCopyRows: function formatCopyRows() {
4935
4936
  return 'Copy Rows';
4936
4937
  },
@@ -5036,12 +5037,12 @@
5036
5037
  * Author: Jozef Dúc<jozef.d13@gmail.com>
5037
5038
  */
5038
5039
 
5039
- $.fn.bootstrapTable.locales['sk-SK'] = {
5040
+ $.fn.bootstrapTable.locales['sk-SK'] = $.fn.bootstrapTable.locales['sk'] = {
5040
5041
  formatCopyRows: function formatCopyRows() {
5041
- return 'Copy Rows';
5042
+ return 'Skopírovať riadky';
5042
5043
  },
5043
5044
  formatPrint: function formatPrint() {
5044
- return 'Print';
5045
+ return 'Vytlačiť';
5045
5046
  },
5046
5047
  formatLoadingMessage: function formatLoadingMessage() {
5047
5048
  return 'Prosím čakajte';
@@ -5057,16 +5058,16 @@
5057
5058
  return "Zobrazen\xE1 ".concat(pageFrom, ". - ").concat(pageTo, ". polo\u017Eka z celkov\xFDch ").concat(totalRows);
5058
5059
  },
5059
5060
  formatSRPaginationPreText: function formatSRPaginationPreText() {
5060
- return 'previous page';
5061
+ return 'Predchádzajúca strana';
5061
5062
  },
5062
5063
  formatSRPaginationPageText: function formatSRPaginationPageText(page) {
5063
- return "to page ".concat(page);
5064
+ return "na stranu ".concat(page);
5064
5065
  },
5065
5066
  formatSRPaginationNextText: function formatSRPaginationNextText() {
5066
- return 'next page';
5067
+ return 'Nasledujúca strana';
5067
5068
  },
5068
5069
  formatDetailPagination: function formatDetailPagination(totalRows) {
5069
- return "Showing ".concat(totalRows, " rows");
5070
+ return "Zobrazuje sa ".concat(totalRows, " riadkov");
5070
5071
  },
5071
5072
  formatClearSearch: function formatClearSearch() {
5072
5073
  return 'Odstráň filtre';
@@ -5081,10 +5082,10 @@
5081
5082
  return 'Skry/Zobraz stránkovanie';
5082
5083
  },
5083
5084
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
5084
- return 'Show pagination';
5085
+ return 'Zobraziť stránkovanie';
5085
5086
  },
5086
5087
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
5087
- return 'Hide pagination';
5088
+ return 'Skryť stránkovanie';
5088
5089
  },
5089
5090
  formatRefresh: function formatRefresh() {
5090
5091
  return 'Obnoviť';
@@ -5093,46 +5094,46 @@
5093
5094
  return 'Prepni';
5094
5095
  },
5095
5096
  formatToggleOn: function formatToggleOn() {
5096
- return 'Show card view';
5097
+ return 'Zobraziť kartové zobrazenie';
5097
5098
  },
5098
5099
  formatToggleOff: function formatToggleOff() {
5099
- return 'Hide card view';
5100
+ return 'skryť kartové zobrazenie';
5100
5101
  },
5101
5102
  formatColumns: function formatColumns() {
5102
5103
  return 'Stĺpce';
5103
5104
  },
5104
5105
  formatColumnsToggleAll: function formatColumnsToggleAll() {
5105
- return 'Toggle all';
5106
+ return 'Prepnúť všetky';
5106
5107
  },
5107
5108
  formatFullscreen: function formatFullscreen() {
5108
- return 'Fullscreen';
5109
+ return 'Celá obrazovka';
5109
5110
  },
5110
5111
  formatAllRows: function formatAllRows() {
5111
5112
  return 'Všetky';
5112
5113
  },
5113
5114
  formatAutoRefresh: function formatAutoRefresh() {
5114
- return 'Auto Refresh';
5115
+ return 'Automatické obnovenie';
5115
5116
  },
5116
5117
  formatExport: function formatExport() {
5117
5118
  return 'Exportuj dáta';
5118
5119
  },
5119
5120
  formatJumpTo: function formatJumpTo() {
5120
- return 'GO';
5121
+ return 'Ísť';
5121
5122
  },
5122
5123
  formatAdvancedSearch: function formatAdvancedSearch() {
5123
- return 'Advanced search';
5124
+ return 'Pokročilé vyhľadávanie';
5124
5125
  },
5125
5126
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
5126
- return 'Close';
5127
+ return 'Zatvoriť';
5127
5128
  },
5128
5129
  formatFilterControlSwitch: function formatFilterControlSwitch() {
5129
- return 'Hide/Show controls';
5130
+ return 'Zobraziť/Skryť tlačidlá';
5130
5131
  },
5131
5132
  formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
5132
- return 'Hide controls';
5133
+ return 'Skryť tlačidlá';
5133
5134
  },
5134
5135
  formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
5135
- return 'Show controls';
5136
+ return 'Zobraziť tlačidlá';
5136
5137
  }
5137
5138
  };
5138
5139
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
@@ -5142,7 +5143,7 @@
5142
5143
  * Author: Vladimir Kanazir (vladimir@kanazir.com)
5143
5144
  */
5144
5145
 
5145
- $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = {
5146
+ $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = $.fn.bootstrapTable.locales['sr'] = {
5146
5147
  formatCopyRows: function formatCopyRows() {
5147
5148
  return 'Copy Rows';
5148
5149
  },
@@ -5354,7 +5355,7 @@
5354
5355
  * Author: C Bratt <bratt@inix.se>
5355
5356
  */
5356
5357
 
5357
- $.fn.bootstrapTable.locales['sv-SE'] = {
5358
+ $.fn.bootstrapTable.locales['sv-SE'] = $.fn.bootstrapTable.locales['sv'] = {
5358
5359
  formatCopyRows: function formatCopyRows() {
5359
5360
  return 'Copy Rows';
5360
5361
  },
@@ -5460,7 +5461,7 @@
5460
5461
  * Author: Monchai S.<monchais@gmail.com>
5461
5462
  */
5462
5463
 
5463
- $.fn.bootstrapTable.locales['th-TH'] = {
5464
+ $.fn.bootstrapTable.locales['th-TH'] = $.fn.bootstrapTable.locales['th'] = {
5464
5465
  formatCopyRows: function formatCopyRows() {
5465
5466
  return 'Copy Rows';
5466
5467
  },
@@ -5567,7 +5568,7 @@
5567
5568
  * Author: Sercan Cakir <srcnckr@gmail.com>
5568
5569
  */
5569
5570
 
5570
- $.fn.bootstrapTable.locales['tr-TR'] = {
5571
+ $.fn.bootstrapTable.locales['tr-TR'] = $.fn.bootstrapTable.locales['tr'] = {
5571
5572
  formatCopyRows: function formatCopyRows() {
5572
5573
  return 'Copy Rows';
5573
5574
  },
@@ -5673,7 +5674,7 @@
5673
5674
  * Author: Vitaliy Timchenko <vitaliy.timchenko@gmail.com>
5674
5675
  */
5675
5676
 
5676
- $.fn.bootstrapTable.locales['uk-UA'] = {
5677
+ $.fn.bootstrapTable.locales['uk-UA'] = $.fn.bootstrapTable.locales['uk'] = {
5677
5678
  formatCopyRows: function formatCopyRows() {
5678
5679
  return 'Copy Rows';
5679
5680
  },
@@ -5779,7 +5780,7 @@
5779
5780
  * Author: Malik <me@malikrizwan.com>
5780
5781
  */
5781
5782
 
5782
- $.fn.bootstrapTable.locales['ur-PK'] = {
5783
+ $.fn.bootstrapTable.locales['ur-PK'] = $.fn.bootstrapTable.locales['ur'] = {
5783
5784
  formatCopyRows: function formatCopyRows() {
5784
5785
  return 'Copy Rows';
5785
5786
  },
@@ -5885,7 +5886,7 @@
5885
5886
  * Author: Nabijon Masharipov <mnabijonz@gmail.com>
5886
5887
  */
5887
5888
 
5888
- $.fn.bootstrapTable.locales['uz-Latn-UZ'] = {
5889
+ $.fn.bootstrapTable.locales['uz-Latn-UZ'] = $.fn.bootstrapTable.locales['uz'] = {
5889
5890
  formatCopyRows: function formatCopyRows() {
5890
5891
  return 'Copy Rows';
5891
5892
  },
@@ -5991,7 +5992,7 @@
5991
5992
  * Author: Duc N. PHAM <pngduc@gmail.com>
5992
5993
  */
5993
5994
 
5994
- $.fn.bootstrapTable.locales['vi-VN'] = {
5995
+ $.fn.bootstrapTable.locales['vi-VN'] = $.fn.bootstrapTable.locales['vi'] = {
5995
5996
  formatCopyRows: function formatCopyRows() {
5996
5997
  return 'Copy Rows';
5997
5998
  },
@@ -6097,7 +6098,7 @@
6097
6098
  * Author: Zhixin Wen<wenzhixin2010@gmail.com>
6098
6099
  */
6099
6100
 
6100
- $.fn.bootstrapTable.locales['zh-CN'] = {
6101
+ $.fn.bootstrapTable.locales['zh-CN'] = $.fn.bootstrapTable.locales['zh'] = {
6101
6102
  formatCopyRows: function formatCopyRows() {
6102
6103
  return 'Copy Rows';
6103
6104
  },