pengzhanbo b1f996cb0e
feat(plugin-md-power): add ::: encrypt container, close #815 (#831)
* feat(plugin-md-power): add `::: encrypt` container

* chore: tweak

* chore: tweak

* chore: tweak
2026-02-12 23:55:21 +08:00

13 lines
476 B
TypeScript

import type { MDPowerLocaleData } from '../../shared/locale'
export const zhTWLocale: MDPowerLocaleData = {
encrypt: {
hint: '內容已加密,請解鎖後查看。',
placeholder: '輸入密碼',
incPwd: '密碼錯誤',
noContent: '已解鎖,但內容載入失敗,請稍後再試。',
warningTitle: '🚨 安全警告:',
warningText: '您的連線未使用 HTTPS 加密,可能導致內容洩露風險,無法存取加密內容。',
},
}