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

[pt-br] Localize index page to Portuguese (Brazil) #4615

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions content/pt/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
title: Projeto OpenTelemetry

Check warning on line 2 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Projeto)
description: >-
Telemetria de alta qualidade, abrangente e portátil para permitir uma observabilidade eficaz

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Telemetria)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (alta)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (qualidade)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (abrangente)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (portátil)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (permitir)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (observabilidade)

Check warning on line 4 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (eficaz)
developer_note:
O shortcode blocks/cover (usado abaixo) vai servir como imagem de background

Check warning on line 6 in content/pt/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (usado)
para qualquer arquivo de imagem que contenha "background" no nome.
default_lang_commit: 6e0c4464
---

<div class="d-none"><a rel="me" href="https://fosstodon.org/@opentelemetry"></a></div>

{{< blocks/cover image_anchor="top" height="max" color="primary" >}}

<!-- prettier-ignore -->
![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg)
{.otel-logo}

<!-- prettier-ignore -->
{{% param description %}}
{.display-6}

<div class="l-primary-buttons mt-5">

- [Saiba mais](/docs/what-is-opentelemetry/)
- [Experimente a demonstração](/docs/demo/)
- [Explore as integrações](/ecosystem/integrations)

</div>

<div class="h3 mt-4">
<a class="text-secondary" href="/docs/getting-started/">Comece</a> baseado na sua área
</div>
<div class="l-get-started-buttons">

- [Dev](/docs/getting-started/dev/)
- [Ops](/docs/getting-started/ops/)

</div>
{{< /blocks/cover >}}

{{% blocks/lead color="white" %}}

O OpenTelemetry é uma coleção de APIs, SDKs e ferramentas. Use-o para instrumentar,
gerar, coletar e exportar dados de telemetria (métricas, logs e rastros) para ajudar
você a analisar o desempenho e o comportamento do seu software.

> O OpenTelemetry está **disponível** em
[diversas linguagens](/docs/languages/) e está pronto para uso em produção.

{{% /blocks/lead %}}

{{% blocks/section color="dark" type="row" %}}

{{% blocks/feature icon="fas fa-chart-line" title="Rastros, Métricas, Logs"%}}

Crie e colete dados de telemetria a partir de seus serviços e software e depois encaminhe
eles para uma variedade de ferramentas de análise. {{% /blocks/feature %}}

{{% blocks/feature icon="fas fa-magic" title="Instrumentação de Fácil Integração"%}}

O OpenTelemetry é integrável com frameworks e bibliotecas populares como
[Spring](https://spring.io),
[ASP.NET Core](https://docs.microsoft.com/aspnet/core),
[Express](https://expressjs.com), [Quarkus](https://quarkus.io), e muito mais!
A instalação e integração podem ser feitas com algumas linhas de código.

{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="Open Source, Agnóstico a Fornecedor" %}}

100% Gratuito e Open Source, o OpenTelemetry é adotado e apoiado por
[líderes da indústria](/ecosystem/vendors/) no ecossistema da observabilidade.

{{% /blocks/feature %}}

{{% /blocks/section %}}

{{% blocks/section color="secondary" type="cncf" %}}

**O OpenTelemetry é um projeto em [incubação][] da [CNCF][]**.<br> Formado por meio de uma junção dos projetos OpenTracing e OpenCensus.

[![CNCF logo][]][cncf]

[cncf]: https://cncf.io
[cncf logo]: /img/logos/cncf-white.svg
[incubação]: https://www.cncf.io/projects/

{{% /blocks/section %}}
18 changes: 18 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ languages:
languageCode: zh-cn
params:
description: OpenTelemetry 项目网站
pt:
languageName: Português
chalin marked this conversation as resolved.
Show resolved Hide resolved
languageCode: pt-BR
params:
description: Site do Projeto OpenTelemetry

imaging:
resampleFilter: CatmullRom # cspell:disable-line
Expand Down Expand Up @@ -255,6 +260,19 @@ module:
target: content/docs
lang: zh

## pt
- source: content/pt
target: content
lang: pt
# fallback pages
- source: content/en/announcements
target: content/announcements
lang: pt
- excludeFiles: specs/*
source: content/en/docs
target: content/docs
lang: pt

## static
- source: static
target: static
Expand Down
Loading