@@ -347,7 +347,7 @@ export default function TopNav({
347347 < div className = "flex items-center -space-x-2.5 xs:space-x-0 " >
348348 < div className = "flex md:hidden" >
349349 < button
350- aria-label = "Search "
350+ aria-label = "Cerca "
351351 type = "button"
352352 className = "flex items-center justify-center w-12 h-12 transition-transform rounded-full active:scale-95 md:hidden hover:bg-secondary-button hover:dark:bg-secondary-button-dark outline-link"
353353 onClick = { onOpenSearch } >
@@ -357,7 +357,7 @@ export default function TopNav({
357357 < div className = "flex dark:hidden" >
358358 < button
359359 type = "button"
360- aria-label = "Use Dark Mode "
360+ aria-label = "Usa la modalità scura "
361361 onClick = { ( ) => {
362362 window . __setPreferredTheme ( 'dark' ) ;
363363 } }
@@ -368,7 +368,7 @@ export default function TopNav({
368368 < div className = "hidden dark:flex" >
369369 < button
370370 type = "button"
371- aria-label = "Use Light Mode "
371+ aria-label = "Usa la modalità chiara "
372372 onClick = { ( ) => {
373373 window . __setPreferredTheme ( 'light' ) ;
374374 } }
@@ -379,7 +379,7 @@ export default function TopNav({
379379 < div className = "flex" >
380380 < Link
381381 href = "/community/translations"
382- aria-label = "Translations "
382+ aria-label = "Traduzioni "
383383 className = "active:scale-95 transition-transform flex w-12 h-12 rounded-full items-center justify-center hover:bg-primary/5 hover:dark:bg-primary-dark/5 outline-link" >
384384 { languageIcon }
385385 </ Link >
@@ -389,7 +389,7 @@ export default function TopNav({
389389 href = "https://github.com/react/react/releases"
390390 target = "_blank"
391391 rel = "noreferrer noopener"
392- aria-label = "Open on GitHub"
392+ aria-label = "Apri su GitHub"
393393 className = "flex items-center justify-center w-12 h-12 transition-transform rounded-full active:scale-95 hover:bg-primary/5 hover:dark:bg-primary-dark/5 outline-link" >
394394 { githubIcon }
395395 </ Link >
@@ -416,17 +416,17 @@ export default function TopNav({
416416 < Suspense fallback = { null } >
417417 < div className = "ps-3 xs:ps-5 xs:gap-0.5 xs:text-base overflow-x-auto flex flex-row lg:hidden text-base font-bold text-secondary dark:text-secondary-dark" >
418418 < NavItem isActive = { section === 'learn' } url = "/learn" >
419- Learn
419+ Impara
420420 </ NavItem >
421421 < NavItem
422422 isActive = { section === 'reference' }
423423 url = "/reference/react" >
424- Reference
424+ Riferimento
425425 </ NavItem >
426426 < NavItem
427427 isActive = { section === 'community' }
428428 url = "/community" >
429- Community
429+ Comunità
430430 </ NavItem >
431431 < NavItem isActive = { section === 'blog' } url = "/blog" >
432432 Blog
0 commit comments