import type { SmartWalletLocale } from "./types.js"; const smartWalletLocale: SmartWalletLocale = { connecting: "スマートアカウントに接続中", failedToConnect: "スマートアカウントへの接続に失敗しました", wrongNetworkScreen: { failedToSwitch: "ネットワークの切り替えに失敗しました", subtitle: "ウォレットが必要なネットワークに接続されていません", title: "ネットワークが違います", }, }; export default smartWalletLocale;