import type { SmartWalletLocale } from "./types.js"; const smartWalletLocalEn: SmartWalletLocale = { connecting: "Connexion au compte intelligent", failedToConnect: "Échec de la connexion au compte intelligent", wrongNetworkScreen: { failedToSwitch: "Échec du changement de réseau", subtitle: "Votre portefeuille n'est pas connecté au réseau requis", title: "Mauvais réseau", }, }; export default smartWalletLocalEn;