-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathen.json
More file actions
293 lines (293 loc) · 9.92 KB
/
en.json
File metadata and controls
293 lines (293 loc) · 9.92 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
{
"components": {
"containers": {
"footer": {
"links": {
"trademarkPolicy": "Trademark Policy",
"privacyPolicy": "Privacy Policy",
"codeOfConduct": "Code of Conduct",
"security": "Security Policy",
"openJS": "OpenJS Foundation"
}
},
"navBar": {
"links": {
"about": "About",
"download": "Download",
"docs": "Docs",
"guides": "Guides",
"learn": "Learn",
"security": "Security",
"certification": "Certification",
"blog": "Blog"
}
}
},
"navigation": {
"learn": {
"gettingStarted": {
"links": {
"gettingStarted": "Getting Started",
"introductionToNodejs": "Introduction to Node.js",
"howToInstallNodejs": "How to install Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "How much JavaScript do you need to know to use Node.js?",
"differencesBetweenNodejsAndTheBrowser": "Differences between Node.js and the Browser",
"theV8JavascriptEngine": "The V8 JavaScript Engine",
"anIntroductionToTheNpmPackageManager": "An introduction to the npm package manager",
"ecmascript2015Es6AndBeyond": "ECMAScript 2015 (ES6) and beyond",
"nodejsTheDifferenceBetweenDevelopmentAndProduction": "Node.js, the difference between development and production",
"nodejsWithTypescript": "Node.js with TypeScript",
"nodejsWithWebassembly": "Node.js with WebAssembly",
"debugging": "Debugging Node.js",
"profiling": "Profiling Node.js Applications",
"securityBestPractices": "Security Best Practices"
}
},
"asynchronousWork": {
"links": {
"asynchronousWork": "Asynchronous Work",
"asynchronousFlowControl": "Asynchronous flow control",
"overviewOfBlockingVsNonBlocking": "Overview of Blocking vs Non-Blocking",
"javascriptAsynchronousProgrammingAndCallbacks": "JavaScript Asynchronous Programming and Callbacks",
"discoverJavaScriptTimers": "Discover JavaScript Timers",
"theNodejsEventLoop": "The Node.js Event Loop",
"theNodejsEventEmitter": "The Node.js Event Emitter",
"understandingProcessnexttick": "Understanding process.nextTick()",
"understandingSetimmediate": "Understanding setImmediate()",
"dontBlockTheEventLoop": "Don't Block the Event Loop"
}
},
"manipulatingFiles": {
"links": {
"manipulatingFiles": "Manipulating Files",
"nodejsFileStats": "Node.js file stats",
"nodejsFilePaths": "Node.js File Paths",
"workingWithFileDescriptorsInNodejs": "Working with file descriptors in Node.js",
"readingFilesWithNodejs": "Reading files with Node.js",
"writingFilesWithNodejs": "Writing files with Node.js",
"workingWithFoldersInNodejs": "Working with folders in Node.js",
"howToWorkWithFileSystems": "How to work with Different Filesystems"
}
},
"commandLine": {
"links": {
"commandLine": "Command Line",
"runNodejsScriptsFromTheCommandLine": "Run Node.js scripts from the command line",
"howToReadEnvironmentVariablesFromNodejs": "How to read environment variables from Node.js",
"howToUseTheNodejsRepl": "How to use the Node.js REPL",
"outputToTheCommandLineUsingNodejs": "Output to the command line using Node.js",
"acceptInputFromTheCommandLineInNodejs": "Accept input from the command line in Node.js"
}
},
"modules": {
"links": {
"modules": "Modules",
"publishingNodeApiModules": "How to publish a Node-API package",
"anatomyOfAnHttpTransaction": "Anatomy of an HTTP Transaction",
"abiStability": "ABI Stability",
"backpressuringInStreams": "Backpressuring in Streams"
}
},
"diagnostics": {
"links": {
"diagnostics": "Diagnostics",
"userJourney": "User Journey",
"memory": "Memory",
"liveDebugging": "Live Debugging",
"poorPerformance": "Poor Performance",
"flameGraphs": "Flame Graphs"
}
}
},
"about": {
"links": {
"about": "About Node.js",
"aboutSide": "About Node.js®",
"branding": "Branding of Node.js",
"governance": "Project Governance",
"releases": "Node.js Releases",
"security": "Security Reporting"
}
},
"getInvolved": {
"links": {
"getInvolved": "Get Involved",
"collabSummit": "Collaboration Summit",
"upcomingEvents": "Upcoming Events",
"contribute": "Contribute to Node.js",
"codeOfConduct": "Code of Conduct"
}
}
},
"downloadList": {
"links": {
"previousReleases": "Node.js Releases",
"packageManager": "Installing Node.js via package manager",
"shaSums": {
"title": "Signed SHASUMS for release files",
"howToVerify": " (How to verify)"
},
"allDownloads": "All download options",
"nightlyReleases": "Nightly builds",
"unofficialBuilds": "Unofficial builds",
"buildingFromSource": "Building Node.js from source on supported platforms",
"installingOnLinux": "Installing Node.js via binary archive",
"installingOnWsl": "Install on Windows Subsystem for Linux (WSL)"
}
},
"downloadReleasesTable": {
"changelog": "Changelog",
"releases": "Releases",
"docs": "Docs"
},
"pagination": {
"next": "Next",
"previous": "Previous"
},
"common": {
"breadcrumbs": {
"navigateToHome": "Navigate to Home"
},
"crossLink": {
"previous": "Prev",
"next": "Next"
},
"codebox": {
"copy": "Copy to clipboard",
"copied": "Copied to clipboard!"
},
"pagination": {
"prev": "Previous",
"prevAriaLabel": "Previous page",
"next": "Next",
"nextAriaLabel": "Next page",
"defaultLabel": "Pagination",
"pageLabel": "Go to page {pageNumber}"
},
"sidebar": {
"title": "Change page"
},
"languageDropdown": {
"label": "Choose Language"
},
"themeToggle": {
"label": "Toggle Dark Mode"
}
},
"mdx": {
"upcomingEvents": {
"defaultTitle": "No Upcoming Event"
}
},
"metabar": {
"lastUpdated": "Last Updated",
"readingTime": "Reading Time",
"addedIn": "Added In",
"author": "Author",
"authors": "Authors",
"contribute": "Contribute",
"contributeText": "Edit this page",
"viewAs": "View as",
"tableOfContents": "Table of Contents"
},
"downloads": {
"changelogModal": {
"startContributing": "Start Contributing"
}
},
"search": {
"searchBox": {
"placeholder": "Start typing..."
},
"seeAll": {
"text": "See all {count} results"
},
"searchError": {
"text": "An error occurred while searching. Please try again later."
},
"poweredBy": {
"text": "Powered by"
},
"noResults": {
"text": "No results found for \"{query}\"."
},
"emptyState": {
"text": "Search something..."
},
"searchPage": {
"title": "You're searching: {query}"
}
},
"blog": {
"blogHeader": {
"subtitle": "The latest Node.js news, case studies, tutorials, and resources.",
"rssLink": "RSS feed"
}
}
},
"layouts": {
"blogPost": {
"author": {
"byLine": "{author, select, null {} other {By {author}, }}"
}
},
"blogIndex": {
"categoryName": "{category, select, all {Blog} other {{category} Blog Posts}}"
},
"blog": {
"title": "Blog",
"selectCategory": "Categories",
"categories": {
"all": "Everything",
"announcements": "Announcements",
"release": "Releases",
"vulnerability": "Vulnerabilities",
"advisory-board": "Advisory Board",
"community": "Community",
"feature": "Feature",
"module": "Module",
"npm": "npm",
"uncategorized": "Uncategorized",
"video": "Video",
"weekly": "Weekly Updates",
"wg": "Working Groups",
"events": "Events"
}
},
"error": {
"notFound": {
"title": "Page could not be found",
"description": "Sorry, we couldn't find the page you're after! Try starting again from the homepage."
},
"internalServerError": {
"title": "Internal Server Error",
"description": "This page has thrown a non-recoverable error."
},
"backToHome": "Back to Home"
},
"download": {
"selectCategory": "Categories",
"categories": {
"prebuilt-installer": "Prebuilt Installer",
"prebuilt-binaries": "Prebuilt Binaries",
"package-manager": "Package Manager",
"source-code": "Source Code"
},
"buttons": {
"prebuilt": "Download Node.js {version}",
"source": "Download Node.js {version} source"
},
"dropdown": {
"bitness": "Bitness",
"os": "Operating System",
"version": "Version",
"platform": "Platform"
},
"codeBox": {
"systemManagerWarning": "is not a Node.js package manager. Please ensure you already have {packageManager} installed.",
"communityWarning": "Package managers and their installation scripts are not maintained by the Node.js project.",
"communityWarningReport": "If you encounter issues, please reach out to the package manager's maintainers."
}
}
}
}