Skip to content

Commit 2e273e6

Browse files
Add Portuguese, Brazilian translations.
1 parent 6fa57b2 commit 2e273e6

File tree

5 files changed

+85
-46
lines changed

5 files changed

+85
-46
lines changed

content/pt/config.yaml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
languageName: Português
1+
languageName: English
22
params:
3-
description: Por que SciPy? Algoritmos fundamentais. Amplas aplicações. Fundamental. Interoperável. Alto desempenho. Open source.
3+
description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
44
navbarlogo:
55
image: logo.svg
66
altText: A blue circle with a snake in the shape of the letter 'S'.
77
text: SciPy
8-
link: /pt/
8+
link: /
99
hero:
1010
# Main hero title
1111
title: SciPy
1212
# Hero subtitle (optional)
13-
subtitle: Algoritmos fundamentais para computação científica com Python
13+
subtitle: Fundamental algorithms for scientific computing in Python
1414
# Button text
15-
buttontext: Comece aqui
15+
buttontext: Get started
1616
# Where the main hero button links to
17-
buttonlink: "/pt/install"
17+
buttonlink: "/install"
1818
# Hero image (from static/images/___)
1919
image: logo.svg
2020

2121
section5: false
2222

2323
navbar:
24-
- title: Instalar
25-
url: /pt/install
26-
- title: Documentação
24+
- title: Install
25+
url: /install
26+
- title: Documentation
2727
url: https://docs.scipy.org/doc/scipy/
28-
- title: Comunidade
29-
url: /pt/community
30-
- title: Quem somos
31-
url: /pt/about
32-
- title: Contribuir
33-
url: /pt/contribute
28+
- title: Community
29+
url: /community
30+
- title: About Us
31+
url: /about
32+
- title: Contribute
33+
url: /contribute
3434
footer:
3535
logo: logo.svg
3636
socialmediatitle: ""
@@ -43,35 +43,35 @@ params:
4343
column1:
4444
title: ""
4545
links:
46-
- text: Instalar
47-
link: /pt/install
48-
- text: Documentação
46+
- text: Install
47+
link: /install
48+
- text: Documentation
4949
link: https://docs.scipy.org/doc/scipy/
50-
- text: Citar a SciPy
51-
link: /pt/citing-scipy
50+
- text: Citing SciPy
51+
link: /citing-scipy
5252
- text: Roadmap
5353
link: https://scipy.github.io/devdocs/dev/roadmap.html
5454
column2:
5555
links:
56-
- text: Quem somos
57-
link: /pt/about
58-
- text: Comunidade
59-
link: /pt/community
56+
- text: About Us
57+
link: /about
58+
- text: Community
59+
link: /community
6060
- text: SciPy Conference
6161
link: https://conference.scipy.org/
62-
- text: Contribuir
63-
link: /pt/contribute
64-
- text: Código de Conduta (em inglês)
62+
- text: Contribute
63+
link: /contribute
64+
- text: Code of Conduct
6565
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
6666
column3:
6767
links:
6868
- text: FAQ
69-
link: /pt/faq
70-
- text: Termos de Uso (em inglês)
71-
link: /pt/terms
72-
- text: Privacidade
73-
link: /pt/privacy
74-
- text: Kit de imprensa
75-
link: /pt/press-kit
76-
- text: Mídias Sociais
77-
link: /pt/about/#social-media
69+
link: /faq
70+
- text: Terms of Use
71+
link: /terms
72+
- text: Privacy
73+
link: /privacy
74+
- text: Press Kit
75+
link: /press-kit
76+
- text: Social Media
77+
link: /about/#social-media

content/pt/install.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Ambientes de Desenvolvimento Interativo (IDEs) para fornecer dicas de tipo preci
3030

3131
[[tab]]
3232
name = 'Baseado em Projetos'
33-
content = '''
34-
<a name="project-based"></a>
33+
content = ''' <a name="project-based"></a>
3534

3635
### Instalando com uv
3736

@@ -122,7 +121,7 @@ pixi init try-scipy
122121
cd try-scipy
123122
```
124123

125-
3. Adicionar a SciPy ao seu projeto:
124+
3. Criar um novo projeto em um novo subdiretório, executando o seguinte em um terminal:
126125

127126
```bash
128127
pixi add scipy
@@ -138,8 +137,7 @@ pixi run python
138137

139138
[[tab]]
140139
name = 'Environment Based'
141-
content = '''
142-
<a name="environment-based"></a>
140+
content = '''<a name="environment-based"></a>
143141

144142
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.
145143

@@ -163,6 +161,7 @@ Veja [o tutorial no Python Packaging User Guide](https://packaging.python.org/en
163161
```bash
164162
python -m pip install scipy
165163
```
164+
166165
<!-- prettier-ignore-end -->
167166

168167
[`pip`]: https://pip.pypa.io/en/stable/getting-started/
@@ -179,14 +178,13 @@ mamba install scipy
179178
```
180179

181180
[Miniforge]: https://conda-forge.org/download/
182-
183181
[`mamba`]: https://mamba.readthedocs.io/en/latest/
182+
184183
'''
185184

186185
[[tab]]
187186
name = 'Package Manager'
188-
content = '''
189-
<a name="system-package-managers"></a>
187+
content = ''' <a name="system-package-managers"></a>
190188

191189
## Instalando com os stubs de tipagem
192190

@@ -223,8 +221,7 @@ brew install scipy
223221

224222
[[tab]]
225223
name = 'Building from Source'
226-
content = '''
227-
<a name="building-from-source"></a>
224+
content = ''' <a name="building-from-source"></a>
228225

229226
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.
230227
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].

content/pt/news.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ newsHeader: Lançamento da SciPy versão 1.14.1!
55
date: 2024-08-20
66
---
77

8+
### SciPy 1.16.1 released
9+
10+
_July 27, 2025_ -- SciPy 1.16.1 has been released! This is the
11+
first stable release to support Python 3.14 and provide corresponding
12+
binaries on PyPI.
13+
14+
### SciPy 1.16.0 released
15+
16+
_June 22, 2025_ -- SciPy 1.16.0 has been released!
17+
18+
### SciPy 1.15.3 released
19+
20+
_May 8, 2025_ -- SciPy 1.15.3 has been released!
21+
822
### SciPy 1.15.2 released
923

1024
_February 16, 2025_ -- SciPy 1.15.2 has been released!
@@ -208,6 +222,9 @@ a conferência será realizada de 7 a 15 de março em Santa Clara, Califórnia.
208222

209223
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.
210224

225+
- SciPy 1.16.1 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.1)) -- _2025-07-27_.
226+
- SciPy 1.16.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.0)) -- _2025-06-22_.
227+
- SciPy 1.15.3 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.3)) -- _2025-05-08_.
211228
- SciPy 1.15.2 ([notas de lançamento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
212229
- SciPy 1.15.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2025-01-10_.
213230
- SciPy 1.15.0 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2025-01-03_.

content/pt/teams/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Contributors with merge rights on GitHub.
99

1010
{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
1111

12+
### Typing team
13+
14+
Contributors with merge rights on `scipy-stubs`.
15+
16+
{{< grid file="typing-team.toml" columns="2 3 4 5" />}}
17+
1218
### Equipe de Triagem
1319

1420
Contributors with triage rights on GitHub.

content/pt/teams/typing-team.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[item]]
2+
type = 'card'
3+
classcard = 'text-center'
4+
body = '''{{< image >}}
5+
src = 'https://avatars.githubusercontent.com/u/6208662?u=f5b6702cd80c1cd85d9a9cdc84fee65bedae24ca&v=4"'
6+
alt = 'Avatar of Joren Hammudoglu'
7+
{{< /image >}}
8+
Joren Hammudoglu'''
9+
link = 'https://github.com/jorenham'
10+
11+
[[item]]
12+
type = 'card'
13+
classcard = 'text-center'
14+
body = '''{{< image >}}
15+
src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
16+
alt = 'Avatar of Ralf Gommers'
17+
{{< /image >}}
18+
Ralf Gommers'''
19+
link = 'https://github.com/rgommers'

0 commit comments

Comments
 (0)