export interface CopyCodePluginLocaleData { /** * Copy text * * 复制文字 */ copy: string; /** * Copied text * * 已复制文字 */ copied: string; }