import type { SmartWalletLocale } from "./types.js"; const smartWalletLocalePtBr: SmartWalletLocale = { connecting: "Conectando à Conta Inteligente", failedToConnect: "Falha ao conectar à Conta Inteligente", wrongNetworkScreen: { failedToSwitch: "Falha ao mudar de rede", subtitle: "Sua carteira não está conectada à rede requerida", title: "Rede Incorreta", }, }; export default smartWalletLocalePtBr;