Browse Source

Correction of some localizations: af-ZA, fr-BE, fr-CH, fr-FR, fr-LU and id-ID (for now)

Some translations were missing or incorrect.

Reordered functions to match documentation (why is everything mixed up?).

NLBeaz 1 year ago
parent
commit
23b3fc5416

+ 124 - 58
src/locale/bootstrap-table-af-ZA.js

@@ -4,99 +4,165 @@
  */
 
 $.fn.bootstrapTable.locales['af-ZA'] = $.fn.bootstrapTable.locales['af'] = {
-  formatCopyRows () {
-    return 'Copy Rows'
+  // General.
+  formatAllRows () {
+    return 'Alles'
   },
-  formatPrint () {
-    return 'Print'
+  formatClearSearch () {
+    return 'Duidelike soektog'
+  },
+  formatColumns () {
+    return 'Kolomme'
+  },
+  formatColumnsToggleAll () {
+    return 'Wys alles'
+  },
+  formatDetailPagination (totalRows) {
+    return `${totalRows}-reël vertoon`
+  },
+  formatFullscreen () {
+    return 'Volskerm'
   },
   formatLoadingMessage () {
-    return 'Besig om te laai, wag asseblief'
+    return 'Laai tans'
+  },
+  formatNoMatches () {
+    return 'Geen resultate nie'
+  },
+  formatPaginationSwitch () {
+    return 'Versteek/Wys paginasie'
+  },
+  formatPaginationSwitchDown () {
+    return 'Wys paginasie'
+  },
+  formatPaginationSwitchUp () {
+    return 'Versteek paginasie'
   },
   formatRecordsPerPage (pageNumber) {
-    return `${pageNumber} rekords per bladsy`
+    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 `Resultate ${pageFrom} tot ${pageTo} van ${totalRows} rye (filtered from ${totalNotFiltered} total rows)`
+      return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne (gefiltreer vanaf ${totalNotFiltered} lyne)`
     }
-
-    return `Resultate ${pageFrom} tot ${pageTo} van ${totalRows} rye`
+    return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne`
   },
-  formatSRPaginationPreText () {
-    return 'previous page'
+  formatSRPaginationNextText () {
+    return 'volgende bladsy'
   },
   formatSRPaginationPageText (page) {
-    return `to page ${page}`
+    return `na bladsy ${page}`
   },
-  formatSRPaginationNextText () {
-    return 'next page'
+  formatSRPaginationPreText () {
+    return 'vorige bladsy'
   },
-  formatDetailPagination (totalRows) {
-    return `Showing ${totalRows} rows`
+  formatToggleOn () {
+    return 'Wys kaartaansig'
   },
-  formatClearSearch () {
-    return 'Clear Search'
+  formatToggleOff () {
+    return 'Versteek kaartaansig'
   },
-  formatSearch () {
-    return 'Soek'
+
+  // Extension: Auto Refresh.
+  formatAutoRefresh () {
+    return 'Verfris outomaties'
   },
-  formatNoMatches () {
-    return 'Geen rekords gevind nie'
+
+  // Extension: Copy Rows.
+  formatCopyRows () {
+    return 'Kopieer lyne'
   },
-  formatPaginationSwitch () {
-    return 'Wys/verberg bladsy nummering'
+
+  // Extension: Custom View.
+  formatToggleCustomViewOn () {
+    return 'Wys pasgemaakte aansig'
   },
-  formatPaginationSwitchDown () {
-    return 'Show pagination'
+  formatToggleCustomViewOff() {
+    return 'Versteek pasgemaakte aansig'
   },
-  formatPaginationSwitchUp () {
-    return 'Hide pagination'
+
+  // Extension: Export.
+  formatExport () {
+    return 'Voer data uit'
   },
-  formatRefresh () {
-    return 'Herlaai'
+
+  // Extension: Filter Control.
+  formatClearFilters () {
+    return 'Verwyder filters'
   },
-  formatToggleOn () {
-    return 'Show card view'
+  formatFilterControlSwitch() {
+    return 'Versteek/Wys kontroles'
   },
-  formatToggleOff () {
-    return 'Hide card view'
+  formatFilterControlSwitchHide () {
+    return 'Versteek kontroles'
   },
-  formatColumns () {
-    return 'Kolomme'
+  formatFilterControlSwitchShow () {
+    return 'Wys kontroles'
   },
-  formatColumnsToggleAll () {
-    return 'Toggle all'
+
+  // Extension: Multiple Sort.
+  formatAddLevel () {
+    return 'Voeg \'n vlak by'
   },
-  formatFullscreen () {
-    return 'Fullscreen'
+  formatCancel () {
+    return 'Kanselleer'
   },
-  formatAllRows () {
-    return 'All'
+  formatColumn () {
+    return 'Kolom'
   },
-  formatAutoRefresh () {
-    return 'Auto Refresh'
+  formatDeleteLevel () {
+    return 'Vee \'n vlak uit'
   },
-  formatExport () {
-    return 'Export data'
+  formatDuplicateAlertTitle () {
+    return 'Duplikaatinskrywings is gevind!'
   },
-  formatJumpTo () {
-    return 'GO'
+  formatDuplicateAlertDescription () {
+    return 'Verwyder of wysig asseblief duplikaatinskrywings'
   },
-  formatAdvancedSearch () {
-    return 'Advanced search'
+  formatMultipleSort () {
+    return 'Multi-sorteer'
   },
-  formatAdvancedCloseButton () {
-    return 'Close'
+  formatOrder () {
+    return 'Bestelling'
   },
-  formatFilterControlSwitch () {
-    return 'Hide/Show controls'
+  formatSort () {
+    return 'Rangskik'
   },
-  formatFilterControlSwitchHide () {
-    return 'Hide controls'
+  formatSortBy () {
+    return 'Sorteer volgens'
   },
-  formatFilterControlSwitchShow () {
-    return 'Show controls'
+  formatSortOrders () {
+    return {
+      asc: 'Stygende',
+      desc: 'Dalende'
+    }
+  },
+  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'
   }
 }
 

+ 119 - 53
src/locale/bootstrap-table-fr-BE.js

@@ -5,99 +5,165 @@
  */
 
 $.fn.bootstrapTable.locales['fr-BE'] = {
-  formatCopyRows () {
-    return 'Copy Rows'
+  // General.
+  formatAllRows () {
+    return 'Tout'
   },
-  formatPrint () {
-    return 'Print'
+  formatClearSearch () {
+    return 'Effacer la recherche'
+  },
+  formatColumns () {
+    return 'Colonnes'
+  },
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },
+  formatDetailPagination (totalRows) {
+    return `Affichage de ${totalRows} lignes`
+  },
+  formatFullscreen () {
+    return 'Plein écran'
   },
   formatLoadingMessage () {
     return 'Chargement en cours'
   },
+  formatNoMatches () {
+    return 'Aucun résultat'
+  },
+  formatPaginationSwitch () {
+    return 'Masquer/Afficher la pagination'
+  },
+  formatPaginationSwitchDown () {
+    return 'Afficher la pagination'
+  },
+  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 `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
     }
-
-    return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
   },
-  formatSRPaginationPreText () {
-    return 'page précédente'
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatSRPaginationPageText (page) {
     return `vers la page ${page}`
   },
-  formatSRPaginationNextText () {
-    return 'page suivante'
+  formatSRPaginationPreText () {
+    return 'page précédente'
   },
-  formatDetailPagination (totalRows) {
-    return `Affiche ${totalRows} lignes`
+  formatToggleOn () {
+    return 'Afficher la vue en cartes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatToggleOff () {
+    return 'Cacher la vue en cartes'
   },
-  formatSearch () {
-    return 'Recherche'
+
+  // Extension: Auto Refresh.
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-  formatNoMatches () {
-    return 'Pas de lignes trouvés'
+
+  // Extension: Copy Rows.
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatPaginationSwitch () {
-    return 'Cacher/Afficher pagination'
+
+  // Extension: Custom View.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
   },
-  formatPaginationSwitchDown () {
-    return 'Afficher pagination'
+  formatToggleCustomViewOff() {
+    return 'Cacher la vue personnalisée'
   },
-  formatPaginationSwitchUp () {
-    return 'Cacher pagination'
+
+  // Extension: Export.
+  formatExport () {
+    return 'Exporter'
   },
-  formatRefresh () {
-    return 'Rafraichir'
+
+  // Extension: Filter Control.
+  formatClearFilters () {
+    return 'Retirer les filtres'
   },
-  formatToggleOn () {
-    return 'Afficher vue carte'
+  formatFilterControlSwitch() {
+    return 'Masquer/Afficher les contrôles'
   },
-  formatToggleOff () {
-    return 'Cacher vue carte'
+  formatFilterControlSwitchHide () {
+    return 'Masquer les contrôles'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatFilterControlSwitchShow () {
+    return 'Afficher les contrôles'
   },
-  formatColumnsToggleAll () {
-    return 'Tout basculer'
+
+  // Extension: Multiple Sort.
+  formatAddLevel () {
+    return 'Ajouter un niveau'
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatCancel () {
+    return 'Annuler'
   },
-  formatAllRows () {
-    return 'Tout'
+  formatColumn () {
+    return 'Colonne'
   },
-  formatAutoRefresh () {
-    return 'Rafraîchissement automatique'
+  formatDeleteLevel () {
+    return 'Supprimer un niveau'
   },
-  formatExport () {
-    return 'Exporter les données'
+  formatDuplicateAlertTitle () {
+    return 'Des entrées en double ont été trouvées !'
+  },
+  formatDuplicateAlertDescription () {
+    return 'Veuillez supprimer ou modifier les entrées en double'
+  },
+  formatMultipleSort () {
+    return 'Tri multiple'
+  },
+  formatOrder () {
+    return 'Ordre'
+  },
+  formatSort () {
+    return 'Trier'
   },
+  formatSortBy () {
+    return 'Trier par'
+  },
+  formatSortOrders () {
+    return {
+      asc: 'Ascendant',
+      desc: 'Descendant'
+    }
+  },
+  formatThenBy () {
+    return 'Puis par'
+  },
+
+  // Extension: Page Jump To.
   formatJumpTo () {
     return 'Aller à'
   },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
+
+  // Extension: Print.
+  formatPrint () {
+    return 'Imprimer'
   },
+
+  // Extension: Toolbar.
   formatAdvancedCloseButton () {
     return 'Fermer'
   },
-  formatFilterControlSwitch () {
-    return 'Cacher/Afficher controls'
-  },
-  formatFilterControlSwitchHide () {
-    return 'Cacher controls'
-  },
-  formatFilterControlSwitchShow () {
-    return 'Afficher controls'
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
   }
 }
 

+ 119 - 53
src/locale/bootstrap-table-fr-CH.js

@@ -4,99 +4,165 @@
  */
 
 $.fn.bootstrapTable.locales['fr-CH'] = {
-  formatCopyRows () {
-    return 'Copy Rows'
+  // General.
+  formatAllRows () {
+    return 'Tout'
   },
-  formatPrint () {
-    return 'Print'
+  formatClearSearch () {
+    return 'Effacer la recherche'
+  },
+  formatColumns () {
+    return 'Colonnes'
+  },
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },
+  formatDetailPagination (totalRows) {
+    return `Affichage de ${totalRows} lignes`
+  },
+  formatFullscreen () {
+    return 'Plein écran'
   },
   formatLoadingMessage () {
     return 'Chargement en cours'
   },
+  formatNoMatches () {
+    return 'Aucun résultat'
+  },
+  formatPaginationSwitch () {
+    return 'Masquer/Afficher la pagination'
+  },
+  formatPaginationSwitchDown () {
+    return 'Afficher la pagination'
+  },
+  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 `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
     }
-
-    return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
   },
-  formatSRPaginationPreText () {
-    return 'page précédente'
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatSRPaginationPageText (page) {
     return `vers la page ${page}`
   },
-  formatSRPaginationNextText () {
-    return 'page suivante'
+  formatSRPaginationPreText () {
+    return 'page précédente'
   },
-  formatDetailPagination (totalRows) {
-    return `Affiche ${totalRows} lignes`
+  formatToggleOn () {
+    return 'Afficher la vue en cartes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatToggleOff () {
+    return 'Cacher la vue en cartes'
   },
-  formatSearch () {
-    return 'Recherche'
+
+  // Extension: Auto Refresh.
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-  formatNoMatches () {
-    return 'Pas de lignes trouvés'
+
+  // Extension: Copy Rows.
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatPaginationSwitch () {
-    return 'Cacher/Afficher pagination'
+
+  // Extension: Custom View.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
   },
-  formatPaginationSwitchDown () {
-    return 'Afficher pagination'
+  formatToggleCustomViewOff() {
+    return 'Cacher la vue personnalisée'
   },
-  formatPaginationSwitchUp () {
-    return 'Cacher pagination'
+
+  // Extension: Export.
+  formatExport () {
+    return 'Exporter'
   },
-  formatRefresh () {
-    return 'Rafraichir'
+
+  // Extension: Filter Control.
+  formatClearFilters () {
+    return 'Retirer les filtres'
   },
-  formatToggleOn () {
-    return 'Afficher vue carte'
+  formatFilterControlSwitch() {
+    return 'Masquer/Afficher les contrôles'
   },
-  formatToggleOff () {
-    return 'Cacher vue carte'
+  formatFilterControlSwitchHide () {
+    return 'Masquer les contrôles'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatFilterControlSwitchShow () {
+    return 'Afficher les contrôles'
   },
-  formatColumnsToggleAll () {
-    return 'Tout basculer'
+
+  // Extension: Multiple Sort.
+  formatAddLevel () {
+    return 'Ajouter un niveau'
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatCancel () {
+    return 'Annuler'
   },
-  formatAllRows () {
-    return 'Tout'
+  formatColumn () {
+    return 'Colonne'
   },
-  formatAutoRefresh () {
-    return 'Rafraîchissement automatique'
+  formatDeleteLevel () {
+    return 'Supprimer un niveau'
   },
-  formatExport () {
-    return 'Exporter les données'
+  formatDuplicateAlertTitle () {
+    return 'Des entrées en double ont été trouvées !'
+  },
+  formatDuplicateAlertDescription () {
+    return 'Veuillez supprimer ou modifier les entrées en double'
+  },
+  formatMultipleSort () {
+    return 'Tri multiple'
+  },
+  formatOrder () {
+    return 'Ordre'
+  },
+  formatSort () {
+    return 'Trier'
   },
+  formatSortBy () {
+    return 'Trier par'
+  },
+  formatSortOrders () {
+    return {
+      asc: 'Ascendant',
+      desc: 'Descendant'
+    }
+  },
+  formatThenBy () {
+    return 'Puis par'
+  },
+
+  // Extension: Page Jump To.
   formatJumpTo () {
     return 'Aller à'
   },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
+
+  // Extension: Print.
+  formatPrint () {
+    return 'Imprimer'
   },
+
+  // Extension: Toolbar.
   formatAdvancedCloseButton () {
     return 'Fermer'
   },
-  formatFilterControlSwitch () {
-    return 'Cacher/Afficher controls'
-  },
-  formatFilterControlSwitchHide () {
-    return 'Cacher controls'
-  },
-  formatFilterControlSwitchShow () {
-    return 'Afficher controls'
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
   }
 }
 

+ 116 - 50
src/locale/bootstrap-table-fr-FR.js

@@ -6,42 +6,27 @@
  */
 
 $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
-  formatCopyRows () {
-    return 'Copier les lignes'
-  },
-  formatPrint () {
-    return 'Imprimer'
-  },
-  formatLoadingMessage () {
-    return 'Chargement en cours'
-  },
-  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és à partir de ${totalNotFiltered} lignes)`
-    }
-
-    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+  // General.
+  formatAllRows () {
+    return 'Tout'
   },
-  formatSRPaginationPreText () {
-    return 'page précédente'
+  formatClearSearch () {
+    return 'Effacer la recherche'
   },
-  formatSRPaginationPageText (page) {
-    return `vers la page ${page}`
+  formatColumns () {
+    return 'Colonnes'
   },
-  formatSRPaginationNextText () {
-    return 'page suivante'
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
   },
   formatDetailPagination (totalRows) {
     return `Affichage de ${totalRows} lignes`
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatFullscreen () {
+    return 'Plein écran'
   },
-  formatSearch () {
-    return 'Recherche'
+  formatLoadingMessage () {
+    return 'Chargement en cours'
   },
   formatNoMatches () {
     return 'Aucun résultat'
@@ -55,43 +40,65 @@ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
   formatPaginationSwitchUp () {
     return 'Masquer la pagination'
   },
+  formatRecordsPerPage (pageNumber) {
+    return `${pageNumber} lignes par page`
+  },
   formatRefresh () {
     return 'Actualiser'
   },
-  formatToggleOn () {
-    return 'Afficher la vue carte'
+  formatSearch () {
+    return 'Rechercher'
   },
-  formatToggleOff () {
-    return 'Masquer la vue carte'
+  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`
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
-  formatColumnsToggleAll () {
-    return 'Tout basculer'
+  formatSRPaginationPageText (page) {
+    return `vers la page ${page}`
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatSRPaginationPreText () {
+    return 'page précédente'
   },
-  formatAllRows () {
-    return 'Tout'
+  formatToggleOn () {
+    return 'Afficher la vue en cartes'
+  },
+  formatToggleOff () {
+    return 'Cacher la vue en cartes'
   },
+
+  // Extension: Auto Refresh.
   formatAutoRefresh () {
-    return 'Actualisation automatique'
+    return 'Actualiser automatiquement'
   },
-  formatExport () {
-    return 'Exporter les données'
+
+  // Extension: Copy Rows.
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatJumpTo () {
-    return 'ALLER'
+
+  // Extension: Custom View.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
   },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
+  formatToggleCustomViewOff() {
+    return 'Cacher la vue personnalisée'
   },
-  formatAdvancedCloseButton () {
-    return 'Fermer'
+
+  // Extension: Export.
+  formatExport () {
+    return 'Exporter'
+  },
+
+  // Extension: Filter Control.
+  formatClearFilters () {
+    return 'Retirer les filtres'
   },
-  formatFilterControlSwitch () {
+  formatFilterControlSwitch() {
     return 'Masquer/Afficher les contrôles'
   },
   formatFilterControlSwitchHide () {
@@ -99,6 +106,65 @@ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
   },
   formatFilterControlSwitchShow () {
     return 'Afficher les contrôles'
+  },
+
+  // Extension: Multiple Sort.
+  formatAddLevel () {
+    return 'Ajouter un niveau'
+  },
+  formatCancel () {
+    return 'Annuler'
+  },
+  formatColumn () {
+    return 'Colonne'
+  },
+  formatDeleteLevel () {
+    return 'Supprimer un niveau'
+  },
+  formatDuplicateAlertTitle () {
+    return 'Des entrées en double ont été trouvées !'
+  },
+  formatDuplicateAlertDescription () {
+    return 'Veuillez supprimer ou modifier les entrées en double'
+  },
+  formatMultipleSort () {
+    return 'Tri multiple'
+  },
+  formatOrder () {
+    return 'Ordre'
+  },
+  formatSort () {
+    return 'Trier'
+  },
+  formatSortBy () {
+    return 'Trier par'
+  },
+  formatSortOrders () {
+    return {
+      asc: 'Ascendant',
+      desc: 'Descendant'
+    }
+  },
+  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'
   }
 }
 

+ 119 - 53
src/locale/bootstrap-table-fr-LU.js

@@ -5,99 +5,165 @@
  */
 
 $.fn.bootstrapTable.locales['fr-LU'] = {
-  formatCopyRows () {
-    return 'Copier les lignes'
+  // General.
+  formatAllRows () {
+    return 'Tout'
   },
-  formatPrint () {
-    return 'Imprimer'
+  formatClearSearch () {
+    return 'Effacer la recherche'
+  },
+  formatColumns () {
+    return 'Colonnes'
+  },
+  formatColumnsToggleAll () {
+    return 'Tout afficher'
+  },
+  formatDetailPagination (totalRows) {
+    return `Affichage de ${totalRows} lignes`
+  },
+  formatFullscreen () {
+    return 'Plein écran'
   },
   formatLoadingMessage () {
     return 'Chargement en cours'
   },
+  formatNoMatches () {
+    return 'Aucun résultat'
+  },
+  formatPaginationSwitch () {
+    return 'Masquer/Afficher la pagination'
+  },
+  formatPaginationSwitchDown () {
+    return 'Afficher la pagination'
+  },
+  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 `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
+      return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
     }
-
-    return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
+    return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
   },
-  formatSRPaginationPreText () {
-    return 'page précédente'
+  formatSRPaginationNextText () {
+    return 'page suivante'
   },
   formatSRPaginationPageText (page) {
     return `vers la page ${page}`
   },
-  formatSRPaginationNextText () {
-    return 'page suivante'
+  formatSRPaginationPreText () {
+    return 'page précédente'
   },
-  formatDetailPagination (totalRows) {
-    return `Affiche ${totalRows} lignes`
+  formatToggleOn () {
+    return 'Afficher la vue en cartes'
   },
-  formatClearSearch () {
-    return 'Effacer la recherche'
+  formatToggleOff () {
+    return 'Cacher la vue en cartes'
   },
-  formatSearch () {
-    return 'Recherche'
+
+  // Extension: Auto Refresh.
+  formatAutoRefresh () {
+    return 'Actualiser automatiquement'
   },
-  formatNoMatches () {
-    return 'Pas de lignes trouvés'
+
+  // Extension: Copy Rows.
+  formatCopyRows () {
+    return 'Copier les lignes'
   },
-  formatPaginationSwitch () {
-    return 'Cacher/Afficher pagination'
+
+  // Extension: Custom View.
+  formatToggleCustomViewOn () {
+    return 'Afficher la vue personnalisée'
   },
-  formatPaginationSwitchDown () {
-    return 'Afficher pagination'
+  formatToggleCustomViewOff() {
+    return 'Cacher la vue personnalisée'
   },
-  formatPaginationSwitchUp () {
-    return 'Cacher pagination'
+
+  // Extension: Export.
+  formatExport () {
+    return 'Exporter les données'
   },
-  formatRefresh () {
-    return 'Rafraichir'
+
+  // Extension: Filter Control.
+  formatClearFilters () {
+    return 'Retirer les filtres'
   },
-  formatToggleOn () {
-    return 'Afficher vue carte'
+  formatFilterControlSwitch() {
+    return 'Masquer/Afficher les contrôles'
   },
-  formatToggleOff () {
-    return 'Cacher vue carte'
+  formatFilterControlSwitchHide () {
+    return 'Masquer les contrôles'
   },
-  formatColumns () {
-    return 'Colonnes'
+  formatFilterControlSwitchShow () {
+    return 'Afficher les contrôles'
   },
-  formatColumnsToggleAll () {
-    return 'Tout basculer'
+
+  // Extension: Multiple Sort.
+  formatAddLevel () {
+    return 'Ajouter un niveau'
   },
-  formatFullscreen () {
-    return 'Plein écran'
+  formatCancel () {
+    return 'Annuler'
   },
-  formatAllRows () {
-    return 'Tout'
+  formatColumn () {
+    return 'Colonne'
   },
-  formatAutoRefresh () {
-    return 'Rafraîchissement automatique'
+  formatDeleteLevel () {
+    return 'Supprimer un niveau'
   },
-  formatExport () {
-    return 'Exporter les données'
+  formatDuplicateAlertTitle () {
+    return 'Des entrées en double ont été trouvées !'
+  },
+  formatDuplicateAlertDescription () {
+    return 'Veuillez supprimer ou modifier les entrées en double'
+  },
+  formatMultipleSort () {
+    return 'Tri multiple'
+  },
+  formatOrder () {
+    return 'Ordre'
   },
+  formatSort () {
+    return 'Trier'
+  },
+  formatSortBy () {
+    return 'Trier par'
+  },
+  formatSortOrders () {
+    return {
+      asc: 'Ascendant',
+      desc: 'Descendant'
+    }
+  },
+  formatThenBy () {
+    return 'Puis par'
+  },
+
+  // Extension: Page Jump To.
   formatJumpTo () {
     return 'Aller à'
   },
-  formatAdvancedSearch () {
-    return 'Recherche avancée'
+
+  // Extension: Print.
+  formatPrint () {
+    return 'Imprimer'
   },
+
+  // Extension: Toolbar.
   formatAdvancedCloseButton () {
     return 'Fermer'
   },
-  formatFilterControlSwitch () {
-    return 'Cacher/Afficher controls'
-  },
-  formatFilterControlSwitchHide () {
-    return 'Cacher controls'
-  },
-  formatFilterControlSwitchShow () {
-    return 'Afficher controls'
+  formatAdvancedSearch () {
+    return 'Recherche avancée'
   }
 }
 

+ 123 - 57
src/locale/bootstrap-table-id-ID.js

@@ -4,99 +4,165 @@
  */
 
 $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
-  formatCopyRows () {
-    return 'Copy Rows'
+  // General.
+  formatAllRows () {
+    return 'Semua'
   },
-  formatPrint () {
-    return 'Print'
+  formatClearSearch () {
+    return 'Menghapus pencarian'
+  },
+  formatColumns () {
+    return 'Kolom'
+  },
+  formatColumnsToggleAll () {
+    return 'Tampilkan semua'
+  },
+  formatDetailPagination (totalRows) {
+    return `Tampilan ${totalRows} baris`
+  },
+  formatFullscreen () {
+    return 'Layar penuh'
   },
   formatLoadingMessage () {
-    return 'Memuat, mohon tunggu'
+    return 'Pemuatan sedang berlangsung'
+  },
+  formatNoMatches () {
+    return 'Tidak ada hasil'
+  },
+  formatPaginationSwitch () {
+    return 'Sembunyikan/Tampilkan penomoran halaman'
+  },
+  formatPaginationSwitchDown () {
+    return 'Tampilkan penomoran halaman'
+  },
+  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 ${pageFrom} sampai ${pageTo} dari ${totalRows} baris (filtered from ${totalNotFiltered} total rows)`
+      return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris (difilter dari ${totalNotFiltered} baris)`
     }
-
-    return `Menampilkan ${pageFrom} sampai ${pageTo} dari ${totalRows} baris`
+    return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris`
   },
-  formatSRPaginationPreText () {
-    return 'previous page'
+  formatSRPaginationNextText () {
+    return 'halaman berikutnya'
   },
   formatSRPaginationPageText (page) {
-    return `to page ${page}`
+    return `ke halaman ${page}`
   },
-  formatSRPaginationNextText () {
-    return 'next page'
+  formatSRPaginationPreText () {
+    return 'halaman sebelumnya'
   },
-  formatDetailPagination (totalRows) {
-    return `Showing ${totalRows} rows`
+  formatToggleOn () {
+    return 'Menampilkan tampilan peta'
   },
-  formatClearSearch () {
-    return 'Bersihkan filter'
+  formatToggleOff () {
+    return 'Menyembunyikan tampilan peta'
   },
-  formatSearch () {
-    return 'Pencarian'
+
+  // Extension: Auto Refresh.
+  formatAutoRefresh () {
+    return 'Penyegaran otomatis'
   },
-  formatNoMatches () {
-    return 'Tidak ditemukan data yang cocok'
+
+  // Extension: Copy Rows.
+  formatCopyRows () {
+    return 'Salin baris'
   },
-  formatPaginationSwitch () {
-    return 'Sembunyikan/Tampilkan halaman'
+
+  // Extension: Custom View.
+  formatToggleCustomViewOn () {
+    return 'Menampilkan tampilan khusus'
   },
-  formatPaginationSwitchDown () {
-    return 'Show pagination'
+  formatToggleCustomViewOff() {
+    return 'Menyembunyikan tampilan khusus'
   },
-  formatPaginationSwitchUp () {
-    return 'Hide pagination'
+
+  // Extension: Export.
+  formatExport () {
+    return 'Mengekspor data'
   },
-  formatRefresh () {
-    return 'Muat ulang'
+
+  // Extension: Filter Control.
+  formatClearFilters () {
+    return 'Menghapus filter'
   },
-  formatToggleOn () {
-    return 'Show card view'
+  formatFilterControlSwitch() {
+    return 'Menyembunyikan/Menampilkan kontrol'
   },
-  formatToggleOff () {
-    return 'Hide card view'
+  formatFilterControlSwitchHide () {
+    return 'Menyembunyikan kontrol'
   },
-  formatColumns () {
-    return 'kolom'
+  formatFilterControlSwitchShow () {
+    return 'Menampilkan kontrol'
   },
-  formatColumnsToggleAll () {
-    return 'Toggle all'
+
+  // Extension: Multiple Sort.
+  formatAddLevel () {
+    return 'Menambahkan level'
   },
-  formatFullscreen () {
-    return 'Fullscreen'
+  formatCancel () {
+    return 'Batal'
   },
-  formatAllRows () {
-    return 'Semua'
+  formatColumn () {
+    return 'Kolom'
   },
-  formatAutoRefresh () {
-    return 'Auto Refresh'
+  formatDeleteLevel () {
+    return 'Menghapus level'
   },
-  formatExport () {
-    return 'Ekspor data'
+  formatDuplicateAlertTitle () {
+    return 'Entri duplikat telah ditemukan!'
   },
-  formatJumpTo () {
-    return 'GO'
+  formatDuplicateAlertDescription () {
+    return 'Harap hapus atau ubah entri duplikat'
   },
-  formatAdvancedSearch () {
-    return 'Advanced search'
+  formatMultipleSort () {
+    return 'Penyortiran ganda'
   },
-  formatAdvancedCloseButton () {
-    return 'Close'
+  formatOrder () {
+    return 'Urutan'
   },
-  formatFilterControlSwitch () {
-    return 'Hide/Show controls'
+  formatSort () {
+    return 'Penyortiran'
   },
-  formatFilterControlSwitchHide () {
-    return 'Hide controls'
+  formatSortBy () {
+    return 'Urutkan berdasarkan'
   },
-  formatFilterControlSwitchShow () {
-    return 'Show controls'
+  formatSortOrders () {
+    return {
+      asc: 'Menaik',
+      desc: 'Menurun'
+    }
+  },
+  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'
   }
 }