Skip to content

Commit 2e9df36

Browse files
committed
Fix nav and footer items
1 parent 483a1d2 commit 2e9df36

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

content/pt/config.yaml

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

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

0 commit comments

Comments
 (0)