mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
* feat(plugin-md-power): add `::: encrypt` container * chore: tweak * chore: tweak * chore: tweak
13 lines
476 B
TypeScript
13 lines
476 B
TypeScript
import type { MDPowerLocaleData } from '../../shared/locale'
|
|
|
|
export const zhTWLocale: MDPowerLocaleData = {
|
|
encrypt: {
|
|
hint: '內容已加密,請解鎖後查看。',
|
|
placeholder: '輸入密碼',
|
|
incPwd: '密碼錯誤',
|
|
noContent: '已解鎖,但內容載入失敗,請稍後再試。',
|
|
warningTitle: '🚨 安全警告:',
|
|
warningText: '您的連線未使用 HTTPS 加密,可能導致內容洩露風險,無法存取加密內容。',
|
|
},
|
|
}
|