-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[l10n] Improve Brazilian Portuguese (pt-BR) locale #19658
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
Conversation
djpremier
commented
Sep 22, 2025
- I have followed (at least) the PR section of the contributing guide.
838150a
to
fa0cbbb
Compare
chartPaletteNameRainbowSurge: 'Onda de Arco-íris', | ||
chartPaletteNameBlueberryTwilight: 'Crepúsculo de Blueberry', | ||
chartPaletteNameMangoFusion: 'Fusão de Manga', | ||
chartPaletteNameCheerfulFiesta: 'Festa Alegre', | ||
chartPaletteNameStrawberrySky: 'Céu de Morango', |
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.
Not sure it makes sense to rename fantasy names @mui/xcharts @arminmeh 🤔
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.
For me, it should be done, but it doesn't have to be a literal translation if it sounds weird in the other language.
Apple does it for the phone colors :)
chartConfigurationOptionMonotoneX: 'Monótono X', | ||
chartConfigurationOptionMonotoneY: 'Monótono Y', | ||
chartConfigurationOptionCatmullRom: 'Catmull-Rom', | ||
chartConfigurationOptionLinear: 'Linear', | ||
chartConfigurationOptionNatural: 'Natural', | ||
chartConfigurationOptionStep: 'Passo', | ||
chartConfigurationOptionStepBefore: 'Passo Anterior', | ||
chartConfigurationOptionStepAfter: 'Passo Posterior', | ||
chartConfigurationOptionBumpX: 'Colisão X', | ||
chartConfigurationOptionBumpY: 'Colisão Y', |
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.
Also not sure it is super useful to rename these. 🤔
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.
So, I'm not sure where this translation is used, because in the list of options that I believe it would be used in, there are no bump
options and Catmull-Rom
is different.
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.
Those translation are used for the integration with the data grid which is not yet available
fa0cbbb
to
3547816
Compare
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-19658--material-ui-x.netlify.app/ Bundle size report
|
chartConfigurationSeriesGap: 'Espaçamento entre séries', | ||
chartConfigurationTickPlacement: 'Posição da marcação', | ||
chartConfigurationTickLabelPlacement: 'Posição do rótulo da marcação', | ||
chartConfigurationCategoriesAxisLabel: 'Rótulo do eixo de categorias', |
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 find "rótulo" an odd word to use in this case, not sure we do that ofter...
I could find "título" or "texto" that could work better, but I'm not sure.
WDYT? 🤔
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.
@djpremier & @bernardobelchior do you have any input here?
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'd agree that "Título" would work better here, at least in the pt-PT variant