Skip to content

Commit f4fef3b

Browse files
Add translations for Portuguese, Brazilian (#635)
* Add Portuguese, Brazilian translations. * Run pre-commit. --------- Co-authored-by: Gonzalo Peña-Castellanos <[email protected]>
1 parent 364deee commit f4fef3b

10 files changed

+792
-18
lines changed

content/pt/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Os algoritmos e estruturas de dados disponibilizados pela SciPy são amplamente
2222
type = 'card'
2323
title = 'Fundamental'
2424
body = '''
25-
Estende a NumPy, adicionando ferramentas para computação com arrays e disponibiliza estruturas de dados especializadas, tais como matrizes esparsas e árvores k-dimensionais.
25+
Estende o NumPy, adicionando ferramentas adicionais para computação com arrays e oferecendo estruturas de dados especializadas, como matrizes esparsas e árvores k-dimensionais.
2626
'''
2727

2828
[[item]]
@@ -43,7 +43,7 @@ A sintaxe de alto nível da SciPy faz com que ela seja acessível e produtiva pa
4343
type = 'card'
4444
title = 'Open source'
4545
body = '''
46-
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.
46+
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.
4747
'''
4848

4949
{{< /grid >}}

content/pt/about.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Quem Somos
2+
title: Sobre o Nós
33
sidebar: false
44
---
55

66
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
77
[Documento de Governança](https://docs.scipy.org/doc/scipy/dev/governance.html).
88

9-
## Conselho Diretor (Steering Council)
9+
## Conselho Diretor
1010

11-
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):
11+
O papel do Conselho Diretor da SciPy é garantir, em colaboração com a comunidade, o bem-estar do projeto a longo prazotanto do ponto de vista técnico quanto comunitário. O Conselho Diretor da SciPy atualmente consiste nos seguintes membros: (em ordem alfabética):
1212

1313
- Andrew Nelson
1414
- Charles Harris
@@ -70,7 +70,8 @@ Parceiros Institucionais são organizações que apoiam o projeto ao empregar pe
7070

7171
## Doações
7272

73-
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
73+
A SciPy sempre será 100% de software de código aberto, gratuito para uso e
74+
lançado sob os termos liberais da licença BSD modificada. Mesmo que a SciPy tenha um grande número de
7475
[contribuidores](https://github.com/scipy/scipy/graphs/contributors)
7576
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!
7677

@@ -89,7 +90,7 @@ infraestrutura de desenvolvimento:
8990

9091
- [JetBrains](https://jb.gg/OpenSourceSupport): licenças de todos os seus produtos
9192
para todos os mantenedores ativos
92-
- Tidelift:
93+
- Tidelift:(https://tidelift.com/subscription/pkg/pypi-scipy?utm_source=pypi-scipy&utm_medium=referral&utm_campaign=readme):
9394
suporte financeiro para SciPy através da assinatura do Tidelift open source
9495
- [CircleCI](https://circleci.com): crédito para serviços de integração contínua (CI)
9596
- [TravisCI](https://travis-ci.com): crédito para serviços de integração contínua (CI)

content/pt/beginner-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ com o `pip` executando o seguinte em um terminal/shell:
6161
python -m pip install scipy
6262
```
6363

64-
{{< Admonition warning >}}
64+
{{< admonition warning >}}
6565
Você pode ver isto recomendado nos tutoriais ou materiais educacionais, mas a maneira
6666
recomendada para instalar a SciPy com `pip` é usar um ambiente virtual -
6767
consulte [Instalando com `pip`](./install.md#installing-with-pip).

content/pt/install.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Os fluxos de trabalho comuns podem ser divididos nas seguintes categorias:
1717
- [Gerenciador de pacotes do sistema](#system-package-managers) (não recomendado)
1818
- [Compilando a partir do código-fonte](#building-from-source) (para depuração e desenvolvimento)
1919

20-
Para instalar a SciPy com \\[stubs para tipagem estática],
21-
veja [Instalando com stubs para tipagem](#type-stubs).
20+
Para instalar a SciPy com [stubs para tipagem estática][static type stubs], veja [Instalando com stubs para tipagem](#type-stubs).
2221

2322
[static type stubs]: https://typing.readthedocs.io/en/latest/guides/libraries.html
2423

@@ -29,7 +28,9 @@ Ambientes de Desenvolvimento Interativo (IDEs) para fornecer dicas de tipo preci
2928

3029
{{< tabs >}}
3130

32-
Criar um novo projeto em um novo subdiretório, executando o seguinte em um terminal:
31+
[[tab]]
32+
name = 'Baseado em Projetos'
33+
content = ''' <a name="project-based"></a>
3334

3435
### Instalando com uv
3536

@@ -82,8 +83,7 @@ Para as próximas etapas, consulte [o guia do usuário SciPy][scipy-user-guide].
8283

8384
[scipy-user-guide]: https://docs.conda.io/projects/conda/en/latest/index.html
8485

85-
Os passos para instalar SciPy a partir do [conda-forge] usando a ferramenta
86-
de gerenciamento de pacotes [`pixi`] são muito semelhantes aos passos para o `uv`:
86+
{{< admonition note >}}
8787

8888
Depois de reiniciar o computador, você deve navegar até o diretório do seu projeto `try-scipy`
8989
e executar `uv run python` para entrar novamente em uma sessão do interpretador Python
@@ -137,7 +137,7 @@ pixi run python
137137

138138
[[tab]]
139139
name = 'Environment Based'
140-
content = ''' <a name="environment-based"></a>
140+
content = '''<a name="environment-based"></a>
141141

142142
Em fluxos de trabalho baseados em projetos, um projeto é um diretório que contém um arquivo manifesto descrevendo o projeto, um arquivo <i>lock-file</i> descrevendo as dependências exatas do projeto, e os (potencialmente vários) ambientes do projeto.
143143

@@ -225,8 +225,7 @@ name = 'Building from Source'
225225
content = ''' <a name="building-from-source"></a>
226226

227227
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.
228-
Para mais detalhes sobre como compilar a partir do código fonte, consulte
229-
\\[o guia de compilação a partir do código fonte na documentação da SciPy[building-docs].
228+
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].
230229

231230
[building-docs]: https://scipy.github.io/devdocs/building/index.html
232231

@@ -238,7 +237,7 @@ Veja os próximos passos no [guia do usuário SciPy](https://docs.scipy.org/doc/
238237

239238
<a name="type-stubs"></a>
240239

241-
## Installing with Type Stubs
240+
## Instalando com os stubs de tipagem
242241

243242
Os stubs de tipagem estática estão disponíveis através de um pacote separado, `scipy-stubs`, no PyPI e conda-forge.
244243
Você também pode instalar a SciPy e `scipy-stubs` como um único pacote,

content/pt/news.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ a conferência será realizada de 7 a 15 de março em Santa Clara, Califórnia.
208208

209209
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.
210210

211-
- SciPy 1.15.2 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
211+
- SciPy 1.15.2 ([notas de lançamento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
212212
- SciPy 1.15.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2025-01-10_.
213213
- SciPy 1.15.0 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2025-01-03_.
214214
- SciPy 1.14.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.14.1)) -- _2024-08-20_.
+179
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
[[item]]
2+
type = 'card'
3+
classcard = 'text-center'
4+
body = '''{{< image >}}
5+
src = 'https://avatars.githubusercontent.com/u/136867?v=4"'
6+
alt = 'Avatar of Anne Archibald'
7+
{{< /image >}}
8+
Anne Archibald'''
9+
link = 'https://github.com/aarchiba'
10+
11+
[[item]]
12+
type = 'card'
13+
classcard = 'text-center'
14+
body = '''{{< image >}}
15+
src = 'https://avatars.githubusercontent.com/u/16557411?u=3a754c87deb564d547557e084e7a1b348371b763&v=4"'
16+
alt = 'Avatar of Antonio Horta Ribeiro'
17+
{{< /image >}}
18+
Antonio Horta Ribeiro'''
19+
link = 'https://github.com/antonior92'
20+
21+
[[item]]
22+
type = 'card'
23+
classcard = 'text-center'
24+
body = '''{{< image >}}
25+
src = 'https://avatars.githubusercontent.com/u/101416?v=4"'
26+
alt = 'Avatar of argriffing'
27+
{{< /image >}}
28+
argriffing'''
29+
link = 'https://github.com/argriffing'
30+
31+
[[item]]
32+
type = 'card'
33+
classcard = 'text-center'
34+
body = '''{{< image >}}
35+
src = 'https://avatars.githubusercontent.com/u/8453868?u=c21c34ef9293ef4b27b6c36f46701a59b7841424&v=4"'
36+
alt = 'Avatar of Cathy Douglass'
37+
{{< /image >}}
38+
Cathy Douglass'''
39+
link = 'https://github.com/cdouglass'
40+
41+
[[item]]
42+
type = 'card'
43+
classcard = 'text-center'
44+
body = '''{{< image >}}
45+
src = 'https://avatars.githubusercontent.com/u/25111?v=4"'
46+
alt = 'Avatar of David Cournapeau'
47+
{{< /image >}}
48+
David Cournapeau'''
49+
link = 'https://github.com/cournape'
50+
51+
[[item]]
52+
type = 'card'
53+
classcard = 'text-center'
54+
body = '''{{< image >}}
55+
src = 'https://avatars.githubusercontent.com/u/1046124?u=46dcb9a8dd50ffbb339649a6d708624c2a63e7bc&v=4"'
56+
alt = 'Avatar of Denis Laxalde'
57+
{{< /image >}}
58+
Denis Laxalde'''
59+
link = 'https://github.com/dlax'
60+
61+
[[item]]
62+
type = 'card'
63+
classcard = 'text-center'
64+
body = '''{{< image >}}
65+
src = 'https://avatars.githubusercontent.com/u/6894112?u=e46d0de3c71bd891c10bfbf3dbb952074ea6405b&v=4"'
66+
alt = 'Avatar of Eric Quintero'
67+
{{< /image >}}
68+
Eric Quintero'''
69+
link = 'https://github.com/e-q'
70+
71+
[[item]]
72+
type = 'card'
73+
classcard = 'text-center'
74+
body = '''{{< image >}}
75+
src = 'https://avatars.githubusercontent.com/u/2314641?v=4"'
76+
alt = 'Avatar of Eric Moore'
77+
{{< /image >}}
78+
Eric Moore'''
79+
link = 'https://github.com/ewmoore'
80+
81+
[[item]]
82+
type = 'card'
83+
classcard = 'text-center'
84+
body = '''{{< image >}}
85+
src = 'https://avatars.githubusercontent.com/u/277639?u=76b14735220a371f55d0cacf208d6d3aee4deb00&v=4"'
86+
alt = 'Avatar of Fabian Pedregosa'
87+
{{< /image >}}
88+
Fabian Pedregosa'''
89+
link = 'https://github.com/fabianp'
90+
91+
[[item]]
92+
type = 'card'
93+
classcard = 'text-center'
94+
body = '''{{< image >}}
95+
src = 'https://avatars.githubusercontent.com/u/1847484?v=4"'
96+
alt = 'Avatar of Ian Henriksen'
97+
{{< /image >}}
98+
Ian Henriksen'''
99+
link = 'https://github.com/insertinterestingnamehere'
100+
101+
[[item]]
102+
type = 'card'
103+
classcard = 'text-center'
104+
body = '''{{< image >}}
105+
src = 'https://avatars.githubusercontent.com/u/3343990?v=4"'
106+
alt = 'Avatar of Jaime'
107+
{{< /image >}}
108+
Jaime'''
109+
link = 'https://github.com/jaimefrio'
110+
111+
[[item]]
112+
type = 'card'
113+
classcard = 'text-center'
114+
body = '''{{< image >}}
115+
src = 'https://avatars.githubusercontent.com/u/781659?u=07b92bc956bbc8db74533b7cd9c80ca5175fdb2c&v=4"'
116+
alt = 'Avatar of Jake Vanderplas'
117+
{{< /image >}}
118+
Jake Vanderplas'''
119+
link = 'https://github.com/jakevdp'
120+
121+
[[item]]
122+
type = 'card'
123+
classcard = 'text-center'
124+
body = '''{{< image >}}
125+
src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
126+
alt = 'Avatar of Jarrod Millman'
127+
{{< /image >}}
128+
Jarrod Millman'''
129+
link = 'https://github.com/jarrodmillman'
130+
131+
[[item]]
132+
type = 'card'
133+
classcard = 'text-center'
134+
body = '''{{< image >}}
135+
src = 'https://avatars.githubusercontent.com/u/335383?v=4"'
136+
alt = 'Avatar of Lars'
137+
{{< /image >}}
138+
Lars'''
139+
link = 'https://github.com/larsmans'
140+
141+
[[item]]
142+
type = 'card'
143+
classcard = 'text-center'
144+
body = '''{{< image >}}
145+
src = 'https://avatars.githubusercontent.com/u/402156?u=288a1f206a151f9e2b69f3c0ce11848d3381943e&v=4"'
146+
alt = 'Avatar of Pearu Peterson'
147+
{{< /image >}}
148+
Pearu Peterson'''
149+
link = 'https://github.com/pearu'
150+
151+
[[item]]
152+
type = 'card'
153+
classcard = 'text-center'
154+
body = '''{{< image >}}
155+
src = 'https://avatars.githubusercontent.com/u/320553?u=d25e1b8b91eea8f1fc8ff22a003f315527746bf8&v=4"'
156+
alt = 'Avatar of Anthony Scopatz'
157+
{{< /image >}}
158+
Anthony Scopatz'''
159+
link = 'https://github.com/scopatz'
160+
161+
[[item]]
162+
type = 'card'
163+
classcard = 'text-center'
164+
body = '''{{< image >}}
165+
src = 'https://avatars.githubusercontent.com/u/10172976?u=38efc9551796031d81250c19e44516972cfec742&v=4"'
166+
alt = 'Avatar of Seth Troisi'
167+
{{< /image >}}
168+
Seth Troisi'''
169+
link = 'https://github.com/sethtroisi'
170+
171+
[[item]]
172+
type = 'card'
173+
classcard = 'text-center'
174+
body = '''{{< image >}}
175+
src = 'https://avatars.githubusercontent.com/u/254880?v=4"'
176+
alt = 'Avatar of Travis E. Oliphant'
177+
{{< /image >}}
178+
Travis E. Oliphant'''
179+
link = 'https://github.com/teoliphant'

content/pt/teams/index.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Equipes
3+
sidebar: false
4+
---
5+
6+
### Mantenedores
7+
8+
Contributors with merge rights on GitHub.
9+
10+
{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
11+
12+
### Equipe de Triagem
13+
14+
Contributors with triage rights on GitHub.
15+
16+
{{< grid file="triage-team.toml" columns="2 3 4 5" />}}
17+
18+
### Equipe Web
19+
20+
People who have contributed to the development of the SciPy.org website.
21+
22+
{{< grid file="web-team.toml" columns="2 3 4 5" />}}
23+
24+
### Mantenedores Eméritos
25+
26+
Maintainers who have contributed to SciPy in the past.
27+
28+
{{< grid file="emeritus-maintainers.toml" columns="2 3 4 5" />}}

0 commit comments

Comments
 (0)