UNPKG

@0xfutbol/id

Version:

React component library with shared providers for 0xFutbol ID

24 lines (23 loc) 757 B
/** * @internal */ const injectedWalletLocaleEn = (wallet) => ({ connectionScreen: { inProgress: "Awaiting Confirmation", failed: "Connection failed", instruction: `Accept the connection request in ${wallet}`, retry: "Try Again", }, getStartedScreen: { instruction: `Scan the QR code to download the ${wallet} app`, }, scanScreen: { instruction: `Scan the QR code with the ${wallet} app to connect`, }, getStartedLink: `Don't have ${wallet}?`, download: { chrome: "Download Chrome Extension", android: "Download on Google Play", iOS: "Download on App Store", }, });export{injectedWalletLocaleEn as default};//# sourceMappingURL=en-B1n7AA61.js.map