Skip to content

Commit

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

This PR update locale/ca/site.json file as its english version.
To review it we need some help from native catalan speakers. Thanks!
(cc @kvhuaxa @franher @axarrafols)
Related with nodejs#1778

* nodejs-ca: Apply PR comments

* nodejs-ca: Update comment PR
  • Loading branch information
Tsuna-mi committed Oct 22, 2018
1 parent a5b169f commit 0f4ab92
Showing 1 changed file with 26 additions and 20 deletions.
46 changes: 26 additions & 20 deletions locale/ca/site.json
Expand Up @@ -6,13 +6,13 @@
"scrollToTop": "Torna al començament",
"reportNodeIssue": "Informe d'un problema de Node.js",
"reportWebsiteIssue": "Informe d'un problema al lloc web",
"getHelpIssue": "Aconseguir ajuda",
"getHelpIssue": "Aconseguir Ajuda",
"by": "per",
"all-downloads": "Totes les opcions de descàrrega",
"nightly": "Versions Nightly",
"chakracore-nightly": "Versions Node-ChakraCore Nightly",
"previous": "Précédent",
"next": "Prochain",
"previous": "Anterior",
"next": "Següent",
"feeds": [
{
"link": "feed/blog.xml",
Expand All @@ -24,11 +24,7 @@
},
{
"link": "feed/vulnerability.xml",
"text": "Node.js Blog: Informes de vulnerabilitat"
},
{
"link": "feed/tsc-minutes.xml",
"text": "Minutes de les reunions del TSC de Node.js"
"text": "Node.js Blog: Informes de Vulnerabilitat"
}
],
"home": {
Expand All @@ -41,9 +37,13 @@
"link": "about/governance",
"text": "Govern"
},
"community": {
"link": "about/community",
"text": "Comunitat"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Grups de treball"
"text": "Grups de Treball"
},
"releases": {
"link": "about/releases",
Expand All @@ -59,7 +59,7 @@
},
"privacy": {
"link": "about/privacy",
"text": "Política de privacitat"
"text": "Política de Privacitat"
}
},
"download": {
Expand All @@ -71,11 +71,13 @@
},
"package-manager": {
"link": "download/package-manager",
"text": "instal·lar Node.js amb gestor de paquets"
"text": "Instal·lar Node.js mitjançant un gestor de paquets"
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Signatures SHASUMS per arxius de versions"
"text": "Signatures SHASUMS per arxius de versions",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Com verificar-ho"
}
},
"docs": {
Expand All @@ -85,10 +87,6 @@
"link": "docs/es6",
"text": "ES6 i més enllà"
},
"inspector": {
"link": "docs/inspector",
"text": "Inspector"
},
"api-lts": {
"link": "/dist/latest-%ver-major%/docs/api",
"subtext": "LTS",
Expand All @@ -101,22 +99,30 @@
"guides": {
"link": "docs/guides",
"text": "Guies"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
"text": "Dependències"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Implica't",
"text": "Participa",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Programa i Aprèn"
"text": "Programa + Aprèn"
},
"collab-summit": {
"link": "get-involved/collab-summit",
"text": "Col·labora en el Summit"
},
"contribute": {
"link": "get-involved/contribute",
"text": "Contribueix"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "Conducta"
"text": "Codi de Conducta"
}
},
"security": {
Expand All @@ -137,7 +143,7 @@
},
"links": {
"pages": {
"changelog": "Canvis"
"changelog": "Registre de Canvis"
}
}
}

0 comments on commit 0f4ab92

Please sign in to comment.