-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathsite.json
More file actions
138 lines (138 loc) · 3.15 KB
/
site.json
File metadata and controls
138 lines (138 loc) · 3.15 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
{
"title": "Node.js",
"author": "Fundación de Node.js",
"url": "https://nodejs.org/gl/",
"locale": "gl",
"scrollToTop": "Volta ao principio",
"reportNodeIssue": "Informar dun problema con Node.js",
"reportWebsiteIssue": "Informar dun problema co sitio",
"getHelpIssue": "Obter axuda",
"by": "por",
"all-downloads": "Todas as opcións de descarga",
"nightly": "Versións Nightly",
"chakracore-nightly": "Versións Node-ChakraCore Nightly",
"previous": "Anterior",
"next": "Seguinte",
"feeds": [
{
"link": "feed/blog.xml",
"text": "Node.js Blog"
},
{
"link": "feed/releases.xml",
"text": "Node.js Blog: Versións"
},
{
"link": "feed/vulnerability.xml",
"text": "Node.js Blog: Informes de vulnerabilidade"
}
],
"home": {
"text": "Inicio"
},
"about": {
"link": "about",
"text": "Acerca de",
"governance": {
"link": "about/governance",
"text": "Goberno"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Grupos de traballo"
},
"releases": {
"link": "about/releases",
"text": "Versións"
},
"resources": {
"link": "about/resources",
"text": "Recursos"
},
"trademark": {
"link": "about/trademark",
"text": "Marca"
},
"privacy": {
"link": "about/privacy",
"text": "Política de Privacidade"
}
},
"download": {
"link": "download",
"text": "Descargas",
"releases": {
"link": "download/releases",
"text": "Versións anteriores"
},
"package-manager": {
"link": "download/package-manager",
"text": "Instalar Node.js usando un xestor de paquetes"
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "Firmas SHASUMS para os arquivos de versións"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
"link": "docs",
"text": "Documentación",
"es6": {
"link": "docs/es6",
"text": "ES6 e máis aló"
},
"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": "Guías"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Participa",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Programa e Aprende"
},
"contribute": {
"link": "get-involved/contribute",
"text": "Contribúe"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "Comportamento"
}
},
"security": {
"link": "security",
"text": "Seguridade"
},
"blog": {
"link": "blog",
"text": "Noticias"
},
"foundation": {
"link": "https://foundation.nodejs.org/",
"text": "Fundación"
},
"releases": {
"title": "Histórico de versións",
"downloads": "Descargas"
},
"links": {
"pages": {
"changelog": "Cambios"
}
}
}