|
37 | 37 | "download": "Download", |
38 | 38 | "docs": "Docs", |
39 | 39 | "betaDocs": "Beta Docs", |
40 | | - "guides": "Guides", |
41 | 40 | "learn": "Learn", |
42 | | - "security": "Security", |
43 | 41 | "certification": "Courses", |
44 | 42 | "blog": "Blog", |
45 | 43 | "contribute": "Contribute" |
|
71 | 69 | }, |
72 | 70 | "downloadReleasesTable": { |
73 | 71 | "version": "Node.js", |
74 | | - "nApiVersion": "N-API", |
75 | 72 | "codename": "Codename", |
76 | | - "releaseDate": "Released at", |
77 | 73 | "firstReleased": "First released", |
78 | 74 | "lastUpdated": "Last updated", |
79 | 75 | "status": "Status", |
|
87 | 83 | "releaseModal": { |
88 | 84 | "title": "Node.js v{version} ({codename})", |
89 | 85 | "titleWithoutCodename": "Node.js v{version}", |
90 | | - "overview": "Overview", |
91 | 86 | "minorVersions": "Minor versions", |
92 | | - "releaseAnnouncement": "Release Announcement", |
93 | | - "unsupportedVersionWarning": "This version is out of maintenance. Please use a supported version. <link>Understand EOL support.</link>", |
94 | 87 | "ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements!" |
95 | 88 | }, |
96 | 89 | "eolAlert": { |
|
122 | 115 | "eolTable": { |
123 | 116 | "version": "Version", |
124 | 117 | "codename": "Codename", |
125 | | - "releaseDate": "Released at", |
126 | 118 | "lastUpdated": "Last updated", |
127 | 119 | "vulnerabilities": "Vulnerabilities", |
128 | 120 | "details": "Details", |
|
135 | 127 | "npmVersion": "npm version", |
136 | 128 | "v8Version": "V8 version", |
137 | 129 | "actions": { |
138 | | - "release": "Release", |
139 | 130 | "changelog": "Changelog", |
140 | 131 | "docs": "Docs" |
141 | 132 | } |
|
151 | 142 | "common": { |
152 | 143 | "alertBox": { |
153 | 144 | "info": "Info", |
154 | | - "warning": "Warning", |
155 | | - "danger": "Danger" |
| 145 | + "warning": "Warning" |
156 | 146 | }, |
157 | 147 | "breadcrumbs": { |
158 | 148 | "navigateToHome": "Navigate to Home" |
|
180 | 170 | "metabar": { |
181 | 171 | "lastUpdated": "Last Updated", |
182 | 172 | "readingTime": "Reading Time", |
183 | | - "addedIn": "Added In", |
184 | 173 | "author": "Author", |
185 | 174 | "authors": "Authors", |
186 | 175 | "contribute": "Contribute", |
187 | 176 | "contributeText": "Edit this page", |
188 | | - "viewAs": "View as", |
189 | 177 | "tableOfContents": "Table of Contents", |
190 | 178 | "metadata": "Article metadata" |
191 | 179 | }, |
|
197 | 185 | }, |
198 | 186 | "search": { |
199 | 187 | "searchPlaceholder": "Start typing...", |
200 | | - "chatPlaceholder": "Ask me anything", |
201 | 188 | "noResultsFoundFor": "No results found for", |
202 | | - "suggestions": "Suggestions", |
203 | | - "seeAll": "See all", |
204 | | - "addMore": "Add more", |
205 | | - "clearChat": "Clear chat", |
206 | | - "errorMessage": "An error occurred while trying to search. Please try again.", |
207 | | - "disclaimer": "AI summaries can make mistakes. Please verify the information.", |
208 | | - "startYourSearch": "Start your search", |
209 | | - "initErrorSearch": "Unable to initialize search service", |
210 | | - "initErrorChat": "Unable to initialize chat service", |
211 | | - "chatButtonLabel": "Get an AI summary", |
212 | | - "searchButtonLabel": "Search", |
213 | | - "poweredBy": "Powered by", |
214 | | - "suggestionOne": "How to install Node.js?", |
215 | | - "suggestionTwo": "How to create an HTTP server?", |
216 | | - "suggestionThree": "Upgrading Node.js version", |
217 | | - "scrollToBottom": "Scroll to bottom", |
218 | | - "closeChat": "Close chat", |
219 | 189 | "keyboardShortcuts": { |
220 | 190 | "select": "to select", |
221 | 191 | "navigate": "to navigate", |
|
230 | 200 | } |
231 | 201 | }, |
232 | 202 | "layouts": { |
233 | | - "blogPost": { |
234 | | - "author": { |
235 | | - "byLine": "{author, select, null {} other {By {author}, }}" |
236 | | - } |
237 | | - }, |
238 | | - "blogIndex": { |
239 | | - "categoryName": "{category, select, all {Blog} other {{category} Blog Posts}}" |
240 | | - }, |
241 | 203 | "blog": { |
242 | 204 | "title": "Blog", |
243 | 205 | "selectCategory": "Categories", |
|
246 | 208 | "announcements": "Announcements", |
247 | 209 | "release": "Releases", |
248 | 210 | "vulnerability": "Vulnerabilities", |
249 | | - "advisory-board": "Advisory Board", |
250 | 211 | "community": "Community", |
251 | 212 | "feature": "Feature", |
252 | 213 | "module": "Module", |
|
279 | 240 | "platform": "Platform", |
280 | 241 | "os": "Operating System", |
281 | 242 | "version": "Version", |
282 | | - "installMethod": "Install Method", |
283 | 243 | "packageManager": "Package Manager", |
284 | 244 | "unknown": "Unknown", |
285 | 245 | "platformGroups": { |
|
289 | 249 | }, |
290 | 250 | "codeBox": { |
291 | 251 | "unsupportedVersionWarning": "This version is out of maintenance. Please use a currently supported version. <link>Understand EOL support.</link>", |
292 | | - "ltsVersionFeaturesNotice": "Want new features sooner? Get the <link>latest Node.js version</link> instead and try the latest improvements!", |
293 | 252 | "communityPlatformInfo": "Installation methods that involve community software are supported by the teams maintaining that software.", |
294 | 253 | "externalSupportInfo": "If you encounter any issues please visit <link>{platform}'s website</link>", |
295 | 254 | "noScriptDetected": "This page requires JavaScript. You can download Node.js without JavaScript by visiting the <link>downloads archive page</link> directly.", |
|
301 | 260 | "choco": "Chocolatey is a package manager for Windows.", |
302 | 261 | "docker": "Docker is a containerization platform.", |
303 | 262 | "n": "\"n\" is a cross-platform Node.js version manager.", |
304 | | - "asdf": "\"asdf\" is a cross-platform version manager that supports multiple languages.", |
305 | | - "volta": "\"Volta\" is a cross-platform Node.js version manager." |
| 263 | + "asdf": "\"asdf\" is a cross-platform version manager that supports multiple languages." |
306 | 264 | } |
307 | 265 | } |
308 | 266 | }, |
|
0 commit comments