Skip to content

Commit

Permalink
[l10n] Improve Dutch (nl-NL) locale (#15920)
Browse files Browse the repository at this point in the history
Signed-off-by: JoepVerkoelen <jverkoelen@gmail.com>
Co-authored-by: Joep Verkoelen <joep.verkoelen@infradaxoverheid.nl>
  • Loading branch information
JoepVerkoelen and Joep Verkoelen authored Dec 20, 2024
1 parent aabd995 commit 1fb9100
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": 5,
"missingKeysCount": 0,
"totalKeysCount": 123,
"githubLink": "https://github.com/mui/mui-x/blob/v7.x/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 @@ -43,7 +43,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 @@ -59,9 +59,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 @@ -82,9 +82,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 1fb9100

Please sign in to comment.