-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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) #4794
Merged
+108
−0
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
1e1cbc8
feat: add ptbr version
edsoncelio 16082ac
feat: update default_lang_commit
edsoncelio 374089c
feat: update default_lang_commit to use head commit
edsoncelio 72885a3
feat: update relative links to match with en
edsoncelio 727f0e6
Show banners on the homepage, tweak config
chalin 66b58a3
Update content/pt/_index.md
edsoncelio 9f9dda2
Update content/pt/_index.md
edsoncelio 2665c65
Apply suggestions from code review
edsoncelio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
title: OpenTelemetry | ||
description: >- | ||
Telemetria de alta qualidade, abrangente e portátil para permitir uma observabilidade eficaz | ||
developer_note: | ||
O shortcode blocks/cover (usado abaixo) vai servir como imagem de background | ||
para qualquer arquivo de imagem que contenha "background" no nome. | ||
show_banner: true | ||
default_lang_commit: 08799298 | ||
--- | ||
|
||
<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 softwares, e depois | ||
encaminhe-os 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 %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I believe it should be pt-BR, not pt.
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.
Hey Juraci!
This was requested by chalin at the old PR.
I don't see this as a big problem; we are already using the language code for pt-br..