@@ -313,50 +313,46 @@ 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
- < FooterLink href = "/learn/managing-state" > Managing State </ FooterLink >
327
- < FooterLink href = "/learn/escape-hatches" > Escape Hatches </ FooterLink >
324
+ < FooterLink href = "/learn/managing-state" > stateの管理 </ FooterLink >
325
+ < FooterLink href = "/learn/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
331
< FooterLink href = "/reference/react" > React APIs</ FooterLink >
334
332
< FooterLink href = "/reference/react-dom" > React DOM APIs</ 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" > チーム紹介 </ 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
348
< FooterLink isHeader = { true } > More</ FooterLink >
353
- < FooterLink href = "/blog" > Blog </ 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
0 commit comments