@@ -286,66 +286,70 @@ export function Footer() {
286
286
</ div >
287
287
< div className = "flex flex-col" >
288
288
< FooterLink href = "/learn" isHeader = { true } >
289
- Learn React
289
+ Aprenda React
290
290
</ FooterLink >
291
- < FooterLink href = "/learn/" > Quick Start </ FooterLink >
292
- < FooterLink href = "/learn/installation" > Installation </ FooterLink >
291
+ < FooterLink href = "/learn/" > Início Rápido </ FooterLink >
292
+ < FooterLink href = "/learn/installation" > Instalação </ FooterLink >
293
293
< FooterLink href = "/learn/describing-the-ui" >
294
- Describing the UI
294
+ Descrevendo a UI
295
295
</ FooterLink >
296
296
< FooterLink href = "/learn/adding-interactivity" >
297
- Adding Interactivity
297
+ Adicionando Interatividade
298
+ </ FooterLink >
299
+ < FooterLink href = "/learn/managing-state" >
300
+ Gerenciamento de estado
301
+ </ FooterLink >
302
+ < FooterLink href = "/learn/escape-hatches" >
303
+ Saídas de Emergência
298
304
</ FooterLink >
299
- < FooterLink href = "/learn/managing-state" > Managing State</ FooterLink >
300
- < FooterLink href = "/learn/escape-hatches" > Escape Hatches</ FooterLink >
301
305
</ div >
302
306
< div className = "flex flex-col" >
303
307
< FooterLink href = "/reference/react" isHeader = { true } >
304
308
API Reference
305
309
</ FooterLink >
306
- < FooterLink href = "/reference/react" > React APIs</ FooterLink >
307
- < FooterLink href = "/reference/react-dom" > React DOM APIs </ FooterLink >
310
+ < FooterLink href = "/reference/react" > APIs do React </ FooterLink >
311
+ < FooterLink href = "/reference/react-dom" > APIs do React DOM</ FooterLink >
308
312
</ div >
309
313
< div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
310
314
< FooterLink href = "/community" isHeader = { true } >
311
- Community
315
+ Comunidade
312
316
</ FooterLink >
313
317
< FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
314
- Code of Conduct
318
+ Código de Conduta
315
319
</ FooterLink >
316
- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
320
+ < FooterLink href = "/community/team" > Conheça o Time </ FooterLink >
317
321
< FooterLink href = "/community/docs-contributors" >
318
- Docs Contributors
322
+ Contribuidores da Documentação
319
323
</ FooterLink >
320
324
< FooterLink href = "/community/acknowledgements" >
321
- Acknowledgements
325
+ Agradecimentos
322
326
</ FooterLink >
323
327
</ div >
324
328
< div className = "flex flex-col" >
325
- < FooterLink isHeader = { true } > More </ FooterLink >
329
+ < FooterLink isHeader = { true } > Mais </ FooterLink >
326
330
< FooterLink href = "/blog" > Blog</ FooterLink >
327
331
< FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
328
332
< FooterLink href = "https://opensource.facebook.com/legal/privacy" >
329
- Privacy
333
+ Privacidade
330
334
</ FooterLink >
331
335
< FooterLink href = "https://opensource.fb.com/legal/terms/" >
332
- Terms
336
+ Termos
333
337
</ FooterLink >
334
338
< div className = "flex flex-row mt-8 gap-x-2" >
335
339
< ExternalLink
336
- aria-label = "React on Facebook"
340
+ aria-label = "React no Facebook"
337
341
href = "https://www.facebook.com/react"
338
342
className = { socialLinkClasses } >
339
343
< IconFacebookCircle />
340
344
</ ExternalLink >
341
345
< ExternalLink
342
- aria-label = "React on Twitter"
346
+ aria-label = "React no Twitter"
343
347
href = "https://twitter.com/reactjs"
344
348
className = { socialLinkClasses } >
345
349
< IconTwitter />
346
350
</ ExternalLink >
347
351
< ExternalLink
348
- aria-label = "React on Github"
352
+ aria-label = "React no Github"
349
353
href = "https://github.com/facebook/react"
350
354
className = { socialLinkClasses } >
351
355
< IconGitHub />
0 commit comments