Browse Source

Updated all locale translation

zhixin 6 years ago
parent
commit
13624d984b
46 changed files with 1138 additions and 143 deletions
  1. 27 0
      src/locale/bootstrap-table-af-ZA.js
  2. 28 2
      src/locale/bootstrap-table-ar-SA.js
  3. 24 0
      src/locale/bootstrap-table-ca-ES.js
  4. 24 0
      src/locale/bootstrap-table-cs-CZ.js
  5. 15 0
      src/locale/bootstrap-table-da-DK.js
  6. 15 0
      src/locale/bootstrap-table-de-DE.js
  7. 39 0
      src/locale/bootstrap-table-el-GR.js
  8. 36 0
      src/locale/bootstrap-table-es-AR.js
  9. 24 0
      src/locale/bootstrap-table-es-CL.js
  10. 27 0
      src/locale/bootstrap-table-es-CR.js
  11. 11 38
      src/locale/bootstrap-table-es-ES.js
  12. 21 3
      src/locale/bootstrap-table-es-MX.js
  13. 27 0
      src/locale/bootstrap-table-es-NI.js
  14. 27 0
      src/locale/bootstrap-table-es-SP.js
  15. 24 0
      src/locale/bootstrap-table-et-EE.js
  16. 24 0
      src/locale/bootstrap-table-eu-EU.js
  17. 24 0
      src/locale/bootstrap-table-fa-IR.js
  18. 18 0
      src/locale/bootstrap-table-fi-FI.js
  19. 39 0
      src/locale/bootstrap-table-fr-BE.js
  20. 11 38
      src/locale/bootstrap-table-fr-FR.js
  21. 24 0
      src/locale/bootstrap-table-he-IL.js
  22. 24 0
      src/locale/bootstrap-table-hr-HR.js
  23. 24 0
      src/locale/bootstrap-table-hu-HU.js
  24. 18 0
      src/locale/bootstrap-table-id-ID.js
  25. 18 0
      src/locale/bootstrap-table-it-IT.js
  26. 24 0
      src/locale/bootstrap-table-ja-JP.js
  27. 27 0
      src/locale/bootstrap-table-ka-GE.js
  28. 30 0
      src/locale/bootstrap-table-ko-KR.js
  29. 24 0
      src/locale/bootstrap-table-ms-MY.js
  30. 30 0
      src/locale/bootstrap-table-nb-NO.js
  31. 17 2
      src/locale/bootstrap-table-nl-NL.js
  32. 30 0
      src/locale/bootstrap-table-pl-PL.js
  33. 31 4
      src/locale/bootstrap-table-pt-BR.js
  34. 24 0
      src/locale/bootstrap-table-pt-PT.js
  35. 24 0
      src/locale/bootstrap-table-ro-RO.js
  36. 22 28
      src/locale/bootstrap-table-ru-RU.js
  37. 18 0
      src/locale/bootstrap-table-sk-SK.js
  38. 30 0
      src/locale/bootstrap-table-sv-SE.js
  39. 30 0
      src/locale/bootstrap-table-th-TH.js
  40. 27 0
      src/locale/bootstrap-table-tr-TR.js
  41. 22 28
      src/locale/bootstrap-table-uk-UA.js
  42. 30 0
      src/locale/bootstrap-table-ur-PK.js
  43. 18 0
      src/locale/bootstrap-table-uz-Latn-UZ.js
  44. 39 0
      src/locale/bootstrap-table-vi-VN.js
  45. 21 0
      src/locale/bootstrap-table-zh-CN.js
  46. 27 0
      src/locale/bootstrap-table-zh-TW.js

+ 27 - 0
src/locale/bootstrap-table-af-ZA.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Resultate ${pageFrom} tot ${pageTo} van ${totalRows} rye`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Soek'
     },
@@ -30,6 +33,30 @@
     },
     formatColumns () {
       return 'Kolomme'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 28 - 2
src/locale/bootstrap-table-ar-SA.js

@@ -13,14 +13,16 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `الظاهر ${pageFrom} إلى ${pageTo} من ${totalRows} سجل`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'بحث'
     },
     formatNoMatches () {
       return 'لا توجد نتائج مطابقة للبحث'
     },
-    formatPaginationSwitch () {
-      /* eslint-disable no-useless-escape */
+    formatPaginationSwitch () { /* eslint-disable no-useless-escape */
       return 'إخفاء\إظهار ترقيم الصفحات'
     },
     formatRefresh () {
@@ -31,6 +33,30 @@
     },
     formatColumns () {
       return 'أعمدة'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-ca-ES.js

@@ -14,6 +14,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Mostrant de ${pageFrom} fins ${pageTo} - total ${totalRows} resultats`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Cerca'
     },
@@ -32,8 +35,29 @@
     formatColumns () {
       return 'Columnes'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Tots'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-cs-CZ.js

@@ -14,6 +14,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Zobrazena ${pageFrom}. - ${pageTo}. položka z celkových ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Vyhledávání'
     },
@@ -32,8 +35,29 @@
     formatColumns () {
       return 'Sloupce'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Vše'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 15 - 0
src/locale/bootstrap-table-da-DK.js

@@ -34,14 +34,29 @@
     formatColumns () {
       return 'Kolonner'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Alle'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Eksporter'
     },
     formatClearFilters () {
       return 'Ryd filtre'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 15 - 0
src/locale/bootstrap-table-de-DE.js

@@ -34,14 +34,29 @@
     formatColumns () {
       return 'Spalten'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Alle'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Datenexport'
     },
     formatClearFilters () {
       return 'Lösche Filter'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 39 - 0
src/locale/bootstrap-table-el-GR.js

@@ -13,11 +13,50 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Εμφανίζονται από την ${pageFrom} ως την ${pageTo} από σύνολο ${totalRows} σειρών`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Αναζητήστε'
     },
     formatNoMatches () {
       return 'Δεν βρέθηκαν αποτελέσματα'
+    },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
+    formatRefresh () {
+      return 'Refresh'
+    },
+    formatToggle () {
+      return 'Toggle'
+    },
+    formatColumns () {
+      return 'Columns'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 36 - 0
src/locale/bootstrap-table-es-AR.js

@@ -13,14 +13,50 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Mostrando ${pageFrom} a ${pageTo} de ${totalRows} filas`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Buscar'
     },
     formatNoMatches () {
       return 'No se encontraron registros'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
+    formatRefresh () {
+      return 'Refresh'
+    },
+    formatToggle () {
+      return 'Toggle'
+    },
+    formatColumns () {
+      return 'Columns'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Todo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-es-CL.js

@@ -14,6 +14,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Mostrando ${pageFrom} a ${pageTo} de ${totalRows} filas`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Buscar'
     },
@@ -32,8 +35,29 @@
     formatColumns () {
       return 'Columnas'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Todo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 27 - 0
src/locale/bootstrap-table-es-CR.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Mostrando de ${pageFrom} a ${pageTo} registros de ${totalRows} registros en total`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Buscar'
     },
     formatNoMatches () {
       return 'No se encontraron registros'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Refrescar'
     },
@@ -28,8 +34,29 @@
     formatColumns () {
       return 'Columnas'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Todo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 11 - 38
src/locale/bootstrap-table-es-ES.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Mostrando desde ${pageFrom} hasta ${pageTo} - En total ${totalRows} resultados`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Buscar'
     },
@@ -31,53 +34,23 @@
     formatColumns () {
       return 'Columnas'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Todos'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport: function () {
       return 'Exportar los datos'
     },
     formatClearFilters: function () {
       return 'Borrar los filtros'
     },
-    formatMultipleSort: function () {
-      return 'Orden avanzado'
-    },
-    formatAddLevel: function () {
-      return 'Añadir un nivel'
-    },
-    formatDeleteLevel: function () {
-      return 'Eliminar un nivel'
-    },
-    formatColumn: function () {
-      return 'Columna'
-    },
-    formatOrder: function () {
-      return 'Orden'
-    },
-    formatSortBy: function () {
-      return 'Ordenar por'
-    },
-    formatThenBy: function () {
-      return 'Y por'
-    },
-    formatSort: function () {
-      return 'Ordenar'
-    },
-    formatCancel: function () {
-      return 'Cancelar'
-    },
-    formatDuplicateAlertTitle: function () {
-      return 'Duplicado(s) detectado(s)!'
-    },
-    formatDuplicateAlertDescription: function () {
-      return 'Eliminar o cambiar columnas duplicadas.'
-    },
-    formatSortOrders: function () {
-      return {
-        asc: 'Ascendente',
-        desc: 'Descendente'
-      }
+    formatJumpto () {
+      return 'GO'
     },
     formatAdvancedSearch: function () {
       return 'Búsqueda avanzada'

+ 21 - 3
src/locale/bootstrap-table-es-MX.js

@@ -33,14 +33,32 @@
     formatToggle () {
       return 'Cambiar vista'
     },
-    formatFullscreen () {
-      return 'Pantalla completa'
-    },
     formatColumns () {
       return 'Columnas'
     },
+    formatFullscreen () {
+      return 'Pantalla completa'
+    },
     formatAllRows () {
       return 'Todo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 27 - 0
src/locale/bootstrap-table-es-NI.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Mostrando de ${pageFrom} a ${pageTo} registros de ${totalRows} registros en total`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Buscar'
     },
     formatNoMatches () {
       return 'No se encontraron registros'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Refrescar'
     },
@@ -28,8 +34,29 @@
     formatColumns () {
       return 'Columnas'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Todo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 27 - 0
src/locale/bootstrap-table-es-SP.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `${pageFrom} - ${pageTo} de ${totalRows} registros.`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Buscar'
     },
     formatNoMatches () {
       return 'No se han encontrado registros.'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Actualizar'
     },
@@ -28,8 +34,29 @@
     formatColumns () {
       return 'Columnas'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Todo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-et-EE.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Näitan tulemusi ${pageFrom} kuni ${pageTo} - kokku ${totalRows} tulemust`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Otsi'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'Veerud'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Kõik'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-eu-EU.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `${totalRows} erregistroetatik ${pageFrom}etik ${pageTo}erakoak erakusten.`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Bilatu'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'Zutabeak'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Guztiak'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-fa-IR.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `نمایش ${pageFrom} تا ${pageTo} از ${totalRows} ردیف`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'جستجو'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'سطر ها'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'همه'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 18 - 0
src/locale/bootstrap-table-fi-FI.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Näytetään rivit ${pageFrom} - ${pageTo} / ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Hae'
     },
@@ -31,14 +34,29 @@
     formatColumns () {
       return 'Sarakkeet'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Kaikki'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Vie tiedot'
     },
     formatClearFilters () {
       return 'Poista suodattimet'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 39 - 0
src/locale/bootstrap-table-fr-BE.js

@@ -13,11 +13,50 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Affiche de${pageFrom} à ${pageTo} sur ${totalRows} lignes`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Recherche'
     },
     formatNoMatches () {
       return 'Pas de fichiers trouvés'
+    },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
+    formatRefresh () {
+      return 'Refresh'
+    },
+    formatToggle () {
+      return 'Toggle'
+    },
+    formatColumns () {
+      return 'Columns'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 11 - 38
src/locale/bootstrap-table-fr-FR.js

@@ -14,6 +14,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Affichage des lignes ${pageFrom} à ${pageTo} sur ${totalRows} lignes au total`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Rechercher'
     },
@@ -32,53 +35,23 @@
     formatColumns () {
       return 'Colonnes'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Tous'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Exporter les données'
     },
     formatClearFilters () {
       return 'Vider les filtres'
     },
-    formatMultipleSort () {
-      return 'Tri avancé'
-    },
-    formatAddLevel () {
-      return 'Ajouter un niveau'
-    },
-    formatDeleteLevel () {
-      return 'Supprimer un niveau'
-    },
-    formatColumn () {
-      return 'Colonne'
-    },
-    formatOrder () {
-      return 'Ordre'
-    },
-    formatSortBy () {
-      return 'Trier par'
-    },
-    formatThenBy () {
-      return 'Puis par'
-    },
-    formatSort () {
-      return 'Trier'
-    },
-    formatCancel () {
-      return 'Annuler'
-    },
-    formatDuplicateAlertTitle () {
-      return 'Doublon(s) détecté(s)!'
-    },
-    formatDuplicateAlertDescription () {
-      return 'Supprimez ou changez les colonnes dupliquées.'
-    },
-    formatSortOrders () {
-      return {
-        asc: 'Croissant',
-        desc: 'Décroissant'
-      }
+    formatJumpto () {
+      return 'GO'
     },
     formatAdvancedSearch () {
       return 'Recherche avancée'

+ 24 - 0
src/locale/bootstrap-table-he-IL.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `מציג ${pageFrom} עד ${pageTo} מ-${totalRows} שורות`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'חיפוש'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'עמודות'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'הכל'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-hr-HR.js

@@ -14,6 +14,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Prikazujem ${pageFrom}. - ${pageTo}. od ukupnog broja zapisa ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Pretraži'
     },
@@ -32,8 +35,29 @@
     formatColumns () {
       return 'Kolone'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Sve'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-hu-HU.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Megjelenítve ${pageFrom} - ${pageTo} / ${totalRows} összesen`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Keresés'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'Oszlopok'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Összes'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 18 - 0
src/locale/bootstrap-table-id-ID.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Menampilkan ${pageFrom} sampai ${pageTo} dari ${totalRows} baris`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Pencarian'
     },
@@ -31,14 +34,29 @@
     formatColumns () {
       return 'kolom'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Semua'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Ekspor data'
     },
     formatClearFilters () {
       return 'Bersihkan filter'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 18 - 0
src/locale/bootstrap-table-it-IT.js

@@ -15,6 +15,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Visualizzazione da ${pageFrom} a ${pageTo} di ${totalRows} elementi`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Cerca'
     },
@@ -33,14 +36,29 @@
     formatColumns () {
       return 'Colonne'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Tutto'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Esporta dati'
     },
     formatClearFilters () {
       return 'Pulisci filtri'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
 
   }

+ 24 - 0
src/locale/bootstrap-table-ja-JP.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `全${totalRows}件から、${pageFrom}から${pageTo}件目まで表示しています`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return '検索'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return '列'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'すべて'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 27 - 0
src/locale/bootstrap-table-ka-GE.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `ნაჩვენებია ${pageFrom}-დან ${pageTo}-მდე ჩანაწერი ჯამური ${totalRows}-დან`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'ძებნა'
     },
@@ -30,6 +33,30 @@
     },
     formatColumns () {
       return 'სვეტები'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 30 - 0
src/locale/bootstrap-table-ko-KR.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `전체 ${totalRows}개 중 ${pageFrom}~${pageTo}번째 데이터 출력,`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return '검색'
     },
     formatNoMatches () {
       return '조회된 데이터가 없습니다.'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return '새로 고침'
     },
@@ -27,6 +33,30 @@
     },
     formatColumns () {
       return '컬럼 필터링'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-ms-MY.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Sedang memaparkan rekod ${pageFrom} hingga ${pageTo} daripada jumlah ${totalRows} rekod`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Cari'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'Lajur'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Semua'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 30 - 0
src/locale/bootstrap-table-nb-NO.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Viser ${pageFrom} til ${pageTo} av ${totalRows} rekker`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Søk'
     },
     formatNoMatches () {
       return 'Ingen poster funnet'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Oppdater'
     },
@@ -27,6 +33,30 @@
     },
     formatColumns () {
       return 'Kolonner'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 17 - 2
src/locale/bootstrap-table-nl-NL.js

@@ -22,6 +22,9 @@
     formatNoMatches () {
       return 'Geen resultaten gevonden'
     },
+    formatPaginationSwitch () {
+      return 'Verberg/Toon paginatie'
+    },
     formatRefresh () {
       return 'Vernieuwen'
     },
@@ -31,17 +34,29 @@
     formatColumns () {
       return 'Kolommen'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Alle'
     },
-    formatPaginationSwitch () {
-      return 'Verberg/Toon paginatie'
+    formatAutoRefresh () {
+      return 'Auto Refresh'
     },
     formatExport () {
       return 'Exporteer data'
     },
     formatClearFilters () {
       return 'Verwijder filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 30 - 0
src/locale/bootstrap-table-pl-PL.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Wyświetlanie rekordów od ${pageFrom} do ${pageTo} z ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Szukaj'
     },
     formatNoMatches () {
       return 'Niestety, nic nie znaleziono'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Odśwież'
     },
@@ -27,6 +33,30 @@
     },
     formatColumns () {
       return 'Kolumny'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 31 - 4
src/locale/bootstrap-table-pt-BR.js

@@ -14,9 +14,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Exibindo ${pageFrom} até ${pageTo} de ${totalRows} linhas`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Pesquisar'
     },
+    formatNoMatches () {
+      return 'Nenhum registro encontrado'
+    },
+    formatPaginationSwitch () {
+      return 'Ocultar/Exibir paginação'
+    },
     formatRefresh () {
       return 'Recarregar'
     },
@@ -26,11 +35,29 @@
     formatColumns () {
       return 'Colunas'
     },
-    formatPaginationSwitch () {
-      return 'Ocultar/Exibir paginação'
+    formatFullscreen () {
+      return 'Fullscreen'
     },
-    formatNoMatches () {
-      return 'Nenhum registro encontrado'
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-pt-PT.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `A mostrar ${pageFrom} até ${pageTo} de ${totalRows} linhas`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Pesquisa'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'Colunas'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Tudo'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 24 - 0
src/locale/bootstrap-table-ro-RO.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Arata de la ${pageFrom} pana la ${pageTo} din ${totalRows} randuri`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Cauta'
     },
@@ -31,8 +34,29 @@
     formatColumns () {
       return 'Coloane'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Toate'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 22 - 28
src/locale/bootstrap-table-ru-RU.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Записи с ${pageFrom} по ${pageTo} из ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Поиск'
     },
     formatNoMatches () {
       return 'Ничего не найдено'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Обновить'
     },
@@ -28,41 +34,29 @@
     formatColumns () {
       return 'Колонки'
     },
-    formatClearFilters () {
-      return 'Очистить фильтры'
-    },
-    formatMultipleSort () {
-      return 'Множественная сортировка'
+    formatFullscreen () {
+      return 'Fullscreen'
     },
-    formatAddLevel () {
-      return 'Добавить уровень'
+    formatAllRows () {
+      return 'All'
     },
-    formatDeleteLevel () {
-      return 'Удалить уровень'
+    formatAutoRefresh () {
+      return 'Auto Refresh'
     },
-    formatColumn () {
-      return 'Колонка'
+    formatExport () {
+      return 'Export data'
     },
-    formatOrder () {
-      return 'Порядок'
-    },
-    formatSortBy () {
-      return 'Сортировать по'
-    },
-    formatThenBy () {
-      return 'затем по'
-    },
-    formatSort () {
-      return 'Сортировать'
+    formatClearFilters () {
+      return 'Очистить фильтры'
     },
-    formatCancel () {
-      return 'Отмена'
+    formatJumpto () {
+      return 'GO'
     },
-    formatDuplicateAlertTitle () {
-      return 'Дублирование колонок!'
+    formatAdvancedSearch () {
+      return 'Advanced search'
     },
-    formatDuplicateAlertDescription () {
-      return 'Удалите, пожалуйста, дублирующую колонку, или замените ее на другую.'
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 18 - 0
src/locale/bootstrap-table-sk-SK.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Zobrazená ${pageFrom}. - ${pageTo}. položka z celkových ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Vyhľadávanie'
     },
@@ -31,14 +34,29 @@
     formatColumns () {
       return 'Stĺpce'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Všetky'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Exportuj dáta'
     },
     formatClearFilters () {
       return 'Odstráň filtre'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 30 - 0
src/locale/bootstrap-table-sv-SE.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Visa ${pageFrom} till ${pageTo} av ${totalRows} rader`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Sök'
     },
     formatNoMatches () {
       return 'Inga matchande resultat funna.'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Uppdatera'
     },
@@ -27,6 +33,30 @@
     },
     formatColumns () {
       return 'kolumn'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 30 - 0
src/locale/bootstrap-table-th-TH.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `รายการที่ ${pageFrom} ถึง ${pageTo} จากทั้งหมด ${totalRows} รายการ`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'ค้นหา'
     },
     formatNoMatches () {
       return 'ไม่พบรายการที่ค้นหา !'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'รีเฟรส'
     },
@@ -27,6 +33,30 @@
     },
     formatColumns () {
       return 'คอลัมน์'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 27 - 0
src/locale/bootstrap-table-tr-TR.js

@@ -14,12 +14,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `${totalRows} kayıttan ${pageFrom}-${pageTo} arası gösteriliyor.`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Ara'
     },
     formatNoMatches () {
       return 'Eşleşen kayıt bulunamadı.'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Yenile'
     },
@@ -29,8 +35,29 @@
     formatColumns () {
       return 'Sütunlar'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Tüm Satırlar'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 22 - 28
src/locale/bootstrap-table-uk-UA.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Показано з ${pageFrom} по ${pageTo}. Всього: ${totalRows}`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Пошук'
     },
     formatNoMatches () {
       return 'Не знайдено жодного запису'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'Оновити'
     },
@@ -28,41 +34,29 @@
     formatColumns () {
       return 'Стовпці'
     },
-    formatClearFilters () {
-      return 'Очистити фільтри'
-    },
-    formatMultipleSort () {
-      return 'Сортування за кількома стовпцями'
+    formatFullscreen () {
+      return 'Fullscreen'
     },
-    formatAddLevel () {
-      return 'Додати рівень'
+    formatAllRows () {
+      return 'All'
     },
-    formatDeleteLevel () {
-      return 'Видалити рівень'
+    formatAutoRefresh () {
+      return 'Auto Refresh'
     },
-    formatColumn () {
-      return 'Стовпець'
+    formatExport () {
+      return 'Export data'
     },
-    formatOrder () {
-      return 'Порядок'
-    },
-    formatSortBy () {
-      return 'Сортувати за'
-    },
-    formatThenBy () {
-      return 'потім за'
-    },
-    formatSort () {
-      return 'Сортувати'
+    formatClearFilters () {
+      return 'Очистити фільтри'
     },
-    formatCancel () {
-      return 'Скасувати'
+    formatJumpto () {
+      return 'GO'
     },
-    formatDuplicateAlertTitle () {
-      return 'Дублювання стовпців!'
+    formatAdvancedSearch () {
+      return 'Advanced search'
     },
-    formatDuplicateAlertDescription () {
-      return 'Видаліть, будь ласка, дублюючий стовпець, або замініть його на інший.'
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 30 - 0
src/locale/bootstrap-table-ur-PK.js

@@ -13,12 +13,18 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `دیکھیں ${pageFrom} سے ${pageTo} کے ${totalRows}ریکارڈز`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'تلاش'
     },
     formatNoMatches () {
       return 'کوئی ریکارڈ نہیں ملا'
     },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
     formatRefresh () {
       return 'تازہ کریں'
     },
@@ -27,6 +33,30 @@
     },
     formatColumns () {
       return 'کالم'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 18 - 0
src/locale/bootstrap-table-uz-Latn-UZ.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Ko'rsatypati ${pageFrom} dan ${pageTo} gacha ${totalRows} qatorlarni`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Qidirish'
     },
@@ -31,14 +34,29 @@
     formatColumns () {
       return 'Ustunlar'
     },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
     formatAllRows () {
       return 'Hammasi'
     },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
     formatExport () {
       return 'Eksport'
     },
     formatClearFilters () {
       return 'Filtrlarni tozalash'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 39 - 0
src/locale/bootstrap-table-vi-VN.js

@@ -13,11 +13,50 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `Hiển thị từ trang ${pageFrom} đến ${pageTo} của ${totalRows} bảng ghi`
     },
+    formatDetailPagination (totalRows) {
+      return `Showing ${totalRows} rows`
+    },
     formatSearch () {
       return 'Tìm kiếm'
     },
     formatNoMatches () {
       return 'Không có dữ liệu'
+    },
+    formatPaginationSwitch () {
+      return 'Hide/Show pagination'
+    },
+    formatRefresh () {
+      return 'Refresh'
+    },
+    formatToggle () {
+      return 'Toggle'
+    },
+    formatColumns () {
+      return 'Columns'
+    },
+    formatFullscreen () {
+      return 'Fullscreen'
+    },
+    formatAllRows () {
+      return 'All'
+    },
+    formatAutoRefresh () {
+      return 'Auto Refresh'
+    },
+    formatExport () {
+      return 'Export data'
+    },
+    formatClearFilters () {
+      return 'Clear filters'
+    },
+    formatJumpto () {
+      return 'GO'
+    },
+    formatAdvancedSearch () {
+      return 'Advanced search'
+    },
+    formatAdvancedCloseButton () {
+      return 'Close'
     }
   }
 

+ 21 - 0
src/locale/bootstrap-table-zh-CN.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `显示第 ${pageFrom} 到第 ${pageTo} 条记录,总共 ${totalRows} 条记录`
     },
+    formatDetailPagination (totalRows) {
+      return `总共 ${totalRows} 条记录`
+    },
     formatSearch () {
       return '搜索'
     },
@@ -31,11 +34,29 @@
     formatColumns () {
       return '列'
     },
+    formatFullscreen () {
+      return '全屏'
+    },
+    formatAllRows () {
+      return '所有'
+    },
+    formatAutoRefresh () {
+      return '自动刷新'
+    },
     formatExport () {
       return '导出数据'
     },
     formatClearFilters () {
       return '清空过滤'
+    },
+    formatJumpto () {
+      return '跳转'
+    },
+    formatAdvancedSearch () {
+      return '高级搜索'
+    },
+    formatAdvancedCloseButton () {
+      return '关闭'
     }
   }
 

+ 27 - 0
src/locale/bootstrap-table-zh-TW.js

@@ -13,6 +13,9 @@
     formatShowingRows (pageFrom, pageTo, totalRows) {
       return `顯示第 ${pageFrom} 到第 ${pageTo} 項記錄,總共 ${totalRows} 項記錄`
     },
+    formatDetailPagination (totalRows) {
+      return `總共 ${totalRows} 項記錄`
+    },
     formatSearch () {
       return '搜尋'
     },
@@ -30,6 +33,30 @@
     },
     formatColumns () {
       return '列'
+    },
+    formatFullscreen () {
+      return '全屏'
+    },
+    formatAllRows () {
+      return '所有'
+    },
+    formatAutoRefresh () {
+      return '自動刷新'
+    },
+    formatExport () {
+      return '導出數據'
+    },
+    formatClearFilters () {
+      return '清空過濾'
+    },
+    formatJumpto () {
+      return '跳轉'
+    },
+    formatAdvancedSearch () {
+      return '高級搜尋'
+    },
+    formatAdvancedCloseButton () {
+      return '關閉'
     }
   }