@@ -292,7 +292,7 @@ export function Footer() {
292
292
// @ts -ignore
293
293
window . __setUwu ( false ) ;
294
294
} } >
295
- no uwu plz
295
+ без uwu, будь ласка
296
296
</ div >
297
297
< div
298
298
className = "uwu-hidden text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
@@ -303,7 +303,7 @@ export function Footer() {
303
303
uwu?
304
304
</ div >
305
305
< div className = "uwu-visible text-xs" >
306
- Logo by
306
+ Лого від
307
307
< ExternalLink
308
308
className = "ms-1"
309
309
href = "https://twitter.com/sawaratsuki1004" >
@@ -313,72 +313,68 @@ export function Footer() {
313
313
</ div >
314
314
< div className = "flex flex-col" >
315
315
< FooterLink href = "/learn" isHeader = { true } >
316
- Learn React
317
- </ FooterLink >
318
- < FooterLink href = "/learn/" > Quick Start</ FooterLink >
319
- < FooterLink href = "/learn/installation" > Installation</ FooterLink >
320
- < FooterLink href = "/learn/describing-the-ui" >
321
- Describing the UI
316
+ Вивчення React
322
317
</ FooterLink >
318
+ < FooterLink href = "/learn/" > Швидкий старт</ FooterLink >
319
+ < FooterLink href = "/learn/installation" > Встановлення</ FooterLink >
320
+ < FooterLink href = "/learn/describing-the-ui" > Написання UI</ FooterLink >
323
321
< FooterLink href = "/learn/adding-interactivity" >
324
- Adding Interactivity
322
+ Додавання інтерактивності
325
323
</ FooterLink >
326
324
< FooterLink href = "/learn/managing-state" > Managing State</ FooterLink >
327
325
< FooterLink href = "/learn/escape-hatches" > Escape Hatches</ FooterLink >
328
326
</ div >
329
327
< div className = "flex flex-col" >
330
328
< FooterLink href = "/reference/react" isHeader = { true } >
331
- API Reference
329
+ Довідник API
332
330
</ FooterLink >
333
- < FooterLink href = "/reference/react" > React APIs </ FooterLink >
334
- < FooterLink href = "/reference/react-dom" > React DOM APIs </ FooterLink >
331
+ < FooterLink href = "/reference/react" > React: API </ FooterLink >
332
+ < FooterLink href = "/reference/react-dom" > React DOM: API </ FooterLink >
335
333
</ div >
336
334
< div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
337
335
< FooterLink href = "/community" isHeader = { true } >
338
- Community
336
+ Спільнота
339
337
</ FooterLink >
340
338
< FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
341
- Code of Conduct
339
+ Кодекс поведінки
342
340
</ FooterLink >
343
- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
341
+ < FooterLink href = "/community/team" > Команда React </ FooterLink >
344
342
< FooterLink href = "/community/docs-contributors" >
345
- Docs Contributors
346
- </ FooterLink >
347
- < FooterLink href = "/community/acknowledgements" >
348
- Acknowledgements
343
+ Автори документації
349
344
</ FooterLink >
345
+ < FooterLink href = "/community/acknowledgements" > Подяки</ FooterLink >
350
346
</ div >
351
347
< div className = "flex flex-col" >
352
- < FooterLink isHeader = { true } > More </ FooterLink >
353
- < FooterLink href = "/blog" > Blog </ FooterLink >
348
+ < FooterLink isHeader = { true } > Більше </ FooterLink >
349
+ < FooterLink href = "/blog" > Блог </ FooterLink >
354
350
< FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
355
351
< FooterLink href = "https://opensource.facebook.com/legal/privacy" >
356
- Privacy
352
+ Політика конфіденційності
357
353
</ FooterLink >
358
354
< FooterLink href = "https://opensource.fb.com/legal/terms/" >
359
- Terms
355
+ Умови використання
360
356
</ FooterLink >
361
357
< div className = "flex flex-row items-center mt-8 gap-x-2" >
362
358
< ExternalLink
363
- aria-label = "React on Facebook"
359
+ aria-label = "React у Facebook"
364
360
href = "https://www.facebook.com/react"
365
361
className = { socialLinkClasses } >
366
362
< IconFacebookCircle />
367
363
</ ExternalLink >
368
364
< ExternalLink
369
- aria-label = "React on Twitter"
365
+ aria-label = "React у Twitter"
370
366
href = "https://twitter.com/reactjs"
371
367
className = { socialLinkClasses } >
372
368
< IconTwitter />
373
369
</ ExternalLink >
374
370
< ExternalLink
375
- aria-label = "React on Bluesky"
371
+ aria-label = "React у Bluesky"
376
372
href = "https://bsky.app/profile/react.dev"
377
373
className = { socialLinkClasses } >
378
374
< IconBsky />
379
375
</ ExternalLink >
380
376
< ExternalLink
381
- aria-label = "React on Github"
377
+ aria-label = "React у Github"
382
378
href = "https://github.com/facebook/react"
383
379
className = { socialLinkClasses } >
384
380
< IconGitHub />
0 commit comments