@@ -292,7 +292,7 @@ export function Footer() {
292292 // @ts -ignore
293293 window . __setUwu ( false ) ;
294294 } } >
295- no uwu plz
295+ без uwu, будь ласка
296296 </ div >
297297 < div
298298 className = "uwu-hidden text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
@@ -303,7 +303,7 @@ export function Footer() {
303303 uwu?
304304 </ div >
305305 < div className = "uwu-visible text-xs" >
306- Logo by
306+ Лого від
307307 < ExternalLink
308308 className = "ms-1"
309309 href = "https://twitter.com/sawaratsuki1004" >
@@ -313,72 +313,68 @@ export function Footer() {
313313 </ div >
314314 < div className = "flex flex-col" >
315315 < 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
322317 </ FooterLink >
318+ < FooterLink href = "/learn/" > Швидкий старт</ FooterLink >
319+ < FooterLink href = "/learn/installation" > Встановлення</ FooterLink >
320+ < FooterLink href = "/learn/describing-the-ui" > Написання UI</ FooterLink >
323321 < FooterLink href = "/learn/adding-interactivity" >
324- Adding Interactivity
322+ Додавання інтерактивності
325323 </ FooterLink >
326324 < FooterLink href = "/learn/managing-state" > Managing State</ FooterLink >
327325 < FooterLink href = "/learn/escape-hatches" > Escape Hatches</ FooterLink >
328326 </ div >
329327 < div className = "flex flex-col" >
330328 < FooterLink href = "/reference/react" isHeader = { true } >
331- API Reference
329+ Довідник API
332330 </ 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 >
335333 </ div >
336334 < div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
337335 < FooterLink href = "/community" isHeader = { true } >
338- Community
336+ Спільнота
339337 </ FooterLink >
340338 < FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
341- Code of Conduct
339+ Кодекс поведінки
342340 </ FooterLink >
343- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
341+ < FooterLink href = "/community/team" > Команда React </ FooterLink >
344342 < FooterLink href = "/community/docs-contributors" >
345- Docs Contributors
346- </ FooterLink >
347- < FooterLink href = "/community/acknowledgements" >
348- Acknowledgements
343+ Автори документації
349344 </ FooterLink >
345+ < FooterLink href = "/community/acknowledgements" > Подяки</ FooterLink >
350346 </ div >
351347 < 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 >
354350 < FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
355351 < FooterLink href = "https://opensource.facebook.com/legal/privacy" >
356- Privacy
352+ Політика конфіденційності
357353 </ FooterLink >
358354 < FooterLink href = "https://opensource.fb.com/legal/terms/" >
359- Terms
355+ Умови використання
360356 </ FooterLink >
361357 < div className = "flex flex-row items-center mt-8 gap-x-2" >
362358 < ExternalLink
363- aria-label = "React on Facebook"
359+ aria-label = "React у Facebook"
364360 href = "https://www.facebook.com/react"
365361 className = { socialLinkClasses } >
366362 < IconFacebookCircle />
367363 </ ExternalLink >
368364 < ExternalLink
369- aria-label = "React on Twitter"
365+ aria-label = "React у Twitter"
370366 href = "https://twitter.com/reactjs"
371367 className = { socialLinkClasses } >
372368 < IconTwitter />
373369 </ ExternalLink >
374370 < ExternalLink
375- aria-label = "React on Bluesky"
371+ aria-label = "React у Bluesky"
376372 href = "https://bsky.app/profile/react.dev"
377373 className = { socialLinkClasses } >
378374 < IconBsky />
379375 </ ExternalLink >
380376 < ExternalLink
381- aria-label = "React on Github"
377+ aria-label = "React у Github"
382378 href = "https://github.com/facebook/react"
383379 className = { socialLinkClasses } >
384380 < IconGitHub />
0 commit comments