UNPKG

@coin-voyage/paykit

Version:

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

125 lines (124 loc) 7.54 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", moreAvailable: "More Available", tryAgain: "Try Again", tryAgainQuestion: "Try Again?", recent: "Recent", dontHaveTheApp: "Don't have the app?", scanTheQRCode: "Scan the QR code", useWalletConnectModal: "Use WalletConnect Modal", 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/", requesting_payment_h1: "Requesting Payment", requesting_payment_p: "Please approve the transaction in your wallet to continue.", 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 {{ CHAIN_TYPE }} 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_walletConnect: "Open a [WALLETCONNECTLOGO] WalletConnect \nsupported wallet to scan", 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", selectMethodScreen_heading: "Select Method", selectPayToAddressChainScreen_heading: "Select Chain", selectPayToAddressTokenScreen_heading: "Select Token", payToAddressWaitingScreen_heading: "Waiting for Payment", selectPayToAddressWaitingScreen_unavailable_h1: "Unavailable", selectPayToAddressWaitingScreen_unavailable_p: "We're unable to process payments for this chain at this time. Please select another chain.", payToAddressScreen_generatingDepositAddress: "Generating deposit address...", selectChainScreen_heading: "Select Chain", selectTokenScreen_heading: "Select Token", selectTokenScreen_selectAnotherWallet: "Select Another Wallet", selectTokenScreen_selectAnotherMethod: "Select Another Method", selectTokenScreen_noOptions_h1: "No Payment Options Available", selectTokenScreen_noOptions_p: "Selected wallet doesn't have tokens to complete this payment. Try a different wallet or payment method.", 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", payWithTokenScreen_expired_h1: "Payment Expired", payWithTokenScreen_expired_p: "The payment request has expired.\nPlease try again.", confirmationScreen_heading: "Confirm Payment", confirmationScreen_awaiting: "Awaiting", confirmationScreen_confirming: "Confirming", confirmationScreen_executing: "Executing", confirmationScreen_completed: "Payment Completed", sendOnlyOnce: "Send only once", refresh: "Refresh", sendExactly: "Send exactly", depositAddress: "Deposit Address", showQR: "Show QR", hideQR: "Hide QR", expired: "Expired", }; export default enUS;