import type { SmartWalletLocale } from "./types.js"; const smartWalletLocalZh: SmartWalletLocale = { connecting: "正在连接智能账户", failedToConnect: "连接智能账户失败", wrongNetworkScreen: { failedToSwitch: "网络切换失败", subtitle: "钱包未连接至所需网络", title: "网络错误", }, }; export default smartWalletLocalZh;