-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathen.json
110 lines (110 loc) · 8.17 KB
/
en.json
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
{
"components.footer.scrollToTop.button": "Scroll to top",
"components.header.links.about": "About",
"components.header.links.download": "Download",
"components.header.links.docs": "Docs",
"components.header.links.getInvolved": "Get Involved",
"components.header.links.security": "Security",
"components.header.links.certification": "Certification",
"components.header.links.blog": "News",
"components.footer.links.trademarkPolicy": "Trademark Policy",
"components.footer.links.privacyPolicy": "Privacy Policy",
"components.footer.links.codeOfConduct": "Code of Conduct",
"components.footer.links.security": "Security Policy",
"components.footer.links.openJS": "OpenJS Foundation",
"components.navigation.about.links.governance": "Project Governance",
"components.navigation.about.links.releases": "Previous Releases",
"components.navigation.about.links.security": "Security Reporting",
"components.navigation.docs.links.es6": "ES6 and beyond",
"components.navigation.docs.links.apiLts": "{fullLtsNodeVersion} API {spanLts}",
"components.navigation.docs.links.apiCurrent": "{fullCurrentNodeVersion} API",
"components.navigation.docs.links.guides": "Guides {spanGuides}",
"components.navigation.docs.links.dependencies": "Dependencies",
"components.navigation.getInvolved.links.collabSummit": "Collab Summit",
"components.navigation.getInvolved.links.contribute": "Contribute",
"components.navigation.getInvolved.links.codeOfConduct": "Code of Conduct",
"components.downloadList.links.previousReleases": "Previous Releases",
"components.downloadList.links.packageManager": "Installing Node.js via package manager",
"components.downloadList.links.shaSums": "Signed SHASUMS for release files",
"components.downloadList.links.shaSums.howToVerify": " (How to verify)",
"components.downloadList.links.allDownloads": "All download options",
"components.downloadList.links.nightlyReleases": "Nightly builds",
"components.downloadList.links.unofficialBuilds": "Unofficial builds",
"components.downloadList.links.buildingFromSource": "Building Node.js from source on supported platforms",
"components.downloadList.links.installingOnLinux": "Installing Node.js via binary archive",
"components.downloadList.links.installingOnWsl": "Install on Windows Subsystem for Linux (WSL)",
"components.downloadReleasesTable.changelog": "Changelog",
"components.downloadReleasesTable.releases": "Releases",
"components.downloadReleasesTable.docs": "Docs",
"components.header.buttons.toggleLanguage": "Toggle Language",
"components.header.buttons.toggleDarkMode": "Toggle dark/light mode",
"components.pagination.next": "Newer | ",
"components.pagination.previous": "Older",
"components.common.breadcrumbs.navigateToHome": "Navigate to Home",
"components.common.crossLink.previous": "Prev",
"components.common.crossLink.next": "Next",
"components.common.codebox.copied": "Copied to clipboard!",
"components.metabar.lastUpdated": "Last Updated",
"components.metabar.readingTime": "Reading Time",
"components.metabar.addedIn": "Added In",
"components.metabar.author": "Author",
"components.metabar.authors": "Authors",
"components.metabar.contribute": "Contribute",
"components.metabar.contributeText": "Edit this page",
"components.metabar.viewAs": "View as",
"components.metabar.tableOfContents": "Table of Contents",
"layouts.blogPost.author.byLine": "{author, select, null {} other {By {author}, }}",
"layouts.blogIndex.currentYear": "News from {year}",
"components.api.jsonLink.title": "View as JSON",
"components.api.sourceLink": "Source Code:",
"pages.404.title": "404: Page could not be found",
"pages.404.description": "ENOENT: no such file or directory",
"components.common.pagination.prev": "Previous",
"components.common.pagination.prevAriaLabel": "Previous page",
"components.common.pagination.next": "Next",
"components.common.pagination.nextAriaLabel": "Next page",
"components.common.pagination.defaultLabel": "Pagination",
"components.common.pagination.pageLabel": "Go to page {pageNumber}",
"components.common.languageDropdown.label": "Choose Language",
"components.common.card.announcement": "Announcements",
"components.common.card.release": "Releases",
"components.common.card.vulnerability": "Vulnerabilities",
"components.home.homeDownloadButton.download": "{version} {isLts, select, true {LTS} other {Current}}",
"components.home.homeDownloadButton.tagline": "{isLts, select, true {Recommended For Most Users} other {Latest Features}}",
"components.home.homeDownloadButton.changelog": "Changelog",
"components.home.homeDownloadButton.otherDownloads": "Other Downloads",
"components.home.homeDownloadButton.apiDocs": "API Docs",
"components.header.links.learn": "Learn",
"components.header.links.learn.gettingStarted": "Getting Started",
"components.header.links.learn.gettingStarted.introductionToNodejs": "Introduction to Node.js",
"components.header.links.learn.gettingStarted.howToInstallNodejs": "How to install Node.js",
"components.header.links.learn.gettingStarted.howMuchJavascriptDoYouNeedToKnowToUseNodejs": "How much JavaScript do you need to know to use Node.js?",
"components.header.links.learn.gettingStarted.differencesBetweenNodejsAndTheBrowser": "Differences between Node.js and the Browser",
"components.header.links.learn.gettingStarted.theV8JavascriptEngine": "The V8 JavaScript Engine",
"components.header.links.learn.gettingStarted.anIntroductionToTheNpmPackageManager": "An introduction to the NPM package manager",
"components.header.links.learn.gettingStarted.ecmascript2015Es6AndBeyond": "ECMAScript 2015 (ES6) and beyond",
"components.header.links.learn.gettingStarted.nodejsTheDifferenceBetweenDevelopmentAndProduction": "Node.js, the difference between development and production",
"components.header.links.learn.gettingStarted.nodejsWithTypescript": "Node.js with TypeScript",
"components.header.links.learn.gettingStarted.nodejsWithWebassembly": "Node.js with WebAssembly",
"components.header.links.learn.asynchronousWork": "Asynchronous Work",
"components.header.links.learn.asynchronousWork.asynchronousFlowControl": "Asynchronous flow control",
"components.header.links.learn.asynchronousWork.overviewOfBlockingVsNonBlocking": "Overview of Blocking vs Non-Blocking",
"components.header.links.learn.asynchronousWork.javascriptAsynchronousProgrammingAndCallbacks": "JavaScript Asynchronous Programming and Callbacks",
"components.header.links.learn.asynchronousWork.discoverJavaScriptTimers": "Discover JavaScript Timers",
"components.header.links.learn.asynchronousWork.understandingProcessnexttick": "Understanding process.nextTick()",
"components.header.links.learn.asynchronousWork.understandingSetimmediate": "Understanding setImmediate()",
"components.header.links.learn.asynchronousWork.theNodejsEventEmitter": "The Node.js Event emitter",
"components.header.links.learn.manipulatingFiles": "Manipulating Files",
"components.header.links.learn.manipulatingFiles.nodejsFileStats": "Node.js file stats",
"components.header.links.learn.manipulatingFiles.nodejsFilePaths": "Node.js File Paths",
"components.header.links.learn.manipulatingFiles.workingWithFileDescriptorsInNodejs": "Working with file descriptors in Node.js",
"components.header.links.learn.manipulatingFiles.readingFilesWithNodejs": "Reading files with Node.js",
"components.header.links.learn.manipulatingFiles.writingFilesWithNodejs": "Writing files with Node.js",
"components.header.links.learn.manipulatingFiles.workingWithFoldersInNodejs": "Working with folders in Node.js",
"components.header.links.learn.commandLine": "Command Line",
"components.header.links.learn.commandLine.runNodejsScriptsFromTheCommandLine": "Run Node.js scripts from the command line",
"components.header.links.learn.commandLine.howToReadEnvironmentVariablesFromNodejs": "How to read environment variables from Node.js",
"components.header.links.learn.commandLine.howToUseTheNodejsRepl": "How to use the Node.js REPL",
"components.header.links.learn.commandLine.outputToTheCommandLineUsingNodejs": "Output to the command line using Node.js",
"components.header.links.learn.commandLine.acceptInputFromTheCommandLineInNodejs": "Accept input from the command line in Node.js"
}