Skip to content

Commit

Permalink
[l10n] Improve French (fr-FR) locale (#12755)
Browse files Browse the repository at this point in the history
Signed-off-by: Flavien DELANGLE <[email protected]>
Co-authored-by: Flavien DELANGLE <[email protected]>
Co-authored-by: Alexandre Fauquette <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2024
1 parent 786e334 commit d097dc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"languageTag": "fr-FR",
"importName": "frFR",
"localeName": "French",
"missingKeysCount": 3,
"missingKeysCount": 0,
"totalKeysCount": 117,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/frFR.ts"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/x-data-grid/src/locales/frFR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const frFRGrid: Partial<GridLocaleText> = {
// Filters toolbar button text
toolbarFilters: 'Filtres',
toolbarFiltersLabel: 'Afficher les filtres',
toolbarFiltersTooltipHide: 'Cacher les filtres',
toolbarFiltersTooltipHide: 'Masquer les filtres',
toolbarFiltersTooltipShow: 'Afficher les filtres',
toolbarFiltersTooltipActive: (count) =>
count > 1 ? `${count} filtres actifs` : `${count} filtre actif`,
Expand All @@ -39,9 +39,9 @@ const frFRGrid: Partial<GridLocaleText> = {
toolbarExportExcel: 'Télécharger pour Excel',

// Columns management text
// columnsManagementSearchTitle: 'Search',
// columnsManagementNoColumns: 'No columns',
// columnsManagementShowHideAllText: 'Show/Hide All',
columnsManagementSearchTitle: 'Rechercher',
columnsManagementNoColumns: 'Pas de colonnes',
columnsManagementShowHideAllText: 'Afficher/masquer toutes',

// Filter panel text
filterPanelAddFilter: 'Ajouter un filtre',
Expand Down Expand Up @@ -107,7 +107,7 @@ const frFRGrid: Partial<GridLocaleText> = {
columnMenuShowColumns: 'Afficher les colonnes',
columnMenuManageColumns: 'Gérer les colonnes',
columnMenuFilter: 'Filtrer',
columnMenuHideColumn: 'Cacher',
columnMenuHideColumn: 'Masquer',
columnMenuUnsort: 'Annuler le tri',
columnMenuSortAsc: 'Tri ascendant',
columnMenuSortDesc: 'Tri descendant',
Expand Down

0 comments on commit d097dc7

Please sign in to comment.