diff --git a/docs/en/docs/fastapi-people.md b/docs/en/docs/fastapi-people.md
index f4f38cdbe..0cbcb69c9 100644
--- a/docs/en/docs/fastapi-people.md
+++ b/docs/en/docs/fastapi-people.md
@@ -114,6 +114,8 @@ These are the **Sponsors**. 😎
They are supporting my work with **FastAPI** (and others), mainly through GitHub Sponsors.
+{% if sponsors %}
+
{% if sponsors.gold %}
### Gold Sponsors
@@ -141,6 +143,8 @@ They are supporting my work with **FastAPI** (and others), mainly through
+{% for user in people.maintainers %}
+
+
+{% endfor %}
+
+
+{% endif %}
+
+Eu sou o criador e mantenedor do **FastAPI**. Você pode ler mais sobre isso em [Help FastAPI - Get Help - Connect with the author](help-fastapi.md#connect-with-the-author){.internal-link target=_blank}.
+
+...Mas aqui eu quero mostrar a você a comunidade.
+
+---
+
+**FastAPI** recebe muito suporte da comunidade. E quero destacar suas contribuições.
+
+Estas são as pessoas que:
+
+* [Help others with issues (questions) in GitHub](help-fastapi.md#help-others-with-issues-in-github){.internal-link target=_blank}.
+* [Create Pull Requests](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}.
+* Revisar Pull Requests, [especially important for translations](contributing.md#translations){.internal-link target=_blank}.
+
+Uma salva de palmas para eles. 👏 🙇
+
+## Usuários mais ativos do ultimo mês
+
+Estes são os usuários que estão [helping others the most with issues (questions) in GitHub](help-fastapi.md#help-others-with-issues-in-github){.internal-link target=_blank} durante o ultimo mês. ☕
+
+{% if people %}
+
+{% for user in people.last_month_active %}
+
+
+{% endfor %}
+
+
+{% endif %}
+
+## Especialistas
+
+Aqui está os **Especialistas do FastAPI**. 🤓
+
+
+Estes são os usuários que [helped others the most with issues (questions) in GitHub](help-fastapi.md#help-others-with-issues-in-github){.internal-link target=_blank} em *todo o tempo*.
+
+Eles provaram ser especialistas ajudando muitos outros. ✨
+
+{% if people %}
+
+{% for user in people.experts %}
+
+
+{% endfor %}
+
+
+{% endif %}
+
+## Top Contribuidores
+
+Aqui está os **Top Contribuidores**. 👷
+
+Esses usuários têm [created the most Pull Requests](help-fastapi.md#create-a-pull-request){.internal-link target=_blank} que tem sido *mergeado*.
+
+Eles contribuíram com o código-fonte, documentação, traduções, etc. 📦
+
+{% if people %}
+
+{% for user in people.top_contributors %}
+
+
+{% endfor %}
+
+
+{% endif %}
+
+Existem muitos outros contribuidores (mais de uma centena), você pode ver todos eles em Página de Contribuidores do FastAPI no GitHub. 👷
+
+## Top Revisores
+
+Esses usuários são os **Top Revisores**. 🕵️
+
+### Revisões para Traduções
+
+Eu só falo algumas línguas (e não muito bem 😅). Então, os revisores são aqueles que têm o [**poder de aprovar traduções**](contributing.md#translations){.internal-link target=_blank} da documentação. Sem eles, não haveria documentação em vários outros idiomas.
+
+---
+
+Os **Top Revisores** 🕵️ revisaram a maior parte de Pull Requests de outros, garantindo a qualidade do código, documentação, e especialmente, as **traduções**.
+
+{% if people %}
+
+{% for user in people.top_reviewers %}
+
+
+{% endfor %}
+
+
+{% endif %}
+
+## Patrocinadores
+
+Esses são os **Patrocinadores**. 😎
+
+Eles estão apoiando meu trabalho **FastAPI** (e outros), principalmente através de GitHub Sponsors.
+
+{% if sponsors %}
+{% if sponsors.gold %}
+
+### Patrocinadores Ouro
+
+{% for sponsor in sponsors.gold -%}
+
+{% endfor %}
+{% endif %}
+
+{% if sponsors.silver %}
+
+### Patrocinadores Prata
+
+{% for sponsor in sponsors.silver -%}
+
+{% endfor %}
+{% endif %}
+
+{% if sponsors.bronze %}
+
+### Patrocinadores Bronze
+
+{% for sponsor in sponsors.bronze -%}
+
+{% endfor %}
+{% endif %}
+
+### Patrocinadores Individuais
+
+{% if github_sponsors %}
+{% for group in github_sponsors.sponsors %}
+
+
+
+{% for user in group %}
+{% if user.login not in sponsors_badge.logins %}
+
+
+
+{% endif %}
+{% endfor %}
+
+
+
+{% endfor %}
+{% endif %}
+
+{% endif %}
+
+## Sobre os dados - detalhes técnicos
+
+A principal intenção desta página é destacar o esforço da comunidade para ajudar os outros.
+
+Especialmente incluindo esforços que normalmente são menos visíveis, e em muitos casos mais árduo, como ajudar os outros com issues e revisando Pull Requests com traduções.
+
+Os dados são calculados todo mês, você pode ler o código fonte aqui.
+
+Aqui também estou destacando contribuições de patrocinadores.
+
+Eu também me reservo o direito de atualizar o algoritmo, seções, limites, etc (só para prevenir 🤷).
diff --git a/docs/pt/docs/index.md b/docs/pt/docs/index.md
index 63f1f88fe..848fff08a 100644
--- a/docs/pt/docs/index.md
+++ b/docs/pt/docs/index.md
@@ -39,7 +39,7 @@ Os recursos chave são:
* estimativas baseadas em testes realizados com equipe interna de desenvolvimento, construindo aplicações em produção.
-## Sponsors
+## Patrocinadores Ouro
@@ -54,7 +54,7 @@ Os recursos chave são:
-Other sponsors
+Outros patrocinadores
## Opiniões
diff --git a/docs/pt/mkdocs.yml b/docs/pt/mkdocs.yml
index 7e4c8b7bf..ec0684d54 100644
--- a/docs/pt/mkdocs.yml
+++ b/docs/pt/mkdocs.yml
@@ -55,6 +55,7 @@ nav:
- uk: /uk/
- zh: /zh/
- features.md
+- fastapi-people.md
- Tutorial - Guia de Usuário:
- tutorial/index.md
- tutorial/first-steps.md