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
528 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { MDPowerLocaleData } from '../../shared/locale'
export const zhLocale: MDPowerLocaleData = {
common: {
copy: '复制',
copied: '已复制',
},
encrypt: {
hint: '内容已加密,请解锁后查看。',
placeholder: '输入密码',
incPwd: '密码错误',
noContent: '已解锁,但内容加载失败,请稍后再试。',
warningTitle: '🚨 安全警告:',
warningText: '您的连接未使用HTTPS加密存在内容泄露风险无法访问加密内容。',
},
}