-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathsite.json
More file actions
152 lines (152 loc) · 3.58 KB
/
site.json
File metadata and controls
152 lines (152 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"title": "Node.js",
"author": "Fundació Node.js",
"url": "https://nodejs.org/ca/",
"locale": "ca",
"scrollToTop": "Torna al començament",
"reportNodeIssue": "Informe d'un problema de Node.js",
"reportWebsiteIssue": "Informe d'un problema al lloc web",
"getHelpIssue": "Aconseguir Ajuda",
"by": "per",
"all-downloads": "Totes les opcions de descàrrega",
"nightly": "Versions Nightly",
"chakracore-nightly": "Versions Node-ChakraCore Nightly",
"previous": "Anterior",
"next": "Següent",
"feeds": [
{
"link": "feed/blog.xml",
"text": "Node.js Blog"
},
{
"link": "feed/releases.xml",
"text": "Node.js Blog: Versions"
},
{
"link": "feed/vulnerability.xml",
"text": "Node.js Blog: Informes de Vulnerabilitat"
}
],
"home": {
"text": "Inici"
},
"about": {
"link": "about",
"text": "Quant a",
"governance": {
"link": "about/governance",
"text": "Govern"
},
"community": {
"link": "about/community",
"text": "Comunitat"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Grups de Treball"
},
"releases": {
"link": "about/releases",
"text": "Versions"
},
"resources": {
"link": "about/resources",
"text": "Recursos"
},
"trademark": {
"link": "about/trademark",
"text": "Marca"
},
"privacy": {
"link": "about/privacy",
"text": "Política de Privacitat"
}
},
"download": {
"link": "download",
"text": "Descàrregues",
"releases": {
"link": "download/releases",
"text": "Versions anteriors"
},
"package-manager": {
"link": "download/package-manager",
"text": "Instal·lar Node.js mitjançant un gestor de paquets"
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Signatures SHASUMS per arxius de versions",
"verify-link": "https://github.com/nodejs/node#verifying-binaries",
"verify-text": "Com verificar-ho"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
"link": "docs",
"text": "Documentació",
"es6": {
"link": "docs/es6",
"text": "ES6 i més enllà"
},
"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": "Guies"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
"text": "Dependències"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Participa",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"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": "Codi de Conducta"
}
},
"security": {
"link": "security",
"text": "Seguretat"
},
"blog": {
"link": "blog",
"text": "Notícies"
},
"foundation": {
"link": "https://foundation.nodejs.org/",
"text": "Fundació"
},
"releases": {
"title": "Històric de Versions",
"downloads": "Descarrègues"
},
"links": {
"pages": {
"changelog": "Registre de Canvis"
}
}
}