diff --git a/content/pt/_index.md b/content/pt/_index.md
index 4e2bcbb..53b0cb8 100644
--- a/content/pt/_index.md
+++ b/content/pt/_index.md
@@ -22,7 +22,7 @@ Os algoritmos e estruturas de dados disponibilizados pela SciPy são amplamente
type = 'card'
title = 'Fundamental'
body = '''
-Estende a NumPy, adicionando ferramentas para computação com arrays e disponibiliza estruturas de dados especializadas, tais como matrizes esparsas e árvores k-dimensionais.
+Estende o NumPy, adicionando ferramentas adicionais para computação com arrays e oferecendo estruturas de dados especializadas, como matrizes esparsas e árvores k-dimensionais.
'''
[[item]]
@@ -43,7 +43,7 @@ A sintaxe de alto nível da SciPy faz com que ela seja acessível e produtiva pa
type = 'card'
title = 'Open source'
body = '''
-Distribuída com uma [licença BSD](https://github.com/scipy/scipy/blob/main/LICENSE.txt) liberal, a SciPy é desenvolvida e mantida [publicamente no GitHub](https://github.com/scipy/scipy) por uma [comunidade](/community) vibrante, solícita e diversa.
+Distribuída sob uma [licença BSD](https://github.com/scipy/scipy/blob/main/LICENSE.txt) liberal, a SciPy é desenvolvida e mantida [publicamente no GitHub](https://github.com/scipy/scipy) por uma [comunidade](/community) vibrante, participativa e diversa.
'''
{{< /grid >}}
diff --git a/content/pt/about.md b/content/pt/about.md
index 923e0cc..54a7f44 100644
--- a/content/pt/about.md
+++ b/content/pt/about.md
@@ -1,14 +1,14 @@
---
-title: Quem Somos
+title: Sobre o Nós
sidebar: false
---
A SciPy é desenvolvida publicamente no GitHub, através do consenso das comunidades da SciPy e, mais amplamente, do Python científico. Para mais informações sobre nosso modelo de governança, por favor veja nosso
[Documento de Governança](https://docs.scipy.org/doc/scipy/dev/governance.html).
-## Conselho Diretor (Steering Council)
+## Conselho Diretor
-O papel do Conselho Diretor da SciPy é trabalhar com a comunidade e servi-la para garantir a saúde do projeto a longo prazo, tanto tecnicamente quanto no contexto da comunidade. O Conselho Diretor da SciPy atualmente consiste nos seguintes membros: (em ordem alfabética):
+O papel do Conselho Diretor da SciPy é garantir, em colaboração com a comunidade, o bem-estar do projeto a longo prazo — tanto do ponto de vista técnico quanto comunitário. O Conselho Diretor da SciPy atualmente consiste nos seguintes membros: (em ordem alfabética):
- Andrew Nelson
- Charles Harris
@@ -70,7 +70,8 @@ Parceiros Institucionais são organizações que apoiam o projeto ao empregar pe
## Doações
-A SciPy sempre será 100% open source, livre e gratuita para todos usarem e será lançada nos termos liberais da licença BSD modificada. Mesmo que a SciPy tenha um grande número de
+A SciPy sempre será 100% de software de código aberto, gratuito para uso e
+lançado sob os termos liberais da licença BSD modificada. Mesmo que a SciPy tenha um grande número de
[contribuidores](https://github.com/scipy/scipy/graphs/contributors)
oferecendo seu tempo para melhorias da SciPy, precisamos de recursos financeiros para gerenciar o projeto e acelerar o seu desenvolvimento. Se você considera que a SciPy é útil no seu trabalho, ou empresa, por favor considere fazer uma doação para o projeto compatível com seus recursos. Qualquer quantidade ajuda!
@@ -89,7 +90,7 @@ infraestrutura de desenvolvimento:
- [JetBrains](https://jb.gg/OpenSourceSupport): licenças de todos os seus produtos
para todos os mantenedores ativos
-- Tidelift:
+- Tidelift:(https://tidelift.com/subscription/pkg/pypi-scipy?utm_source=pypi-scipy&utm_medium=referral&utm_campaign=readme):
suporte financeiro para SciPy através da assinatura do Tidelift open source
- [CircleCI](https://circleci.com): crédito para serviços de integração contínua (CI)
- [TravisCI](https://travis-ci.com): crédito para serviços de integração contínua (CI)
diff --git a/content/pt/beginner-install.md b/content/pt/beginner-install.md
index 55d8dcf..870daf7 100644
--- a/content/pt/beginner-install.md
+++ b/content/pt/beginner-install.md
@@ -61,7 +61,7 @@ com o `pip` executando o seguinte em um terminal/shell:
python -m pip install scipy
```
-{{< Admonition warning >}}
+{{< admonition warning >}}
Você pode ver isto recomendado nos tutoriais ou materiais educacionais, mas a maneira
recomendada para instalar a SciPy com `pip` é usar um ambiente virtual -
consulte [Instalando com `pip`](./install.md#installing-with-pip).
diff --git a/content/pt/install.md b/content/pt/install.md
index 74582e1..54729bf 100644
--- a/content/pt/install.md
+++ b/content/pt/install.md
@@ -17,8 +17,7 @@ Os fluxos de trabalho comuns podem ser divididos nas seguintes categorias:
- [Gerenciador de pacotes do sistema](#system-package-managers) (não recomendado)
- [Compilando a partir do código-fonte](#building-from-source) (para depuração e desenvolvimento)
-Para instalar a SciPy com \\[stubs para tipagem estática],
-veja [Instalando com stubs para tipagem](#type-stubs).
+Para instalar a SciPy com [stubs para tipagem estática][static type stubs], veja [Instalando com stubs para tipagem](#type-stubs).
[static type stubs]: https://typing.readthedocs.io/en/latest/guides/libraries.html
@@ -29,7 +28,9 @@ Ambientes de Desenvolvimento Interativo (IDEs) para fornecer dicas de tipo preci
{{< tabs >}}
-Criar um novo projeto em um novo subdiretório, executando o seguinte em um terminal:
+[[tab]]
+name = 'Baseado em Projetos'
+content = '''
### Instalando com uv
@@ -82,8 +83,7 @@ Para as próximas etapas, consulte [o guia do usuário SciPy][scipy-user-guide].
[scipy-user-guide]: https://docs.conda.io/projects/conda/en/latest/index.html
-Os passos para instalar SciPy a partir do [conda-forge] usando a ferramenta
-de gerenciamento de pacotes [`pixi`] são muito semelhantes aos passos para o `uv`:
+{{< admonition note >}}
Depois de reiniciar o computador, você deve navegar até o diretório do seu projeto `try-scipy`
e executar `uv run python` para entrar novamente em uma sessão do interpretador Python
@@ -137,7 +137,7 @@ pixi run python
[[tab]]
name = 'Environment Based'
-content = '''
+content = '''
Em fluxos de trabalho baseados em projetos, um projeto é um diretório que contém um arquivo manifesto descrevendo o projeto, um arquivo lock-file descrevendo as dependências exatas do projeto, e os (potencialmente vários) ambientes do projeto.
@@ -225,8 +225,7 @@ name = 'Building from Source'
content = '''
Cuidado: compilar a SciPy a partir do código fonte pode ser um exercício não trivial. Recomendamos o uso de binários, em vez disso, se eles estiverem disponíveis para a sua plataforma em um dos métodos acima.
-Para mais detalhes sobre como compilar a partir do código fonte, consulte
-\\[o guia de compilação a partir do código fonte na documentação da SciPy[building-docs].
+Para mais detalhes sobre como compilar a partir do código fonte, consulte [o guia de compilação a partir do código fonte na documentação da SciPy][building-docs].
[building-docs]: https://scipy.github.io/devdocs/building/index.html
@@ -238,7 +237,7 @@ Veja os próximos passos no [guia do usuário SciPy](https://docs.scipy.org/doc/
-## Installing with Type Stubs
+## Instalando com os stubs de tipagem
Os stubs de tipagem estática estão disponíveis através de um pacote separado, `scipy-stubs`, no PyPI e conda-forge.
Você também pode instalar a SciPy e `scipy-stubs` como um único pacote,
diff --git a/content/pt/news.md b/content/pt/news.md
index 1a92a8f..55fe20b 100644
--- a/content/pt/news.md
+++ b/content/pt/news.md
@@ -208,7 +208,7 @@ a conferência será realizada de 7 a 15 de março em Santa Clara, Califórnia.
Aqui está uma lista de versões da SciPy, com links para notas de lançamento. Versões de correção de bugs (apenas o `z` muda no número de versão `x.y.z`) não tem novas funcionalidades; versões menores (o `y` muda) tem novas funcionalidades.
-- SciPy 1.15.2 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
+- SciPy 1.15.2 ([notas de lançamento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
- SciPy 1.15.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2025-01-10_.
- SciPy 1.15.0 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2025-01-03_.
- SciPy 1.14.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.14.1)) -- _2024-08-20_.
diff --git a/content/pt/teams/emeritus-maintainers.toml b/content/pt/teams/emeritus-maintainers.toml
new file mode 100644
index 0000000..b4bd164
--- /dev/null
+++ b/content/pt/teams/emeritus-maintainers.toml
@@ -0,0 +1,179 @@
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/136867?v=4"'
+alt = 'Avatar of Anne Archibald'
+{{< /image >}}
+Anne Archibald'''
+link = 'https://github.com/aarchiba'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/16557411?u=3a754c87deb564d547557e084e7a1b348371b763&v=4"'
+alt = 'Avatar of Antonio Horta Ribeiro'
+{{< /image >}}
+Antonio Horta Ribeiro'''
+link = 'https://github.com/antonior92'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/101416?v=4"'
+alt = 'Avatar of argriffing'
+{{< /image >}}
+argriffing'''
+link = 'https://github.com/argriffing'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/8453868?u=c21c34ef9293ef4b27b6c36f46701a59b7841424&v=4"'
+alt = 'Avatar of Cathy Douglass'
+{{< /image >}}
+Cathy Douglass'''
+link = 'https://github.com/cdouglass'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/25111?v=4"'
+alt = 'Avatar of David Cournapeau'
+{{< /image >}}
+David Cournapeau'''
+link = 'https://github.com/cournape'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/1046124?u=46dcb9a8dd50ffbb339649a6d708624c2a63e7bc&v=4"'
+alt = 'Avatar of Denis Laxalde'
+{{< /image >}}
+Denis Laxalde'''
+link = 'https://github.com/dlax'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/6894112?u=e46d0de3c71bd891c10bfbf3dbb952074ea6405b&v=4"'
+alt = 'Avatar of Eric Quintero'
+{{< /image >}}
+Eric Quintero'''
+link = 'https://github.com/e-q'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/2314641?v=4"'
+alt = 'Avatar of Eric Moore'
+{{< /image >}}
+Eric Moore'''
+link = 'https://github.com/ewmoore'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/277639?u=76b14735220a371f55d0cacf208d6d3aee4deb00&v=4"'
+alt = 'Avatar of Fabian Pedregosa'
+{{< /image >}}
+Fabian Pedregosa'''
+link = 'https://github.com/fabianp'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/1847484?v=4"'
+alt = 'Avatar of Ian Henriksen'
+{{< /image >}}
+Ian Henriksen'''
+link = 'https://github.com/insertinterestingnamehere'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/3343990?v=4"'
+alt = 'Avatar of Jaime'
+{{< /image >}}
+Jaime'''
+link = 'https://github.com/jaimefrio'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/781659?u=07b92bc956bbc8db74533b7cd9c80ca5175fdb2c&v=4"'
+alt = 'Avatar of Jake Vanderplas'
+{{< /image >}}
+Jake Vanderplas'''
+link = 'https://github.com/jakevdp'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
+alt = 'Avatar of Jarrod Millman'
+{{< /image >}}
+Jarrod Millman'''
+link = 'https://github.com/jarrodmillman'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/335383?v=4"'
+alt = 'Avatar of Lars'
+{{< /image >}}
+Lars'''
+link = 'https://github.com/larsmans'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/402156?u=288a1f206a151f9e2b69f3c0ce11848d3381943e&v=4"'
+alt = 'Avatar of Pearu Peterson'
+{{< /image >}}
+Pearu Peterson'''
+link = 'https://github.com/pearu'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/320553?u=d25e1b8b91eea8f1fc8ff22a003f315527746bf8&v=4"'
+alt = 'Avatar of Anthony Scopatz'
+{{< /image >}}
+Anthony Scopatz'''
+link = 'https://github.com/scopatz'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/10172976?u=38efc9551796031d81250c19e44516972cfec742&v=4"'
+alt = 'Avatar of Seth Troisi'
+{{< /image >}}
+Seth Troisi'''
+link = 'https://github.com/sethtroisi'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/254880?v=4"'
+alt = 'Avatar of Travis E. Oliphant'
+{{< /image >}}
+Travis E. Oliphant'''
+link = 'https://github.com/teoliphant'
diff --git a/content/pt/teams/index.md b/content/pt/teams/index.md
new file mode 100644
index 0000000..c15c45f
--- /dev/null
+++ b/content/pt/teams/index.md
@@ -0,0 +1,28 @@
+---
+title: Equipes
+sidebar: false
+---
+
+### Mantenedores
+
+Contributors with merge rights on GitHub.
+
+{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
+
+### Equipe de Triagem
+
+Contributors with triage rights on GitHub.
+
+{{< grid file="triage-team.toml" columns="2 3 4 5" />}}
+
+### Equipe Web
+
+People who have contributed to the development of the SciPy.org website.
+
+{{< grid file="web-team.toml" columns="2 3 4 5" />}}
+
+### Mantenedores Eméritos
+
+Maintainers who have contributed to SciPy in the past.
+
+{{< grid file="emeritus-maintainers.toml" columns="2 3 4 5" />}}
diff --git a/content/pt/teams/maintainers.toml b/content/pt/teams/maintainers.toml
new file mode 100644
index 0000000..72593be
--- /dev/null
+++ b/content/pt/teams/maintainers.toml
@@ -0,0 +1,359 @@
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/702934?u=a026c1b1117981cea46e56ba562f3e80dfa71329&v=4"'
+alt = 'Avatar of Andrew Nelson'
+{{< /image >}}
+Andrew Nelson'''
+link = 'https://github.com/andyfaff'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/3813847?v=4"'
+alt = 'Avatar of Atsushi Sakai'
+{{< /image >}}
+Atsushi Sakai'''
+link = 'https://github.com/AtsushiSakai'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/77272?v=4"'
+alt = 'Avatar of Charles Harris'
+{{< /image >}}
+Charles Harris'''
+link = 'https://github.com/charris'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/33071866?v=4"'
+alt = 'Avatar of Christoph Baumgarten'
+{{< /image >}}
+Christoph Baumgarten'''
+link = 'https://github.com/chrisb83'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/12721170?u=523b41364ac96519a0abbe367ff96aa82e071755&v=4"'
+alt = 'Avatar of Dietrich Brunn'
+{{< /image >}}
+Dietrich Brunn'''
+link = 'https://github.com/DietBru'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/40656107?u=ec1b5e41026e08a37464489f421f0eac3474d1b1&v=4"'
+alt = 'Avatar of Daniel Schmitz'
+{{< /image >}}
+Daniel Schmitz'''
+link = 'https://github.com/dschmitz89'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/915037?u=6a27f396c666c5c2172a1cfc7b0d4bbcd0069eed&v=4"'
+alt = 'Avatar of Dan Schult'
+{{< /image >}}
+Dan Schult'''
+link = 'https://github.com/dschult'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/2133832?v=4"'
+alt = 'Avatar of Evgeni Burovski'
+{{< /image >}}
+Evgeni Burovski'''
+link = 'https://github.com/ev-br'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/6528957?u=b74cdd23ec9edad8546b503b3fe86b927de41c25&v=4"'
+alt = 'Avatar of Gregory Lee'
+{{< /image >}}
+Gregory Lee'''
+link = 'https://github.com/grlee77'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/33685575?v=4"'
+alt = 'Avatar of h-vetinari'
+{{< /image >}}
+h-vetinari'''
+link = 'https://github.com/h-vetinari'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/1303842?u=b5e1e287787b49216b2942bf4b5880e4b91b8d90&v=4"'
+alt = 'Avatar of Ilhan Polat'
+{{< /image >}}
+Ilhan Polat'''
+link = 'https://github.com/ilayn'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/60778417?u=6272842e4c0946308604a5f54cdaa8e6505adcbe&v=4"'
+alt = 'Avatar of Jake Bowhay'
+{{< /image >}}
+Jake Bowhay'''
+link = 'https://github.com/j-bowhay'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/440735?v=4"'
+alt = 'Avatar of Josef Perktold'
+{{< /image >}}
+Josef Perktold'''
+link = 'https://github.com/josef-pkt'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/30074037?u=c2549c85c82266302c71aef5c20446871323d91b&v=4"'
+alt = 'Avatar of Kai Striega'
+{{< /image >}}
+Kai Striega'''
+link = 'https://github.com/Kai-Striega'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/2365790?v=4"'
+alt = 'Avatar of Eric Larson'
+{{< /image >}}
+Eric Larson'''
+link = 'https://github.com/larsoner'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/51488791?u=57da3ab3e223374ed21bad2b965fced84e6a397c&v=4"'
+alt = 'Avatar of Lucas Colley'
+{{< /image >}}
+Lucas Colley'''
+link = 'https://github.com/lucascolley'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/67612?v=4"'
+alt = 'Avatar of Matthew Brett'
+{{< /image >}}
+Matthew Brett'''
+link = 'https://github.com/matthew-brett'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/28734319?u=47aabb43a32b6e7f62d73a75f0b51e3c640a3d2c&v=4"'
+alt = 'Avatar of Nicholas McKibben'
+{{< /image >}}
+Nicholas McKibben'''
+link = 'https://github.com/mckib2'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/6570539?u=cfb3e218754e85c4fac18064d7cfdce0b67ddaa6&v=4"'
+alt = 'Avatar of Matt Haberland'
+{{< /image >}}
+Matt Haberland'''
+link = 'https://github.com/mdhaber'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/3949932?u=aacac68df60d2cf64c17c7e5aa17adf8b738aa7b&v=4"'
+alt = 'Avatar of Melissa Weber Mendonça'
+{{< /image >}}
+Melissa Weber Mendonça'''
+link = 'https://github.com/melissawm'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/7074023?u=a20dd05a809e6865c29deca04e5cbb0c6f9e5433&v=4"'
+alt = 'Avatar of Nikolay Mayorov'
+{{< /image >}}
+Nikolay Mayorov'''
+link = 'https://github.com/nmayorov'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/82855?v=4"'
+alt = 'Avatar of CJ Carey'
+{{< /image >}}
+CJ Carey'''
+link = 'https://github.com/perimosocordiae'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/15134881?v=4"'
+alt = 'Avatar of Josh Wilson'
+{{< /image >}}
+Josh Wilson'''
+link = 'https://github.com/person142'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/13238737?v=4"'
+alt = 'Avatar of peterbell10'
+{{< /image >}}
+peterbell10'''
+link = 'https://github.com/peterbell10'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/35046?v=4"'
+alt = 'Avatar of Pauli Virtanen'
+{{< /image >}}
+Pauli Virtanen'''
+link = 'https://github.com/pv'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/23403152?v=4"'
+alt = 'Avatar of Paul van Mulbregt'
+{{< /image >}}
+Paul van Mulbregt'''
+link = 'https://github.com/pvanmulbregt'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
+alt = 'Avatar of Ralf Gommers'
+{{< /image >}}
+Ralf Gommers'''
+link = 'https://github.com/rgommers'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/46135?u=305a96a4778daecacbc8ec97ac25a48099a239cc&v=4"'
+alt = 'Avatar of Robert Kern'
+{{< /image >}}
+Robert Kern'''
+link = 'https://github.com/rkern'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/5400493?u=64e192c8183394028227beef8d180cc9a089b318&v=4"'
+alt = 'Avatar of Lucas Roberts'
+{{< /image >}}
+Lucas Roberts'''
+link = 'https://github.com/rlucas7'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/45071?u=ef2af0a29229833cd2ae0e5aeb90283881e8c1e0&v=4"'
+alt = 'Avatar of Stefan van der Walt'
+{{< /image >}}
+Stefan van der Walt'''
+link = 'https://github.com/stefanv'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/1953382?u=5df9d41ad2a6d526e7daeec06225274905e7e660&v=4"'
+alt = 'Avatar of Albert Steppi'
+{{< /image >}}
+Albert Steppi'''
+link = 'https://github.com/steppi'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/67928790?u=e85f64cbd3fa3f43b87946e350812d5d77391f82&v=4"'
+alt = 'Avatar of thalassemia'
+{{< /image >}}
+thalassemia'''
+link = 'https://github.com/thalassemia'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/43181252?v=4"'
+alt = 'Avatar of Tirth Patel'
+{{< /image >}}
+Tirth Patel'''
+link = 'https://github.com/tirthasheshpatel'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
+alt = 'Avatar of Pamphile Roy'
+{{< /image >}}
+Pamphile Roy'''
+link = 'https://github.com/tupui'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/7903078?u=2762d9ff13b992dc635f8f190a17f9a90cddfae1&v=4"'
+alt = 'Avatar of Tyler Reddy'
+{{< /image >}}
+Tyler Reddy'''
+link = 'https://github.com/tylerjereddy'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/321463?v=4"'
+alt = 'Avatar of Warren Weckesser'
+{{< /image >}}
+Warren Weckesser'''
+link = 'https://github.com/WarrenWeckesser'
diff --git a/content/pt/teams/triage-team.toml b/content/pt/teams/triage-team.toml
new file mode 100644
index 0000000..b005a3e
--- /dev/null
+++ b/content/pt/teams/triage-team.toml
@@ -0,0 +1,169 @@
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/23621655?u=525aca83e7dda8d8474e35c0edc5a233af2f8bde&v=4"'
+alt = 'Avatar of Anirudh Dagar'
+{{< /image >}}
+Anirudh Dagar'''
+link = 'https://github.com/AnirudhDagar'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/43369155?u=1f1fcabf979a2f00f403c60b816ba9f573026181&v=4"'
+alt = 'Avatar of Bas van Beek'
+{{< /image >}}
+Bas van Beek'''
+link = 'https://github.com/BvB93'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/5476002?u=5352f057ef8cb5de29e4d2a9fa8b0d0f49580dc8&v=4"'
+alt = 'Avatar of carlkl'
+{{< /image >}}
+carlkl'''
+link = 'https://github.com/carlkl'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/38244988?u=6b8f3360d47bc3c7f48f7b5e77535f96320d0b54&v=4"'
+alt = 'Avatar of Xingyu Liu'
+{{< /image >}}
+Xingyu Liu'''
+link = 'https://github.com/charlotte12l'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/36567889?u=39ead62a22648e6d623de16e97ecd8adf9a28ddf&v=4"'
+alt = 'Avatar of ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh)'
+{{< /image >}}
+ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh)'''
+link = 'https://github.com/czgdp1807'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/58611?v=4"'
+alt = 'Avatar of endolith'
+{{< /image >}}
+endolith'''
+link = 'https://github.com/endolith'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/10579828?v=4"'
+alt = 'Avatar of fancidev'
+{{< /image >}}
+fancidev'''
+link = 'https://github.com/fancidev'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/29243905?u=717fe493c112cc5a59951923d6dd2fb36ba79fb2&v=4"'
+alt = 'Avatar of Hari'
+{{< /image >}}
+Hari'''
+link = 'https://github.com/Harivallabha'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/26354268?u=80728e8bc7eac38b5fb5786a99dbe437ee00ff88&v=4"'
+alt = 'Avatar of Maja Gwóźdź'
+{{< /image >}}
+Maja Gwóźdź'''
+link = 'https://github.com/mkg33'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/666402?u=08764de13b66ac2a20ff7fe3913c9f73cb1f8578&v=4"'
+alt = 'Avatar of Nick ODell'
+{{< /image >}}
+Nick ODell'''
+link = 'https://github.com/nickodell'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/6564007?u=e5fb962de792bbce925c0c94fb7a748803c8bfa0&v=4"'
+alt = 'Avatar of Noa Tamir'
+{{< /image >}}
+Noa Tamir'''
+link = 'https://github.com/noatamir'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/14363975?u=1b2685931a63e81d379f7ec657d97456dc6eca0d&v=4"'
+alt = 'Avatar of Scott Shambaugh'
+{{< /image >}}
+Scott Shambaugh'''
+link = 'https://github.com/scottshambaugh'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/5774448?u=7c9c9b2854994aed2673ff4fdd3c4f2fda07f425&v=4"'
+alt = 'Avatar of Shekhar Prasad Rajak'
+{{< /image >}}
+Shekhar Prasad Rajak'''
+link = 'https://github.com/Shekharrajak'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/55887635?u=57b14b85ad70a520e61aa13ec8603d8c895ac000&v=4"'
+alt = 'Avatar of Smit Lunagariya'
+{{< /image >}}
+Smit Lunagariya'''
+link = 'https://github.com/Smit-create'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/44255917?u=1052ccbba83b70e02046098c140ff79c54b03200&v=4"'
+alt = 'Avatar of Samuel Wallan'
+{{< /image >}}
+Samuel Wallan'''
+link = 'https://github.com/swallan'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/23552331?u=6664f9601eaa19d06ea7a4168fd3840d986e4eca&v=4"'
+alt = 'Avatar of Tania Allard'
+{{< /image >}}
+Tania Allard'''
+link = 'https://github.com/trallard'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/37664438?u=6f35d2f9483e79403d04d1ab6f339f30fa082662&v=4"'
+alt = 'Avatar of Arthur'
+{{< /image >}}
+Arthur'''
+link = 'https://github.com/V0lantis'
diff --git a/content/pt/teams/web-team.toml b/content/pt/teams/web-team.toml
new file mode 100644
index 0000000..c1af694
--- /dev/null
+++ b/content/pt/teams/web-team.toml
@@ -0,0 +1,39 @@
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
+alt = 'Avatar of Jarrod Millman'
+{{< /image >}}
+Jarrod Millman'''
+link = 'https://github.com/jarrodmillman'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
+alt = 'Avatar of Ralf Gommers'
+{{< /image >}}
+Ralf Gommers'''
+link = 'https://github.com/rgommers'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/45071?u=ef2af0a29229833cd2ae0e5aeb90283881e8c1e0&v=4"'
+alt = 'Avatar of Stefan van der Walt'
+{{< /image >}}
+Stefan van der Walt'''
+link = 'https://github.com/stefanv'
+
+[[item]]
+type = 'card'
+classcard = 'text-center'
+body = '''{{< image >}}
+src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
+alt = 'Avatar of Pamphile Roy'
+{{< /image >}}
+Pamphile Roy'''
+link = 'https://github.com/tupui'