Skip to content

Commit 78f4b90

Browse files
committed
translate Sandpack
1 parent e670dc2 commit 78f4b90

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/components/MDX/Sandpack/CustomPreset.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)}

src/components/MDX/Sandpack/DownloadButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ ${css}
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
}

src/components/MDX/Sandpack/OpenInCodeSandboxButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/components/MDX/Sandpack/ResetButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)