-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathar.json
More file actions
68 lines (68 loc) · 4 KB
/
Copy pathar.json
File metadata and controls
68 lines (68 loc) · 4 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
{
"components.footer.scrollToTop.button": "Scroll to top",
"components.header.links.about": "About Node.js®",
"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": "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",
"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.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"
}