Open
Conversation
Added Portuguese (Brazil) localization for application settings, about section, main interface, and alerts.
There was a problem hiding this comment.
Pull request overview
Adds a Portuguese (Brazil) translation bundle intended to localize the app UI (settings/about/main interface/alerts).
Changes:
- Introduces a new
pt_BRlocale resource with translated strings covering settings, about, main UI, summary, custom games, and alerts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
+118
to
+122
| "backup_game_error": "Erro durante a restauração do jogo {{game_name}}", | ||
| "restore_process_error_config": "Erro ao ler arquivo de configuração do backup em {{config_path}}", | ||
| "restore_process_error_path": "Erro ao processar {{backup_path}} para exibição da tabela de restauração", | ||
| "restore_process_error_display": "Erro ao processar dados para exibição da tabela de restauração", | ||
| "restore_game_error": "Erro durante a restauração do jogo {{game_name}}", |
Comment on lines
+1
to
+5
| { | ||
| "settings": { | ||
| "title": "Configurações", | ||
| "theme": "Tema", | ||
| "dark": "Escuro", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Portuguese (Brazil) localization for application settings, about section, main interface, and alerts.