import { localTrans } from '@capital/common'; export const Translate = { webpanel: localTrans({ 'zh-CN': '网页面板', 'en-US': 'Webview Panel' }), notfound: localTrans({ 'zh-CN': '加载失败, 面板信息不存在', 'en-US': 'Loading failed, panel info does not exist', }), website: localTrans({ 'zh-CN': '网址', 'en-US': 'Website', }), };