-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathsite.json
More file actions
133 lines (133 loc) · 3.09 KB
/
site.json
File metadata and controls
133 lines (133 loc) · 3.09 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
{
"title": "Node.js",
"author": "Node.js 財団",
"url": "https://nodejs.org/ja/",
"locale": "ja",
"scrollToTop": "上部へスクロールする",
"reportNodeIssue": "Node.js の不具合を報告",
"reportWebsiteIssue": "サイトの不具合を報告",
"getHelpIssue": "ヘルプ",
"by": "by",
"all-downloads": "All download options",
"nightly": "Nightly builds",
"previous": "前",
"next": "次",
"feeds": [
{
"link": "feed/blog.xml",
"text": "Node.js ブログ"
},
{
"link": "feed/releases.xml",
"text": "Node.js ブログ: リリース"
},
{
"link": "feed/vulnerability.xml",
"text": "Node.js ブログ: 脆弱性のレポート"
}
],
"home": {
"text": "ホーム"
},
"about": {
"link": "about",
"text": "Node.js とは",
"governance": {
"link": "about/governance",
"text": "委員会"
},
"workinggroups": {
"link": "about/working-groups",
"text": "ワーキンググループ"
},
"releases": {
"link": "about/releases",
"text": "リリース"
},
"resources": {
"link": "about/resources",
"text": "リソース"
},
"trademark": {
"link": "about/trademark",
"text": "トレードマーク"
}
},
"download": {
"link": "download",
"text": "ダウンロード",
"releases": {
"link": "download/releases",
"text": "バージョンの一覧"
},
"package-manager": {
"link": "download/package-manager",
"text": "パッケージマネージャを使用したダウンロード"
},
"shasums": {
"link": "SHASUMS256.txt.asc",
"text": "リリースファイルのための SHASUM 署名"
},
"install-on-linux": {
"text": "Installing Node.js via binary archive on Linux"
}
},
"docs": {
"link": "docs",
"text": "ドキュメント",
"es6": {
"link": "docs/es6",
"text": "ES6 について"
},
"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": "ガイド"
}
},
"getinvolved": {
"link": "get-involved",
"text": "参加する",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Code + Learn"
},
"contribute": {
"link": "get-involved/contribute",
"text": "貢献する"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/doc/guides/contributing/coc.md#code-of-conduct",
"text": "行動規範"
}
},
"security": {
"link": "security",
"text": "セキュリティ"
},
"blog": {
"link": "blog",
"text": "ニュース"
},
"foundation": {
"link": "https://foundation.nodejs.org/",
"text": "財団"
},
"releases": {
"title": "過去のリリース",
"downloads": "ダウンロード"
},
"links": {
"pages": {
"changelog": "変更履歴"
}
}
}