Skip to content

Commit

Permalink
nodejs-es: Sync site.json with english version (#1836)
Browse files Browse the repository at this point in the history
* nodejs-es: Sync site.json with english version

This PR update locale/es/site.json file as its english version.
Thanks for reviewing it! :)
Related with #1778 
cc @nodejs/nodejs-es

* nodejs-es: Apply PR comment
  • Loading branch information
Tsuna-mi authored Oct 22, 2018
1 parent 53662c9 commit a5b169f
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions locale/es/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"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",
"reportNodeIssue": "Informe de un problema con Node.js",
"reportWebsiteIssue": "Informe de un problema con el sitio",
"getHelpIssue": "Consiga Ayuda",
"by": "por",
"all-downloads": "Todas las opciones de descarga",
"nightly": "Versiones nightly",
"nightly": "Versiones Nightly",
"chakracore-nightly": "Versiones Node-ChakraCore Nightly",
"previous": "Anterior",
"next": "Siguiente",
"feeds": [
Expand All @@ -23,7 +24,7 @@
},
{
"link": "feed/vulnerability.xml",
"text": "Node.js Blog: Reportes de vulnerabilidades"
"text": "Node.js Blog: Informes de Vulnerabilidad"
}
],
"home": {
Expand All @@ -36,9 +37,13 @@
"link": "about/governance",
"text": "Gobierno"
},
"community": {
"link": "about/community",
"text": "Comunidad"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Grupos de trabajo"
"text": "Grupos de Trabajo"
},
"releases": {
"link": "about/releases",
Expand All @@ -51,6 +56,10 @@
"trademark": {
"link": "about/trademark",
"text": "Marca"
},
"privacy": {
"link": "about/privacy",
"text": "Política de privacidad"
}
},
"download": {
Expand All @@ -62,11 +71,13 @@
},
"package-manager": {
"link": "download/package-manager",
"text": "Instale Node.js mediante un manejador de paquetes"
"text": "Instale Node.js mediante un gestor de paquetes"
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Firmas SHASUMS de los archivos de versiones"
"text": "Firmas SHASUMS de los archivos de versiones",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Cómo verificarlo"
}
},
"docs": {
Expand All @@ -88,22 +99,30 @@
"guides": {
"link": "docs/guides",
"text": "Guías"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
"text": "Dependencias"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Participa",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Programa y Aprende"
"text": "Programa + Aprende"
},
"collab-summit": {
"link": "get-involved/collab-summit",
"text": "Colabora en el Summit"
},
"contribute": {
"link": "get-involved/contribute",
"text": "Contribuye"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "Conducta"
"text": "Código de Conducta"
}
},
"security": {
Expand All @@ -124,11 +143,7 @@
},
"links": {
"pages": {
"changelog": "Cambios"
"changelog": "Registro de Cambios"
}
},
"collab-summit": {
"link": "get-involved/collab-summit",
"text": "Conferencia de colaboradores"
}
}

0 comments on commit a5b169f

Please sign in to comment.