Skip to content
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 Portuguese (Brazil) (pt-BR) locale #15562

Merged
merged 4 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -203,7 +203,7 @@
"languageTag": "pt-BR",
"importName": "ptBR",
"localeName": "Portuguese (Brazil)",
"missingKeysCount": 11,
"missingKeysCount": 1,
"totalKeysCount": 133,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/ptBR.ts"
},
Expand Down
21 changes: 11 additions & 10 deletions packages/x-data-grid/src/locales/ptBR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ const ptBRGrid: Partial<GridLocaleText> = {
toolbarQuickFilterDeleteIconLabel: 'Limpar',

// Prompt toolbar field
// toolbarPromptControlPlaceholder: 'Type a prompt…',
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
// toolbarPromptControlLabel: 'Prompt input',
// toolbarPromptControlDeleteIconLabel: 'Clear',
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
// toolbarPromptControlSendActionLabel: 'Send',
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
toolbarPromptControlPlaceholder: 'Digite um prompt…',
toolbarPromptControlWithRecordingPlaceholder: 'Digite ou grave um prompt…',
toolbarPromptControlRecordingPlaceholder: 'Ouvindo o prompt…',
toolbarPromptControlLabel: 'Entrada de prompt',
toolbarPromptControlDeleteIconLabel: 'Limpar',
toolbarPromptControlRecordButtonDefaultLabel: 'Gravar',
toolbarPromptControlRecordButtonActiveLabel: 'Parar gravação',
toolbarPromptControlSendActionLabel: 'Enviar',
toolbarPromptControlSendActionAriaLabel: 'Enviar prompt',
toolbarPromptControlErrorMessage:
'Ocorreu um erro ao processar a solicitação. Por favor, tente novamente com um prompt diferente.',

// Export selector toolbar button text
toolbarExport: 'Exportar',
Expand Down
Loading