Skip to content

Commit 39a7f4e

Browse files
glaucia86stevemao
authored andcommitted
nodejs-pt-br: Add files & Translate to brazilian portuguese - '404.md… (#1947)
* nodejs-pt-br: Add files & Translate to brazilian portuguese - '404.md', 'index.md', 'site.json' * nodejs-pt-br: Update file - 404.md * nodejs-pt-br: Update file: 'index.md' * nodejs-pt-br: Update file: 'site.json' * nodejs-pt-br: Update file: 'site.json'
1 parent b78384f commit 39a7f4e

File tree

3 files changed

+183
-0
lines changed

3 files changed

+183
-0
lines changed

locale/pt-br/404.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: page.hbs
3+
permalink: false
4+
title: 404
5+
---
6+
## 404: Página não encontrada
7+
### ENOENT: arquivo ou diretório não encontrado

locale/pt-br/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: index.hbs
3+
labels:
4+
banner: Atualizações de segurança importantes, por favor atualize agora!
5+
current-version: Versão Atual
6+
download: Baixar
7+
download-for: Baixar para
8+
other-downloads: Outros Downloads
9+
other-lts-downloads: Outros Downloads LTS
10+
other-current-downloads: Outros Downloads Atuais
11+
current: Atual
12+
lts: LTS
13+
tagline-current: Últimas Funcionalidades
14+
tagline-lts: Recomendado Para Maioria dos Usuários
15+
changelog: Changelog
16+
api: Documentação da API
17+
version-schedule-prompt: Ou verifique o
18+
version-schedule-prompt-link-text: Cronograma de versões LTS.
19+
newsletter: true
20+
newsletter-prefix: Inscreva-se para
21+
newsletter-postfix: ", o boletim oficial de atualizações do Node.js."
22+
---
23+
24+
Node.js® é um runtime JavaScript desenvolvido com o [Chrome's V8 JavaScript engine](https://developers.google.com/v8/).

locale/pt-br/site.json

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
{
2+
"title": "Node.js",
3+
"author": "Node.js Foundation",
4+
"url": "https://nodejs.org/pt-br/",
5+
"locale": "pt-br",
6+
"scrollToTop": "Retorne ao começo",
7+
"reportNodeIssue": "Reporte um problema do Node.js",
8+
"reportWebsiteIssue": "Reporte um problema do Website",
9+
"getHelpIssue": "Solicite Ajuda",
10+
"by": "por",
11+
"all-downloads": "Todas as opções de download",
12+
"nightly": "Versões Nightly",
13+
"chakracore-nightly": "Versões Node-ChakraCore Nightly",
14+
"previous": "Anterior",
15+
"next": "Próximo",
16+
"feeds": [
17+
{
18+
"link": "feed/blog.xml",
19+
"text": "Blog Node.js"
20+
},
21+
{
22+
"link": "feed/releases.xml",
23+
"text": "Blog Node.js: Versões"
24+
},
25+
{
26+
"link": "feed/vulnerability.xml",
27+
"text": "Blog Node.js: Informações de Vulnerabilidade"
28+
}
29+
],
30+
"home": {
31+
"text": "Início"
32+
},
33+
"about": {
34+
"link": "about",
35+
"text": "Sobre",
36+
"governance": {
37+
"link": "about/governance",
38+
"text": "Projeto Governance"
39+
},
40+
"community": {
41+
"link": "about/community",
42+
"text": "Comunidade"
43+
},
44+
"workinggroups": {
45+
"link": "about/working-groups",
46+
"text": "Grupos de Trabalho"
47+
},
48+
"releases": {
49+
"link": "about/releases",
50+
"text": "Versões"
51+
},
52+
"resources": {
53+
"link": "about/resources",
54+
"text": "Recursos"
55+
},
56+
"trademark": {
57+
"link": "about/trademark",
58+
"text": "Marca"
59+
},
60+
"privacy": {
61+
"link": "about/privacy",
62+
"text": "Política de Privacidade"
63+
}
64+
},
65+
"download": {
66+
"link": "download",
67+
"text": "Download",
68+
"releases": {
69+
"link": "download/releases",
70+
"text": "Versões Anteriores"
71+
},
72+
"package-manager": {
73+
"link": "download/package-manager",
74+
"text": "Instale Node.js usando gerenciador de pacotes."
75+
},
76+
"shasums": {
77+
"link": "SHASUMS256.txt.asc",
78+
"text": "SHASUMS assinados para arquivos de versões",
79+
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
80+
"verify-text": "Como verificar"
81+
},
82+
"install-on-linux": {
83+
"text": "Instalando Node.js via arquivo binário no Linux."
84+
}
85+
},
86+
"docs": {
87+
"link": "docs",
88+
"text": "Documentação",
89+
"es6": {
90+
"link": "docs/es6",
91+
"text": "ES6 e além"
92+
},
93+
"api-lts": {
94+
"link": "/dist/latest-%ver-major%/docs/api",
95+
"subtext": "LTS",
96+
"text": "%ver% API"
97+
},
98+
"api-current": {
99+
"link": "/dist/latest-%ver-major%/docs/api",
100+
"text": "%ver% API"
101+
},
102+
"guides": {
103+
"link": "docs/guides",
104+
"text": "Guias"
105+
},
106+
"dependencies": {
107+
"link": "docs/meta/topics/dependencies",
108+
"text": "Dependências"
109+
}
110+
},
111+
"getinvolved": {
112+
"link": "get-involved",
113+
"text": "Participe",
114+
"code-and-learn": {
115+
"link": "get-involved/code-and-learn",
116+
"text": "Programe + Aprenda"
117+
},
118+
"collab-summit": {
119+
"link": "get-involved/collab-summit",
120+
"text": "Collab Summit"
121+
},
122+
"contribute": {
123+
"link": "get-involved/contribute",
124+
"text": "Contribua"
125+
},
126+
"conduct": {
127+
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
128+
"text": "Código de Conduta"
129+
}
130+
},
131+
"security": {
132+
"link": "security",
133+
"text": "Segurança"
134+
},
135+
"blog": {
136+
"link": "blog",
137+
"text": "Novidades"
138+
},
139+
"foundation": {
140+
"link": "https://foundation.nodejs.org/",
141+
"text": "Fundação"
142+
},
143+
"releases": {
144+
"title": "Versões Anteriores",
145+
"downloads": "Download"
146+
},
147+
"links": {
148+
"pages": {
149+
"changelog": "Changelog"
150+
}
151+
}
152+
}

0 commit comments

Comments
 (0)