Skip to content

Commit

Permalink
[DataGrid] Add missing translations to frFR locale (mui#2082)
Browse files Browse the repository at this point in the history
* [DataGrid] Add missing translations to frFR locale

* Run prettier
  • Loading branch information
flaviendelangle authored Jul 6, 2021
1 parent 40414d5 commit 2c219cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/grid/_modules_/grid/locales/frFR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const frFRGrid: Partial<GridLocaleText> = {
count > 1 ? `${count} filtres actifs` : `${count} filtre actif`,

// Export selector toolbar button text
// toolbarExport: 'Export',
// toolbarExportLabel: 'Export',
// toolbarExportCSV: 'Download as CSV',
toolbarExport: 'Exporter',
toolbarExportLabel: 'Exporter',
toolbarExportCSV: 'Télécharger en CSV',

// Columns panel text
columnsPanelTextFieldLabel: 'Chercher colonne',
Expand Down Expand Up @@ -60,8 +60,8 @@ const frFRGrid: Partial<GridLocaleText> = {
filterOperatorAfter: 'postérieur',
filterOperatorOnOrBefore: 'égal ou antérieur',
filterOperatorBefore: 'antérieur',
// filterOperatorIsEmpty: 'is empty',
// filterOperatorIsNotEmpty: 'is not empty',
filterOperatorIsEmpty: 'est vide',
filterOperatorIsNotEmpty: "n'est pas vide",

// Column menu text
columnMenuLabel: 'Menu',
Expand Down

0 comments on commit 2c219cc

Please sign in to comment.