Browse Source

😑

NLBeaz 1 year ago
parent
commit
ad425d2b8f

+ 55 - 74
src/locale/bootstrap-table-af-ZA.js

@@ -4,27 +4,41 @@
  */
 
 $.fn.bootstrapTable.locales['af-ZA'] = $.fn.bootstrapTable.locales['af'] = {
-  // General.
-  formatAllRows () {
-    return 'Alles'
+  formatCopyRows () {
+    return 'Kopieer lyne'
   },
-  formatClearSearch () {
-    return 'Duidelike soektog'
+  formatPrint () {
+    return 'Druk uit'
   },
-  formatColumns () {
-    return 'Kolomme'
+  formatLoadingMessage () {
+    return 'Laai tans'
   },
-  formatColumnsToggleAll () {
-    return 'Wys alles'
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} reëls per bladsy`
+  },
+  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
+    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
+      return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne (gefiltreer vanaf ${totalNotFiltered} lyne)`
+    }
+    return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne`
+  },
+  formatSRPaginationPreText () {
+    return 'vorige bladsy'
+  },
+  formatSRPaginationPageText (page) {
+    return `na bladsy ${page}`
+  },
+  formatSRPaginationNextText () {
+    return 'volgende bladsy'
   },
   formatDetailPagination (totalRows) {
     return `${totalRows}-reël vertoon`
   },
-  formatFullscreen () {
-    return 'Volskerm'
+  formatClearSearch () {
+    return 'Duidelike soektog'
   },
-  formatLoadingMessage () {
-    return 'Laai tans'
+  formatSearch () {
+    return 'Navorsing'
   },
   formatNoMatches () {
     return 'Geen resultate nie'
@@ -38,63 +52,41 @@ $.fn.bootstrapTable.locales['af-ZA'] = $.fn.bootstrapTable.locales['af'] = {
   formatPaginationSwitchUp () {
     return 'Versteek paginasie'
   },
-  formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} reëls per bladsy`
-  },
   formatRefresh () {
     return 'Verfris'
   },
-  formatSearch () {
-    return 'Navorsing'
-  },
-  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
-    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
-      return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne (gefiltreer vanaf ${totalNotFiltered} lyne)`
-    }
-    return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne`
-  },
-  formatSRPaginationNextText () {
-    return 'volgende bladsy'
-  },
-  formatSRPaginationPageText (page) {
-    return `na bladsy ${page}`
-  },
-  formatSRPaginationPreText () {
-    return 'vorige bladsy'
-  },
   formatToggleOn () {
     return 'Wys kaartaansig'
   },
   formatToggleOff () {
     return 'Versteek kaartaansig'
   },
-
-  // Extension: Auto Refresh.
-  formatAutoRefresh () {
-    return 'Verfris outomaties'
+  formatColumns () {
+    return 'Kolomme'
   },
-
-  // Extension: Copy Rows.
-  formatCopyRows () {
-    return 'Kopieer lyne'
+  formatColumnsToggleAll () {
+    return 'Wys alles'
+  },    
+  formatFullscreen () {
+    return 'Volskerm'
   },
-
-  // Extension: Custom View.
-  formatToggleCustomViewOn () {
-    return 'Wys pasgemaakte aansig'
+  formatAllRows () {
+    return 'Alles'
   },
-  formatToggleCustomViewOff () {
-    return 'Versteek pasgemaakte aansig'
+  formatAutoRefresh () {
+    return 'Verfris outomaties'
   },
-
-  // Extension: Export.
   formatExport () {
     return 'Voer data uit'
   },
-
-  // Extension: Filter Control.
-  formatClearFilters () {
-    return 'Verwyder filters'
+  formatJumpTo () {
+    return 'Gaan na'
+  },
+  formatAdvancedSearch () {
+    return 'Gevorderde soektog'
+  },
+  formatAdvancedCloseButton () {
+    return 'Maak'
   },
   formatFilterControlSwitch () {
     return 'Versteek/Wys kontroles'
@@ -105,8 +97,15 @@ $.fn.bootstrapTable.locales['af-ZA'] = $.fn.bootstrapTable.locales['af'] = {
   formatFilterControlSwitchShow () {
     return 'Wys kontroles'
   },
-
-  // Extension: Multiple Sort.
+  formatToggleCustomViewOn () {
+    return 'Wys pasgemaakte aansig'
+  },
+  formatToggleCustomViewOff () {
+    return 'Versteek pasgemaakte aansig'
+  },
+  formatClearFilters () {
+    return 'Verwyder filters'
+  },
   formatAddLevel () {
     return 'Voeg \'n vlak by'
   },
@@ -145,24 +144,6 @@ $.fn.bootstrapTable.locales['af-ZA'] = $.fn.bootstrapTable.locales['af'] = {
   },
   formatThenBy () {
     return 'Dan deur'
-  },
-
-  // Extension: Page Jump To.
-  formatJumpTo () {
-    return 'Gaan na'
-  },
-
-  // Extension: Print.
-  formatPrint () {
-    return 'Druk uit'
-  },
-
-  // Extension: Toolbar.
-  formatAdvancedCloseButton () {
-    return 'Maak'
-  },
-  formatAdvancedSearch () {
-    return 'Gevorderde soektog'
   }
 }
 

+ 55 - 74
src/locale/bootstrap-table-fr-BE.js

@@ -5,27 +5,41 @@
  */
 
 $.fn.bootstrapTable.locales['fr-BE'] = {
-  // General.
-  formatAllRows () {
-    return 'Tout'
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatPrint () {
+    return 'Imprimer'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatLoadingMessage () {
+    return 'Chargement en cours'
   },
-  formatColumnsToggleAll () {
-    return 'Tout afficher'
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} lignes par page`
+  },
+  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
+    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
+    }
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+  },
+  formatSRPaginationPreText () {
+    return 'page précédente'
+  },
+  formatSRPaginationPageText (page) {
+    return `vers la page ${page}`
+  },
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatDetailPagination (totalRows) {
     return `Affichage de ${totalRows} lignes`
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatClearSearch () {
+    return 'Effacer la recherche'
   },
-  formatLoadingMessage () {
-    return 'Chargement en cours'
+  formatSearch () {
+    return 'Rechercher'
   },
   formatNoMatches () {
     return 'Aucun résultat'
@@ -39,63 +53,41 @@ $.fn.bootstrapTable.locales['fr-BE'] = {
   formatPaginationSwitchUp () {
     return 'Masquer la pagination'
   },
-  formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} lignes par page`
-  },
   formatRefresh () {
     return 'Actualiser'
   },
-  formatSearch () {
-    return 'Rechercher'
-  },
-  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
-    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
-      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
-    }
-    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
-  },
-  formatSRPaginationNextText () {
-    return 'page suivante'
-  },
-  formatSRPaginationPageText (page) {
-    return `vers la page ${page}`
-  },
-  formatSRPaginationPreText () {
-    return 'page précédente'
-  },
   formatToggleOn () {
     return 'Afficher la vue en cartes'
   },
   formatToggleOff () {
     return 'Cacher la vue en cartes'
   },
-
-  // Extension: Auto Refresh.
-  formatAutoRefresh () {
-    return 'Actualiser automatiquement'
+  formatColumns () {
+    return 'Colonnes'
   },
-
-  // Extension: Copy Rows.
-  formatCopyRows () {
-    return 'Copier les lignes'
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },    
+  formatFullscreen () {
+    return 'Plein écran'
   },
-
-  // Extension: Custom View.
-  formatToggleCustomViewOn () {
-    return 'Afficher la vue personnalisée'
+  formatAllRows () {
+    return 'Tout'
   },
-  formatToggleCustomViewOff () {
-    return 'Cacher la vue personnalisée'
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-
-  // Extension: Export.
   formatExport () {
     return 'Exporter'
   },
-
-  // Extension: Filter Control.
-  formatClearFilters () {
-    return 'Retirer les filtres'
+  formatJumpTo () {
+    return 'Aller à'
+  },
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
+  },
+  formatAdvancedCloseButton () {
+    return 'Fermer'
   },
   formatFilterControlSwitch () {
     return 'Masquer/Afficher les contrôles'
@@ -106,8 +98,15 @@ $.fn.bootstrapTable.locales['fr-BE'] = {
   formatFilterControlSwitchShow () {
     return 'Afficher les contrôles'
   },
-
-  // Extension: Multiple Sort.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
+  },
+  formatToggleCustomViewOff () {
+    return 'Cacher la vue personnalisée'
+  },
+  formatClearFilters () {
+    return 'Retirer les filtres'
+  },
   formatAddLevel () {
     return 'Ajouter un niveau'
   },
@@ -146,24 +145,6 @@ $.fn.bootstrapTable.locales['fr-BE'] = {
   },
   formatThenBy () {
     return 'Puis par'
-  },
-
-  // Extension: Page Jump To.
-  formatJumpTo () {
-    return 'Aller à'
-  },
-
-  // Extension: Print.
-  formatPrint () {
-    return 'Imprimer'
-  },
-
-  // Extension: Toolbar.
-  formatAdvancedCloseButton () {
-    return 'Fermer'
-  },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
   }
 }
 

+ 56 - 75
src/locale/bootstrap-table-fr-CH.js

@@ -1,30 +1,44 @@
 /**
  * Bootstrap Table French (Suisse) translation
  * Author: Nevets82 <Nevets82@gmail.com>
- */
+*/
 
 $.fn.bootstrapTable.locales['fr-CH'] = {
-  // General.
-  formatAllRows () {
-    return 'Tout'
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatPrint () {
+    return 'Imprimer'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatLoadingMessage () {
+    return 'Chargement en cours'
   },
-  formatColumnsToggleAll () {
-    return 'Tout afficher'
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} lignes par page`
+  },
+  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
+    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
+    }
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+  },
+  formatSRPaginationPreText () {
+    return 'page précédente'
+  },
+  formatSRPaginationPageText (page) {
+    return `vers la page ${page}`
+  },
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatDetailPagination (totalRows) {
     return `Affichage de ${totalRows} lignes`
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatClearSearch () {
+    return 'Effacer la recherche'
   },
-  formatLoadingMessage () {
-    return 'Chargement en cours'
+  formatSearch () {
+    return 'Rechercher'
   },
   formatNoMatches () {
     return 'Aucun résultat'
@@ -38,63 +52,41 @@ $.fn.bootstrapTable.locales['fr-CH'] = {
   formatPaginationSwitchUp () {
     return 'Masquer la pagination'
   },
-  formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} lignes par page`
-  },
   formatRefresh () {
     return 'Actualiser'
   },
-  formatSearch () {
-    return 'Rechercher'
-  },
-  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
-    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
-      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
-    }
-    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
-  },
-  formatSRPaginationNextText () {
-    return 'page suivante'
-  },
-  formatSRPaginationPageText (page) {
-    return `vers la page ${page}`
-  },
-  formatSRPaginationPreText () {
-    return 'page précédente'
-  },
   formatToggleOn () {
     return 'Afficher la vue en cartes'
   },
   formatToggleOff () {
     return 'Cacher la vue en cartes'
   },
-
-  // Extension: Auto Refresh.
-  formatAutoRefresh () {
-    return 'Actualiser automatiquement'
+  formatColumns () {
+    return 'Colonnes'
   },
-
-  // Extension: Copy Rows.
-  formatCopyRows () {
-    return 'Copier les lignes'
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },    
+  formatFullscreen () {
+    return 'Plein écran'
   },
-
-  // Extension: Custom View.
-  formatToggleCustomViewOn () {
-    return 'Afficher la vue personnalisée'
+  formatAllRows () {
+    return 'Tout'
   },
-  formatToggleCustomViewOff () {
-    return 'Cacher la vue personnalisée'
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-
-  // Extension: Export.
   formatExport () {
     return 'Exporter'
   },
-
-  // Extension: Filter Control.
-  formatClearFilters () {
-    return 'Retirer les filtres'
+  formatJumpTo () {
+    return 'Aller à'
+  },
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
+  },
+  formatAdvancedCloseButton () {
+    return 'Fermer'
   },
   formatFilterControlSwitch () {
     return 'Masquer/Afficher les contrôles'
@@ -105,8 +97,15 @@ $.fn.bootstrapTable.locales['fr-CH'] = {
   formatFilterControlSwitchShow () {
     return 'Afficher les contrôles'
   },
-
-  // Extension: Multiple Sort.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
+  },
+  formatToggleCustomViewOff () {
+    return 'Cacher la vue personnalisée'
+  },
+  formatClearFilters () {
+    return 'Retirer les filtres'
+  },
   formatAddLevel () {
     return 'Ajouter un niveau'
   },
@@ -145,24 +144,6 @@ $.fn.bootstrapTable.locales['fr-CH'] = {
   },
   formatThenBy () {
     return 'Puis par'
-  },
-
-  // Extension: Page Jump To.
-  formatJumpTo () {
-    return 'Aller à'
-  },
-
-  // Extension: Print.
-  formatPrint () {
-    return 'Imprimer'
-  },
-
-  // Extension: Toolbar.
-  formatAdvancedCloseButton () {
-    return 'Fermer'
-  },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
   }
 }
 

+ 55 - 74
src/locale/bootstrap-table-fr-FR.js

@@ -6,27 +6,41 @@
  */
 
 $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
-  // General.
-  formatAllRows () {
-    return 'Tout'
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatPrint () {
+    return 'Imprimer'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatLoadingMessage () {
+    return 'Chargement en cours'
   },
-  formatColumnsToggleAll () {
-    return 'Tout afficher'
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} lignes par page`
+  },
+  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
+    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
+    }
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+  },
+  formatSRPaginationPreText () {
+    return 'page précédente'
+  },
+  formatSRPaginationPageText (page) {
+    return `vers la page ${page}`
+  },
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatDetailPagination (totalRows) {
     return `Affichage de ${totalRows} lignes`
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatClearSearch () {
+    return 'Effacer la recherche'
   },
-  formatLoadingMessage () {
-    return 'Chargement en cours'
+  formatSearch () {
+    return 'Rechercher'
   },
   formatNoMatches () {
     return 'Aucun résultat'
@@ -40,63 +54,41 @@ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
   formatPaginationSwitchUp () {
     return 'Masquer la pagination'
   },
-  formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} lignes par page`
-  },
   formatRefresh () {
     return 'Actualiser'
   },
-  formatSearch () {
-    return 'Rechercher'
-  },
-  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
-    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
-      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
-    }
-    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
-  },
-  formatSRPaginationNextText () {
-    return 'page suivante'
-  },
-  formatSRPaginationPageText (page) {
-    return `vers la page ${page}`
-  },
-  formatSRPaginationPreText () {
-    return 'page précédente'
-  },
   formatToggleOn () {
     return 'Afficher la vue en cartes'
   },
   formatToggleOff () {
     return 'Cacher la vue en cartes'
   },
-
-  // Extension: Auto Refresh.
-  formatAutoRefresh () {
-    return 'Actualiser automatiquement'
+  formatColumns () {
+    return 'Colonnes'
   },
-
-  // Extension: Copy Rows.
-  formatCopyRows () {
-    return 'Copier les lignes'
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },    
+  formatFullscreen () {
+    return 'Plein écran'
   },
-
-  // Extension: Custom View.
-  formatToggleCustomViewOn () {
-    return 'Afficher la vue personnalisée'
+  formatAllRows () {
+    return 'Tout'
   },
-  formatToggleCustomViewOff () {
-    return 'Cacher la vue personnalisée'
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-
-  // Extension: Export.
   formatExport () {
     return 'Exporter'
   },
-
-  // Extension: Filter Control.
-  formatClearFilters () {
-    return 'Retirer les filtres'
+  formatJumpTo () {
+    return 'Aller à'
+  },
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
+  },
+  formatAdvancedCloseButton () {
+    return 'Fermer'
   },
   formatFilterControlSwitch () {
     return 'Masquer/Afficher les contrôles'
@@ -107,8 +99,15 @@ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
   formatFilterControlSwitchShow () {
     return 'Afficher les contrôles'
   },
-
-  // Extension: Multiple Sort.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
+  },
+  formatToggleCustomViewOff () {
+    return 'Cacher la vue personnalisée'
+  },
+  formatClearFilters () {
+    return 'Retirer les filtres'
+  },
   formatAddLevel () {
     return 'Ajouter un niveau'
   },
@@ -147,24 +146,6 @@ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
   },
   formatThenBy () {
     return 'Puis par'
-  },
-
-  // Extension: Page Jump To.
-  formatJumpTo () {
-    return 'Aller à'
-  },
-
-  // Extension: Print.
-  formatPrint () {
-    return 'Imprimer'
-  },
-
-  // Extension: Toolbar.
-  formatAdvancedCloseButton () {
-    return 'Fermer'
-  },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
   }
 }
 

+ 55 - 74
src/locale/bootstrap-table-fr-LU.js

@@ -5,27 +5,41 @@
  */
 
 $.fn.bootstrapTable.locales['fr-LU'] = {
-  // General.
-  formatAllRows () {
-    return 'Tout'
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatPrint () {
+    return 'Imprimer'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatLoadingMessage () {
+    return 'Chargement en cours'
   },
-  formatColumnsToggleAll () {
-    return 'Tout afficher'
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} lignes par page`
+  },
+  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
+    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
+    }
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+  },
+  formatSRPaginationPreText () {
+    return 'page précédente'
+  },
+  formatSRPaginationPageText (page) {
+    return `vers la page ${page}`
+  },
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatDetailPagination (totalRows) {
     return `Affichage de ${totalRows} lignes`
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatClearSearch () {
+    return 'Effacer la recherche'
   },
-  formatLoadingMessage () {
-    return 'Chargement en cours'
+  formatSearch () {
+    return 'Rechercher'
   },
   formatNoMatches () {
     return 'Aucun résultat'
@@ -39,63 +53,41 @@ $.fn.bootstrapTable.locales['fr-LU'] = {
   formatPaginationSwitchUp () {
     return 'Masquer la pagination'
   },
-  formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} lignes par page`
-  },
   formatRefresh () {
     return 'Actualiser'
   },
-  formatSearch () {
-    return 'Rechercher'
-  },
-  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
-    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
-      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
-    }
-    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
-  },
-  formatSRPaginationNextText () {
-    return 'page suivante'
-  },
-  formatSRPaginationPageText (page) {
-    return `vers la page ${page}`
-  },
-  formatSRPaginationPreText () {
-    return 'page précédente'
-  },
   formatToggleOn () {
     return 'Afficher la vue en cartes'
   },
   formatToggleOff () {
     return 'Cacher la vue en cartes'
   },
-
-  // Extension: Auto Refresh.
-  formatAutoRefresh () {
-    return 'Actualiser automatiquement'
+  formatColumns () {
+    return 'Colonnes'
   },
-
-  // Extension: Copy Rows.
-  formatCopyRows () {
-    return 'Copier les lignes'
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },    
+  formatFullscreen () {
+    return 'Plein écran'
   },
-
-  // Extension: Custom View.
-  formatToggleCustomViewOn () {
-    return 'Afficher la vue personnalisée'
+  formatAllRows () {
+    return 'Tout'
   },
-  formatToggleCustomViewOff () {
-    return 'Cacher la vue personnalisée'
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-
-  // Extension: Export.
   formatExport () {
     return 'Exporter'
   },
-
-  // Extension: Filter Control.
-  formatClearFilters () {
-    return 'Retirer les filtres'
+  formatJumpTo () {
+    return 'Aller à'
+  },
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
+  },
+  formatAdvancedCloseButton () {
+    return 'Fermer'
   },
   formatFilterControlSwitch () {
     return 'Masquer/Afficher les contrôles'
@@ -106,8 +98,15 @@ $.fn.bootstrapTable.locales['fr-LU'] = {
   formatFilterControlSwitchShow () {
     return 'Afficher les contrôles'
   },
-
-  // Extension: Multiple Sort.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
+  },
+  formatToggleCustomViewOff () {
+    return 'Cacher la vue personnalisée'
+  },
+  formatClearFilters () {
+    return 'Retirer les filtres'
+  },
   formatAddLevel () {
     return 'Ajouter un niveau'
   },
@@ -146,24 +145,6 @@ $.fn.bootstrapTable.locales['fr-LU'] = {
   },
   formatThenBy () {
     return 'Puis par'
-  },
-
-  // Extension: Page Jump To.
-  formatJumpTo () {
-    return 'Aller à'
-  },
-
-  // Extension: Print.
-  formatPrint () {
-    return 'Imprimer'
-  },
-
-  // Extension: Toolbar.
-  formatAdvancedCloseButton () {
-    return 'Fermer'
-  },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
   }
 }
 

+ 55 - 74
src/locale/bootstrap-table-id-ID.js

@@ -4,27 +4,41 @@
  */
 
 $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
-  // General.
-  formatAllRows () {
-    return 'Semua'
+  formatCopyRows () {
+    return 'Salin baris'
   },
-  formatClearSearch () {
-    return 'Menghapus pencarian'
+  formatPrint () {
+    return 'Mencetak'
   },
-  formatColumns () {
-    return 'Kolom'
+  formatLoadingMessage () {
+    return 'Pemuatan sedang berlangsung'
   },
-  formatColumnsToggleAll () {
-    return 'Tampilkan semua'
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} baris per halaman`
+  },
+  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
+    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
+      return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris (difilter dari ${totalNotFiltered} baris)`
+    }
+    return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris`
+  },
+  formatSRPaginationPreText () {
+    return 'halaman sebelumnya'
+  },
+  formatSRPaginationPageText (page) {
+    return `ke halaman ${page}`
+  },
+  formatSRPaginationNextText () {
+    return 'halaman berikutnya'
   },
   formatDetailPagination (totalRows) {
     return `Tampilan ${totalRows} baris`
   },
-  formatFullscreen () {
-    return 'Layar penuh'
+  formatClearSearch () {
+    return 'Menghapus pencarian'
   },
-  formatLoadingMessage () {
-    return 'Pemuatan sedang berlangsung'
+  formatSearch () {
+    return 'Pencarian'
   },
   formatNoMatches () {
     return 'Tidak ada hasil'
@@ -38,63 +52,41 @@ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
   formatPaginationSwitchUp () {
     return 'Sembunyikan penomoran halaman'
   },
-  formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} baris per halaman`
-  },
   formatRefresh () {
     return 'Segarkan'
   },
-  formatSearch () {
-    return 'Pencarian'
-  },
-  formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
-    if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
-      return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris (difilter dari ${totalNotFiltered} baris)`
-    }
-    return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris`
-  },
-  formatSRPaginationNextText () {
-    return 'halaman berikutnya'
-  },
-  formatSRPaginationPageText (page) {
-    return `ke halaman ${page}`
-  },
-  formatSRPaginationPreText () {
-    return 'halaman sebelumnya'
-  },
   formatToggleOn () {
     return 'Menampilkan tampilan peta'
   },
   formatToggleOff () {
     return 'Menyembunyikan tampilan peta'
   },
-
-  // Extension: Auto Refresh.
-  formatAutoRefresh () {
-    return 'Penyegaran otomatis'
+  formatColumns () {
+    return 'Kolom'
   },
-
-  // Extension: Copy Rows.
-  formatCopyRows () {
-    return 'Salin baris'
+  formatColumnsToggleAll () {
+    return 'Tampilkan semua'
+  },    
+  formatFullscreen () {
+    return 'Layar penuh'
   },
-
-  // Extension: Custom View.
-  formatToggleCustomViewOn () {
-    return 'Menampilkan tampilan khusus'
+  formatAllRows () {
+    return 'Semua'
   },
-  formatToggleCustomViewOff () {
-    return 'Menyembunyikan tampilan khusus'
+  formatAutoRefresh () {
+    return 'Penyegaran otomatis'
   },
-
-  // Extension: Export.
   formatExport () {
     return 'Mengekspor data'
   },
-
-  // Extension: Filter Control.
-  formatClearFilters () {
-    return 'Menghapus filter'
+  formatJumpTo () {
+    return 'Pergi ke'
+  },
+  formatAdvancedSearch () {
+    return 'Pencarian lanjutan'
+  },
+  formatAdvancedCloseButton () {
+    return 'Tutup'
   },
   formatFilterControlSwitch () {
     return 'Menyembunyikan/Menampilkan kontrol'
@@ -105,8 +97,15 @@ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
   formatFilterControlSwitchShow () {
     return 'Menampilkan kontrol'
   },
-
-  // Extension: Multiple Sort.
+  formatToggleCustomViewOn () {
+    return 'Menampilkan tampilan khusus'
+  },
+  formatToggleCustomViewOff () {
+    return 'Menyembunyikan tampilan khusus'
+  },
+  formatClearFilters () {
+    return 'Menghapus filter'
+  },
   formatAddLevel () {
     return 'Menambahkan level'
   },
@@ -145,24 +144,6 @@ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
   },
   formatThenBy () {
     return 'Kemudian oleh'
-  },
-
-  // Extension: Page Jump To.
-  formatJumpTo () {
-    return 'Pergi ke'
-  },
-
-  // Extension: Print.
-  formatPrint () {
-    return 'Mencetak'
-  },
-
-  // Extension: Toolbar.
-  formatAdvancedCloseButton () {
-    return 'Tutup'
-  },
-  formatAdvancedSearch () {
-    return 'Pencarian lanjutan'
   }
 }