pengzhanbo 2780abd782
feat(plugin-md-power): add copy button for file-tree container, close #835 (#837)
* feat(plugin-md-power): add copy button for file-tree container, close #835

* chore: tweak
2026-02-13 01:16:47 +08:00

17 lines
672 B
TypeScript

import type { MDPowerLocaleData } from '../../shared/locale'
export const koLocale: MDPowerLocaleData = {
common: {
copy: '복사',
copied: '복사됨',
},
encrypt: {
hint: '내용이 암호화되어 있습니다. 잠금 해제 후 확인하세요.',
placeholder: '비밀번호 입력',
incPwd: '잘못된 비밀번호',
noContent: '잠금이 해제되었지만 내용을 불러오지 못했습니다. 나중에 다시 시도해 주세요.',
warningTitle: '🚨 보안 경고:',
warningText: '연결이 HTTPS로 암호화되지 않아 내용 유출 위험이 있으며, 암호화된 콘텐츠에 접근할 수 없습니다.',
},
}