This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
forked from edsadr/iojs-es
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit for Spanish translation
- Loading branch information
Showing
4 changed files
with
200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: page.hbs | ||
permalink: false | ||
title: 404 | ||
--- | ||
## 404: Página no encontrada | ||
### ENOENT: No existe el archivo o el directorio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: index.hbs | ||
labels: | ||
current-version: Versión Actual | ||
download: Descargar | ||
download-for: Descargar para | ||
other-downloads: Otras Descargas | ||
other-lts-downloads: Otras Descargas LTS | ||
other-current-downloads: Otras Descargas Actuales | ||
current: Actual | ||
lts: LTS | ||
tagline-current: Últimas características | ||
tagline-lts: Recomendado para la mayoría | ||
changelog: Cambios | ||
api: Documentación del API | ||
version-schedule-prompt: Ó revise la | ||
version-schedule-prompt-link-text: Agenda de LTS | ||
--- | ||
|
||
Node.js® es una entorno de ejecución para JavaScript construido con el [motor de JavaScript V8 de Chrome](https://developers.google.com/v8/). | ||
Node.js usa un modelo de operaciones E/S sin bloqueo y orientado a eventos, que lo hace liviano y eficiente. | ||
El ecosistema de paquetes de Node.js, [npm](https://www.npmjs.com/), es el ecosistema mas grande de | ||
librerías de código abierto en el mundo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
{ | ||
"title": "Node.js", | ||
"author": "Fundación de Node.js", | ||
"url": "https://nodejs.org/es/", | ||
"locale": "es", | ||
"scrollToTop": "Vuelve al comienzo", | ||
"reportNodeIssue": "Reporte un problema con Node.js", | ||
"reportWebsiteIssue": "Reporte un problema con el sitio", | ||
"getHelpIssue": "Consiga ayuda", | ||
"by": "por", | ||
"all-downloads": "Todas las opciones de descarga", | ||
"nightly": "Versiones nightly", | ||
"feeds": [ | ||
{ | ||
"link": "feed/blog.xml", | ||
"text": "Node.js Blog" | ||
}, | ||
{ | ||
"link": "feed/releases.xml", | ||
"text": "Node.js Blog: Versiones" | ||
}, | ||
{ | ||
"link": "feed/vulnerability.xml", | ||
"text": "Node.js Blog: Reportes de vulnerabilidades" | ||
}, | ||
{ | ||
"link": "feed/tsc-minutes.xml", | ||
"text": "Minutas de las reuniones del TSC de Node.js" | ||
} | ||
], | ||
"home": { "text": "Inicio" }, | ||
"about": { | ||
"link": "about", | ||
"text": "Acerca", | ||
"governance": { | ||
"link": "about/governance", | ||
"text": "Gobernanza" | ||
}, | ||
"workinggroups": { | ||
"link": "about/working-groups", | ||
"text": "Grupos de trabajo" | ||
}, | ||
"releases": { | ||
"link": "about/releases", | ||
"text": "Versiones" | ||
}, | ||
"resources": { | ||
"link": "about/resources", | ||
"text": "Recursos" | ||
}, | ||
"foundation": { | ||
"link": "foundation", | ||
"text": "Fundación" | ||
}, | ||
"security": { | ||
"link": "security", | ||
"text": "Seguridad" | ||
}, | ||
"trademark": { | ||
"link": "about/trademark", | ||
"text": "Marca" | ||
} | ||
}, | ||
"download": { | ||
"link": "download", | ||
"text": "Descargas", | ||
"releases": { | ||
"link": "download/releases", | ||
"text": "Versiones anteriores" | ||
}, | ||
"package-manager": { | ||
"link": "download/package-manager", | ||
"text": "Instale Node.js mediante un manejador de paquetes" | ||
}, | ||
"shasums":{ | ||
"link": "SHASUMS256.txt.asc", | ||
"text": "Firmas SHASUMS de los arvhivos de versiones" | ||
} | ||
}, | ||
"docs": { | ||
"link": "docs", | ||
"text": "Documentación", | ||
"es6": { | ||
"link": "docs/es6", | ||
"text": "ES6 y más allá" | ||
}, | ||
"faq": { | ||
"link": "docs/faq", | ||
"text": "FAQ" | ||
}, | ||
"api-lts": { | ||
"link": "/dist/latest-v4.x/docs/api", | ||
"subtext": "LTS", | ||
"text": "%ver% API" | ||
}, | ||
"api-current": { | ||
"link": "/dist/latest-v6.x/docs/api", | ||
"text": "%ver% API" | ||
}, | ||
"guides": { | ||
"link": "docs/guides", | ||
"text": "Guías" | ||
} | ||
}, | ||
"foundation": { | ||
"link": "foundation", | ||
"text": "Fundación", | ||
"casestudies": { | ||
"link": "foundation/case-studies", | ||
"text": "Recursos" | ||
}, | ||
"members": { | ||
"link": "foundation/members", | ||
"text": "Miembros" | ||
}, | ||
"board": { | ||
"link": "foundation/board", | ||
"text": "Junta" | ||
}, | ||
"tsc": { | ||
"link": "foundation/tsc", | ||
"text": "Gobernanza técnica" | ||
}, | ||
"itn": { | ||
"link": "foundation/in-the-news", | ||
"text": "En las noticias" | ||
}, | ||
"announce": { | ||
"link": "foundation/announcements", | ||
"text": "Anuncios" | ||
} | ||
}, | ||
"getinvolved": { | ||
"link": "get-involved", | ||
"text": "Participa", | ||
"code-and-learn": { | ||
"link": "get-involved/code-and-learn", | ||
"text": "Programa y Aprende" | ||
}, | ||
"contribute": { | ||
"link": "get-involved/contribute", | ||
"text": "Contribuye" | ||
}, | ||
"development": { | ||
"link": "get-involved/development", | ||
"text": "Desarrollo" | ||
}, | ||
"events": { | ||
"link": "get-involved/events", | ||
"text": "Eventos" | ||
}, | ||
"conduct": { | ||
"link": "https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct", | ||
"text": "Conducta" | ||
} | ||
}, | ||
"security" : { "link": "security", "text": "Seguridad" }, | ||
"blog" : { "link": "blog", "text": "Noticias" }, | ||
|
||
"releases": { | ||
"title": "Histórico de versiones", | ||
"downloads": "Descargas" | ||
}, | ||
"links": { | ||
"pages": { | ||
"changelog": "Changelog" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import 'base' |