UNPKG

@daimo/pay

Version:

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

146 lines (144 loc) 7.14 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\u2019t 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 your mobile phone`, 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, install the extension on {{ SUGGESTEDEXTENSIONBROWSER }}.`, injectionScreen_install_h1: `Install {{ CONNECTORNAME }}`, injectionScreen_install_p: `To connect your {{ CONNECTORSHORTNAME }} wallet, install the browser extension.`, injectionScreen_connecting_h1: `Requesting Connection`, injectionScreen_connecting_p: `Open the {{ CONNECTORSHORTNAME }} browser extension 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. Click above to try again.`, injectionScreen_failed_h1: `Connection Failed`, injectionScreen_failed_p: `Sorry, something went wrong. Please 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\u2019re 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 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 authenticate again in the future.`, signInWithEthereumScreen_signedIn_button: "Sign Out", // New translations for Daimo Pay and additional UI payButton_defaultLabel: "Pay", insufficientBalance: "Insufficient balance", payWith: "Pay with", payWithWallet: "Pay with wallet", payWithAnotherWallet: "Pay with another wallet", payWithAnotherMethod: "Pay with another method", payWithExchange: "Pay with exchange", payViaPaymentApp: "Pay via payment app", payToAddress: "Pay to address", retry: "Retry", invalidState_heading: "Invalid State", invalidState_description: "No connectors match the id given. This state should never happen.", yourBalances: "Your balances", on: "on", moreAvailable: "More Available", other: "Other", mobileWallets: "Mobile Wallets", mobile: "Mobile", poweredBy: "Powered by", scanWithPhone: "Scan with Phone", selectExchange: "Select Exchange", solanaWallet: "Solana Wallet", leaveSession: "Leave Session?", leaveConfirm_description: "Do you want to end your Tron TRC20 USDT address? Ending it will end your current session, and you\u2019ll need to start a new one.", leaveConfirm_stay: "Stay", leaveConfirm_leave: "End Session", selectChain: "Select Chain", selectApp: "Select App", selectAmount: "Select Amount", paymentSuccessful: "Payment Successful", error: "Error", retryPayment: "Retry Payment", contactSupport: "Contact Support", sendExactly: "Send Exactly", receivingAddress: "Receiving Address", refresh: "Refresh", waitingForPayment: "Waiting For Payment", sendOnlyOnce: "Send only once", showQR: "Show QR", hideQR: "Hide QR", notWorking: "Not Working?", regenerateOrder: "Regenerate Order", generatingNewOrder: "Generating New Order..." }; export { enUS as default }; //# sourceMappingURL=en-US.js.map