Skip to content

Commit 0f4ab92

Browse files
authored
nodejs-ca: Sync site.json with english version (nodejs#1837)
* 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
1 parent a5b169f commit 0f4ab92

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

locale/ca/site.json

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"scrollToTop": "Torna al començament",
77
"reportNodeIssue": "Informe d'un problema de Node.js",
88
"reportWebsiteIssue": "Informe d'un problema al lloc web",
9-
"getHelpIssue": "Aconseguir ajuda",
9+
"getHelpIssue": "Aconseguir Ajuda",
1010
"by": "per",
1111
"all-downloads": "Totes les opcions de descàrrega",
1212
"nightly": "Versions Nightly",
1313
"chakracore-nightly": "Versions Node-ChakraCore Nightly",
14-
"previous": "Précédent",
15-
"next": "Prochain",
14+
"previous": "Anterior",
15+
"next": "Següent",
1616
"feeds": [
1717
{
1818
"link": "feed/blog.xml",
@@ -24,11 +24,7 @@
2424
},
2525
{
2626
"link": "feed/vulnerability.xml",
27-
"text": "Node.js Blog: Informes de vulnerabilitat"
28-
},
29-
{
30-
"link": "feed/tsc-minutes.xml",
31-
"text": "Minutes de les reunions del TSC de Node.js"
27+
"text": "Node.js Blog: Informes de Vulnerabilitat"
3228
}
3329
],
3430
"home": {
@@ -41,9 +37,13 @@
4137
"link": "about/governance",
4238
"text": "Govern"
4339
},
40+
"community": {
41+
"link": "about/community",
42+
"text": "Comunitat"
43+
},
4444
"workinggroups": {
4545
"link": "about/working-groups",
46-
"text": "Grups de treball"
46+
"text": "Grups de Treball"
4747
},
4848
"releases": {
4949
"link": "about/releases",
@@ -59,7 +59,7 @@
5959
},
6060
"privacy": {
6161
"link": "about/privacy",
62-
"text": "Política de privacitat"
62+
"text": "Política de Privacitat"
6363
}
6464
},
6565
"download": {
@@ -71,11 +71,13 @@
7171
},
7272
"package-manager": {
7373
"link": "download/package-manager",
74-
"text": "instal·lar Node.js amb gestor de paquets"
74+
"text": "Instal·lar Node.js mitjançant un gestor de paquets"
7575
},
7676
"shasums": {
7777
"link": "SHASUMS256.txt.asc",
78-
"text": "Signatures SHASUMS per arxius de versions"
78+
"text": "Signatures SHASUMS per arxius de versions",
79+
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
80+
"verify-text": "Com verificar-ho"
7981
}
8082
},
8183
"docs": {
@@ -85,10 +87,6 @@
8587
"link": "docs/es6",
8688
"text": "ES6 i més enllà"
8789
},
88-
"inspector": {
89-
"link": "docs/inspector",
90-
"text": "Inspector"
91-
},
9290
"api-lts": {
9391
"link": "/dist/latest-%ver-major%/docs/api",
9492
"subtext": "LTS",
@@ -101,22 +99,30 @@
10199
"guides": {
102100
"link": "docs/guides",
103101
"text": "Guies"
102+
},
103+
"dependencies": {
104+
"link": "docs/meta/topics/dependencies",
105+
"text": "Dependències"
104106
}
105107
},
106108
"getinvolved": {
107109
"link": "get-involved",
108-
"text": "Implica't",
110+
"text": "Participa",
109111
"code-and-learn": {
110112
"link": "get-involved/code-and-learn",
111-
"text": "Programa i Aprèn"
113+
"text": "Programa + Aprèn"
114+
},
115+
"collab-summit": {
116+
"link": "get-involved/collab-summit",
117+
"text": "Col·labora en el Summit"
112118
},
113119
"contribute": {
114120
"link": "get-involved/contribute",
115121
"text": "Contribueix"
116122
},
117123
"conduct": {
118124
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
119-
"text": "Conducta"
125+
"text": "Codi de Conducta"
120126
}
121127
},
122128
"security": {
@@ -137,7 +143,7 @@
137143
},
138144
"links": {
139145
"pages": {
140-
"changelog": "Canvis"
146+
"changelog": "Registre de Canvis"
141147
}
142148
}
143149
}

0 commit comments

Comments
 (0)