-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathsite.json
More file actions
129 lines (129 loc) · 2.86 KB
/
site.json
File metadata and controls
129 lines (129 loc) · 2.86 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
{
"title": "Node.js",
"author": "Node.js Foundation",
"url": "https://nodejs.org/en/",
"locale": "it",
"scrollToTop": "Portami all'inizio",
"reportNodeIssue": "Segnala un problema di Node.js",
"reportWebsiteIssue": "Segnala un problema del sito",
"getHelpIssue": "Chiedi aiuto",
"by": "da",
"all-downloads": "Tutti i download",
"nightly": "Build notturne",
"previous": "Precedente",
"next": "Successiva",
"feeds": [
{
"link": "feed/blog.xml",
"text": "Blog Node.js"
},
{
"link": "feed/releases.xml",
"text": "Blog Node.js: Releases"
},
{
"link": "feed/vulnerability.xml",
"text": "Blog Node.js: Rapporti di Vulnerabilità"
}
],
"home": {
"text": "Home"
},
"about": {
"link": "about",
"text": "About",
"governance": {
"link": "about/governance",
"text": "Governance"
},
"workinggroups": {
"link": "about/working-groups",
"text": "Gruppi di lavoro"
},
"releases": {
"link": "about/releases",
"text": "Release"
},
"resources": {
"link": "about/resources",
"text": "Risorse"
},
"trademark": {
"link": "about/trademark",
"text": "Marchio Registrato"
}
},
"download": {
"link": "download",
"text": "Download",
"releases": {
"link": "download/releases",
"text": "Release Precedenti"
},
"package-manager": {
"link": "download/package-manager",
"text": "Installa Node.js con un gestore di pacchetti"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
"link": "docs",
"text": "Documentazione",
"es6": {
"link": "docs/es6",
"text": "ES6 e oltre"
},
"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": "Guide"
}
},
"getinvolved": {
"link": "get-involved",
"text": "Come partecipare",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Programma + Impara"
},
"contribute": {
"link": "get-involved/contribute",
"text": "Contribuire"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "Condotta"
}
},
"security": {
"link": "security",
"text": "Sicurezza"
},
"blog": {
"link": "blog",
"text": "Blog"
},
"foundation": {
"link": "https://foundation.nodejs.org/",
"text": "Fondazione"
},
"releases": {
"title": "Cronologia delle Release",
"downloads": "Download"
},
"links": {
"pages": {
"changelog": "Registro modifiche"
}
}
}