Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
nodejs-pt-br: Add files & Translate to brazilian portuguese - '404.md…
…', 'index.md', 'site.json'
  • Loading branch information
glaucia86 committed Dec 18, 2018
commit 1439aba0ae3f36d5d04bacf51d8b5bc58ef7687b
7 changes: 7 additions & 0 deletions locale/pt-br/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page.hbs
permalink: false
title: 404
---
## 404: Página não foi encontrada
### ENOENT: não há arquivos no diretório
24 changes: 24 additions & 0 deletions locale/pt-br/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: index.hbs
labels:
banner: Liberaçao de versões seguras importantes, por favor atualize agora!
current-version: Versão Atual
download: Baixar
download-for: Baixar para
other-downloads: Outros Downloads
other-lts-downloads: Outros Downloads LTS
other-current-downloads: Outros Downloads Atuais
current: Atual
lts: LTS
tagline-current: Últimas Features
tagline-lts: Recomendado Para Maioria dos Usuários
changelog: Changelog
api: Documentação da API
version-schedule-prompt: Ou verifique a
version-schedule-prompt-link-text: Cronograma do LTS.
newsletter: true
newsletter-prefix: Inscreva-se para
newsletter-postfix: ", as Atualizações Mensais Oficial do Node.js."
---

Node.js® é um runtime JavaScript desenvolvido com o [motor JavaScript V8 do Chrome](https://developers.google.com/v8/).
152 changes: 152 additions & 0 deletions locale/pt-br/site.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
{
"title": "Node.js",
"author": "Node.js Foundation",
"url": "https://nodejs.org/pt-br/",
"locale": "pt-br",
"scrollToTop": "Retorne ao começo",
"reportNodeIssue": "Reporte um problema do Node.js",
"reportWebsiteIssue": "Reporte um problema do Website",
"getHelpIssue": "Solicite Ajuda",
"by": "por",
"all-downloads": "Todas as opções de download",
"nightly": "Versões Nightly",
"chakracore-nightly": "Versões Node-ChakraCore Nightly",
"previous": "Anterior",
"next": "Próximo",
"feeds": [
{
"link": "feed/blog.xml",
"text": "Blog Node.js"
},
{
"link": "feed/releases.xml",
"text": "Blog Node.js: Versões"
},
{
"link": "feed/vulnerability.xml",
"text": "Blog Node.js: Informações de Vulnerabilidade"
}
],
"home": {
"text": "Início"
},
"about": {
"link": "about",
"text": "Sobre",
"governance": {
"link": "about/governance",
"text": "Projeto Governance"
},
"community": {
"link": "about/community",
"text": "Comunidade"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Grupos de Trabalho"
},
"releases": {
"link": "about/releases",
"text": "Versões"
},
"resources": {
"link": "about/resources",
"text": "Recursos"
},
"trademark": {
"link": "about/trademark",
"text": "Marca"
},
"privacy": {
"link": "about/privacy",
"text": "Política de Privacidade"
}
},
"download": {
"link": "download",
"text": "Download",
"releases": {
"link": "download/releases",
"text": "Versões Anteriores"
},
"package-manager": {
"link": "download/package-manager",
"text": "Instale Node.js usando gerenciador de pacotes."
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "SHASUMS assinados para arquivos de versões",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Como verificar"
},
"install-on-linux": {
"text": "Instalando Node.js via arquivo binário no Linux."
}
},
"docs": {
"link": "docs",
"text": "Documentação",
"es6": {
"link": "docs/es6",
"text": "ES6 e além"
},
"api-lts": {
"link": "/dist/latest-%ver-major%/docs/api",
"subtext": "LTS",
"text": "%ver% API"
},
"api-current": {
"link": "/dist/latest-%ver-major%/docs/api",
"text": "%ver% API"
},
"guides": {
"link": "docs/guides",
"text": "Guias"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
"text": "Dependências"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Participe",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Programe + Aprende"
},
"collab-summit": {
"link": "get-involved/collab-summit",
"text": "Collab Summit"
},
"contribute": {
"link": "get-involved/contribute",
"text": "Contribue"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "Código de Conduta"
}
},
"security": {
"link": "security",
"text": "Segurança"
},
"blog": {
"link": "blog",
"text": "Novidades"
},
"foundation": {
"link": "https://foundation.nodejs.org/",
"text": "Foundation"
},
"releases": {
"title": "Versões Anteriores",
"downloads": "Download"
},
"links": {
"pages": {
"changelog": "Changelog"
}
}
}