-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[l10n] Improve Dutch (nl-NL) locale #14398
Conversation
Signed-off-by: Jan Potoms <2109932+Janpot@users.noreply.github.com>
Localization writing tips ✍️Seems you are updating localization 🌍 files. Thank you for contributing to the localization! 🎉 To make your PR perfect, here is a list of elements to check: ✔️
Deploy preview: https://deploy-preview-14398--material-ui-x.netlify.app/ |
columnsManagementSearchTitle: 'Zoeken', | ||
columnsManagementNoColumns: 'Geen kolommen', | ||
columnsManagementShowHideAllText: 'Toon/Verberg Alle', | ||
columnsManagementReset: 'Reset', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
columnsManagementReset: 'Reset', | |
// columnsManagementReset: 'Reset', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was intentional. You can use this in Dutch. Alternatives would likely be too long for this UI.
https://woordenlijst.org/zoeken/?q=reset
edit: 🤔 I just found the word "terugstellen", but I honestly have never seen that used in the wild.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I take it that we happy with the proposed translation. 🤔
In any case, this label would equal Reset
in nl-NL
locale and if someone will see it problematic, they can propose a better alternative. 👍
Was reading through these docs and noticed the translations were incomplete, thought I'd quickly add those.