UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

94 lines (92 loc) 5.66 kB
const enUS = { connectWallet: "Connect Wallet", disconnect: "Disconnect", connected: "Connected", wrongNetwork: "Wrong Network", switchNetworks: "Switch Networks", chainNetwork: "{{ CHAIN }} Network", copyToClipboard: "Copy to Clipboard", copyCode: "Copy Code", moreInformation: "More Information", back: "Back", close: "Close", or: "or", more: "More", tryAgain: "Try Again", tryAgainQuestion: "Try Again?", dontHaveTheApp: "Don't have the app?", scanTheQRCode: "Scan the QR code", useModal: "Use Modal", installTheExtension: "Install the Extension", getWalletName: "Get {{ CONNECTORNAME }}", otherWallets: "Other Wallets", learnMore: "Learn More", getWallet: "Get a Wallet", approveInWallet: "Approve in Wallet", confirmInWallet: "Confirm in Wallet", awaitingConfirmation: "Awaiting Confirmation", signIn: "Sign In", signOut: "Sign Out", signedIn: "Signed In", signedOut: "Signed Out", walletNotConnected: "Wallet Not Connected", warnings_walletSwitchingUnsupported: `Your wallet does not support switching networks from this app.`, warnings_walletSwitchingUnsupportedResolve: `Try switching networks from within your wallet instead.`, warnings_chainUnsupported: `This app does not support the current connected network.`, warnings_chainUnsupportedResolve: `Switch or disconnect to continue.`, onboardingScreen_heading: `Get a Wallet`, onboardingScreen_h1: `Start Exploring Web3`, onboardingScreen_p: `Your wallet is the gateway to all things Ethereum, the magical technology that makes it possible to explore web3.`, onboardingScreen_ctaText: `Choose Your First Wallet`, onboardingScreen_ctaUrl: `https://ethereum.org/en/wallets/find-wallet/`, aboutScreen_heading: `About Wallets`, aboutScreen_a_h1: `For your digital assets`, aboutScreen_a_p: `Wallets let you send, receive, store, and interact with digital assets like NFTs and other Ethereum tokens.`, aboutScreen_b_h1: `A better way to login`, aboutScreen_b_p: `With modern apps, your wallet can be used as an easy way to login, instead of having to remember a password.`, aboutScreen_c_h1: `Explore the world of web3`, aboutScreen_c_p: `Your wallet is an essential utility that lets you explore and participate in the fast evolving world of web3.`, aboutScreen_ctaText: `Learn More`, aboutScreen_ctaUrl: `https://ethereum.org/en/wallets/`, connectorsScreen_heading: `Connect Wallet`, connectorsScreen_newcomer: `I don’t have a wallet`, connectorsScreen_h1: `What is a wallet?`, connectorsScreen_p: `Wallets are used to send, receive, and store digital assets. Connecting a wallet lets you interact with apps.`, mobileConnectorsScreen_heading: `Choose Wallet`, scanScreen_heading: `Scan with Phone`, scanScreen_heading_withConnector: `Scan with {{ CONNECTORNAME }}`, scanScreen_tooltip_default: `Open {{ CONNECTORNAME }} on \nyour mobile phone to scan`, downloadAppScreen_heading: `Get {{ CONNECTORNAME }}`, downloadAppScreen_iosAndroid: `Scan with your phone camera to download on iOS or Android.`, downloadAppScreen_ios: `Scan with your phone camera to download on iOS.`, downloadAppScreen_android: `Scan with your phone camera to download Android.`, injectionScreen_unavailable_h1: `Unsupported Browser`, injectionScreen_unavailable_p: `To connect your {{ CONNECTORSHORTNAME }} wallet,\ninstall the extension on {{ SUGGESTEDEXTENSIONBROWSER }}.`, injectionScreen_install_h1: `Install {{ CONNECTORNAME }}`, injectionScreen_install_p: `To connect your {{ CONNECTORSHORTNAME }} wallet,\ninstall the browser extension.`, injectionScreen_connecting_h1: `Requesting Connection`, injectionScreen_connecting_p: `Open the {{ CONNECTORSHORTNAME }} browser \nextension to connect your wallet.`, injectionScreen_connecting_injected_h1: `Requesting Connection`, injectionScreen_connecting_injected_p: `Accept the request through your wallet to connect to this app.`, injectionScreen_connected_h1: `Already Connected`, injectionScreen_connected_p: `It is now okay to close this popup`, injectionScreen_rejected_h1: `Request Cancelled`, injectionScreen_rejected_p: `You cancelled the request.\nClick above to try again.`, injectionScreen_failed_h1: `Connection Failed`, injectionScreen_failed_p: `Sorry, something went wrong.\nPlease try connecting again.`, injectionScreen_notconnected_h1: `Login to {{ CONNECTORNAME }}`, injectionScreen_notconnected_p: `To continue, please login to your {{ CONNECTORNAME }} extension.`, profileScreen_heading: "Connected", switchNetworkScreen_heading: "Switch Networks", signInWithEthereumScreen_tooltip: "You’re not signed in to this app.\n**Sign In With Ethereum** to continue.", signInWithEthereumScreen_signedOut_heading: "Sign In With Ethereum", signInWithEthereumScreen_signedOut_h1: "This app would like to verify you \n as the owner of this wallet.", signInWithEthereumScreen_signedOut_p: `Please sign the message request \n in your wallet to continue.`, signInWithEthereumScreen_signedOut_button: "Sign In", signInWithEthereumScreen_signedIn_heading: "Signed In With Ethereum", signInWithEthereumScreen_signedIn_h1: "You successfully verified yourself \n as the owner of this wallet.", signInWithEthereumScreen_signedIn_p: `Signing out will require you to \n authenticate again in the future.`, signInWithEthereumScreen_signedIn_button: "Sign Out", }; export { enUS as default }; //# sourceMappingURL=en-US.js.map