@@ -313,50 +313,46 @@ 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 >
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 >
328326 </ div >
329327 < div className = "flex flex-col" >
330328 < FooterLink href = "/reference/react" isHeader = { true } >
331- API Reference
329+ API リファレンス
332330 </ FooterLink >
333331 < FooterLink href = "/reference/react" > React APIs</ FooterLink >
334332 < FooterLink href = "/reference/react-dom" > React DOM APIs</ 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" > チーム紹介 </ 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" >
352348 < FooterLink isHeader = { true } > More</ FooterLink >
353- < FooterLink href = "/blog" > Blog </ 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
0 commit comments