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

Create event-streaming.md #1459

Merged
merged 3 commits into from
Dec 1, 2022
Merged

Create event-streaming.md #1459

merged 3 commits into from
Dec 1, 2022

Conversation

vasucp1207
Copy link
Contributor

Signed-off-by: Vasu Singh vasucp1207@gmail.com

Describe your changes

Localize https://glossary.cncf.io/event-streaming/

Related issue #1411

Checklist before opening this PR (put x in the checkboxes)

  • This PR does not contain plagiarism
    • don’t copy other people’s work unless you are quoting and contributing it to them.
  • I have signed off on all commits
    • signing off (ex: git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to your gitconfig by running git config --global alias.ci "commit -s".

Signed-off-by: Vasu Singh <vasucp1207@gmail.com>
@netlify
Copy link

netlify bot commented Nov 14, 2022

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit 797c123
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/63810277fa436a000879bed6
😎 Deploy Preview https://deploy-preview-1459--cncfglossary.netlify.app/pt-br/event-streaming
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@MrErlison
Copy link
Collaborator

Hello @vasucp1207! Thanks for your contribution!

Comment on lines 2 to 4
título: Streaming de Eventos
estado: Concluído
categoria: conceito
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably this translation breaks down the glossary. Could you please revert it?

"title" instead of "título"
"status" instead of "estado"
"category" instead of "categoria"

categoria: conceito
---

## O que é isso
Copy link
Collaborator

Choose a reason for hiding this comment

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

we have an agreement to use "O que é" instead of "O que é isso" to standardize titles


## O que é isso

O streaming de eventos é uma abordagem em que o software envia dados de eventos de um aplicativo para outro para comunicar continuamente o que eles estão fazendo.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sounds better to me "o software envia dados de eventos de uma aplicação para outra" instead of "o software envia dados de eventos de um aplicativo para outro".

Imagine um serviço transmitindo tudo o que faz para todos os outros serviços.
Cada atividade realizada por um serviço é referida como um evento, portanto, streaming de evento.
Por exemplo, a NASDAQ obtém atualizações sobre preços de ações e commodities a cada segundo.
Se você tivesse um aplicativo que monitorasse um conjunto específico de ações, gostaria de receber essas informações quase em tempo real.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sounds better to me "aplicação" instead of "aplicativo"

Cada atividade realizada por um serviço é referida como um evento, portanto, streaming de evento.
Por exemplo, a NASDAQ obtém atualizações sobre preços de ações e commodities a cada segundo.
Se você tivesse um aplicativo que monitorasse um conjunto específico de ações, gostaria de receber essas informações quase em tempo real.
Yahoo! Finance fornece uma [API](/application-programming-interface/) que extrai da NASDAQ e envia (ou transmite) as informações (ou eventos) de seu aplicativo para qualquer aplicativo que o assine.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Minor:

  • "O Yahoo!"
  • We have pt-br Fix the link /pt-br/application-programming-interface/

Yahoo! Finance fornece uma [API](/application-programming-interface/) que extrai da NASDAQ e envia (ou transmite) as informações (ou eventos) de seu aplicativo para qualquer aplicativo que o assine.
Os dados enviados, bem como as alterações nesses dados (preços das ações), são os eventos, enquanto o processo de entregá-los a um aplicativo é o streaming de eventos.

## Problema que aborda
Copy link
Collaborator

Choose a reason for hiding this comment

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

We have an agreement to use "Problema relacionado" instead of "Problema que aborda" to standardize titles.


## Problema que aborda

Tradicionalmente, o Yahoo! Finanças usaria solicitações TCP únicas.
Copy link
Collaborator

Choose a reason for hiding this comment

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

In this case I like "Yahoo! Finance" (line 14) instead of "Yahoo! Finanças".

Think about that "usaria requisições únicas de TCP."


## Como isso ajuda

O streaming de eventos permite que as alterações de dados sejam comunicadas da fonte ao receptor.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sounds better to me "O streaming de eventos permite que os dados alterados sejam comunicados da fonte ao receptor.".

## Como isso ajuda

O streaming de eventos permite que as alterações de dados sejam comunicadas da fonte ao receptor.
Em vez de esperar que os serviços solicitem informações, o serviço transmite continuamente todos os seus eventos (ou atividades).
Copy link
Collaborator

@MrErlison MrErlison Nov 15, 2022

Choose a reason for hiding this comment

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

"solicitem as informações" instead of "solicitem informarções"

Signed-off-by: Vasu Singh <vasucp1207@gmail.com>
@vasucp1207 vasucp1207 requested a review from MrErlison November 16, 2022 08:38
@jihoon-seo jihoon-seo added the lang/pt for Portuguese label Nov 16, 2022
@jihoon-seo jihoon-seo linked an issue Nov 16, 2022 that may be closed by this pull request
Copy link
Collaborator

@edsoncelio edsoncelio left a comment

Choose a reason for hiding this comment

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

Hey @vasucp1207 - Just a small change, after that will be LGTM, thanks!

content/pt-br/event-streaming.md Outdated Show resolved Hide resolved
Signed-off-by: Vasu Singh <vasucp1207@gmail.com>
@vasucp1207 vasucp1207 requested review from edsoncelio and MrErlison and removed request for MrErlison and edsoncelio November 25, 2022 18:00
@vasucp1207 vasucp1207 requested review from MrErlison and edsoncelio and removed request for edsoncelio and MrErlison November 25, 2022 18:00
@vasucp1207
Copy link
Contributor Author

@edsoncelio, done all the changes take a look now.

@vasucp1207 vasucp1207 requested review from MrErlison and edsoncelio and removed request for edsoncelio and MrErlison November 25, 2022 21:16
@MrErlison
Copy link
Collaborator

/LGTM

Copy link
Collaborator

@edsoncelio edsoncelio left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution @vasucp1207!
LGTM

@edsoncelio edsoncelio merged commit a27ac71 into cncf:dev-pt Dec 1, 2022
seokho-son pushed a commit to seokho-son/glossary that referenced this pull request Mar 20, 2023
* Create event-streaming.md

Signed-off-by: Vasu Singh <vasucp1207@gmail.com>

* Fixes grammatical errors

Signed-off-by: Vasu Singh <vasucp1207@gmail.com>

* Fixes grammatical errors

Signed-off-by: Vasu Singh <vasucp1207@gmail.com>

Signed-off-by: Vasu Singh <vasucp1207@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/pt for Portuguese
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Portuguese] Localize 'Event Streaming'
4 participants