UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

112 lines (111 loc) 5.11 kB
{ "connect": { "selectingWallet": { "header": "Available Wallets", "sidebar": { "heading": "Get Started", "subheading": "Connect your wallet", "paragraph": "Connecting your wallet is like “logging in” to Web3. Select your wallet from the options to get started." }, "recommendedWalletsPart1": "{app} only supports", "recommendedWalletsPart2": "on this platform. Please use or install one of the supported wallets to continue", "installWallet": "You do not have any wallets installed that {app} supports, please use a supported wallet", "agreement": { "agree": "I agree to the", "terms": "Terms & Conditions", "and": "and", "privacy": "Privacy Policy" } }, "connectingWallet": { "header": "{connectionRejected, select, false {Connecting to {wallet}...} other {Connection Rejected}}", "sidebar": { "subheading": "Approve Connection", "paragraph": "Please approve the connection in your wallet and authorize access to continue." }, "mainText": "Connecting...", "paragraph": "Make sure to select all accounts that you want to grant access to.", "previousConnection": "{wallet} already has a pending connection request, please open the {wallet} app to login and connect.", "rejectedText": "Connection Rejected!", "rejectedCTA": "Click here to try again", "primaryButton": "Back to wallets" }, "connectedWallet": { "header": "Connection Successful", "sidebar": { "subheading": "Connection Successful!", "paragraph": "Your wallet is now connected to {app}" }, "mainText": "Connected" } }, "modals": { "actionRequired": { "heading": "Action required in {wallet}", "paragraph": "Please switch the active account in your wallet.", "linkText": "Learn more.", "buttonText": "Okay" }, "switchChain": { "heading": "Switch Chain", "paragraph1": "{app} requires that you switch your wallet to the {nextNetworkName} network to continue.", "paragraph2": "*Some wallets may not support changing networks. If you can not change networks in your wallet you may consider switching to a different wallet." }, "confirmDisconnectAll": { "heading": "Disconnect all Wallets", "description": "Are you sure that you would like to disconnect all your wallets?", "confirm": "Confirm", "cancel": "Cancel" } }, "accountCenter": { "connectAnotherWallet": "Connect another Wallet", "disconnectAllWallets": "Disconnect all Wallets", "currentNetwork": "Current Network", "appInfo": "App Info", "learnMore": "Learn More", "gettingStartedGuide": "Getting Started Guide", "smartContracts": "Smart Contract(s)", "explore": "Explore", "backToApp": "Back to dapp", "poweredBy": "powered by", "addAccount": "Add Account", "setPrimaryAccount": "Set Primary Account", "disconnectWallet": "Disconnect Wallet", "copyAddress": "Copy Wallet address" }, "notify": { "transaction": { "txRequest": "Your transaction is waiting for you to confirm", "nsfFail": "You have insufficient funds for this transaction", "txUnderpriced": "The gas price for your transaction is too low, try a higher gas price", "txRepeat": "This could be a repeat transaction", "txAwaitingApproval": "You have a previous transaction waiting for you to confirm", "txConfirmReminder": "Please confirm your transaction to continue", "txSendFail": "You rejected the transaction", "txSent": "Your transaction has been sent to the network", "txStallPending": "Your transaction has stalled before it was sent, please try again", "txStuck": "Your transaction is stuck due to a nonce gap", "txPool": "Your transaction has started", "txStallConfirmed": "Your transaction has stalled and hasn't been confirmed", "txSpeedUp": "Your transaction has been sped up", "txCancel": "Your transaction is being canceled", "txFailed": "Your transaction has failed", "txConfirmed": "Your transaction has succeeded", "txError": "Oops something went wrong, please try again", "txReplaceError": "There was an error replacing your transaction, please try again" }, "watched": { "txPool": "Your account is {verb} {formattedValue} {asset} {preposition} {counterpartyShortened}", "txSpeedUp": "Transaction for {formattedValue} {asset} {preposition} {counterpartyShortened} has been sped up", "txCancel": "Transaction for {formattedValue} {asset} {preposition} {counterpartyShortened} has been canceled", "txConfirmed": "Your account successfully {verb} {formattedValue} {asset} {preposition} {counterpartyShortened}", "txFailed": "Your account failed to {verb} {formattedValue} {asset} {preposition} {counterpartyShortened}", "txStuck": "Your transaction is stuck due to a nonce gap" }, "time": { "minutes": "min", "seconds": "sec" } } }