-
Notifications
You must be signed in to change notification settings - Fork 100
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
New translation: remark-plugin-tutorial.md #271
Conversation
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.
Obrigado pela tradução @thisisernesto!
Fiz duas observações, poderia da uma olhada?
Recomendo também traduzir os comentário dentro dos códigos de exemplo.
|
||
In certain instances, a developer may want to customize the content of the Markdown file and extend it functionally in useful ways; for example, use cases such as [adding syntax highlighting](/packages/gatsby-remark-prismjs/), [parsing and creating responsive images](/packages/gatsby-remark-images), [embedding videos](/packages/gatsby-remark-embed-video), and many others. In each of these examples, a plugin will be injected with the Markdown Abstract Syntax Tree (AST) and manipulate content based on certain node types or content in particular nodes. | ||
Em certas instâncias, o desenvolvedor pode querer customizar o conteúdo de um arquivo Markdown e extender sua funcionalidade de algumas maneiras úteis; por exemplo, em casos como a adição de [realce da sintaxe em trechos de código](/packages/gatsby-remark-prismjs/), [interpretação e criação de imagens responsivas](/packages/gatsby-remark-images), [inserção de vídeos](/packages/gatsby-remark-embed-video), e muitos outros. Em cada um destes exemplos, um plugin será injetado através da Árvore de Sintaxe Abstrata do Markdown (na sigla em inglês, AST) e manipular conteúdo baseado em certos tipos de nó ou conteúdos de um nó em particular. |
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.
Em certas instâncias, o desenvolvedor pode querer customizar o conteúdo de um arquivo Markdown e extender sua funcionalidade de algumas maneiras úteis; por exemplo, em casos como a adição de [realce da sintaxe em trechos de código](/packages/gatsby-remark-prismjs/), [interpretação e criação de imagens responsivas](/packages/gatsby-remark-images), [inserção de vídeos](/packages/gatsby-remark-embed-video), e muitos outros. Em cada um destes exemplos, um plugin será injetado através da Árvore de Sintaxe Abstrata do Markdown (na sigla em inglês, AST) e manipular conteúdo baseado em certos tipos de nó ou conteúdos de um nó em particular. | |
Em certas instâncias, o desenvolvedor pode querer customizar o conteúdo de um arquivo Markdown e estender sua funcionalidade de algumas maneiras úteis; por exemplo, em casos como a adição de [realce da sintaxe em trechos de código](/packages/gatsby-remark-prismjs/), [interpretação e criação de imagens responsivas](/packages/gatsby-remark-images), [inserção de vídeos](/packages/gatsby-remark-embed-video), e muitos outros. Em cada um destes exemplos, um plugin será injetado através da Árvore de Sintaxe Abstrata do Markdown (na sigla em inglês, AST) e manipular conteúdo baseado em certos tipos de nó ou conteúdos de um nó em particular. |
docs/docs/remark-plugin-tutorial.md
Outdated
@@ -1,37 +1,37 @@ | |||
--- | |||
title: Remark Plugin Tutorial | |||
title: Tutorial de Plugins para o Remark |
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.
title: Tutorial de Plugins para o Remark | |
title: Tutorial do Plugin Remark |
ou
title: Tutorial de Plugins para o Remark | |
title: Usando o Plugin Remark |
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.
Fiz as alterações requisitadas nos comentários de código.
Como mencionado acima, o documento trata da criação de sub-plugins para o plugin Remark, e não um tutorial sobre o uso do plugin Remark em si. Optei por alterar o título para "Criando sub-plugins do Remark". O que acha?
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.
Pode ser.
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.
🎉
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.
Bela tradução! Deixei apenas alguns comentários, sinta-se livre para comentar sobre se quiser
Co-authored-by: Thayanne Luiza <[email protected]>
Co-authored-by: Thayanne Luiza <[email protected]>
Co-authored-by: Thayanne Luiza <[email protected]>
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.
Muito obrigada pela contribuição! 🚀
Qual o objetivo dessa pull request?
Qual arquivo foi traduzido/corrigido?
https://github.com/gatsbyjs/gatsby-pt-BR/blob/master/docs/docs/remark-plugin-tutorial.md
Algum comentário em relação a tradução?
Há certa ambiguidade na tradução do título 'Remark Plugin Tutorial' → 'Tutorial do Plugin Remark', já que o tutorial não refere-se ao plugin Remark em si, e sim à produção de sub-plugins para o mesmo. Traduzi para 'Tutorial de Plugins para o Remark'. Sintam-se livres para sugerir mudanças.
É citada com frequência a Markdown Abstract Syntax Tree. Optei por traduzir o termo para Árvore de Sintaxe Abstrata do Markdown e mencioná-lo nos parágrafos seguintes por sua sigla em inglês (AST), obedecendo o fluxo do documento original. Sintam-se livres para sugerir mudanças.
Em todas as ocorrências no documento o termo node foi traduzido para o termo nó, como sugerido por outro registro do glossário, 'DOM Node'.
Trechos de código foram mantidos em seus formatos originais.