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

Issue 813 - Kubernetes to PT-BR #1670

Merged
merged 5 commits into from
Feb 3, 2023
Merged

Issue 813 - Kubernetes to PT-BR #1670

merged 5 commits into from
Feb 3, 2023

Conversation

SpawW
Copy link
Contributor

@SpawW SpawW commented Jan 26, 2023

Signed-off-by: Adail Horst the.spaww@gmail.com

Describe your changes

Update kubernetes translation to pt-br

Related issue number or link (ex: resolves #issue-number)

Issue #813

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".

@netlify
Copy link

netlify bot commented Jan 26, 2023

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit f0b85f9
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/63d5418238facd0008c8ea20
😎 Deploy Preview https://deploy-preview-1670--cncfglossary.netlify.app/pt-br/kubernetes
📱 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.

Signed-off-by: Adail Spinola Horst <the.spaww@gmail.com>

Kubernetes cuida então do "como" e isso o torna extremamente compatível com a infraestrutura como código.

O Kubernetes também possui [autocura](/self-healing/).
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 "auto recuperação" for me. Because "autocura" is like biological. Think about it.

Similar to traditional [infrastructure as code](/infrastructure-as-code/) tools, Kubernetes helps with automation but has the advantage of working with containers.
Containers are more resistant to configuration drift than [virtual](/virtual-machine/) or physical machines.

Adicionalmente, o Kubernetes funciona de forma declarativa, o que significa que, em vez de fornecer instruções ao Kubernetes os operadores descrevem o que desejam - geralmente com arquivos de manifesto (no formato YAML) - definindo como a infraestrutura deve ser.
Copy link
Collaborator

Choose a reason for hiding this comment

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

The e.g. is "por exemplo" in "(e.g., YAML)". I think it better because the manifest file it's possible in yaml and json.

Comment on lines 27 to 28
Similar to traditional [infrastructure as code](/infrastructure-as-code/) tools, Kubernetes helps with automation but has the advantage of working with containers.
Containers are more resistant to configuration drift than [virtual](/virtual-machine/) or physical machines.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove the original text.

## Como isso ajuda

De forma similar às ferramentas tradicionais de [infraestrutura como código](/infraestrutura como código/), o Kubernetes ajuda na automação e tem a vantagem de trabalhar com contêineres.
Os contêineres são mais resistentes ao desvio de configuração do que [virtual](/virtual-machine/) ou máquinas físicas.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redirect to the Portuguese page in the /virtual-machine/ link by adding /pt-br/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Erlison, temos mais links sem o pt-br... coloco em todos ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Erlison, temos mais links sem o pt-br... coloco em todos ?

If there is portuguese page.

Somente se existir a tradução para o Português.


## Como isso ajuda

De forma similar às ferramentas tradicionais de [infraestrutura como código](/infraestrutura como código/), o Kubernetes ajuda na automação e tem a vantagem de trabalhar com contêineres.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Fix link "infraestrutura como código" and redirect to the Portuguese page.


## Problema relacionado

A automação de infraestrutura e o gerenciamento declarativo de configuração são conceitos importantes há muito tempo, mas se tornaram mais prementes à medida que a [computação em nuvem](/cloud-computing/) ganhou popularidade.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redirect to the Portuguese page in the /cloud-computing/ link by adding /pt-br/


O Kubernetes planeja os [contêineres](/container/) entre [nós](/nodes/) de um [cluster](/cluster/), agrupando vários recursos de infraestrutura como balanceador de carga, armazenamento persistente, etc., para executar aplicações em containers.

O Kubernetes permite automação e extensibilidade, permitindo que os usuários implantem aplicativos declarativamente (veja abaixo) de maneira reproduzível. É extensível por meio de sua [API](/application-programming-interface/), permitindo que profissionais experientes do Kubernetes aproveitem seus recursos de automação de acordo com suas necessidades.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redirect to the Portuguese page in the /application-programming-interface/ link by adding /pt-br/

Kubernetes, normalmente abreviado como K8s, é um orquestrador de containers de código aberto.
Ele automatiza o ciclo de vida de aplicações em containers em infraestruturas modernas, funciona como um "sistema operacional de datacenter" que gerencia aplicativos em um [sistema distribuído](/distributed-systems/).

O Kubernetes planeja os [contêineres](/container/) entre [nós](/nodes/) de um [cluster](/cluster/), agrupando vários recursos de infraestrutura como balanceador de carga, armazenamento persistente, etc., para executar aplicações em containers.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redirects to the Portuguese pages in the /container/ /node/ and /cluster/ links by adding /pt-br/

## O que é

Kubernetes, normalmente abreviado como K8s, é um orquestrador de containers de código aberto.
Ele automatiza o ciclo de vida de aplicações em containers em infraestruturas modernas, funciona como um "sistema operacional de datacenter" que gerencia aplicativos em um [sistema distribuído](/distributed-systems/).
Copy link
Collaborator

Choose a reason for hiding this comment

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

You forgot to translate "containers" here and at the end of line 13.

title: Kubernetes
status: Completed
category: tecnologia
tags: ["infrastructure", "fundamental", ""]
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's ok translate '["infrastructure", "fundamental", ""]'

@MrErlison
Copy link
Collaborator

Hi @SpawW

Thank you very much for your contribution! 🎉

@SpawW
Copy link
Contributor Author

SpawW commented Jan 28, 2023

@MrErlison I send a new version with required changes.


Kubernetes cuida então do "como" e isso o torna extremamente compatível com a infraestrutura como código.

O Kubernetes também possui [auto recuperação](/pt-br/self-healing/).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove /pt-br/ /self-healing/ link. In this case we dont't have any translation into Portuguese

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its not better create it ? I can do this if is needed.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I like it. I don't know it is possible to hold that PR.

@edsoncelio WDYT? Is the same case line 11.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will change the file to not hold this PR.
After that I can help to translate the new pages.

## Como isso ajuda

De forma similar às ferramentas tradicionais de [infraestrutura como código](/pt-br/infrastructure-as-code/), o Kubernetes ajuda na automação e tem a vantagem de trabalhar com contêineres.
Os contêineres são mais resistentes ao desvio de configuração do que [virtual](/pt-br/virtual-machine/) ou máquinas físicas.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Minor: "do que máquinas virtuais ou físicas" or "do que máquinas físicas ou virtuais". Keep the virutal machine link.

## O que é

Kubernetes, normalmente abreviado como K8s, é um orquestrador de contêineres de código aberto.
Ele automatiza o ciclo de vida de aplicações em containers em infraestruturas modernas, funciona como um "sistema operacional de datacenter" que gerencia aplicativos em um [sistema distribuído](/pt-br/distributed-systems/).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove /pt-br/ /distributed-systems/ link. In this case we dont't have any translation into Portuguese

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same sugestion as self-healing.

@MrErlison
Copy link
Collaborator

@MrErlison I send a new version with required changes.

@SpawW after that will be lgtm

@MrErlison MrErlison added the lang/pt for Portuguese label Jan 28, 2023
@SpawW
Copy link
Contributor Author

SpawW commented Jan 28, 2023

@MrErlison, I think now all issues are solved.

@MrErlison
Copy link
Collaborator

MrErlison commented Jan 28, 2023

lgtm

@MrErlison
Copy link
Collaborator

Hi @edsoncelio PTAL

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 @SpawW :D :D

@edsoncelio edsoncelio dismissed their stale review February 3, 2023 23:16

Dismissing review because It's already ok

@edsoncelio edsoncelio merged commit 78ebb6e into cncf:dev-pt Feb 3, 2023
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.

3 participants