@@ -283,7 +283,7 @@ export function Footer() {
283283 < div
284284 className = "text-xs text-left rtl:text-right mt-2 pe-0.5"
285285 dir = "ltr" >
286- Copyright © Meta Platforms, Inc
286+ حقوق الطبع والنشر © منصة ميتا، المحدودة
287287 </ div >
288288 < div
289289 className = "uwu-visible text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
@@ -312,50 +312,54 @@ export function Footer() {
312312 </ div >
313313 < div className = "flex flex-col" >
314314 < FooterLink href = "/learn" isHeader = { true } >
315- Learn React
315+ تعلم React
316316 </ FooterLink >
317- < FooterLink href = "/learn/" > Quick Start </ FooterLink >
318- < FooterLink href = "/learn/installation" > Installation </ FooterLink >
317+ < FooterLink href = "/learn/" > البدء السريع </ FooterLink >
318+ < FooterLink href = "/learn/installation" > تثبيت </ FooterLink >
319319 < FooterLink href = "/learn/describing-the-ui" >
320- Describing the UI
320+ وصف واجهة المستخدم
321321 </ FooterLink >
322322 < FooterLink href = "/learn/adding-interactivity" >
323- Adding Interactivity
323+ إضافة التفاعل
324324 </ FooterLink >
325- < FooterLink href = "/learn/managing-state" > Managing State </ FooterLink >
326- < FooterLink href = "/learn/escape-hatches" > Escape Hatches </ FooterLink >
325+ < FooterLink href = "/learn/managing-state" > إدارة الدولة </ FooterLink >
326+ < FooterLink href = "/learn/escape-hatches" > فتحات الهروب </ FooterLink >
327327 </ div >
328328 < div className = "flex flex-col" >
329329 < FooterLink href = "/reference/react" isHeader = { true } >
330- API Reference
330+ API مرجع
331+ </ FooterLink >
332+ < FooterLink href = "/reference/react" >
333+ واجهات برمجة التطبيقات React
334+ </ FooterLink >
335+ < FooterLink href = "/reference/react-dom" >
336+ واجهات برمجة تطبيقات React DOM
331337 </ FooterLink >
332- < FooterLink href = "/reference/react" > React APIs</ FooterLink >
333- < FooterLink href = "/reference/react-dom" > React DOM APIs</ FooterLink >
334338 </ div >
335339 < div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
336340 < FooterLink href = "/community" isHeader = { true } >
337- Community
341+ مجتمع
338342 </ FooterLink >
339343 < FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
340- Code of Conduct
344+ مدونة لقواعد السلوك
341345 </ FooterLink >
342- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
346+ < FooterLink href = "/community/team" > تعرف على الفريق </ FooterLink >
343347 < FooterLink href = "/community/docs-contributors" >
344- Docs Contributors
348+ مساهمو الوثائق
345349 </ FooterLink >
346350 < FooterLink href = "/community/acknowledgements" >
347- Acknowledgements
351+ الشكر والتقدير
348352 </ FooterLink >
349353 </ div >
350354 < div className = "flex flex-col" >
351- < FooterLink isHeader = { true } > More </ FooterLink >
352- < FooterLink href = "/blog" > Blog </ FooterLink >
355+ < FooterLink isHeader = { true } > أكثر </ FooterLink >
356+ < FooterLink href = "/blog" > مدونة </ FooterLink >
353357 < FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
354358 < FooterLink href = "https://opensource.facebook.com/legal/privacy" >
355- Privacy
359+ خصوصية
356360 </ FooterLink >
357361 < FooterLink href = "https://opensource.fb.com/legal/terms/" >
358- Terms
362+ شروط
359363 </ FooterLink >
360364 < div className = "flex flex-row items-center mt-8 gap-x-2" >
361365 < ExternalLink
0 commit comments