@@ -312,73 +312,73 @@ export function Footer() {
312312 </ div >
313313 </ div >
314314 < div className = "flex flex-col" >
315- < FooterLink href = "/learn" isHeader = { true } >
316- Learn React
315+ < FooterLink href = "/learn" isHeader = { true } >
316+ Изучайте React
317317 </ FooterLink >
318- < FooterLink href = "/learn/" > Quick Start </ FooterLink >
319- < FooterLink href = "/learn/installation" > Installation </ FooterLink >
318+ < FooterLink href = "/learn/" > Быстрый старт </ FooterLink >
319+ < FooterLink href = "/learn/installation" > Установка </ FooterLink >
320320 < FooterLink href = "/learn/describing-the-ui" >
321- Describing the UI
321+ Описание интерфейса
322322 </ FooterLink >
323323 < FooterLink href = "/learn/adding-interactivity" >
324- Adding Interactivity
324+ Добавление интерактивности
325325 </ FooterLink >
326- < FooterLink href = "/learn/managing-state" > Managing State </ FooterLink >
327- < FooterLink href = "/learn/escape-hatches" > Escape Hatches </ FooterLink >
326+ < FooterLink href = "/learn/managing-state" > Управление состоянием </ FooterLink >
327+ < FooterLink href = "/learn/escape-hatches" > Обходные пути </ FooterLink >
328328 </ div >
329329 < div className = "flex flex-col" >
330330 < FooterLink href = "/reference/react" isHeader = { true } >
331- API Reference
331+ Справочник API
332332 </ FooterLink >
333- < FooterLink href = "/reference/react" > React APIs </ FooterLink >
334- < FooterLink href = "/reference/react-dom" > React DOM APIs </ FooterLink >
333+ < FooterLink href = "/reference/react" > API React </ FooterLink >
334+ < FooterLink href = "/reference/react-dom" > API React DOM</ FooterLink >
335335 </ div >
336336 < div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
337337 < FooterLink href = "/community" isHeader = { true } >
338- Community
338+ Сообщество
339339 </ FooterLink >
340340 < FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
341- Code of Conduct
341+ Кодекс поведения
342342 </ FooterLink >
343- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
343+ < FooterLink href = "/community/team" > Встреча с командой </ FooterLink >
344344 < FooterLink href = "/community/docs-contributors" >
345- Docs Contributors
345+ Контрибьюторы документации
346346 </ FooterLink >
347347 < FooterLink href = "/community/acknowledgements" >
348- Acknowledgements
348+ Благодарности
349349 </ FooterLink >
350350 </ div >
351351 < div className = "flex flex-col" >
352- < FooterLink isHeader = { true } > More </ FooterLink >
353- < FooterLink href = "/blog" > Blog </ FooterLink >
352+ < FooterLink isHeader = { true } > Дополнительно </ FooterLink >
353+ < FooterLink href = "/blog" > Блог </ FooterLink >
354354 < FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
355355 < FooterLink href = "https://opensource.facebook.com/legal/privacy" >
356- Privacy
356+ Конфиденциальность
357357 </ FooterLink >
358358 < FooterLink href = "https://opensource.fb.com/legal/terms/" >
359- Terms
359+ Условия
360360 </ FooterLink >
361361 < div className = "flex flex-row items-center mt-8 gap-x-2" >
362362 < ExternalLink
363- aria-label = "React on Facebook"
363+ aria-label = "React на Facebook"
364364 href = "https://www.facebook.com/react"
365365 className = { socialLinkClasses } >
366366 < IconFacebookCircle />
367367 </ ExternalLink >
368368 < ExternalLink
369- aria-label = "React on Twitter"
369+ aria-label = "React в Twitter"
370370 href = "https://twitter.com/reactjs"
371371 className = { socialLinkClasses } >
372372 < IconTwitter />
373373 </ ExternalLink >
374374 < ExternalLink
375- aria-label = "React on Bluesky"
375+ aria-label = "React на Bluesky"
376376 href = "https://bsky.app/profile/react.dev"
377377 className = { socialLinkClasses } >
378378 < IconBsky />
379379 </ ExternalLink >
380380 < ExternalLink
381- aria-label = "React on Github"
381+ aria-label = "React на Github"
382382 href = "https://github.com/facebook/react"
383383 className = { socialLinkClasses } >
384384 < IconGitHub />
0 commit comments