File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/components/MDX/Sandpack Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const SandboxShell = memo(function SandboxShell({
119119 className = "inline mr-1.5 text-xl"
120120 displayDirection = { isExpanded ? 'up' : 'down' }
121121 />
122- { isExpanded ? 'Show less ' : 'Show more ' }
122+ { isExpanded ? 'Daha az göster ' : 'Daha fazla göster ' }
123123 </ span >
124124 </ button >
125125 ) }
Original file line number Diff line number Diff line change 9898 < button
9999 className = "text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
100100 onClick = { downloadHTML }
101- title = "Download Sandbox"
101+ title = "Sandbox'ı İndir "
102102 type = "button" >
103- < IconDownload className = "inline mr-1" /> Download
103+ < IconDownload className = "inline mr-1" /> İndir
104104 </ button >
105105 ) ;
106106}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const OpenInCodeSandboxButton = () => {
99 return (
1010 < UnstyledOpenInCodeSandboxButton
1111 className = "text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1 ml-2 md:ml-1"
12- title = "Open in CodeSandbox" >
12+ title = "CodeSandbox'ta Aç " >
1313 < IconNewPage
1414 className = "inline ml-1 mr-1 relative top-[1px]"
1515 width = "1em"
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ export function ResetButton({onReset}: ResetButtonProps) {
1313 < button
1414 className = "text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
1515 onClick = { onReset }
16- title = "Reset Sandbox"
16+ title = "Sandbox'ı Sıfırla "
1717 type = "button" >
18- < IconRestart className = "inline ml-1 mr-1 relative" /> Reset
18+ < IconRestart className = "inline ml-1 mr-1 relative" /> Sıfırla
1919 </ button >
2020 ) ;
2121}
You can’t perform that action at this time.
0 commit comments