|
4 | 4 | "footer": { |
5 | 5 | "links": { |
6 | 6 | "trademarkPolicy": "Trademark Policy", |
7 | | - "privacyPolicy": "Privacy Policy", |
8 | | - "codeOfConduct": "Code of Conduct", |
9 | | - "security": "Security Policy", |
| 7 | + "privacyPolicy": "Політика конфіденційності", |
| 8 | + "codeOfConduct": "Кодекс поведінки", |
| 9 | + "security": "Політика безпеки", |
10 | 10 | "openJS": "OpenJS Foundation" |
11 | 11 | } |
12 | 12 | }, |
13 | 13 | "navBar": { |
14 | 14 | "links": { |
15 | | - "about": "About", |
16 | | - "download": "Download", |
17 | | - "docs": "Docs", |
18 | | - "guides": "Guides", |
| 15 | + "about": "Про Node.js", |
| 16 | + "download": "Завантажити", |
| 17 | + "docs": "Документація", |
| 18 | + "guides": "Посібники", |
19 | 19 | "learn": "Learn", |
20 | 20 | "security": "Security", |
21 | | - "certification": "Certification", |
| 21 | + "certification": "Сертифікація", |
22 | 22 | "blog": "Blog" |
23 | 23 | } |
24 | 24 | } |
|
50 | 50 | "overviewOfBlockingVsNonBlocking": "Overview of Blocking vs Non-Blocking", |
51 | 51 | "javascriptAsynchronousProgrammingAndCallbacks": "JavaScript Asynchronous Programming and Callbacks", |
52 | 52 | "discoverJavaScriptTimers": "Discover JavaScript Timers", |
53 | | - "theNodejsEventLoop": "The Node.js Event Loop", |
| 53 | + "theNodejsEventLoop": "Цикл подій Node.js", |
54 | 54 | "theNodejsEventEmitter": "The Node.js Event Emitter", |
55 | 55 | "understandingProcessnexttick": "Understanding process.nextTick()", |
56 | 56 | "understandingSetimmediate": "Understanding setImmediate()", |
|
76 | 76 | "howToReadEnvironmentVariablesFromNodejs": "Як зчитувати змінні оточення з Node.js", |
77 | 77 | "howToUseTheNodejsRepl": "How to use the Node.js REPL", |
78 | 78 | "outputToTheCommandLineUsingNodejs": "Вивід у командний рядок з Node.js", |
79 | | - "acceptInputFromTheCommandLineInNodejs": "Accept input from the command line in Node.js" |
| 79 | + "acceptInputFromTheCommandLineInNodejs": "Зчитування вводу з командного рядка з Node.js" |
80 | 80 | } |
81 | 81 | }, |
82 | 82 | "modules": { |
|
93 | 93 | "diagnostics": "Діагностика", |
94 | 94 | "userJourney": "User Journey", |
95 | 95 | "memory": "Пам’ять", |
96 | | - "liveDebugging": "Live Debugging", |
| 96 | + "liveDebugging": "Налагодження в реальному часі", |
97 | 97 | "poorPerformance": "Низька продуктивність", |
98 | 98 | "flameGraphs": "Flame Graphs" |
99 | 99 | } |
|
112 | 112 | "links": { |
113 | 113 | "getInvolved": "Долучитися", |
114 | 114 | "collabSummit": "Collaborator Summit", |
115 | | - "upcomingEvents": "Upcoming Events", |
| 115 | + "upcomingEvents": "Майбутні події", |
116 | 116 | "contribute": "Contribute to Node.js", |
117 | 117 | "codeOfConduct": "Кодекс поведінки" |
118 | 118 | } |
|
121 | 121 | "downloadList": { |
122 | 122 | "links": { |
123 | 123 | "previousReleases": "Попередні випуски", |
124 | | - "packageManager": "Installing Node.js via package manager", |
| 124 | + "packageManager": "Установка Node.js через менеджер пакетів", |
125 | 125 | "shaSums": { |
126 | 126 | "title": "Signed SHASUMS for release files", |
127 | 127 | "howToVerify": " (How to verify)" |
128 | 128 | }, |
129 | 129 | "allDownloads": "Усі завантаження", |
130 | 130 | "nightlyReleases": "Nightly builds", |
131 | 131 | "unofficialBuilds": "Неофіційні збірки", |
132 | | - "buildingFromSource": "Building Node.js from source on supported platforms", |
133 | | - "installingOnLinux": "Installing Node.js via binary archive", |
134 | | - "installingOnWsl": "Встановити на підсистему Windows для Linux (WSL)" |
| 132 | + "buildingFromSource": "Збірка Node.js із вихідного коду на підтримуваних платформах", |
| 133 | + "installingOnLinux": "Установка Node.js через бінарний архів", |
| 134 | + "installingOnWsl": "Установити на підсистему Windows для Linux (WSL)" |
135 | 135 | } |
136 | 136 | }, |
137 | 137 | "downloadReleasesTable": { |
|
187 | 187 | "contribute": "Contribute", |
188 | 188 | "contributeText": "Редагувати цю сторінку", |
189 | 189 | "viewAs": "View as", |
190 | | - "tableOfContents": "Table of Contents" |
| 190 | + "tableOfContents": "Зміст" |
191 | 191 | }, |
192 | 192 | "downloads": { |
193 | 193 | "changelogModal": { |
|
208 | 208 | "text": "Powered by" |
209 | 209 | }, |
210 | 210 | "noResults": { |
211 | | - "text": "No results found for \"{query}\"." |
| 211 | + "text": "Не знайдено результатів для «{query}»." |
212 | 212 | }, |
213 | 213 | "emptyState": { |
214 | 214 | "text": "Search something..." |
|
256 | 256 | "error": { |
257 | 257 | "notFound": { |
258 | 258 | "title": "Page could not be found", |
259 | | - "description": "Sorry, we couldn't find the page you're after! Try starting again from the homepage." |
| 259 | + "description": "На жаль, нам не вдалося знайти сторінку, яку ви шукаєте! Спробуйте знову з головної сторінки." |
260 | 260 | }, |
261 | 261 | "internalServerError": { |
262 | 262 | "title": "Internal Server Error", |
263 | 263 | "description": "This page has thrown a non-recoverable error." |
264 | 264 | }, |
265 | | - "backToHome": "Back to Home" |
| 265 | + "backToHome": "До головної" |
266 | 266 | }, |
267 | 267 | "download": { |
268 | 268 | "selectCategory": "Categories", |
269 | 269 | "categories": { |
270 | 270 | "download": "Prebuilt Installer", |
271 | 271 | "prebuilt-binaries": "Prebuilt Binaries", |
272 | | - "package-manager": "Package Manager", |
| 272 | + "package-manager": "Менеджер пакетів", |
273 | 273 | "source-code": "Вихідний код" |
274 | 274 | }, |
275 | 275 | "buttons": { |
|
0 commit comments