import { localTrans } from '@capital/common';
export const Translate = {
panelName: localTrans({ 'zh-CN': '工具哇!', 'en-US': 'Toolwa!' }),
};