File tree Expand file tree Collapse file tree 4 files changed +72
-72
lines changed
Expand file tree Collapse file tree 4 files changed +72
-72
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ export function ClearButton({onClear}: ClearButtonProps) {
2020 < button
2121 className = "text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
2222 onClick = { onClear }
23- title = "Clear all edits and reload sandbox "
23+ title = "모든 편집 내용을 지우고 샌드박스를 다시 로딩합니다. "
2424 type = "button" >
2525 < IconClose className = "inline mx-1 relative" />
26- < span className = "hidden md:block" > Clear </ span >
26+ < span className = "hidden md:block" > 초기화 </ span >
2727 </ button >
2828 ) ;
2929}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ ${css}
107107 < button
108108 className = "text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
109109 onClick = { downloadHTML }
110- title = "Download Sandbox "
110+ title = "샌드박스를 다운로드합니다. "
111111 type = "button" >
112112 < IconDownload className = "inline me-1" /> 다운로드
113113 </ button >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const OpenInCodeSandboxButton = () => {
1616 return (
1717 < UnstyledOpenInCodeSandboxButton
1818 className = "text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1 ms-2 md:ms-1"
19- title = "Open in CodeSandbox " >
19+ title = "CodeSandbox에서 편집합니다. " >
2020 < IconNewPage
2121 className = "inline mx-1 relative top-[1px]"
2222 width = "1em"
You can’t perform that action at this time.
0 commit comments