Skip to content

Commit

Permalink
[l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen (#15994)
Browse files Browse the repository at this point in the history
Signed-off-by: JoepVerkoelen <[email protected]>
Co-authored-by: JoepVerkoelen <[email protected]>
Co-authored-by: Joep Verkoelen <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent 4a649f2 commit 758d8b8
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 @@ -75,7 +75,7 @@
"languageTag": "nl-NL",
"importName": "nlNL",
"localeName": "Dutch",
"missingKeysCount": 14,
"missingKeysCount": 9,
"totalKeysCount": 132,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/nlNL.ts"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/x-data-grid/src/locales/nlNL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const nlNLGrid: Partial<GridLocaleText> = {
columnsManagementNoColumns: 'Geen kolommen',
columnsManagementShowHideAllText: 'Toon/Verberg Alle',
columnsManagementReset: 'Reset',
// columnsManagementDeleteIconLabel: 'Clear',
columnsManagementDeleteIconLabel: 'Verwijderen',

// Filter panel text
filterPanelAddFilter: 'Filter toevoegen',
Expand All @@ -70,9 +70,9 @@ const nlNLGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'bevat',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'bevat niet',
filterOperatorEquals: 'gelijk aan',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'niet gelijk aan',
filterOperatorStartsWith: 'begint met',
filterOperatorEndsWith: 'eindigt met',
filterOperatorIs: 'is',
Expand All @@ -93,9 +93,9 @@ const nlNLGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'Bevat',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'Bevat niet',
headerFilterOperatorEquals: 'Gelijk aan',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'Niet gelijk aan',
headerFilterOperatorStartsWith: 'Begint met',
headerFilterOperatorEndsWith: 'Eindigt met',
headerFilterOperatorIs: 'Is',
Expand Down

0 comments on commit 758d8b8

Please sign in to comment.