@@ -26,7 +26,7 @@ export function Footer() {
2626 < div className = "col-span-2 md:col-span-1 justify-items-start mt-3.5" >
2727 < ExternalLink
2828 href = "https://opensource.fb.com/"
29- aria-label = "Meta Open Source " >
29+ aria-label = "ميتا للمصدر المفتوح " >
3030 < div >
3131 < svg
3232 width = "160"
@@ -291,26 +291,26 @@ export function Footer() {
291291 < div
292292 className = "text-xs text-left rtl:text-right mt-2 pe-0.5"
293293 dir = "ltr" >
294- Copyright © Meta Platforms, Inc
294+ حقوق النشر © Meta Platforms, Inc
295295 </ div >
296296 < div
297297 className = "uwu-visible text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
298298 onClick = { ( ) => {
299299 // @ts -ignore
300300 window . __setUwu ( false ) ;
301301 } } >
302- no uwu plz
302+ بدون uwu من فضلك
303303 </ div >
304304 < div
305305 className = "uwu-hidden text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
306306 onClick = { ( ) => {
307307 // @ts -ignore
308308 window . __setUwu ( true ) ;
309309 } } >
310- uwu?
310+ uwu؟
311311 </ div >
312312 < div className = "uwu-visible text-xs" >
313- Logo by
313+ شعار من تصميم
314314 < ExternalLink
315315 className = "ms-1"
316316 href = "https://twitter.com/sawaratsuki1004" >
@@ -320,72 +320,72 @@ export function Footer() {
320320 </ div >
321321 < div className = "flex flex-col" >
322322 < FooterLink href = "/learn" isHeader = { true } >
323- Learn React
323+ تعلّم React
324324 </ FooterLink >
325- < FooterLink href = "/learn/" > Quick Start </ FooterLink >
326- < FooterLink href = "/learn/installation" > Installation </ FooterLink >
325+ < FooterLink href = "/learn/" > بدء سريع </ FooterLink >
326+ < FooterLink href = "/learn/installation" > التثبيت </ FooterLink >
327327 < FooterLink href = "/learn/describing-the-ui" >
328- Describing the UI
328+ وصف واجهة المستخدم
329329 </ FooterLink >
330330 < FooterLink href = "/learn/adding-interactivity" >
331- Adding Interactivity
331+ إضافة التفاعلية
332332 </ FooterLink >
333- < FooterLink href = "/learn/managing-state" > Managing State </ FooterLink >
334- < FooterLink href = "/learn/escape-hatches" > Escape Hatches </ FooterLink >
333+ < FooterLink href = "/learn/managing-state" > إدارة الحالة </ FooterLink >
334+ < FooterLink href = "/learn/escape-hatches" > منافذ استثنائية </ FooterLink >
335335 </ div >
336336 < div className = "flex flex-col" >
337337 < FooterLink href = "/reference/react" isHeader = { true } >
338- API Reference
338+ مرجع API
339+ </ FooterLink >
340+ < FooterLink href = "/reference/react" > واجهات برمجة React</ FooterLink >
341+ < FooterLink href = "/reference/react-dom" >
342+ واجهات برمجة React DOM
339343 </ FooterLink >
340- < FooterLink href = "/reference/react" > React APIs</ FooterLink >
341- < FooterLink href = "/reference/react-dom" > React DOM APIs</ FooterLink >
342344 </ div >
343345 < div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
344346 < FooterLink href = "/community" isHeader = { true } >
345- Community
347+ المجتمع
346348 </ FooterLink >
347349 < FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
348- Code of Conduct
350+ مدونة السلوك
349351 </ FooterLink >
350- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
352+ < FooterLink href = "/community/team" > تعرّف على الفريق </ FooterLink >
351353 < FooterLink href = "/community/docs-contributors" >
352- Docs Contributors
353- </ FooterLink >
354- < FooterLink href = "/community/acknowledgements" >
355- Acknowledgements
354+ مساهمو الوثائق
356355 </ FooterLink >
356+ < FooterLink href = "/community/acknowledgements" > شكر وتقدير</ FooterLink >
357357 </ div >
358358 < div className = "flex flex-col" >
359- < FooterLink isHeader = { true } > More </ FooterLink >
360- < FooterLink href = "/blog" > Blog </ FooterLink >
359+ < FooterLink isHeader = { true } > المزيد </ FooterLink >
360+ < FooterLink href = "/blog" > المدوّنة </ FooterLink >
361361 < FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
362362 < FooterLink href = "https://opensource.facebook.com/legal/privacy" >
363- Privacy
363+ الخصوصية
364364 </ FooterLink >
365365 < FooterLink href = "https://opensource.fb.com/legal/terms/" >
366- Terms
366+ الشروط
367367 </ FooterLink >
368368 < div className = "flex flex-row items-center mt-8 gap-x-2" >
369369 < ExternalLink
370- aria-label = "React on Facebook"
370+ aria-label = "React على Facebook"
371371 href = "https://www.facebook.com/react"
372372 className = { socialLinkClasses } >
373373 < IconFacebookCircle />
374374 </ ExternalLink >
375375 < ExternalLink
376- aria-label = "React on Twitter "
376+ aria-label = "React على X "
377377 href = "https://twitter.com/reactjs"
378378 className = { socialLinkClasses } >
379379 < IconTwitter />
380380 </ ExternalLink >
381381 < ExternalLink
382- aria-label = "React on Bluesky"
382+ aria-label = "React على Bluesky"
383383 href = "https://bsky.app/profile/react.dev"
384384 className = { socialLinkClasses } >
385385 < IconBsky />
386386 </ ExternalLink >
387387 < ExternalLink
388- aria-label = "React on Github "
388+ aria-label = "React على GitHub "
389389 href = "https://github.com/facebook/react"
390390 className = { socialLinkClasses } >
391391 < IconGitHub />
0 commit comments