Feat 9(pt.json) corrections in portuguese json file#8703
Closed
igorrm19 wants to merge 15 commits intonodejs:mainfrom
Closed
Feat 9(pt.json) corrections in portuguese json file#8703igorrm19 wants to merge 15 commits intonodejs:mainfrom
igorrm19 wants to merge 15 commits intonodejs:mainfrom
Conversation
Adiciona a seção components.header que estava ausente no arquivo de tradução pt.json. Esta seção contém as traduções para os botões de seleção de tema (sistema, claro, escuro).
Adiciona o texto legal completo do footer e as pílulas de versão (LTS Mais Recente e Versão Mais Recente). Também atualiza os links do footer para incluir todos os campos necessários (termsOfUse, bylaws, trademarkPolicy, trademarkList, cookiePolicy).
Adiciona os campos firstReleased, lastUpdated, status e details que estavam ausentes na tabela de releases. Remove a seção actions que não existe no arquivo de referência en.json.
Adiciona a tabela de downloads (downloadsTable) e o modal de informações de release (releaseModal) que estavam ausentes. Estas seções são essenciais para a funcionalidade de downloads do site.
Adiciona as seções eolAlert, eolChip, eolModal e eolTable que são essenciais para exibir informações sobre versões que atingiram End of Life (EOL). Estas seções incluem alertas, chips de severidade, modais com informações de vulnerabilidades e tabelas de EOL.
Adiciona a tabela de releases menores (minorReleasesTable) e a visão geral de releases (releaseOverview). Estas seções são usadas para exibir informações detalhadas sobre versões menores e visão geral das releases do Node.js.
Atualiza a seção themeToggle para incluir as opções light e dark separadas, e adiciona o campo skipToContent que estava ausente na seção common.
Adiciona o campo metadata na seção metabar e cria a seção banner completa com os tipos de notificações (default, warning, error).
Expande a seção search que estava muito incompleta, adicionando todas as traduções necessárias para a funcionalidade de busca moderna, incluindo chat com IA, sugestões, atalhos de teclado e mensagens de erro.
Adiciona os links faltantes nas seções de aprendizado: - userlandMigrations em gettingStarted - Seção http completa - discoverPromisesInNodejs em asynchronousWork - understandingAndTuningMemory em diagnostics - collectingCodeCoverage em testRunner
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
Contributor
|
Note Your Pull Request seems to be updating Translations of the Node.js Website. Whilst we appreciate your intent; Any Translation update should be done through our Crowdin Project. Thank you! |
Signed-off-by: Igor Rodrigues Machado <107290125+igorrm19@users.noreply.github.com>
Member
|
Hey Igor, thank you for contributing to the project! As you might have seen by the bot comment above and our README.md, translations are done via Crowdin. Please follow the instructions on our README.md. Thank you! Cheers, |
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.
Description
As a Brazilian, I noticed some problems related to the website's Portuguese translation; the pt.json file is extremely incomplete regarding other language settings.
This PR completes and corrects the European Portuguese (
pt) locale by aligningpackages/i18n/src/locales/pt.jsonwith the existingenandpt-brlocales. It adds missing navigation labels (including “Partners” and “EOL”), themigrationsblog category, and fills gaps in the downloads page strings such as the LTS notice and thenplatform description.Validation
packages/i18n/src/locales/pt.jsonis valid JSON.nplatform description for theptlocale without runtime errors.Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.