import type { SmartWalletLocale } from "./types.js"; const smartWalletLocale: SmartWalletLocale = { connecting: "스마트 계정에 연결 중", failedToConnect: "스마트 계정에 연결하지 못했습니다", wrongNetworkScreen: { failedToSwitch: "네트워크 전환 실패", subtitle: "지갑이 필요한 네트워크에 연결되어 있지 않습니다", title: "잘못된 네트워크", }, }; export default smartWalletLocale;