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

New translation: remark-plugin-tutorial.md #271

Merged
merged 6 commits into from
Aug 20, 2020

Conversation

ernestoresende
Copy link
Contributor

Qual o objetivo dessa pull request?

  • Adição de uma nova tradução
  • Correção em uma tradução existente

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 , como sugerido por outro registro do glossário, 'DOM Node'.

Trechos de código foram mantidos em seus formatos originais.

@ernestoresende ernestoresende changed the title Tradução: remark-plugin-tutorial.md New translation: remark-plugin-tutorial.md Jul 11, 2020
@henriquepw henriquepw added the /docs File refering to /docs directory label Jul 11, 2020
Copy link
Contributor

@henriquepw henriquepw left a 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@@ -1,37 +1,37 @@
---
title: Remark Plugin Tutorial
title: Tutorial de Plugins para o Remark
Copy link
Contributor

@henriquepw henriquepw Jul 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Tutorial de Plugins para o Remark
title: Tutorial do Plugin Remark

ou

Suggested change
title: Tutorial de Plugins para o Remark
title: Usando o Plugin Remark

Copy link
Contributor Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pode ser.

henriquepw
henriquepw previously approved these changes Jul 25, 2020
Copy link
Contributor

@henriquepw henriquepw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link
Contributor

@thayannevls thayannevls left a 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

docs/docs/remark-plugin-tutorial.md Outdated Show resolved Hide resolved
docs/docs/remark-plugin-tutorial.md Outdated Show resolved Hide resolved
docs/docs/remark-plugin-tutorial.md Outdated Show resolved Hide resolved
Copy link
Contributor

@thayannevls thayannevls left a 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! 🚀

@henriquepw henriquepw merged commit 8f43942 into gatsbyjs:master Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
/docs File refering to /docs directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants