Files
Christian Mazakas c017297698 [Polkadot] [Wallet] update polkadot account descriptions (#37035)
Update the displayed wallet strings to show "Polkadot Testnet" for testnet
accounts.

This is useful because we're now supporting parachains, each of which can have
their own unique names which makes the usage of "Polkadot Westend" confusing for
users.
2026-06-05 13:09:23 -07:00

1320 lines
187 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<grit-part>
<message name="IDS_TOOLTIP_WALLET" desc="Tooltip to acccess the Brave Wallet">Brave Wallet</message>
<message name="IDS_ACCNAME_BRAVE_WALLET_BUTTON" desc="The accessible name for the Brave Wallet bubble.">Brave Wallet</message>
<message name="IDS_BRAVE_WALLET" desc="The name of the feature Brave Wallet">Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT" desc="General token">account</message>
<message name="IDS_BRAVE_WALLET_CHAIN_ID" desc="General token">Chain ID</message>
<message name="IDS_BRAVE_WALLET_DOMAIN" desc="General token">domain</message>
<message name="IDS_BRAVE_WALLET_NETWORK" desc="General token">network</message>
<message name="IDS_WALLET_USER_REJECTED_REQUEST" desc="The text of the response for brave provider call if the user rejected the request">The user rejected the request.</message>
<message name="IDS_WALLET_INVALID_PARAMETERS" desc="The call was made with invalid parameters">Invalid parameters.</message>
<message name="IDS_WALLET_UNKNOWN_CHAIN" desc="The text of the response for wallet_switchEthereumChain call with unknown">Chain <ph name="VALUE">$1<ex>1</ex></ph> hasn't been added</message>
<message name="IDS_WALLET_CHAIN_EXISTS" desc="The text of the response for wallet_addEthereumChain call with existing chain id">This Chain ID is currently used</message>
<message name="IDS_WALLET_INTERNAL_ERROR" desc="The text of the response for wallet_addEthereumChain call with internal error">An internal error has occurred</message>
<message name="IDS_WALLET_INVALID_BLOCKHASH_ERROR" desc="The text of the response for Solana signTransaction and signAllTransactions with invalid blockhash or can not be validated due to network or RPC error">Blockhash is invalid or can not be validated</message>
<message name="IDS_WALLET_UNSUPPORTED_SUBSCRIPTION_TYPE" desc="The text of the response for eth_subscribe with an unsupported subscription type">Unsupported subscription type</message>
<message name="IDS_WALLET_METHOD_NOT_SUPPORTED_ERROR" desc="The text of response when an RPC method is not supported">This RPC method is not supported.</message>
<message name="IDS_WALLET_PARSING_ERROR" desc="There was a parsing error">A response parsing error has occurred</message>
<message name="IDS_WALLET_REQUEST_PROCESSING_ERROR" desc="There was a request processing error">A generic request processing error has occurred</message>
<message name="IDS_WALLET_REQUESTED_RESOURCE_NOT_AVAILABLE_ERROR" desc="The text of response when request panel is already open for current dapp">Requested resource not available</message>
<message name="IDS_WALLET_INVALID_MNEMONIC_ERROR" desc="The text for invalid mnemonic being imported error">The mnemonic being imported is not valid for Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_IMPORT_WALLET_TYPE_TITLE" desc="Title for selection wallet type to import">Which type of wallet would you like to import?</message>
<message name="IDS_BRAVE_WALLET_IMPORT_WALLET_TYPE_HOT_WALLET_TITLE" desc="Title for hot wallet option">Ethereum/Solana/Filecoin wallet</message>
<message name="IDS_BRAVE_WALLET_IMPORT_WALLET_TYPE_HOT_WALLET_DESCRIPTION" desc="Description for hot wallet option">Import your seed phrase from an existing wallet</message>
<message name="IDS_BRAVE_WALLET_IMPORT_WALLET_TYPE_HARDWARE_WALLET_TITLE" desc="Title for hardware wallet option">Hardware wallet</message>
<message name="IDS_BRAVE_WALLET_IMPORT_WALLET_TYPE_HARDWARE_WALLET_DESCRIPTION" desc="Description for hardware wallet option">Connect your hardware wallet with Brave</message>
<message name="IDS_WALLET_ALREADY_IN_PROGRESS_ERROR" desc="The text of the response for wallet_(add|switch)EthereumChain call for existing request">A request is already in progress</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_NO_TX_DATA" desc="The text of the response for eth_sendTransaction">Transaction data is missing</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_TO_OR_DATA" desc="Transaction data is not validated">Transaction data 'to' or 'data' must be specified</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_NONCE_INVALID" desc="Transaction data is not validated">Transaction data 'nonce' is not valid</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_GAS_PRICE_INVALID" desc="Transaction data is not validated">Transaction data 'gasPrice' is not valid</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_GAS_LIMIT_INVALID" desc="Transaction data is not validated">Transaction data 'gas' is not valid</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_VALUE_INVALID" desc="Transaction data is not validated">Transaction data 'value' is not valid</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_GAS_PRICING_EXISTS" desc="Transaction data is not validated">Transaction data 'gasPrice' or 'maxFeePerGas' must be specified</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_CHAIN_ID_INVALID" desc="Transaction data is not validated">Transaction data 'chainId' is not valid</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_MAX_FEE_PER_GAS_INVALID" desc="Transaction data is not validated">Transaction data 'maxFeePerGas' is not valid</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_MAX_PRIORITY_FEE_PER_GAS_INVALID" desc="Transaction data is not validated">Transaction data 'maxPriorityFeePerGas' is not valid</message>
<message name="IDS_WALLET_SEND_TRANSACTION_CONVERT_TX_DATA" desc="Transaction data is not validated">Could not convert transaction data</message>
<message name="IDS_WALLET_SEND_TRANSACTION_FROM_EMPTY" desc="Transaction data is not validated">Transaction data 'from' must be specified</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_GET_GAS_PRICE_FAILED" desc="Failed to get gas price">Failed to get the gas price for the transaction</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_GET_TX_TYPE_FAILED" desc="Failed to get tx type">Failed to get the type for the transaction</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_GET_GAS_FEES_FAILED" desc="Failed to get gas fees">Failed to get the gas fees for EIP-1559 transaction</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_USER_REJECTED" desc="The text of the response for eth_sendTransaction">User rejected the transaction</message>
<message name="IDS_WALLET_SEND_TRANSACTION_ERROR" desc="The text of the response for eth_sendTransaction or Solana sendTransaction">Error processing the transaction</message>
<message name="IDS_WALLET_SIGN_TRANSACTION_ERROR" desc="Failed to sign transaction">Failed to sign transaction</message>
<message name="IDS_WALLET_ETH_INVALID_CHAIN_ID_RPC" desc="Invalid Chain ID response">Invalid chain ID response from RPC service</message>
<message name="IDS_WALLET_ETH_SEND_TRANSACTION_FROM_EMPTY" desc="Transaction data is not validated">Transaction data 'from' must be specified</message>
<message name="IDS_WALLET_GET_NONCE_ERROR" desc="Failed to get nonce">Failed to get next nonce value</message>
<message name="IDS_WALLET_SEND_TRANSACTION_TO_INVALID" desc="Transaction data is not validated">Transaction data 'to' must be a valid address when specified</message>
<message name="IDS_WALLET_NOT_AUTHED" desc="Method or account not authorized">The requested method and/or account has not been authorized by the user.</message>
<message name="IDS_BRAVE_WALLET_SEARCH_TEXT" desc="Search bar placeholder">Search</message>
<message name="IDS_BRAVE_WALLET_TOP_NAV_PORTFOLIO" desc="Portfolio top nav button">Portfolio</message>
<message name="IDS_BRAVE_WALLET_TOP_NAV_N_F_T_S" desc="NFTs top nav button">NFTs</message>
<message name="IDS_BRAVE_WALLET_TOP_NAV_ACCOUNTS" desc="Accounts top nav button">Accounts</message>
<message name="IDS_BRAVE_WALLET_TOP_NAV_MARKET" desc="Accounts top nav button">Market</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_HOUR" desc="Chart control 1 Hour">1 Hour</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_DAY" desc="Chart control 1 Day">1 Day</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_WEEK" desc="Chart control 1 Week">1 Week</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_MONTH" desc="Chart control 1 Month">1 Month</message>
<message name="IDS_BRAVE_WALLET_CHART_THREE_MONTHS" desc="Chart control 3 Months">3 Months</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_YEAR" desc="Chart control 1 Year">1 Year</message>
<message name="IDS_BRAVE_WALLET_CHART_ALL_TIME" desc="Chart control All time">All time</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_HOUR_ABBR" desc="Chart control 1 Hour abbreviated">1H</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_DAY_ABBR" desc="Chart control 1 Day abbreviated">1D</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_WEEK_ABBR" desc="Chart control 1 Week abbreviated">1W</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_MONTH_ABBR" desc="Chart control 1 Month abbreviated">1M</message>
<message name="IDS_BRAVE_WALLET_CHART_THREE_MONTHS_ABBR" desc="Chart control 3 Months abbreviated">3M</message>
<message name="IDS_BRAVE_WALLET_CHART_ONE_YEAR_ABBR" desc="Chart control 1 Year abbreviated">1Y</message>
<message name="IDS_BRAVE_WALLET_CHART_ALL_TIME_ABBR" desc="Chart control All time abbreviated">All</message>
<message name="IDS_BRAVE_WALLET_ADD_COIN" desc="Portfolio Add Coin button">Add Coin</message>
<message name="IDS_BRAVE_WALLET_BALANCE" desc="Portfolio Balance title">Balance</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_ASSET_NETWORK_DESCRIPTION" desc="Portfolio Asset Item Network Description"><ph name="SYMBOL"><ex>BAT</ex>$1</ph> on <ph name="NETWORK"><ex>Ethereum Mainnet</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS" desc="Accounts subview button">Accounts</message>
<message name="IDS_BRAVE_WALLET_SUBVIEW_ACCOUNT" desc="Account subview title">Account</message>
<message name="IDS_BRAVE_WALLET_OWNER" desc="Account subview NFT title">Owner</message>
<message name="IDS_BRAVE_WALLET_TRANSACTIONS" desc="Portfolio Transactions title">Transactions</message>
<message name="IDS_BRAVE_WALLET_PRICE" desc="Portfolio Price title">Price</message>
<message name="IDS_BRAVE_WALLET_BACK" desc="General back button">Back</message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT" desc="Portfolio Add Account button">Add Account</message>
<message name="IDS_BRAVE_WALLET_POWERED_BY_COIN_GECKO" desc="Disclaimer on assets details page for GoinGecko contract agreement">Price data powered by CoinGecko</message>
<message name="IDS_BRAVE_WALLET_BUY" desc="Buy tab button">Buy</message>
<message name="IDS_BRAVE_WALLET_SEND" desc="Send tab button">Send</message>
<message name="IDS_BRAVE_WALLET_SWAP" desc="Swap tab button">Swap</message>
<message name="IDS_BRAVE_WALLET_BRIDGE" desc="Bridge tab button">Bridge</message>
<message name="IDS_BRAVE_WALLET_RESET" desc="Reset button text">Reset</message>
<message name="IDS_BRAVE_WALLET_SELL" desc="Sell button text">Sell</message>
<message name="IDS_BRAVE_WALLET_NOT_ENOUGH_BALANCE" desc="Sell modal not enough of token balance to sell error">You dont have enough <ph name="TOKEN_SYMBOL"><ex>BAT</ex>$1</ph> in this account.</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_ASSET_TO_SEND" desc="Send asset modal title">Choose asset to send</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_ASSET_TO_SWAP" desc="Swap asset modal title">Choose asset to swap</message>
<message name="IDS_BRAVE_WALLET_ENTER_RECIPIENT_ADDRESS" desc="Send tab Enter recipient address">Enter recipient address</message>
<message name="IDS_BRAVE_WALLET_NOT_ENOUGH_FUNDS" desc="Send tab Not enough funds error">Not enough funds</message>
<message name="IDS_BRAVE_WALLET_SEND_HALF" desc="Send tab Send Half button">HALF</message>
<message name="IDS_BRAVE_WALLET_SEND_MAX" desc="Send tab Send Max button">MAX</message>
<message name="IDS_BRAVE_WALLET_REVIEW_ORDER" desc="Swap tab Review order button">Review order</message>
<message name="IDS_BRAVE_WALLET_REVIEW_SEND" desc="Send tab Review order button">Review send</message>
<message name="IDS_BRAVE_WALLET_NO_AVAILIBLE_TOKENS" desc="Send tab placeholder for empty token list.">No available tokens</message>
<message name="IDS_BRAVE_WALLET_SEARCH_TOKENS" desc="Send tab search for tokens.">Search by name or paste address</message>
<message name="IDS_BRAVE_WALLET_SEARCH_NFTS" desc="Send tab search for nfts.">Search NFT by name, id</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_ASSET" desc="Send tab choose asset button.">Choose Asset</message>
<message name="IDS_BRAVE_WALLET_ORDINALS_WARNING_MESSAGE" desc="Warning message when sending BTC.">Brave Wallet does not currently support Bitcoin NFTs (ordinals). Sending BTC from an address that has ordinals may result in its ordinals being transferred inadvertently.</message>
<message name="IDS_BRAVE_WALLET_USER_UNDERSTANDS_LABEL" desc="Message for use to acknowledge a decision">I understand</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_RECIPIENT" desc="Select address modal title">Choose recipient</message>
<message name="IDS_BRAVE_WALLET_MY_ADDRESSES" desc="Select address modal my addresses label">My addresses</message>
<message name="IDS_BRAVE_WALLET_ADDRESS_OR_DOMAIN_PLACEHOLDER" desc="Seach address or domain input placeholder">Enter public address or domain.</message>
<message name="IDS_BRAVE_WALLET_SEND_TO" desc="Send screen send to label">Send to</message>
<message name="IDS_BRAVE_WALLET_INVALID_DOMAIN_EXTENSION" desc="Send screen invalid domain extension error">Invalid domain extension.</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_ACCOUNT" desc="Send and Swap screen account selector label">Choose an account to continue</message>
<message name="IDS_BRAVE_WALLET_MARKET_PRICE" desc="Token details market price label">Market price</message>
<message name="IDS_BRAVE_WALLET_OWNED" desc="Token list owned label">Owned</message>
<message name="IDS_BRAVE_WALLET_NOT_OWNED" desc="Token list not owned label">Not owned</message>
<message name="IDS_BRAVE_WALLET_AMOUNT_24H" desc="Token list amount and 24h change">Amount/24h</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_ASSET_TO_BRIDGE" desc="Bridge asset modal title">Choose asset to bridge</message>
<message name="IDS_BRAVE_WALLET_REVIEW_SWAP" desc="Review swap button">Review swap</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_QUOTE_PROVIDER" desc="Choose quote provider modal title">Choose quote provider</message>
<message name="IDS_BRAVE_WALLET_QUOTE_PROVIDER_INFO" desc="Choose quote provider informational tooltip">Each aggregator provides quotes by using liquidity from its API. They gather price information from various exchanges and offer the prices based on this data.</message>
<message name="IDS_BRAVE_WALLET_REVIEW_NOT_AVAILABLE" desc="Quote provider option not availble label">Not available</message>
<message name="IDS_BRAVE_WALLET_REVIEW_UPDATE" desc="Choose provider update button">Update</message>
<message name="IDS_BRAVE_WALLET_PROVIDER_NOT_SUPPORTED" desc="Quote provider is not supported error message">This pair is not supported by <ph name="PROVIDER_NAME"><ex>Li.Fi</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_CHANGE_PROVIDER" desc="Change provider button">Change provider</message>
<message name="IDS_BRAVE_WALLET_ROUTE" desc="Swap route label">Route</message>
<message name="IDS_BRAVE_WALLET_MAX_SLIPPAGE" desc="Swap max slippage label">Max slippage</message>
<message name="IDS_BRAVE_WALLET_SLIPPAGE_DESCRIPTION" desc="Swap max slippage description">When the deviation between the price of the transaction you submitted and the price at the time of the transaction on chain is greater than this set value, the transaction will fail.</message>
<message name="IDS_BRAVE_WALLET_PRICE_IMPACT_DESCRIPTION" desc="Swap price impact description">Price impact is how much your trade might move the market price. Some tokens with low liquidity are more sensitive to trades, so even smaller trades can shift the price a lot.</message>
<message name="IDS_BRAVE_WALLET_SUGGESTED_VALUES" desc="Swap max slippage suggested values label">Suggested Values:</message>
<message name="IDS_BRAVE_WALLET_MAINSTREAM_ASSET_PAIRS" desc="Swap max slippage mainstream asset pairs label">Mainstream Asset Pairs: <ph name="SLIPPAGE_PERCENT"><ex>0.5</ex>$1</ph>%</message>
<message name="IDS_BRAVE_WALLET_STABLECOIN_PAIRS" desc="Swap max slippage stablecoin pairs label">Stablecoin Pairs: <ph name="SLIPPAGE_PERCENT"><ex>0.5</ex>$1</ph>%</message>
<message name="IDS_BRAVE_WALLET_OTHERS" desc="Swap max slippage others label">Others: <ph name="SLIPPAGE_PERCENT"><ex>1</ex>$1</ph>%</message>
<message name="IDS_BRAVE_WALLET_SUGGESTED" desc="Swap max slippage suggested option">Suggested</message>
<message name="IDS_BRAVE_WALLET_CUSTOM" desc="Swap max slippage custom option">Custom</message>
<message name="IDS_BRAVE_WALLET_CHEAPEST" desc="Swap route option cheapest label">Cheapest</message>
<message name="IDS_BRAVE_WALLET_FASTEST" desc="Swap route option fastest label">Fastest</message>
<message name="IDS_BRAVE_WALLET_ON_NETWORK" desc="Swap token on a specific network">on <ph name="NETWORK_NAME"><ex>Ethereum Mainnet</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_ROUTES" desc="Swap routes title">Routes</message>
<message name="IDS_BRAVE_WALLET_SWAP_ON_NETWORK_VIA_EXCHANGE" desc="Swap on network via an exchange">Swap on <ph name="NETWORK_NAME"><ex>Ethereum Mainnet</ex>$1</ph> via <ph name="EXCHANGE_NAME"><ex>0x</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_BRIDGE_FROM_NETWORK_TO_NETWORK" desc="Bridge from network name to network name">Bridge from <ph name="FRIST_NETWORK_NAME"><ex>Ethereum Mainnet</ex>$1</ph> to <ph name="SECOND_NETWORK_NAME"><ex>Polygon Mainnet</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_EXCHANGE_NAME_PLUS_STEPS" desc="Name of exchange with number of steps to complete a swap">
{SWAP_EXCHANGE_STEPS, plural,
=1 {<ph name="EXCHANGE_NAME"><ex>Jupiter</ex>$1</ph> ({SWAP_EXCHANGE_STEPS} step)}
other {<ph name="EXCHANGE_NAME"><ex>Jupiter</ex>$1</ph> ({SWAP_EXCHANGE_STEPS} steps)}
}
</message>
<message name="IDS_BRAVE_WALLET_EXCHANGE_VIA_PROVIDER" desc="Exchange being used via API provider"><ph name="EXCHANGE_NAME"><ex>0x</ex>$1</ph> via <ph name="PROVIDER_NAME"><ex>Li.Fi</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_SWAP_ROUTE_TO_FROM_VIA" desc="Swap route step showing destination token from source token via an exchange"><ph name="DESTINATION_TOKEN"><ex>USDC</ex>$1</ph><ph name="SOURCE_TOKEN"><ex>SOL</ex>$2</ph> via</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_SWAP" desc="Confirm swap title">Confirm swap</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_BRIDGE" desc="Confirm bridge title">Confirm bridge</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_SEND" desc="Confirm send title">Confirm send</message>
<message name="IDS_BRAVE_WALLET_SWAP_PROVIDER " desc="Swap provider label">Provider</message>
<message name="IDS_BRAVE_WALLET_SWAP_PROVIDER_STATUS" desc="Swap provider status label in transaction details">Provider status</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_SHIELD" desc="Confirm shield title">Confirm shield</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_UNSHIELD" desc="Confirm unshield title">Confirm unshield</message>
<message name="IDS_BRAVE_WALLET_SPEND" desc="Spend button">Spend</message>
<message name="IDS_BRAVE_WALLET_SORT_BY" desc="Sort by button label">Sort by</message>
<message name="IDS_BRAVE_WALLET_REVIEW_BRIDGE" desc="Review bridge button">Review bridge</message>
<message name="IDS_BRAVE_WALLET_EST_TIME" desc="Bridge and Swap estimated time label">Est time</message>
<message name="IDS_BRAVE_WALLET_EXCHANGE_RATE" desc="Bridge and Swap exchange rate label">Exchange rate</message>
<message name="IDS_BRAVE_WALLET_EXCHANGE_FOR" desc="Bridge and Swap exchange rate value for value label"><ph name="ONE_TOKEN_VALUE"><ex>1 BAT</ex>$1</ph> for <ph name="EXCHANGE_VALUE"><ex>5 USDC</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_RECIPIENT" desc="Bridge and Swap recipient label">Recipient</message>
<message name="IDS_BRAVE_WALLET_BUY_TAB_BUY_NOT_SUPPORTED_MESSAGE" desc="Message shown when the selected network is not supported for buy transactions">Buy not supported for selected network</message>
<message name="IDS_BRAVE_WALLET_SEARCHING_FOR_DOMAIN" desc="Message shown when searching for a UD or ENS domain">Searching for domain...</message>
<message name="IDS_BRAVE_WALLET_ENS_OFF_CHAIN_LOOKUP_TITLE" desc="Message title shown when requesting to do an ENS off chain lookup.">Brave supports using off-chain gateways to resolve .eth domains.</message>
<message name="IDS_BRAVE_WALLET_ENS_OFF_CHAIN_LOOKUP_DESCRIPTION" desc="Message description shown when requesting to do an ENS off chain lookup.">It looks like you've entered an ENS address. We'll need to use a third-party resolver to resolve this request, which may be able to see your IP address and domain.</message>
<message name="IDS_BRAVE_WALLET_ENS_OFF_CHAIN_BUTTON" desc="ENS off chain lookup button text.">Use ENS domain</message>
<message name="IDS_BRAVE_WALLET_SLIPPAGE_TOLERANCE_WARNING" desc="Warning if slippage tolerance is to high">Transaction may be frontrun</message>
<message name="IDS_BRAVE_WALLET_EXPIRES_IN_TITLE" desc="BuySendSwap expires in title">Expires in</message>
<message name="IDS_BRAVE_WALLET_SEND_PLACEHOLDER" desc="BuySendSwap send placeholder">Wallet address or URL</message>
<message name="IDS_BRAVE_WALLET_SEND_NO_URL_PLACEHOLDER" desc="BuySendSwap send placeholder without URL">Wallet address</message>
<message name="IDS_BRAVE_WALLET_SWAP_DISCLAIMER" desc="Swap Security and Privacy Disclaimer">Brave uses <ph name="LINK_BEFORE">$1</ph><ph name="SWAP_PROVIDER">$3</ph><ph name="LINK_AFTER">$2</ph> as a DEX aggregator.</message>
<message name="IDS_BRAVE_WALLET_SWAP_DISCLAIMER_DESCRIPTION" desc="Swap 0x Security and Privacy Disclaimer Description">0x will process the Ethereum address and IP address to fulfill a transaction (including getting quotes). 0x will ONLY use this data for the purposes of processing transactions.</message>
<message name="IDS_BRAVE_WALLET_JUPITER_SWAP_DISCLAIMER_DESCRIPTION" desc="Swap Jupiter Security and Privacy Disclaimer Description">Jupiter will process the Solana address and IP address to fulfill a transaction (including getting quotes). Jupiter will ONLY use this data for the purposes of processing transactions.</message>
<message name="IDS_BRAVE_WALLET_SWAP_FEES_NOTICE" desc="Swap fees notice">Quote includes a <ph name="SWAP_FEE_PERCENTAGE">$1</ph> Brave fee.</message>
<message name="IDS_BRAVE_WALLET_DECIMAL_PLACES_ERROR" desc="Amount decimal places error">Too many decimal places</message>
<message name="IDS_BRAVE_WALLET_MIN_ONE_ADA_ERROR" desc="Minimum required ADA value for sending error">Minimum required is 1 ADA</message>
<message name="IDS_BRAVE_WALLET_AMOUNT_TOO_SMALL_ERROR" desc="Send amount is too small error">Send amount is too small</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_DESCRIPTION" desc="Create Account Tab Description">You dont yet have a <ph name="ACCOUNT_TYPE"><ex>Solana</ex>$1</ph> account. Create one now?</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_YES" desc="Create Account Tab Yes Button">Yes</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_NO" desc="Create Account Tab No Button">No</message>
<message name="IDS_BRAVE_WALLET_BUTTON_CONTINUE" desc="General Continue button">Continue</message>
<message name="IDS_BRAVE_WALLET_BUTTON_NEXT" desc="General Next button">Next</message>
<message name="IDS_BRAVE_WALLET_BUTTON_GOT_IT" desc="Acknowledgement Next button">Show my recovery phrase</message>
<message name="IDS_BRAVE_WALLET_BUTTON_COPY" desc="General Copy button">Copy</message>
<message name="IDS_BRAVE_WALLET_BUTTON_COPIED" desc="Confirmation that text has been copied to clipboard">Copied!</message>
<message name="IDS_BRAVE_WALLET_BUTTON_VERIFY" desc="General Verify button">Verify</message>
<message name="IDS_BRAVE_WALLET_BUTTON_CLOSE" desc="General Close button">Close</message>
<message name="IDS_BRAVE_WALLET_BUTTON_MORE" desc="General More button">More</message>
<message name="IDS_BRAVE_WALLET_BUTTON_DONE" desc="General Done button">Done</message>
<message name="IDS_BRAVE_WALLET_WELCOME_RESTORE_BUTTON" desc="Restore screen button">Restore</message>
<message name="IDS_BRAVE_WALLET_WELCOME_TITLE" desc="Onboarding welcome screen title">Browser-native. Self-custody. And multi-chain.</message>
<message name="IDS_BRAVE_WALLET_WELCOME_DESCRIPTION" desc="Onboarding welcome screen description">Take control of your crypto and NFTs. Brave Wallet supports Ethereum, EVM chains, Solana, Filecoin, Bitcoin, and more.</message>
<message name="IDS_BRAVE_WALLET_WELCOME_NEW_WALLET_TITLE" desc="Onboarding welcome screen, new wallet action">Need a new wallet?</message>
<message name="IDS_BRAVE_WALLET_WELCOME_NEW_WALLET_DESCRIPTION" desc="Onboarding welcome screen, new wallet action description">Get started with Brave Wallet in minutes.</message>
<message name="IDS_BRAVE_WALLET_WELCOME_IMPORT_WALLET_TITLE" desc="Onboarding welcome screen, import wallet action title">Already have a wallet?</message>
<message name="IDS_BRAVE_WALLET_WELCOME_WATCH_ONLY_TITLE" desc="Onboarding welcome screen, create watch only wallet">I need a watch-only wallet</message>
<message name="IDS_BRAVE_WALLET_WELCOME_COPYRIGHT" desc="Onboarding welcome screen copyright">©2025 Brave Software Inc. Brave and the Brave logo are registered trademarks of Brave Software, Inc. Other product names and logos may be trademarks of their respective companies. All rights reserved.</message>
<message name="IDS_BRAVE_WALLET_WELCOME_DIVIDER_TEXT" desc="Wallet onboarding welcome divider text">or</message>
<message name="IDS_BRAVE_WALLET_WELCOME_IMPORT_WALLET_DESCRIPTION" desc="Onboarding welcome screen, import wallet action description">Already have a wallet?</message>
<message name="IDS_BRAVE_WALLET_BACKUP_INTRO_TITLE" desc="Backup screen title">Back up your crypto wallet</message>
<message name="IDS_BRAVE_WALLET_BACKUP_INTRO_TERMS" desc="Backup screen terms check box">I understand that if I lose my recovery words, I will not be able to access my crypto wallet.</message>
<message name="IDS_BRAVE_WALLET_BUTTON_SKIP" desc="Generic skip button">Skip</message>
<message name="IDS_BRAVE_WALLET_BUTTON_CANCEL" desc="Generic cancel action button">Cancel</message>
<message name="IDS_BRAVE_WALLET_BUTTON_SAVE_CHANGES" desc="Generic save changes action button">Save changes</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_TITLE" desc="Recovery screen title">Your recovery phrase</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_DESCRIPTION" desc="Recovery screen description">Write down or copy these words in the exact order shown below, and save them somewhere safe. Your recovery phrase is the only way to regain account access in case of forgotten password, lost or stolen device, or you want to switch wallets.</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_WARNING1" desc="Recovery screen warning title">WARNING:</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_WARNING2" desc="Recovery screen warning first description">Never share your recovery phrase.</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_WARNING3" desc="Recovery screen warning second description">Anyone with this phrase can take your assets forever.</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_TERMS" desc="Recovery screen check box">I have backed up my phrase somewhere safe.</message>
<message name="IDS_BRAVE_WALLET_VERIFY_RECOVERY_TITLE" desc="Verify Recovery screen title">Verify recovery phrase</message>
<message name="IDS_BRAVE_WALLET_VERIFY_RECOVERY_DESCRIPTION" desc="Verify Recovery screen description">Select the words in your recovery phrase in their correct order.</message>
<message name="IDS_BRAVE_WALLET_VERIFY_ERROR" desc="Verify Recovery screen error">Recovery phrase did not match, please try again.</message>
<message name="IDS_BRAVE_WALLET_VERIFY_RECOVERY_PHRASE_TITLE" desc="Verify Recovery phrase screen title">Let's check</message>
<message name="IDS_BRAVE_WALLET_VERIFY_RECOVERY_PHRASE_INSTRUCTIONS" desc="Verify Recovery phrase screen description">Click the <ph name="FIRST_BEFORE">$1</ph><ph name="FIRST">$7</ph> (<ph name="FIRST_ORDINAL">$8</ph>)<ph name="FIRST_AFTER">$2</ph>, <ph name="SECOND_BEFORE">$3</ph><ph name="SECOND">$9</ph> (<ph name="SECOND_ORDINAL">$10</ph>)<ph name="SECOND_AFTER">$4</ph>, and <ph name="THIRD_BEFORE">$5</ph><ph name="THIRD">$11</ph> (<ph name="THIRD_ORDINAL">$12</ph>)<ph name="THIRD_AFTER">$6</ph> words of your recovery phrase.</message>
<message name="IDS_BRAVE_WALLET_VERIFY_PHRASE_ERROR" desc="Verify Recovery phrase screen error">Recovery phrase didn't match</message>
<message name="IDS_BRAVE_WALLET_CREATE_PASSWORD_TITLE" desc="Create Password screen title">Create a new password</message>
<message name="IDS_BRAVE_WALLET_CREATE_PASSWORD_DESCRIPTION" desc="Create Password screen description">You'll use this password each time you access your wallet.</message>
<message name="IDS_BRAVE_WALLET_CREATE_PASSWORD_INPUT" desc="Create Password screen password input">Enter new password</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_PASSWORD_INPUT" desc="Create Password screen confirm password input">Re-enter password</message>
<message name="IDS_BRAVE_WALLET_CREATE_PASSWORD_ERROR" desc="Create Password screen password input error">Password criteria doesn't match.</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_PASSWORD_ERROR" desc="Create Password screen confirm password input error">Passwords do not match</message>
<message name="IDS_BRAVE_WALLET_LOCK_SCREEN_TITLE" desc="Lock screen title">Enter password to unlock wallet</message>
<message name="IDS_BRAVE_WALLET_LOCK_SCREEN_BUTTON" desc="Lock screen unlock button">Unlock</message>
<message name="IDS_BRAVE_WALLET_LOCK_SCREEN_ERROR" desc="Lock screen wrong password error">Incorrect password</message>
<message name="IDS_BRAVE_WALLET_UNLOCK_WALLET" desc="Unlock wallet screen title">Unlock Wallet</message>
<message name="IDS_BRAVE_WALLET_DOUBLE_TAP_SCREEN" desc="Double tap screen to continue title">Double tap screen to continue</message>
<message name="IDS_BRAVE_WALLET_UNLOCK_ANDROID_DESCRIPTION" desc="Unlock android wallet screen description">Your wallet is locked for your security. Unlock wallet to continue.</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_SETTINGS" desc="Wallet popup settings button">Settings</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_LOCK" desc="Wallet popup lock crypto button">Lock wallet</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_BACKUP" desc="Wallet popup backup wallet button">Backup wallet</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_CONNECTED_SITES" desc="Wallet popup connected sites button">Connected sites</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_HIDE_BALANCES" desc="Wallet popup hide balances checkbox">Balances</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_SHOW_GRAPH" desc="Wallet popup show graph checkbox">Graph</message>
<message name="IDS_BRAVE_WALLET_DISTRIBUTION" desc="Wallet popup hide distribution checkbox">Distribution</message>
<message name="IDS_BRAVE_WALLET_WALLET_NFTS_TAB" desc="Wallet popup show NFTs tab checkbox">NFTs tab</message>
<message name="IDS_BRAVE_WALLET_BACKUP_WARNING_TEXT" desc="Backup warning banner description">Back up your wallet now to protect your assets and ensure you never lose access.</message>
<message name="IDS_BRAVE_WALLET_BACKUP_BUTTON" desc="Backup warning banner back up button">Back up now</message>
<message name="IDS_BRAVE_WALLET_DISMISS_BUTTON" desc="Backup warning banner dismiss button">Dismiss</message>
<message name="IDS_BRAVE_WALLET_DEFAULT_WALLET_BANNER" desc="Default wallet banner description">Brave Wallet is not set as your default wallet and will not respond to Web3 DApps. Visit settings to change your default wallet.</message>
<message name="IDS_BRAVE_WALLET_RESTORE_TITE" desc="Restore Wallet screen title">Restore primary crypto accounts</message>
<message name="IDS_BRAVE_WALLET_RESTORE_DESCRIPTION" desc="Restore Wallet screen description">Enter your recovery phrase to restore your Brave wallet crypto account.</message>
<message name="IDS_BRAVE_WALLET_RESTORE_ERROR" desc="Restore Wallet screen recovery error">The recovery phrase entered is invalid.</message>
<message name="IDS_BRAVE_WALLET_RESTORE_PLACEHOLDER" desc="Restore Wallet screen input placeholder">Paste recovery phrase from clipboard</message>
<message name="IDS_BRAVE_WALLET_RESTORE_SHOW_PHRASE" desc="Restore Wallet screen show recovery phrase button">Show recovery phrase</message>
<message name="IDS_BRAVE_WALLET_RESTORE_LEGACY_CHECK_BOX" desc="Restore Wallet screen import legacy checkbox">Import from legacy Brave crypto wallets?</message>
<message name="IDS_BRAVE_WALLET_RESTORE_FORM_TEXT" desc="Restore Wallet new password input">New Password</message>
<message name="IDS_BRAVE_WALLET_TOOL_TIP_COPY_TO_CLIPBOARD" desc="General tooltip copy to clipboard">Copy to Clipboard</message>
<message name="IDS_BRAVE_WALLET_SKIP_BACKUP_WARNING" desc="Warning when user wants to skip recovery phrase backup">You can skip this step now, but you still need to back up your recovery phrase to ensure account security.</message>
<message name="IDS_WALLET_SKIP_BACKUP" desc="Skip recovery phrase backup">I'll back up later</message>
<message name="IDS_BRAVE_WALLET_GO_BACK" desc="Go back action text">Go back</message>
<message name="IDS_BRAVE_WALLET_TOOL_TIP_COPIED_TO_CLIPBOARD" desc="General tooltip copy to clipboard">Copied!</message>
<message name="IDS_BRAVE_WALLET_PASTE_FROM_CLIPBOARD" desc="Paste from clipboard">Paste from clipboard</message>
<message name="IDS_BRAVE_WALLET_CLICK_TO_COPY" desc="Click to copy">Click to copy</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_PRIMARY" desc="Accounts screen primary accounts title">Primary crypto accounts</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_SECONDARY" desc="Accounts screen secondary accounts title">Imported accounts</message>
<message name="IDS_BRAVE_WALLET_CONNECTED_HARDWARE_WALLETS" desc="Accounts screen connected hardware wallets">Connected hardware wallets</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_ASSETS" desc="Accounts screen assets title">Assets</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_EDIT_VISIBLE_ASSETS" desc="Accounts screen visible assets button">Visible assets</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_BALANCE" desc="Account Details account balance">Account balance</message>
<message name="IDS_BRAVE_WALLET_VIEW_ADDRESS_ON" desc="View address on explorer label">View address on:</message>
<message name="IDS_BRAVE_WALLET_NETWORK_EXPLORER" desc="Blockchain network explorer name"><ph name="BLOCKCHAIN_NETWORK_NAME"><ex>Ethereum Mainnet</ex>$1</ph> Explorer</message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT_CREATE" desc="Add account modal create button">Create</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_BUTTON" desc="Add account modal create account button">Create account</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT" desc="Add account modal create account header title">Create <ph name="BLOCKCHAIN_NETWORK"><ex>Ethereum</ex>$1</ph> account</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_IMPORT_ACCOUNT" desc="Add account modal import account header title">Import <ph name="BLOCKCHAIN_NETWORK"><ex>Ethereum</ex>$1</ph> account</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_TITLE" desc="Add account modal create account title">Select one of the following account types</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_ETHEREUM_DESCRIPTION" desc="Add account modal create account Ethereum description">Supports EVM compatible assets on the Ethereum blockchain (ERC-20, ERC-721, ERC-1551, ERC-1155)</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_SOLANA_DESCRIPTION" desc="Add account modal create account Solana description">Supports SPL compatible assets on the Solana blockchain</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_FILECOIN_DESCRIPTION" desc="Add account modal create account Filecoin description">Store FIL asset</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_FILECOIN_TESTNET_DESCRIPTION" desc="Add account modal create account Filecoin Testnet description">Store FIL Testnet asset</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_BITCOIN_DESCRIPTION" desc="Add account modal create account Bitcoin description">Store BTC assets</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_BITCOIN_TESTNET_DESCRIPTION" desc="Add account modal create account Bitcoin Testnet description">Store BTC Testnet assets</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_ZCASH_DESCRIPTION" desc="Add account modal create account ZCash description">Store ZEC assets</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_ZCASH_TESTNET_DESCRIPTION" desc="Add account modal create account ZCash Testnet description">Store ZEC Testnet assets</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_CARDANO_DESCRIPTION" desc="Add account modal create account Cardano description">Store Cardano assets</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_CARDANO_TESTNET_DESCRIPTION" desc="Add account modal create account Cardano Testnet description">Store Cardano Testnet assets</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_POLKADOT_DESCRIPTION" desc="Add account modal create account Polkadot description">Supports Substrate assets on Polkadot relay chain and Substrate parachains</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_POLKADOT_TESTNET_DESCRIPTION" desc="Add account modal create account Polkadot Tesnet description">Supports Substrate assets on Westend relay chain and Substrate parachains</message>
<message name="IDS_BRAVE_WALLET_FILECOIN_PRIVATE_KEY_PROTOCOL" desc="Add account modal filecoin private key protocol">Private key <ph name="PROTOCOL"><ex>BLS12-381</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT_IMPORT" desc="Add account modal import button">Import</message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT_IMPORT_HARDWARE" desc="Add account modal import hardware wallet button">Import from hardware wallet</message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT_HARDWARE" desc="Add account modal hardware button">Hardware</message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT_CONNECT" desc="Add account modal connect button">Connect</message>
<message name="IDS_BRAVE_WALLET_ADD_ACCOUNT_PLACEHOLDER" desc="Add account modal input placholder">Name this account</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_DISCLAIMER" desc="Add account modal account disclaimer">These accounts can be used with Web3 DApps, and can be shown in your portfolio. However, note that secondary accounts cannot be restored via recovery phrase from your primary account backup.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_PLACEHOLDER" desc="Add account modal import input placeholder">Paste private key from clipboard</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_KEY" desc="Add account modal import private key selector">Private key</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_FILE" desc="Add account modal import JSON file selector">JSON file</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_UPLOAD_BUTTON" desc="Add account modal choose file button">Choose file</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_UPLOAD_PLACEHOLDER" desc="Add account modal file placeholder">No file chosen</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_SELECTED_FILE" desc="Polkadot import file button text when a file is selected">Selected file</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_ERROR" desc="Add account modal failed to import error">Failed to import account, please try again.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT" desc="Import account button">Import account</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_PRIVATE_KEY_DESCRIPTION" desc="Import account private key description">Copy private key for the account you want to import from another wallet.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_ACCOUNT_JSON_FILE_DESCRIPTION" desc="Import account JSON file description">Export private key from another wallet to a JSON file and upload here.</message>
<message name="IDS_BRAVE_WALLET_UPLOAD_JSON_FILE" desc="Upload JSON file label">Upload JSON file</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_TITLE" desc="Connect hardware wallet title">Select your hardware wallet device</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_INFO1" desc="Connect hardware wallet info1">Connect your <ph name="HARDWARE_DEVICE"><ex>Ledger</ex>$1</ph> wallet directly to your computer.</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_INFO2" desc="Connect hardware wallet info2">Unlock your device and select the <ph name="BLOCKCHAIN_NETWORK"><ex>Ethereum</ex>$1</ph> app.</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_WRONG_APPLICATION_USER_HINT" desc="User hint for wrong application being opened when connecting hardware wallet">This error may occur when the wrong application is open on the Ledger device.</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_TREZOR" desc="Connect hardware wallet trezor button">Trezor</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_LEDGER" desc="Connect hardware wallet ledger button">Ledger</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_AUTHORIZATION_NEEDED" desc="Authorize hardware wallet button">Grant Brave access to your <ph name="HARDWARE_DEVICE"><ex>Ledger</ex>$1</ph> device.</message>
<message name="IDS_BRAVE_WALLET_CONNECTING_HARDWARE_WALLET" desc="Connect hardware wallet connecting status">Connecting...</message>
<message name="IDS_BRAVE_WALLET_ADD_CHECKED_ACCOUNTS_HARDWARE_WALLET" desc="Connect hardware wallet check box description">Add checked accounts</message>
<message name="IDS_BRAVE_WALLET_LOAD_MORE_ACCOUNTS_HARDWARE_WALLET" desc="Connect hardware wallet load more button">Load more</message>
<message name="IDS_BRAVE_WALLET_LOADING_MORE_ACCOUNTS_HARDWARE_WALLET" desc="Connect hardware wallet loading more button">Loading more...</message>
<message name="IDS_BRAVE_WALLET_SEARCH_SCANNED_ACCOUNTS" desc="Connect hardware wallet search input placeholder">Search account</message>
<message name="IDS_BRAVE_WALLET_H_D_PATH" desc="HD Path label text">HD Path</message>
<message name="IDS_BRAVE_WALLET_SWITCH_H_D_PATH_TEXT_HARDWARE_WALLET" desc="Connect hardware wallet connected description">Try switching HD path (above) if you cannot find the account you are looking for.</message>
<message name="IDS_BRAVE_WALLET_LEDGER_LIVE_DERIVATION_PATH" desc="Connect hardware wallet ledger live selection">Ledger Live</message>
<message name="IDS_BRAVE_WALLET_LEDGER_LEGACY_DERIVATION_PATH" desc="Connect hardware wallet legacy selection">Legacy (MEW/MyCrypto)</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_SEARCH_NOTHING_FOUND" desc="Nothing found in connect hardware search">No results found.</message>
<message name="IDS_BRAVE_WALLET_AUTHORIZE_HARDWARE_WALLET" desc="Authorize hardware wallet page title">Authorize your wallet</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_WALLET" desc="Title for connect hardware wallet page">Connect hardware wallet</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_WALLET_DESCRIPTION" desc="Description for connect hardware wallet page">We currently support <ph name="HARDWARE_DEVICE"><ex>Ledger</ex>$1</ph> and <ph name="HARDWARE_DEVICE1"><ex>Trezor</ex>$2</ph> devices.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_HARDWARE_WALLET_DESCRIPTION" desc="Description for import hardware wallet page">Connect your hardware wallet to manage your assets directly from Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_WALLET_SELECT_BLOCKCHAIN" desc="Page title for selecting blockchain for hardware wallet">Select a blockchain to import your hardware wallet</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_DEVICE_DESCRIPTION" desc="Connect a hardware wallet description">Connect your <ph name="HARDWARE_DEVICE"><ex>Ledger</ex>$1</ph> device to Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_UNKNOWN_INTERNAL_ERROR" desc="Connect hardware wallet connection error">Unknown error, please reconnect your hardware wallet and try again.</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_WATCHLIST" desc="Account settings modal visible assets button">Visible assets</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_PRIVATE_KEY" desc="Account settings modal show private key button">Private key</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_SAVE" desc="Account settings modal save button">Save</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_REMOVE" desc="Account settings modal remove account button">Remove account</message>
<message name="IDS_BRAVE_WALLET_WATCHLIST_ADD_CUSTOM_ASSET" desc="Visible assets modal add custom asset button">Add custom asset</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_TOKEN_NAME" desc="Visible assets modal token name label">Token name</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_TOKEN_ADDRESS" desc="Visible assets modal contract address label">Token address</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_TOKEN_SYMBOL" desc="Visible assets modal token symbol label">Token symbol</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_TOKEN_DECIMALS" desc="Visible assets modal decimals label">Decimals of precision</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_ADD" desc="Visible assets modal add button">Add</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_DONE_BUTTON" desc="Visible assets modal done button">Done</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_NO_ASSET" desc="Visible assets modal no results placeholder">No assets named</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_SEARCH_PLACEHOLDER" desc="Visible assets modal search input placeholder">Search assets or contract address</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_ERROR" desc="Visible assets modal failed to add token error">Failed to add custom token, please try again.</message>
<message name="IDS_BRAVE_WALLET_CUSTOM_TOKEN_EXISTS_ERROR" desc="Error message that is shown when trying to add a token that already exists in your portfolio.">This token has already been added to your portfolio.</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_TOKEN_ID" desc="Visible assets modal tokenId label">Token ID (only for ERC721)</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_TOKEN_ID_ERROR" desc="Visible assets modal tokenId error">Token ID is required</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_ADVANCED" desc="Visible assets modal advanced fields">Advanced</message>
<message name="IDS_BRAVE_WALLET_WATCH_LIST_COINGECKO_ID" desc="Visible assets modal Coingecko ID label">Coingecko ID</message>
<message name="IDS_BRAVE_WALLET_ICON_URL" desc="Visible assets modal Icon URL label">Icon URL</message>
<message name="IDS_BRAVE_WALLET_ADD_ASSET" desc="Asset Panel add asset button">Add asset</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_DISCLAIMER" desc="Account settings modal warning">WARNING: Never share your private key. Anyone with this private key can take your assets forever.</message>
<message name="IDS_BRAVE_WALLET_FIL_EXPORT_PRIVATE_KEY_FORMAT_DESCRIPTION" desc="Filecoin private key format description">NOTE: Private key is provided as a hex-encoded JSON that contains private key and protocol information. <ph name="LINK_START">$1</ph>Learn more<ph name="LINK_END">/$1</ph>.</message>
<message name="IDS_BRAVE_WALLET_FIL_IMPORT_PRIVATE_KEY_FORMAT_DESCRIPTION" desc="Filecoin private key format description">NOTE: Private key must be provided as a hex-encoded JSON that contains private key and protocol information. <ph name="LINK_START">$1</ph>Learn more<ph name="LINK_END">/$1</ph>.</message>
<message name="IDS_BRAVE_WALLET_BTC_IMPORT_PRIVATE_KEY_FORMAT_DESCRIPTION" desc="Bitcoin private key input format description">NOTE: Only <ph name="FORMAT"><ex>zprv</ex>$1</ph> extended keys are supported.</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_IMPORT_JSON_DESCRIPTION" desc="Polkadot import JSON file description">Import using a JSON file exported from Polkadot.js or compatible wallets. Enter the password used to encrypt the export.</message>
<message name="IDS_BRAVE_WALLET_LOOKING_FOR_TESTNET_ACCOUNTS" desc="Looking for testnet accounts label">Looking for Testnet accounts?</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_EXPORT" desc="Account list item Export button">Export</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_DEPOSIT" desc="Account list item Deposit button">Deposit</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_HIDE" desc="Account list item Hide button">Hide account</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_RESTORE" desc="Account list item Restore button">Restore</message>
<message name="IDS_BRAVE_WALLET_ACCOUNTS_REMOVE" desc="Account list item Remove button">Remove</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS" desc="Account settings label">Account settings</message>
<message name="IDS_BRAVE_WALLET_LAST_UPDATED_AGO" desc="Tooltip showing how long ago prices were last updated, e.g. Last updated 5m ago">Last updated <ph name="TIME_AGO"><ex>5m</ex>$1</ph> ago</message>
<message name="IDS_BRAVE_WALLET_NO_AVAILABLE_ASSETS" desc="No availible assets title on the portfolio page">No available assets</message>
<message name="IDS_BRAVE_WALLET_NO_AVAILABLE_ASSETS_DESCRIPTION" desc="No availible assets description on the portfolio page">Deposit or purchase tokens to get started. If you don't see tokens from an imported account, check the filters and display settings. Unknown tokens may need to be added as custom assets.</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_SHOW_KEY" desc="Account settings modal show key button">Show key</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_HIDE_KEY" desc="Account settings modal hide key button">Hide key</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_DOWNLOAD_KEY" desc="Account settings modal download key button">Download</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_ENTER_PASSWORD_TO_ENCRYPT" desc="Account settings modal enter password to encrypt message">Enter a password to encrypt your account export file.</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_ENCRYPTION_PASSWORD" desc="Account settings modal encryption password placeholder">Enter encryption password</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_CONFIRM_ENCRYPTION_PASSWORD" desc="Account settings modal confirm encryption password placeholder">Confirm encryption password</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_PASSWORDS_DO_NOT_MATCH" desc="Account settings modal passwords do not match error">Passwords do not match</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_ENCRYPTION_PASSWORD_TOO_SHORT" desc="Account settings modal encryption password too short error">Password must be at least 8 characters</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SETTINGS_UPDATE_ERROR" desc="Account settings modal failed to updated name error">Failed to update account name, please try again.</message>
<message name="IDS_BRAVE_WALLET_PRESET25" desc="Swap preset 25% button">25%</message>
<message name="IDS_BRAVE_WALLET_PRESET50" desc="Swap preset 50% button">50%</message>
<message name="IDS_BRAVE_WALLET_PRESET75" desc="Swap preset 75% button">75%</message>
<message name="IDS_BRAVE_WALLET_PRESET100" desc="Swap preset All button">100%</message>
<message name="IDS_BRAVE_WALLET_UNSUPPORTED_NETWORK" desc="Unsupported network">Unsupported network</message>
<message name="IDS_BRAVE_WALLET_NETWORK_E_T_H" desc="Network Ethereum title">Ethereum</message>
<message name="IDS_BRAVE_WALLET_NETWORK_MAIN" desc="Network Main title">Mainnet</message>
<message name="IDS_BRAVE_WALLET_NETWORK_TEST" desc="Network Test Network title">Test Network</message>
<message name="IDS_BRAVE_WALLET_NETWORK_SEPOLIA" desc="Network Sepolia title">Sepolia</message>
<message name="IDS_BRAVE_WALLET_NETWORK_LOCALHOST" desc="Network Localhost title">Localhost</message>
<message name="IDS_BRAVE_WALLET_SELECT_ACCOUNT" desc="Select Account tab title">Select account</message>
<message name="IDS_BRAVE_WALLET_SEARCH_ACCOUNT" desc="Search Accounts tab search placeholder">Search accounts</message>
<message name="IDS_BRAVE_WALLET_SELECT_NETWORK" desc="Select Network tab title">Select network</message>
<message name="IDS_BRAVE_WALLET_SELECT_ASSET" desc="Select asset title">Select asset</message>
<message name="IDS_BRAVE_WALLET_SEARCH_ASSET" desc="Select Asset tab search placeholder">Search coins</message>
<message name="IDS_BRAVE_WALLET_SWAP_FROM" desc="Swap tab from ammount label">Amount</message>
<message name="IDS_BRAVE_WALLET_SWAP_TO" desc="Swap tab to label">To</message>
<message name="IDS_BRAVE_WALLET_SWAP_ESTIMATE" desc="Swap tab estimate label">estimate</message>
<message name="IDS_BRAVE_WALLET_SWAP_MARKET" desc="Swap tab market button">Market</message>
<message name="IDS_BRAVE_WALLET_SWAP_LIMIT" desc="Swap tab limit button">Limit</message>
<message name="IDS_BRAVE_WALLET_SWAP_PRICE_IN" desc="Swap tab price label">Price in</message>
<message name="IDS_BRAVE_WALLET_SIGN_TRANSACTION_TITLE" desc="Sign panel title">Your signature is being requested</message>
<message name="IDS_BRAVE_WALLET_SIGN_WARNING" desc="Sign panel warning message">Note that Brave cant verify what will happen if you sign. A signature could authorize nearly any operation in your account or on your behalf, including (but not limited to) giving total control of your account and crypto assets to the site making the request. Only sign if youre sure you want to take this action, and trust the requesting site.</message>
<message name="IDS_BRAVE_WALLET_SIGN_WARNING_TITLE" desc="Sign panel risk title">Sign at your own risk</message>
<message name="IDS_BRAVE_WALLET_SIGN_TRANSACTION_MESSAGE_TITLE" desc="Sign panel message title">Message</message>
<message name="IDS_BRAVE_WALLET_SIGN_TRANSACTION_EIP712_MESSAGE_HIDE_DETAILS" desc="Sign panel EIP-712 message hide details">Hide details</message>
<message name="IDS_BRAVE_WALLET_SIGN_TRANSACTION_EIP712_MESSAGE_DOMAIN" desc="Sign panel EIP-712 message domain">Domain</message>
<message name="IDS_BRAVE_WALLET_SIGN_TRANSACTION_BUTTON" desc="Sign panel sign button">Sign</message>
<message name="IDS_BRAVE_WALLET_PUBLIC_ENCRYPTION_KEY" desc="Public encryption key title">Public encryption key</message>
<message name="IDS_BRAVE_WALLET_PROVIDE_ENCRYPTION_KEY_TITLE" desc="Provide Encryption Key Panel Title">A DApp is requesting your public encryption key</message>
<message name="IDS_BRAVE_WALLET_PROVIDE_ENCRYPTION_KEY_DESCRIPTION" desc="Provide Encryption Key Panel Details"><ph name="URL">$1</ph> is requesting your wallet's public encryption key. If you consent to providing this key, the site will be able to compose encrypted messages to you.</message>
<message name="IDS_BRAVE_WALLET_PROVIDE_ENCRYPTION_KEY_BUTTON" desc="Provide Encryption Key Panel Provide Button">Provide</message>
<message name="IDS_BRAVE_WALLET_READ_ENCRYPTED_MESSAGE_TITLE" desc="Read Encrypted Message Panel Title">This DApp would like to read this message to complete your request</message>
<message name="IDS_BRAVE_WALLET_READ_ENCRYPTED_MESSAGE_DECRYPT_BUTTON" desc="Read Encrypted Message Panel Decrypt Button">Decrypt message</message>
<message name="IDS_BRAVE_WALLET_READ_ENCRYPTED_MESSAGE_BUTTON" desc="Read Encrypted Message Panel Allow Button">Allow</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_TITLE" desc="Allow spend panel Title">Allow this app to spend your <ph name="TOKEN_SYMBOL"><ex>ETH</ex>$1</ph>?</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_DESCRIPTION" desc="Allow spend panel description">By granting this permission, you are allowing this app to withdraw your <ph name="VALUE"><ex>ETH</ex>$1</ph> and automate transactions for you.</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_BOX_TITLE" desc="Allow spend panel edit permissions button">Edit permissions</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_TRANSACTION_FEE" desc="Allow spend panel transaction fee label">Transaction fee</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_EDIT_BUTTON" desc="Allow spend panel edit button">Edit</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_DETAILS_BUTTON" desc="Allow spend panel view details button">View details</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_REJECT_BUTTON" desc="Allow spend panel reject button">Reject</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_CONFIRM_BUTTON" desc="Allow spend panel confirm button">Confirm</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_CURRENT_ALLOWANCE" desc="Allow spend panel current approval limit">Current allowance</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_PROPOSED_ALLOWANCE" desc="Allow spend panel proposed approval">Proposed allowance</message>
<message name="IDS_BRAVE_WALLET_ALLOW_SPEND_UNLIMITED_WARNING_TITLE" desc="Allow spend panel unlimited approval warning">Unlimited approval requested</message>
<message name="IDS_BRAVE_WALLET_SPEND_LIMIT" desc="Allow spend panel spend limit label">Spend limit</message>
<message name="IDS_BRAVE_WALLET_APPROVAL_TARGET" desc="Allow spend panel approval target label">Approval target</message>
<message name="IDS_BRAVE_WALLET_CURRENT_APPROVAL_LIMIT" desc="Allow spend panel current approval limit label">Current approval limit</message>
<message name="IDS_BRAVE_WALLET_PROPOSED_APPROVAL_LIMIT" desc="Allow spend panel proposed approval limit label">Proposed approval limit</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_TITLE" desc="Add network panel title">Allow this site to add a network?</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_DESCRIPTION" desc="Add network panel description">This will allow this network to be used within Brave Wallet.</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_LEARN_MORE_BUTTON" desc="Add network panel learn more button">Learn more.</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_NAME" desc="Add network panel name label">Network name</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_URL" desc="Add network panel url label">Network URL</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_DETAILS_BUTTON" desc="Add network panel all details button">View all details</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_BUTTON" desc="Add network panel button">Approve</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_CURRENCY_SYMBOL" desc="Add network panel symbol label">Currency symbol</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_EXPLORER" desc="Add network explorer label">Block explorer URL</message>
<message name="IDS_BRAVE_WALLET_ALLOW_ADD_NETWORK_PANEL_TITLE" desc="Add network, network panel title">Network</message>
<message name="IDS_BRAVE_WALLET_ADD_NETWORK" desc="Add network title">Add network</message>
<message name="IDS_BRAVE_WALLET_ALLOW_CHANGE_NETWORK_TITLE" desc="Change network panel title">Allow this site to switch networks?</message>
<message name="IDS_BRAVE_WALLET_ALLOW_CHANGE_NETWORK_DESCRIPTION" desc="Change network panel description">This will switch the network to a previously added network.</message>
<message name="IDS_BRAVE_WALLET_ALLOW_CHANGE_NETWORK_BUTTON" desc="Change network panel button">Switch network</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_TOTAL" desc="Confirm transaction panel total label">Total</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_GAS_FEE" desc="Confirm transaction panel gas feelabel">Gas fee</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_TRANSACTION_FEE" desc="Confirm transaction panel transaction fee label">Transaction fee</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_BID" desc="Confirm transaction panel bid label">Bid</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_AMOUNT_GAS" desc="Confirm transaction panel total gas label">Amount + gas</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_AMOUNT_FEE" desc="Confirm transaction panel total fee label">Amount + Network fee</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_NO_DATA" desc="Confirm transaction panel no data placeholder">No data.</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_NEXT" desc="Confirm transaction panel next transaction button">next</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_FIRST" desc="Confirm transaction panel first transaction button">first</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTIONS" desc="Confirm transaction panel transactions label">transactions</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_ACCOUNT_CREATION_FEE" desc="Confirm transaction panel account creation fee warning">The associated token account does not exist yet. A small amount of SOL will be spent to create and fund it.</message>
<message name="IDS_BRAVE_WALLET_SYSTEM_PROGRAM_ASSIGN_WARNING_TITLE" desc="Confirm transaction panel warning title for System Program assign instruction">Account ownership change requested</message>
<message name="IDS_BRAVE_WALLET_SYSTEM_PROGRAM_ASSIGN_WARNING_DESCRIPTION" desc="Confirm transaction panel warning description for System Program assign instruction">This transaction will reassign ownership of the account to a new program. This action is irreversible and may result in loss of funds.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_GAS_LIMIT" desc="Transaction gas limit">Gas Limit</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_GAS_PREMIUM" desc="Transaction gas premium">Gas Premium</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_GAS_FEE_CAP" desc="Transaction gas fee cap">Gas Fee Cap</message>
<message name="IDS_BRAVE_WALLET_PANEL_TITLE" desc="Brave Wallet panel title">Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_PANEL_CONNECTED" desc="Brave Wallet panel connected status">Connected</message>
<message name="IDS_BRAVE_WALLET_SITE_PERMISSIONS_ACCOUNTS" desc="Site Permissions panel accounts connected"><ph name="NUMBER_OF_ACCOUNTS"><ex>5</ex>$1</ph> accounts connected</message>
<message name="IDS_BRAVE_WALLET_SITE_PERMISSIONS_DISCONNECT" desc="Site Permissions panel disconnect from site">Disconnect</message>
<message name="IDS_BRAVE_WALLET_SITE_PERMISSIONS_SWITCH" desc="Site Permissions panel switch account for connected site">Switch</message>
<message name="IDS_BRAVE_WALLET_SITE_PERMISSIONS_TRUST" desc="Site Permissions panel trust account for connected site">Trust</message>
<message name="IDS_BRAVE_WALLET_SITE_PERMISSIONS_REVOKE" desc="Site Permissions panel revoke account for connected site">Revoke</message>
<message name="IDS_BRAVE_WALLET_CHANGE_NETWORK" desc="DApp settings panel, change network button">Change network</message>
<message name="IDS_BRAVE_WALLET_CHANGE_ACCOUNT" desc="DApp settings panel, change account button">Change account</message>
<message name="IDS_BRAVE_WALLET_ACTIVE" desc="DApp settings panel, acive network status">Active</message>
<message name="IDS_BRAVE_WALLET_NOT_CONNECTED" desc="DApp settings panel, account not connected status">Not connected</message>
<message name="IDS_BRAVE_WALLET_CONNECTED_ACCOUNTS" desc="DApp settings panel, connected accounts list">Connected accounts</message>
<message name="IDS_BRAVE_WALLET_AVAILABLE_ACCOUNTS" desc="DApp settings panel, available accounts list">Available accounts</message>
<message name="IDS_BRAVE_WALLET_CONNECTIONS" desc="DApp Connections Button">Connections</message>
<message name="IDS_BRAVE_WALLET_UNBLOCK" desc="DApp Connection Unblock Button">Unblock</message>
<message name="IDS_BRAVE_WALLET_PANEL_BLOCKED" desc="Brave Wallet panel blocked status">Blocked</message>
<message name="IDS_BRAVE_WALLET_TITLE" desc="Brave Wallet Title">Wallet</message>
<message name="IDS_BRAVE_WALLET_SITE_PERMISSIONS_NEW_ACCOUNT" desc="Site Permissions panel add a new account">New account</message>
<message name="IDS_BRAVE_WALLET_WELCOME_PANEL_DESCRIPTION" desc="Brave Wallet welcome panel description">Use this panel to securely access Web3 and all your crypto assets.</message>
<message name="IDS_BRAVE_WALLET_LEARN_MORE" desc="Generic learn-more link text">Learn more</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_DETAIL_BOX_FUNCTION" desc="Transaction detail box function label">FUNCTION TYPE</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_DETAIL_BOX_HEX" desc="Transaction detail box hex data label">HEX DATA</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_DETAIL_BOX_BYTES" desc="Transaction detail box bytes label">BYTES</message>
<message name="IDS_BRAVE_WALLET_CONNECT_WITH_SITE_NEXT" desc="Connect with site panel next button">Next</message>
<message name="IDS_BRAVE_WALLET_CONNECT_WALLET" desc="Connect with site panel title">Connect wallet</message>
<message name="IDS_BRAVE_WALLET_CONNECT_WITH_SITE" desc="Connect with site panel select account lable">or connect with:</message>
<message name="IDS_BRAVE_WALLET_CONNECT_PERMITTED_LABEL" desc="Connect with site DApp will be able to label">This app will be able to:</message>
<message name="IDS_BRAVE_WALLET_CONNECT_NOT_PERMITTED_LABEL" desc="Connect with site DApp will not be able to label">It will not be able to:</message>
<message name="IDS_BRAVE_WALLET_CONNECT_PERMISSION_BALANCE_AND_ACTIVITY" desc="Connect with site DApp will be able to check wallet balance">Check wallet balance and activity</message>
<message name="IDS_BRAVE_WALLET_CONNECT_PERMISSION_REQUEST_APPROVAL" desc="Connect with site DApp will be able to make requests">Request approval for transactions and signatures</message>
<message name="IDS_BRAVE_WALLET_CONNECT_PERMISSION_ADDRESS" desc="Connect with site DApp will be able to view your address">View your permitted wallet address</message>
<message name="IDS_BRAVE_WALLET_CONNECT_PERMISSION_MOVE_FUNDS" desc="Connect with site DApp will not be able to move your funds">Move funds without your permission</message>
<message name="IDS_BRAVE_WALLET_CONNECT_TRUST_WARNING" desc="Connect with site panel do you trust this site warning">Make sure you trust this site.</message>
<message name="IDS_BRAVE_WALLET_PERMISSION_DURATION" desc="Connect with site panel Permission Duration label">Permission duration</message>
<message name="IDS_BRAVE_WALLET_PERMISSION_UNTIL_CLOSE" desc="Connect with site panel DApp is connected until closing site">Until I close this site</message>
<message name="IDS_BRAVE_WALLET_PERMISSION_ONE_DAY" desc="Connect with site panel DApp is connected for 1 day">For 24 hours</message>
<message name="IDS_BRAVE_WALLET_PERMISSION_ONE_WEEK" desc="Connect with site panel DApp is connected for 1 week">For 1 week</message>
<message name="IDS_BRAVE_WALLET_PERMISSION_FOREVER" desc="Connect with site panel DApp is connected forever">Forever</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_PANEL_CONNECTED" desc="Connect Hardware panel connected status"><ph name="ACCOUNT_NAME"><ex>Ledger account</ex>$1</ph> is connected to <ph name="DEVICE_NAME"><ex>Ledger Nano</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_PANEL_DISCONNECTED" desc="Connect Hardware panel disconnected status"><ph name="ACCOUNT_NAME"><ex>Ledger account</ex>$1</ph> is disconnected</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_PANEL_INSTRUCTIONS" desc="Connect Hardware panel view instructions button">View instructions</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_PANEL_CONNECT" desc="Connect Hardware panel title">Connect your <ph name="ACCOUNT_NAME"><ex>Ledger account</ex>$1</ph> to continue</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_PANEL_CONFIRMATION" desc="Connect Hardware panel confirmation description">Hardware wallet requires confirmation on device.</message>
<message name="IDS_BRAVE_WALLET_CONNECT_HARDWARE_PANEL_OPEN_APP" desc="Connect Hardware panel open app text">Hardware wallet requires <ph name="NETWORK"><ex>Ethereum</ex>$1</ph> App opened on <ph name="ACCOUNT_NAME"><ex>Ledger account</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SENT" desc="Transaction sent label">sent</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_RECEIVED" desc="Transaction received label">received</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_EXPLORER_MISSING" desc="Alert for when no block explorer is available">Block explorer URL is not available.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_EXPLORER" desc="View on block explorer button">View on block explorer</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_COPY_HASH" desc="Copy transaction hash button">Copy transaction hash</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SPEEDUP" desc="Speed up transaction button">Speed up</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_CANCEL" desc="Cancel transaction button">Cancel transaction</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_RETRY" desc="Retry transaction button">Retry transaction</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_PLACEHOLDER" desc="Transactions placeholder">Transactions will appear here</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_APPROVE_UNLIMITED" desc="Transaction Approve Unlimited Spend">Unlimited</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_NOT_FOUND" desc="Transaction not found error">Transaction not found</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_NOT_RETRIABLE" desc="Error message indicating that a transaction cannot be retried">This transaction cannot be retried.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_UNAPPROVED" desc="Status label for unapproved transaction">Unapproved</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_APPROVED" desc="Status label for approved transaction">Approved</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_REJECTED" desc="Status label for rejected transaction">Rejected</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_SUBMITTED" desc="Status label for submitted transaction">Submitted</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_CONFIRMED" desc="Status label for confirmed transaction">Confirmed</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_ERROR" desc="Status label for error transaction">Error</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_DROPPED" desc="Status label for dropped transaction">Dropped</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_STATUS_SIGNED" desc="Status label for signed transaction">Signed</message>
<message name="IDS_BRAVE_WALLET_ON" desc="Transaction details transacted on Exchange or Account label">On</message>
<message name="IDS_BRAVE_WALLET_RECENT_TRANSACTIONS" desc="Transactions panel title">Recent transactions</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_DETAIL_HASH" desc="Transaction Detail Panel Transaction Hash">Transaction hash</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_DETAIL_NETWORK" desc="Transaction Detail Panel Blockchain Network">Network</message>
<message name="IDS_BRAVE_WALLET_MEMO" desc="Transaction Details Memo label">Memo</message>
<message name="IDS_BRAVE_WALLET_ENTER_A_MESSAGE" desc="Transaction memo input placeholder">You can enter a message...</message>
<message name="IDS_BRAVE_WALLET_MESSAGE_OPTIONAL" desc="Transaction memo input label">Message (Optional)</message>
<message name="IDS_BRAVE_WALLET_ADD_MEMO" desc="Transaction Add memo button text">Add memo</message>
<message name="IDS_BRAVE_WALLET_REMOVE_MEMO" desc="Transaction Remove memo button text">Remove memo</message>
<message name="IDS_BRAVE_WALLET_MEMO_LENGTH_ERROR" desc="Transaction memo error">Memo must be less than 512 characters long.</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_TITLE1" desc="Edit gas panel max fee label">Max priority fee</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_TITLE2" desc="Edit gas panel edit gas button">Edit gas</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_DESCRIPTION" desc="Edit gas panel description">While not a guarantee, miners will likely prioritize your transaction if you pay a higher fee.</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_LOW" desc="Edit gas panel low label">Low</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_OPTIMAL" desc="Edit gas panel optimal label">Optimal</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_HIGH" desc="Edit gas panel high label">High</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_LIMIT" desc="Edit gas panel gas limit label">Gas limit</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_PER_GAS_PRICE" desc="Edit gas panel price input label">Per-gas price (Gwei)</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_PER_TIP_LIMIT" desc="Edit gas panel limit input label">Per-gas tip limit (Gwei)</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_PER_PRICE_LIMIT" desc="Edit gas panel price limit input label">Per-gas price limit (Gwei)</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_MAX_FEE" desc="Edit gas panel max fee label">Max fee</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_MAXIMUM_FEE" desc="Edit gas panel maximum fee label">Maximum fee</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_BASE_FEE" desc="Edit gas panel current fee label">Current base fee</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_GWEI" desc="Edit gas panel gwei label">Gwei</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_SET_CUSTOM" desc="Edit gas panel set custom button">Set custom</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_SET_SUGGESTED" desc="Edit gas panel set suggested button">Set suggested</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_ZERO_GAS_PRICE_WARNING" desc="Edit gas panel zero gas price warning">Transaction may not be propagated in the network.</message>
<message name="IDS_BRAVE_WALLET_ADVANCED_TRANSACTION_SETTINGS" desc="Panel advanced transaction settings">Advanced settings</message>
<message name="IDS_BRAVE_WALLET_ADVANCED_TRANSACTION_SETTINGS_PLACEHOLDER" desc="Panel advanced transaction settings input placeholder">Enter custom nonce value</message>
<message name="IDS_BRAVE_WALLET_EDIT_NONCE" desc="Edit transaction nonce">Nonce</message>
<message name="IDS_BRAVE_WALLET_EDIT_NONCE_INFO" desc="Edit transaction nonce info message">The nonce value will be auto-determined if this field is not specified.</message>
<message name="IDS_BRAVE_WALLET_EDIT_PERMISSIONS_TITLE" desc="Edit allowance panel title">Edit permissions</message>
<message name="IDS_BRAVE_WALLET_EDIT_PERMISSIONS_DESCRIPTION" desc="Edit allowance panel description">Spend limit permission allows <ph name="SITE_ORIGIN"><ex>uniswap</ex>$1</ph> to withdraw and spend up to the following amount:</message>
<message name="IDS_BRAVE_WALLET_EDIT_PERMISSIONS_BUTTON" desc="Edit allowance panel button">Edit permissions</message>
<message name="IDS_BRAVE_WALLET_EDIT_PERMISSIONS_PROPOSED_ALLOWANCE" desc="Edit allowance panel button">Proposed allowance</message>
<message name="IDS_BRAVE_WALLET_EDIT_PERMISSIONS_CUSTOM_ALLOWANCE" desc="Edit allowance panel button">Custom allowance</message>
<message name="IDS_BRAVE_WALLET_PROPOSED_SPEND_LIMIT" desc="Edit allowance proposed spend limit label">Proposed spend limit</message>
<message name="IDS_BRAVE_WALLET_CUSTOM_SPEND_LIMIT" desc="Edit allowance custom spend limit label">Custom spend limit</message>
<message name="IDS_BRAVE_WALLET_NOT_VALID_ETH_ADDRESS" desc="Send input not valid ETH address error">Not a valid ETH address</message>
<message name="IDS_BRAVE_WALLET_NOT_VALID_SOL_ADDRESS" desc="Send input not valid SOL address error">Not a valid SOL address</message>
<message name="IDS_BRAVE_WALLET_NOT_VALID_ADDRESS" desc="Send input not valid address error">Not a valid <ph name="COIN_TYPE_SYMBOL"><ex>ETH</ex>$1</ph> address.</message>
<message name="IDS_BRAVE_WALLET_NOT_DOMAIN" desc="Send input not registered domain error">Domain doesn't have a linked <ph name="COIN_TYPE_SYMBOL"><ex>ETH</ex>$1</ph> address.</message>
<message name="IDS_BRAVE_WALLET_SAME_ADDRESS_ERROR" desc="Send input trying to send crypto to their own address">The receiving address is your own address.</message>
<message name="IDS_BRAVE_WALLET_CONTRACT_ADDRESS_ERROR" desc="Send input trying to send crypto to a tokens contract address">The receiving address is a token's contract address.</message>
<message name="IDS_BRAVE_WALLET_ZCASH_UNIFIED_ADDRESS_ERROR" desc="Send input trying to send zcash crypto to wrong unified address">Invalid unified address</message>
<message name="IDS_BRAVE_WALLET_MISSING_CHECKSUM_TITLE" desc="Send input missing checksum title">Address is missing checksum</message>
<message name="IDS_BRAVE_WALLET_MISSING_CHECKSUM_DESCRIPTION" desc="Send input missing checksum description">Validity of this address cannot be verified. To avoid a potential loss of funds, review the address carefully before sending.</message>
<message name="IDS_BRAVE_WALLET_INVALID_CHECKSUM_TITLE" desc="Send input invalid checksum title">Address doesn't look correct (invalid checksum)</message>
<message name="IDS_BRAVE_WALLET_INVALID_CHECKSUM_DESCRIPTION" desc="Send input invalid checksum description">This address appears to have a typo. Please review the address and type it again.</message>
<message name="IDS_BRAVE_WALLET_HOW_TO_SOLVE" desc="How to solve button text">How can I solve it?</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_WARNING_TITLE" desc="Send input address missing checksum information title">Missing checksum information</message>
<message name="IDS_BRAVE_WALLET_MISSING_GAS_LIMIT_ERROR" desc="Transaction has missing gas limit information">Missing gas limit</message>
<message name="IDS_BRAVE_WALLET_ZERO_BALANCE_ERROR" desc="Send amount must be greater than 0 error">Amount must be greater than 0</message>
<message name="IDS_BRAVE_WALLET_ADDRESS_REQUIRED_ERROR" desc="Address field is required error">To address is required</message>
<message name="IDS_BRAVE_WALLET_ZCASH_INVALID_TRANSPARENT_ADDRESS" desc="Invalid recipient zcash address error - wrong transparent address">Wrong transparent address</message>
<message name="IDS_BRAVE_WALLET_ZCASH_INVALID_ADDRESS_NETWORK_MISMATCH" desc="Invalid recipient zcash unified address error - network mismatch">Network mismatch</message>
<message name="IDS_BRAVE_WALLET_ZCASH_INVALID_UNIFIED_ADDRESS" desc="Invalid recipient zcash unified address error">Wrong unified address format</message>
<message name="IDS_BRAVE_WALLET_ZCASH_INVALID_UNIFIED_ADDRESS_MISSING_ORCHARD_PART" desc="Invalid recipient zcash unified address error - orchard part missing">Orchard part is missing</message>
<message name="IDS_BRAVE_WALLET_ZCASH_INVALID_UNIFIED_ADDRESS_MISSING_TRANSPARENT_PART" desc="Invalid recipient zcash unified address error - transparent part missing">Transparent part is missing</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_TITLE" desc="Invalid checksum modal title">How can I find the right address?</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_DESCRIPTION" desc="Invalid checksum modal description">Brave prevents users from sending funds to the wrong address due to incorrect capitalization. Make sure that it's the correct address by following the instructions below.</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_STEP_ONE_TITLE" desc="Invalid checksum modal step one title">1. Visit</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_STEP_ONE_DESCRIPTION" desc="Invalid checksum modal step one description">Visit etherscan and paste the wallet address you want to send tokens. Then enter</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_STEP_TWO_TITLE" desc="Invalid checksum modal step two title">2. Copy and enter ETH address</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_STEP_TWO_DESCRIPTION" desc="Invalid checksum modal step two description">Copy and enter the correct address. You can see that some characters have been converted correctly.</message>
<message name="IDS_BRAVE_WALLET_CHECKSUM_MODAL_NEED_HELP" desc="Invalid checksum modal need more help">Need more help?</message>
<message name="IDS_BRAVE_WALLET_QUEUE_OF" desc="Confirm Transaction Queue of">of</message>
<message name="IDS_BRAVE_WALLET_QUEUE_NEXT" desc="Confirm Transaction Queue next">next</message>
<message name="IDS_BRAVE_WALLET_QUEUE_FIRST" desc="Confirm Transaction Queue first">first</message>
<message name="IDS_BRAVE_WALLET_QUEUE_REJECT_ALL" desc="Confirm Transaction Queue Reject All Transactions">Reject <ph name="TRANSACTION_LENGTH"><ex>4</ex>$1</ph> transactions</message>
<message name="IDS_BRAVE_WALLET_SWAP_INSUFFICIENT_BALANCE" desc="Swap CTA text for insufficient balance">Insufficient balance</message>
<message name="IDS_BRAVE_WALLET_SWAP_INSUFFICIENT_FUNDS_FOR_GAS" desc="Swap CTA text for insufficient native asset balance">Insufficient funds for gas</message>
<message name="IDS_BRAVE_WALLET_SWAP_INSUFFICIENT_LIQUIDITY" desc="Swap CTA text for insufficient liquidity">Insufficient liquidity</message>
<message name="IDS_BRAVE_WALLET_SWAP_INSUFFICIENT_ALLOWANCE" desc="Swap CTA text for insufficient allowance">
Activate <ph name="FROM_ASSET_SYMBOL"><ex>BAT</ex>$1</ph>
</message>
<message name="IDS_BRAVE_WALLET_SWAP_UNKNOWN_ERROR" desc="Swap CTA text for unknown error">Unknown error</message>
<message name="IDS_BRAVE_WALLET_SWAP_REVIEW_SPEND" desc="Swap review text for spending asset">You spend</message>
<message name="IDS_BRAVE_WALLET_SWAP_REVIEW_RECEIVE" desc="Swap review text for receiving asset">You'll receive</message>
<message name="IDS_BRAVE_WALLET_SWAP_REVIEW_HEADER" desc="Swap review header title">Confirm order</message>
<message name="IDS_BRAVE_WALLET_SWAP_PROGRAM_ADDRESS" desc="Swap program address label">Program address</message>
<message name="IDS_BRAVE_WALLET_SWAP_DEPOSIT_ADDRESS" desc="Swap deposit address label">Deposit address</message>
<message name="IDS_BRAVE_WALLET_SOLANA_SWAP" desc="Generic Solana Swap message">Solana Swap</message>
<message name="IDS_BRAVE_WALLET_NUMBERED_ACCOUNT_NAME" desc="The name with account number.">Account <ph name="ACCOUNT_NUMBER">$1<ex>1</ex></ph></message>
<message name="IDS_BRAVE_WALLET_SIGN_MESSAGE_UNLOCK_FIRST" desc="Sign message error">Wallet needs to be unlocked first</message>
<message name="IDS_BRAVE_WALLET_SIGN_MESSAGE_INVALID_ADDRESS" desc="Sign message error"><ph name="ADDRESS">$1<ex>1</ex></ph> is not a valid address</message>
<message name="IDS_BRAVE_WALLET_SIGN_MESSAGE_CHAIN_ID_MISMATCH" desc="Sign message error"><ph name="CHAIN_ID">chainId $1<ex>1</ex></ph> is not current network</message>
<message name="IDS_BRAVE_WALLET_SIGN_MESSAGE_ACCOUNT_MISMATCH" desc="Sign message error"><ph name="ADDRESS">$1<ex>0x1BF5***731A</ex></ph> does not match from address</message>
<message name="IDS_BRAVE_WALLET_SIGN_MESSAGE_DOMAIN_MISMATCH" desc="Sign message error"><ph name="DOMAIN">$1<ex>example.com</ex></ph> does not match current domain</message>
<message name="IDS_BRAVE_WALLET_SIGN_MESSAGE_MISMATCH_ERR" desc="General sign message error for users">We've rejected this request because this site is requesting that you use a different <ph name="NAME">$1<ex>domain/account/network</ex></ph> (<ph name="VALUE">$2<ex>example.com/0x1BF5***731A/0x1</ex></ph>)</message>
<message name="IDS_BRAVE_WALLET_UNLOCK_ERROR" desc="Connect hardware wallet panel, error when device unlock failed">Unable to unlock device, try to reconnect</message>
<message name="IDS_BRAVE_WALLET_UNKNOWN_SCHEME_ERROR" desc="Connect hardware wallet panel, error when requested unsupported scheme for device">Internal error, unknown scheme</message>
<message name="IDS_BRAVE_WALLET_APPROVAL_TRANSACTION_INTENT" desc="Token approval transaction description">approve</message>
<message name="IDS_BRAVE_WALLET_NO_ACCOUNTS_WITH_A_BALANCE" desc="Text for when zero accounts are availble for viewing on the asset details page.">No available accounts</message>
<message name="IDS_BRAVE_WALLET_NO_ACCOUNTS_WITH_A_BALANCE_DESCRIPTION" desc="Explanation of why the accounts list is empty.">Accounts with a balance will appear here.</message>
<message name="IDS_BRAVE_WALLET_LEDGER_VALIDATION_ERROR" desc="Ledger signature validation error text">Ledger: The signature doesnt match the right address</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_ACCOUNT_NOT_FOUND_ERROR" desc="Hardware account not found error message">Hardware account not found</message>
<message name="IDS_BRAVE_WALLET_IMPORT_JSON_ERROR" desc="Importer error message">JSON data is not expected</message>
<message name="IDS_BRAVE_WALLET_IMPORT_PASSWORD_ERROR" desc="Importer error message">Password is not correct</message>
<message name="IDS_BRAVE_WALLET_IMPORT_INTERNAL_ERROR" desc="Importer error message">Internal error</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_CREATE_BRIDGE_ERROR" desc="Hardware wallet error when access Trezor bridge">Unable to connect to the Trezor bridge</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_ACCOUNTS_IMPORT_ERROR" desc="Hardware wallet error when importing accounts from Trezor device">Internal error, Unable to fetch accounts</message>
<message name="IDS_BRAVE_WALLET_NETWORK_EDIT" desc="Edit custom network button title">Edit</message>
<message name="IDS_BRAVE_WALLET_NETWORK_REMOVE" desc="Remove custom network button title">Remove</message>
<message name="IDS_BRAVE_WALLET_NETWORK_RESET" desc="Reset custom network button title">Reset</message>
<message name="IDS_BRAVE_WALLET_NETWORK_SET_AS_DEFAULT" desc="Set custom network as default button title">Set as default</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_PROCESS_TRANSACTION_ERROR" desc="Process transaction error when signing transactions with hardware device">Error processing the transaction</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_APPROVE_TRANSACTION_ERROR" desc="Unable to approve hardware transaction during signing process">Error processing the transaction</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_TRANSACTION_NOT_FOUND_ERROR" desc="Unable to find hardware transaction during signing process">Unable to find hardware transaction, please try again</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_TRANSACTION_DEVICE_ERROR" desc="Received error from hardware device during signing process">Received error from hardware device, probably you need to confirm the transaction on your device</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_TRANSACTION_NO_MESSAGE_TO_SIGN_ERROR" desc="Unable to get raw messagse to sign for hardware transaction during signing process">Error processing the transaction, please try again</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_SIGN_MESSAGE_ERROR" desc="Unable to sign personal messagse on hardware device">Error signing message, please try again</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_UNKNOWN_KEYRING_ERROR" desc="Error when requested unknown keyring">Error signing message, unknown keyring requested, please try again</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_COMMAND_IN_PROGRESS_ERROR" desc="Error when hardware command is already in progress"><ph name="DEVICE_NAME">$1<ex>Trezor</ex></ph> command is already in progress</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_BRIDGE_NOT_READY_ERROR" desc="Error when hardware bridge is not ready"><ph name="DEVICE_NAME">$1<ex>Trezor</ex></ph> bridge is not ready</message>
<message name="IDS_BRAVE_WALLET_ADD_SUGGESTED_TOKEN_TITLE" desc="Add Suggested Token Panel Title">Add suggested token</message>
<message name="IDS_BRAVE_WALLET_ADD_SUGGESTED_TOKEN_DESCRIPTION" desc="Add Suggested Token Panel Description">Would you like to import this token?</message>
<message name="IDS_BRAVE_WALLET_PENDING_TRANSACTIONS_NUMBER" desc="Pending transactions number text">Pending (<ph name="QUEUE_LENGTH">$1<ex>4</ex></ph>)</message>
<message name="IDS_BRAVE_WALLET_NEXT_TRANSACTION" desc="Next transaction button text">Next transaction</message>
<message name="IDS_BRAVE_WALLET_PREVIOUS_TRANSACTION" desc="Previous transaction button text">Previous transaction</message>
<message name="IDS_BRAVE_WALLET_REJECT_TRANSACTIONS" desc="Reject transactions button text">Reject <ph name="QUEUE_LENGTH">$1<ex>4</ex></ph> transactions</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAIL_BLOCKCHAIN" desc="NFT detail screen blockchain category">Blockchain</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAIL_TOKEN_STANDARD" desc="NFT detail screen token standard category">Token standard</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAIL_TOKEN_ID" desc="NFT detail screen token id category">Token ID</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAIL_CONTRACT_ADDRESS" desc="NFT detail contract address category">Contract address</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAIL_DESCRIPTION" desc="NFT detail description category">Description</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAIL_IMAGE_ADDRESS" desc="NFT detail image address category">Image URL</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_OVERVIEW" desc="NFT detail overview">Overview</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_OWNED_BY" desc="NFT detail owned by">Owned by</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_VIEW_ACCOUNT" desc="NFT detail view account">View account</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_PINNING_STATUS_LABEL" desc="NFT detail pinning status label">IPFS pinning status</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_NOT_AVAILABLE" desc="NFT detail not avaialable text">Not available yet</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_CID" desc="NFT detail CID label" translateable="false">CID</message>
<message name="IDS_BRAVE_WALLET_NFT_DETAILS_PROPERTIES" desc="NFT detail properties">Properties</message>
<message name="IDS_BRAVE_WALLET_ETH_CHAIN_ID_FAILED" desc="The error message when request for method 'eth_chainId' on custom network url failed">Request for method 'eth_chainId' on <ph name="URL">$1<ex>https://some.network/rpc/</ex></ph> failed</message>
<message name="IDS_SETTINGS_WALLET_NETWORKS_EXISTS" desc="The error text of the wallet network dialog for existing network">
This network is already added.
</message>
<message name="IDS_BRAVE_WALLET_TREZOR_SIGN_TYPED_DATA_ERROR" desc="The error text for unsupported API on Trezor device">
Signing typed data is supported only on Trezor Model One with Firmware 1.10.5 or higher
</message>
<message name="IDS_BRAVE_WALLET_SWEEPSTAKES_TITLE" desc="The title for the swap sweepstakes banner">
Brave Swap-stakes
</message>
<message name="IDS_BRAVE_WALLET_SWEEPSTAKES_DESCRIPTION" desc="A short description of the swap sweepstakes">
7 days of crypto giveaways, ~&#36;500k in prizes.
</message>
<message name="IDS_BRAVE_WALLET_SWEEPSTAKES_CALL_TO_ACTION" desc="A short description of the swap sweepstakes">
Enter now!
</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_ALL_ASSETS_FILTER" desc="Label text for all assets in market data filter">All Assets</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_TRADABLE_FILTER" desc="Label text for tradable in market data filter">Tradable</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_ASSETS_COLUMN" desc="Market data table assets column name">Assets</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_PRICE_COLUMN" desc="Market data table price column name">Price</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_24Hr_COLUMN" desc="Market data table 24 hour percentage price change column name">24hr</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_MARKETCAP_COLUMN" desc="Market data table market cap column name">Cap</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_VOLUME_COLUMN" desc="Market data table volume column name">Volume</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_BUY_DEPOSIT_COLUMN" desc="Market data table buy/deposit column name">Buy/Deposit</message>
<message name="IDS_BRAVE_WALLET_MARKET_DATA_NO_ASSETS_FOUND" desc="Text displayed when market data table rows are empty">No assets matching search or filter found</message>
<message name="IDS_BRAVE_WALLET_NOT_VALID_FIL_ADDRESS" desc="Send input not valid FIL address error">Not a valid FIL address</message>
<message name="IDS_BRAVE_WALLET_SELL_WITH_PROVIDER" desc="Sell with Provider option label">Sell with <ph name="OFFRAMP_PROVIDER">$1<ex>Ramp</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TRANSACTIONS_PARTNER" desc="Transactions partner modal title">Transactions partner</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_PARTNER_CONSENT" desc="Meld consent description">Brave Wallet uses Meld.io to help aggregate and surface various crypto providers for your region. We will share information with Meld.io to complete the transaction, including your wallet address and country code. For more information please read Melds terms of use.</message>
<message name="IDS_BRAVE_WALLET_MELD_TERMS_OF_USE" desc="Meld terms of use checkbox label">I have read and agree to the <ph name="LINK_BEFORE">$1</ph>Meld's Terms of use<ph name="LINK_AFTER">/$1</ph></message>
<message name="IDS_BRAVE_WALLET_BEST_OPTION" desc="Best option label for buy option">Best Option</message>
<message name="IDS_BRAVE_WALLET_EXCHANGE_RATE_WITH_FEES" desc="Buy exchange rate with fees label">Exchange rate with fees</message>
<message name="IDS_BRAVE_WALLET_FEES" desc="Buy fees label">Fees</message>
<message name="IDS_BRAVE_WALLET_PRICE_CURRENCY" desc="Buy price and currency label">Price <ph name="CURRENCY">$1<ex>USD</ex></ph></message>
<message name="IDS_BRAVE_WALLET_BUY_WITH_PROVIDER" desc="Buy with provider label">Buy with <ph name="PROVIDER">$1<ex>Ramp</ex></ph></message>
<message name="IDS_BRAVE_WALLET_ASSETS" desc="Buy asset label">Asset</message>
<message name="IDS_BRAVE_WALLET_SELECTED" desc="Buy selected label">Selected</message>
<message name="IDS_BRAVE_WALLET_NO_AVAILABLE_CURRENCIES" desc="Buy no available currencies for search value">No available currencies</message>
<message name="IDS_BRAVE_WALLET_GETTING_BEST_PRICES" desc="Buy getting best prices label while qoutes are being fetched">Getting best prices...</message>
<message name="IDS_BRAVE_WALLET_BUY_ASSET" desc="Buy asset title label">Buy <ph name="ASSET">$1<ex>BAT</ex></ph></message>
<message name="IDS_BRAVE_WALLET_NO_PROVIDER_FOUND" desc="No provider found for buy asset title">No providers found for <ph name="ASSET">$1<ex>BAT</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TRY_SEARCHING_FOR_DIFFERENT_ASSET" desc="Hint for no provider found for buy asset">Try searching for a different asset.</message>
<message name="IDS_BRAVE_WALLET_NO_RESULTS_FOUND" desc="No search results for provider title">No results found for <ph name="PROVIDER">$1<ex>Ramp</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TRY_DIFFERENT_KEYWORDS" desc="Hint for no search result for provider">Try using a different keyword or check your spelling.</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_TO_BUY_TITLE" desc="Create account modal title">Do you want to create a <ph name="ACCOUNT_TYPE">$1<ex>Zcash</ex></ph> account?</message>
<message name="IDS_BRAVE_WALLET_CREATE_ACCOUNT_TO_BUY_DESCRIPTION" desc="Create account modal description">In order to receive <ph name="TOKEN_SYMBOL">$1<ex>ZEC</ex></ph> you will need a <ph name="ACCOUNT_TYPE">$2<ex>Zcash</ex></ph> account.</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_NAME" desc="Account name input label">Account name</message>
<message name="IDS_BRAVE_WALLET_MINIMUM_AMOUNT" desc="Minimum amount error label">Minimum amount: <ph name="AMOUNT">$1<ex>$2 USD</ex></ph></message>
<message name="IDS_BRAVE_WALLET_MAXIMUM_AMOUNT" desc="Maximum amount error label">Maximum amount: <ph name="AMOUNT">$1<ex>$1000 USD</ex></ph></message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_CREATED_SUCCESSFULLY" desc="Account created successfully alert">Account created successfully</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_IMPORTED_SUCCESSFULLY" desc="Account imported successfully alert">Account imported successfully</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_WALLET_ACCOUNT_CONNECTED_SUCCESSFULLY" desc="Hardware wallet account connected successfully alert">
{ACCOUNTS, plural,
=1 {Hardware wallet account connected successfully}
other {{ACCOUNTS} hardware wallet accounts connected successfully}
}
</message>
<message name="IDS_BRAVE_WALLET_NETWORK_FILTER_ALL" desc="Network Filter Selector All Networks">All Networks</message>
<message name="IDS_BRAVE_WALLET_ASSET_FILTER_LOW_TO_HIGH" desc="Asset Filter Selector Low to High">Low to High</message>
<message name="IDS_BRAVE_WALLET_ASSET_FILTER_HIGH_TO_LOW" desc="Asset Filter Selector High to Low">High to Low</message>
<message name="IDS_BRAVE_WALLET_ASSET_FILTER_A_TO_Z" desc="Asset Filter Selector A to Z">A to Z</message>
<message name="IDS_BRAVE_WALLET_ASSET_FILTER_Z_TO_A" desc="Asset Filter Selector Z to A">Z to A</message>
<message name="IDS_BRAVE_WALLET_NONE" desc="Group assets by none option">None</message>
<message name="IDS_BRAVE_WALLET_NETWORKS" desc="Group assets by networks option">Networks</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_GROUP_BY_TITLE" desc="Group assets by dropdown title">Group by</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_GROUP_BY_DESCRIPTION" desc="Group assets by dropdown description">Group assets by</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_FILTERS_TITLE" desc="Portfolio Filters and Display settings modal">Filters and display settings</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_NFTS_FILTERS_TITLE" desc="Portfolio Filters and Display settings modal title for NFT tab">NFT display settings</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_ASSETS_DISTRIBUTION_TITLE" desc="Portfolio overview horizontal allocation chart section title">Assets distribution</message>
<message name="IDS_BRAVE_WALLET_SORT_ASSETS" desc="Portfolio settings sort assets dropdown title">Sort assets</message>
<message name="IDS_BRAVE_WALLET_SORT_ASSETS_DESCRIPTION" desc="Portfolio settings sort assets dropdown description">Sort by fiat value or name</message>
<message name="IDS_BRAVE_WALLET_SMALL_BALANCES" desc="Portfolio settings hide small balances toggle title">Hide small balances</message>
<message name="IDS_BRAVE_WALLET_SMALL_BALANCES_DESCRIPTION" desc="Portfolio settings hide small balances toggle description">Assets with value less than <ph name="FIAT_VALUE"><ex>$100</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_SELECT_ACCOUNTS" desc="Portfolio settings select accounts title">Select accounts</message>
<message name="IDS_BRAVE_WALLET_SELECT_NETWORKS" desc="Portfolio settings select networks title">Select networks</message>
<message name="IDS_BRAVE_WALLET_SELECT_ALL" desc="Portfolio settings select all button">Select all</message>
<message name="IDS_BRAVE_WALLET_DESELECT_ALL" desc="Portfolio settings deselect all button">Deselect all</message>
<message name="IDS_BRAVE_WALLET_PRIMARY_NETWORKS" desc="Portfolio settings primary networks title">Primary networks</message>
<message name="IDS_BRAVE_WALLET_ETH_ACCOUNT_DESCRIPTION" desc="Ethereum account description">Ethereum + EVM Chains</message>
<message name="IDS_BRAVE_WALLET_SOL_ACCOUNT_DESCRIPTION" desc="Solana account description">Solana + SVM Chains</message>
<message name="IDS_BRAVE_WALLET_FIL_ACCOUNT_DESCRIPTION" desc="Filecoin account description" translateable="false">Filecoin</message>
<message name="IDS_BRAVE_WALLET_BTC_MAINNET_ACCOUNT_DESCRIPTION" desc="Bitcoin Mainnet account description" translateable="false">Bitcoin Mainnet</message>
<message name="IDS_BRAVE_WALLET_BTC_TESTNET_ACCOUNT_DESCRIPTION" desc="Bitcoin Testnet account description" translateable="false">Bitcoin Testnet</message>
<message name="IDS_BRAVE_WALLET_INSUFFICIENT_BALANCE" desc="Generic insufficient balance error">Insufficient balance</message>
<message name="IDS_BRAVE_WALLET_ZEC_ACCOUNT_DESCRIPTION" desc="ZCash account description" translateable="false">Zcash Mainnet</message>
<message name="IDS_BRAVE_WALLET_ZEC_TESTNET_ACCOUNT_DESCRIPTION" desc="ZCash testnet account description" translateable="false">Zcash Testnet</message>
<message name="IDS_BRAVE_WALLET_CARDANO_ACCOUNT_DESCRIPTION" desc="Cardano account description" translateable="false">Cardano Mainnet</message>
<message name="IDS_BRAVE_WALLET_CARDANO_TESTNET_ACCOUNT_DESCRIPTION" desc="Cardano testnet account description" translateable="false">Cardano Testnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_MAINNET_ACCOUNT_DESCRIPTION" desc="Polkadot account description" translateable="false">Polkadot Mainnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_TESTNET_ACCOUNT_DESCRIPTION" desc="Polkadot testnet account description" translateable="false">Polkadot Testnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_INVALID_PREFIX" desc="Polkadot invalid prefix error">Invalid prefix</message>
<message name="IDS_BRAVE_WALLET_SHOW_NETWORK_LOGO_ON_NFTS_TITLE" desc="Show network logo filter title">Network Logo</message>
<message name="IDS_BRAVE_WALLET_SHOW_NETWORK_LOGO_ON_NFTS_DESCRIPTION" desc="Show network logo filter description">Show network logo on NFTs</message>
<message name="IDS_BRAVE_WALLET_SHOW_SPAM_NFTS_TITLE" desc="Show spam NFTs filter title">Spam NFTs</message>
<message name="IDS_BRAVE_WALLET_SHOW_SPAM_NFTS_DESCRIPTION" desc="Show spam NFTs filter description">Show spam NFTs</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_SETTINGS" desc="Portfolio settings label">Portfolio settings</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_FILTER_ALL_ACCOUNTS" desc="Account Filter Selector All Accounts">All accounts</message>
<message name="IDS_BRAVE_WALLET_GET_HELP" desc="Get help button">Get help</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TAKING_LONG_TIME" desc="A transaction is taking a long time label">Taking longer than expected?</message>
<message name="IDS_BRAVE_WALLET_VIEW_IN_ACTIVITY" desc="View in activity tab button">View in activity</message>
<message name="IDS_BRAVE_WALLET_SAFELY_DISMISS_WINDOW" desc="You can safely dismiss this window message">You can safely dismiss this window.</message>
<message name="IDS_BRAVE_WALLET_SENDING_AMOUNT_TO_ACCOUNT" desc="Transaction intent sending amount to account label">Sending <ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> to <ph name="ACCOUNT"><ex>Ethereum Account 2</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_AMOUNT_SENT_TO_ACCOUNT" desc="Transaction intent amount sent to account label"><ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> has been sent to account <ph name="ACCOUNT"><ex>Ethereum Account 2</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_SWAPPING_AMOUNT_TO_ACCOUNT_ON_NETWORK" desc="Transaction intent swapping amount to account on network label">Swapping <ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> to <ph name="ACCOUNT"><ex>Ethereum Account 2</ex>$2</ph> on <ph name="NETWORK"><ex>Ethereum Mainnet</ex>$3</ph></message>
<message name="IDS_BRAVE_WALLET_AMOUNT_ADDED_TO_ACCOUNT" desc="Transaction intent amount added to account label">The amount of <ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> has been added to your account <ph name="ACCOUNT"><ex>Ethereum Account 2</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_BRIDGING_AMOUNT_TO_NETWORK" desc="Transaction intent bridging amount to network label">Bridging <ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> to <ph name="NETWORK"><ex>Polygon Mainnet</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_UNABLE_TO_SEND_SWAP_OR_BRIDGE" desc="Transaction intent bridging amount to network label">Unable to <ph name="SEND_SWAP_OR_BRIDGE"><ex>Bridge</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_ERROR_ATTEMPTING_TO_TRANSACT" desc="Transaction intent bridging amount to network label">There was an error attempting to <ph name="SEND_SWAP_OR_BRIDGE"><ex>Bridge</ex>$3</ph> <ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> to <ph name="VALUE"><ex>Polygon Mainnet</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_APPROVING_AMOUNT_ON_EXCHANGE" desc="Transaction intent bridging amount to network label">Approving <ph name="AMOUNT"><ex>20 ETH</ex>$1</ph> to <ph name="EXCHANGE"><ex>Li.Fi Excahnge</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_CANCEL_TRANSACTION_DESCRIPTION" desc="Cancel transaction panel description">A new transaction will be created to cancel your existing transaction.</message>
<message name="IDS_BRAVE_WALLET_SWAPPING" desc="Transaction intent Swapping label">Swapping</message>
<message name="IDS_BRAVE_WALLET_BRIDGING" desc="Transaction intent Bridging label">Bridging</message>
<message name="IDS_BRAVE_WALLET_SWAPPING_OR_BRIDGING_ON_NETWORK" desc="Transaction intent Swapping or Bridging on network description"><ph name="SWAPPING_OR_BRIDGING"><ex>Swapping</ex>$1</ph> on <ph name="NETWORK"><ex>Solana Mainnet Beta</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_ERROR_ATTEMPTING_TO_TRANSACT_ON_NETWORK" desc="Transaction intent error attempting to Swap or Bride on network description">There was an error attempting to <ph name="SWAP_OR_BRIDGE"><ex>swap</ex>$1</ph> on <ph name="NETWORK"><ex>Solana Mainnet Beta</ex>$2</ph></message>
<message name="IDS_BRAVE_WALLET_SWAP_PROCESSING" desc="Swap transaction processing title">Processing</message>
<message name="IDS_BRAVE_WALLET_SWAP_PENDING" desc="Swap transaction pending title">Pending</message>
<message name="IDS_BRAVE_WALLET_SWAP_REFUNDED" desc="Swap transaction refunded title">Refunded</message>
<message name="IDS_BRAVE_WALLET_SHIELDING_AMOUNT" desc="Transaction intent shielding amount description">Shielding <ph name="AMOUNT"><ex>1.5 ZEC</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_UNSHIELDING_AMOUNT" desc="Transaction intent unshielding amount description">Unshielding <ph name="AMOUNT"><ex>1.5 ZEC</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_AMOUNT_HAS_BEEN_SHIELDED" desc="Transaction intent amount has been shielded description"><ph name="AMOUNT"><ex>1.5 ZEC</ex>$1</ph> has been shielded</message>
<message name="IDS_BRAVE_WALLET_AMOUNT_HAS_BEEN_UNSHIELDED" desc="Transaction intent amount has been unshielded description"><ph name="AMOUNT"><ex>1.5 ZEC</ex>$1</ph> has been unshielded</message>
<message name="IDS_BRAVE_WALLET_PENDING_TRANSACTIONS" desc="Transaction complete panel, amount of transactions still pending.">
{PENDING_TRANSACTIONS, plural,
=1 {{PENDING_TRANSACTIONS} more transaction pending.}
other {{PENDING_TRANSACTIONS} more transactions pending.}
}
</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SUBMITTED_TITLE" desc="Transaction submitted title">Transaction submitted</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIGNED_TITLE" desc="Transaction signed title">Transaction signed</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_HEADER_TITLE" desc="Transaction failed header title"><ph name="VALUE">$1<ex>1 ETH</ex></ph> was returned to your wallet</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_TITLE" desc="Transaction failed title">Transaction failed</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_DESCRIPTION" desc="Transaction failed description">Transaction was failed due to a large price movement. Increase slippage tolerance to succeed at a larger price movement.</message>
<message name="IDS_BRAVE_WALLET_ZCASH_TRANSACTION_ALREADY_EXISTS_DESCRIPTION" desc="Zcash transaction failed since there is already one in progress">There is already a Zcash transaction in progress. Please try again later.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_SWAP_NEXT_CTA" desc="Transaction failed CTA text for swap">New trade</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_NEXT_CTA" desc="Transaction failed CTA text">New transaction</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_VIEW_ERROR_CTA" desc="Transaction failed view error CTA text">View Error</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_RECEIPT_CTA" desc="Transaction failed receipt">Receipt</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_MODAL_TITLE" desc="Transaction failed modal title">Error message</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_FAILED_MODAL_SUBTITLE" desc="Transaction failed modal subtitle">Please save the error message for future reference.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_COMPLETE_SWAP_HEADER_TITLE" desc="Transaction complete swap header title">Swapped <ph name="MAKER">$1<ex>1000 USDC</ex></ph> to <ph name="TAKER">$2<ex>1 ETH</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_COMPLETE_TITLE" desc="Transaction complete title">Transaction complete!</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_COMPLETE_DESCRIPTION" desc="Transaction complete description">Transaction was successfully included in a block. To avoid the risk of double spending, we recommend waiting for block confirmations.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_COMPLETE_RECEIPT_CTA" desc="Transaction complete receipt">Receipt</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_CONFIRMING_TITLE" desc="Transaction confirming title">Transaction is processing</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_CONFIRMING_DESCRIPTION" desc="Transaction confirming description">Transaction was successfully included in a block. To avoid the risk of double spending, we recommend waiting for block confirmations.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_CONFIRMING_TEXT" desc="Transaction confirming text">Confirming</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_INTENT_DAPP_INTERACTION" desc="Transaction intent for dapp interactions">Dapp interaction</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_INTENT_SEND" desc="Transaction intent for transfers">Send <ph name="VALUE">$1<ex>1000 USDC</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_INTENT_SWAP" desc="Transaction intent for swaps">Swap <ph name="MAKER">$1<ex>1000 USDC</ex></ph> to <ph name="TAKER">$2<ex>990 USDT</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_INTENT_BRIDGE" desc="Transaction intent for bridges">Bridge <ph name="SOURCE">$1<ex>1000 USDC</ex></ph> to <ph name="DESTINATION">$2<ex>990 USDT</ex></ph></message>
<message name="IDS_BRAVE_WALLET_CREATING_ASSOCIATED_TOKEN_ACCOUNT" desc="Transaction intent for creating associated token account">Creating associated token account</message>
<message name="IDS_BRAVE_WALLET_FAILED_TO_CREATE_ASSOCIATED_TOKEN_ACCOUNT" desc="Transaction intent for failed to create associated token account">Failed to create associated token account</message>
<message name="IDS_BRAVE_WALLET_ASSOCIATED_TOKEN_ACCOUNT_CREATED" desc="Transaction intent for associated token account created">Associated token account created</message>
<message name="IDS_BRAVE_WALLET_SIGN_IN_WITH_BRAVE_WALLET" desc="Sign in with Brave Wallet Title">Sign in with Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_SIGN_IN_WITH_BRAVE_WALLET_MESSAGE" desc="Sign in with Brave Wallet Message">You are signing into <ph name="ORIGIN">$1<ex>login.xyz</ex></ph>. Brave Wallet will share your wallet address with <ph name="ORIGIN">$1<ex>login.xyz</ex></ph>.</message>
<message name="IDS_BRAVE_WALLET_SEE_DETAILS" desc="Sign in with Brave Wallet See details button">See details</message>
<message name="IDS_BRAVE_WALLET_SIGN_IN" desc="Sign in with Brave Wallet Sign in Button">Sign in</message>
<message name="IDS_BRAVE_WALLET_ORIGIN" desc="Sign in with Brave Wallet Origin Label">Origin</message>
<message name="IDS_BRAVE_WALLET_ADDRESS" desc="Sign in with Brave Wallet Address Label">Address</message>
<message name="IDS_BRAVE_WALLET_STATEMENT" desc="Sign in with Brave Wallet Statement Label">Statement</message>
<message name="IDS_BRAVE_WALLET_URI" desc="Sign in with Brave Wallet URI Label">URI</message>
<message name="IDS_BRAVE_WALLET_VERSION" desc="Sign in with Brave Wallet Version Label">Version</message>
<message name="IDS_BRAVE_WALLET_NONCE" desc="Sign in with Brave Wallet Nonce Label">Nonce</message>
<message name="IDS_BRAVE_WALLET_ISSUED_AT" desc="Sign in with Brave Wallet Issued at Label">Issued at</message>
<message name="IDS_BRAVE_WALLET_EXPIRATION_TIME" desc="Sign in with Brave Wallet Expiration time Label">Expiration time</message>
<message name="IDS_BRAVE_WALLET_NOT_BEFORE" desc="Sign in with Brave Wallet Not before Label">Not before</message>
<message name="IDS_BRAVE_WALLET_REQUEST_ID" desc="Sign in with Brave Wallet Request ID label">Request ID</message>
<message name="IDS_BRAVE_WALLET_RESOURCES" desc="Sign in with Brave Wallet Resources Label">Resources</message>
<message name="IDS_BRAVE_WALLET_SECURITY_RISK_DETECTED" desc="Sign in with Brave Wallet Error Security risk">Security risk detected</message>
<message name="IDS_BRAVE_WALLET_INPUT" desc="Transaction Details Input Label">Input</message>
<message name="IDS_BRAVE_WALLET_OUTPUT" desc="Transaction Details Output Label">Output</message>
<message name="IDS_BRAVE_WALLET_INPUTS" desc="Transaction Details Inputs Label">Inputs</message>
<message name="IDS_BRAVE_WALLET_OUTPUTS" desc="Transaction Details Outputs Label">Outputs</message>
<message name="IDS_BRAVE_WALLET_VALUE" desc="Transaction Details Value Label">Value</message>
<message name="IDS_BRAVE_WALLET_TOKEN" desc="Transaction Details Token Label">Token</message>
<message name="IDS_BRAVE_WALLET_NETWORK_FILTER_SECONDARY" desc="Network Filter Selector Secondary Networks">Secondary networks</message>
<message name="IDS_BRAVE_WALLET_NETWORK_FILTER_TEST_NETWORKS" desc="Network Filter Selector Test Networks">Test networks</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_LIMIT_ERROR" desc="An error regarding an incorrect gas limit value">
Gas limit must be an integer greater than 0
</message>
<message name="IDS_WALLET_FIL_SEND_TRANSACTION_TO" desc="Error message if transaction 'to' is empty">Transaction data 'to' must be specified</message>
<message name="IDS_WALLET_FIL_SEND_TRANSACTION_FROM_INVALID" desc="Transaction data is not validated">Transaction data 'from' must be a valid Filecoin address</message>
<message name="IDS_BRAVE_WALLET_LEDGER_FILECOIN_UNLOCK_ERROR" desc="Error message if unable to unlock Filecoin app on Ledger">Ledger device locked</message>
<message name="IDS_WALLET_TRANSACTION_STATUS_UPDATE_MESSAGE_TEXT" desc="Notification message text when transaction status updated">Click here to check transaction details for <ph name="VALUE">$1<ex>0xABC</ex></ph></message>
<message name="IDS_WALLET_TRANSACTION_STATUS_UPDATE_MESSAGE_TITLE_CONFIRMED" desc="Notification message title when transaction confirmed">Transaction confirmed</message>
<message name="IDS_WALLET_TRANSACTION_STATUS_UPDATE_MESSAGE_TITLE_ERROR" desc="Notification message title when transaction error">Transaction error</message>
<message name="IDS_WALLET_TRANSACTION_STATUS_UPDATE_MESSAGE_TITLE_DROPPED" desc="Notification message title when transaction dropped">Transaction dropped</message>
<message name="IDS_WALLET_TAB_IS_NOT_ACTIVE_ERROR" desc="Error message if it comes from an inactive tab">The tab is not active</message>
<message name="IDS_BRAVE_WALLET_APPROVE_TRANSACTION" desc="Title message when dApp transaction approval is requested">Approve transaction</message>
<message name="IDS_BRAVE_WALLET_SOLANA_SYSTEM_PROGRAM" desc="Name of Solana System Program">System Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_CONFIG_PROGRAM" desc="Name of Solana Config Program">Config Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_STAKE_PROGRAM" desc="Name of Solana Stake Program">Stake Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_VOTE_PROGRAM" desc="Name of Solana Vote Program">Vote Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_BP_FLOADER" desc="Name of Solana BPF Loader">BPF Loader</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ED25519_PROGRAM" desc="Name of Solana Ed25519 Program">Ed25519 Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_SECP256K1_PROGRAM" desc="Name of Solana Secp256k1 Program">Secp256k1 Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_TOKEN_PROGRAM" desc="Name of Solana Token Program">Token Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ASSOCIATED_TOKEN_PROGRAM" desc="Name of Solana Associated Token Program">Associated Token Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_META_DATA_PROGRAM" desc="Name of Solana MetaData Program">MetaData Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_SYSVAR_RENT_PROGRAM" desc="Name of Solana SysvarRent Program">SysvarRent Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNTS" desc="Name of Solana instruction 'accounts' param">Accounts:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_DATA" desc="Name of Solana instruction 'data' param">Data:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_PROGRAM_ID" desc="Name of Solana instruction 'programID' param">Program ID:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_LAMPORTS" desc="Name of Solana instruction 'lamports' param">Lamports</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_SPACE" desc="Name of Solana instruction 'space' param">Space</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_OWNER_PROGRAM" desc="Name of Solana instruction 'owner_program' param">Owner Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_BASE" desc="Name of Solana instruction 'base' param">Base</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_SEED" desc="Name of Solana instruction 'seed' param">Seed</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_AUTHORITY" desc="Name of Solana instruction 'authority' param">Authority</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_NEW_AUTHORITY" desc="Name of Solana instruction 'new_authority' param">New Authority</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_FROM_SEED" desc="Name of Solana instruction 'from_seed' param">From Seed</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_FROM_OWNER_PROGRAM" desc="Name of Solana instruction 'from_owner_program' param">From Owner Program</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_DECIMALS" desc="Name of Solana instruction 'decimals' param">Decimals</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_MINT_AUTHORITY" desc="Name of Solana instruction mint_authority' param">Mint Authority</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_FREEZE_AUTHORITY" desc="Name of Solana instruction 'freeze_authority' param">Freeze Authority</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_AUTHORITY_TYPE" desc="Name of Solana instruction 'authority_type' param">Authority Type</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_NUM_OF_SIGNERS" desc="Name of Solana instruction 'num_of_signers' param">Number of Signers</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_OWNER" desc="Name of Solana instruction 'owner' param">Owner</message>
<message name="IDS_BRAVE_WALLET_SOLANA_INS_PARAM_AMOUNT" desc="Name of Solana instruction 'amount' param">Amount</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_FROM_ACCOUNT" desc="Name of Solana instruction 'from_account' account param">From Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_TO_ACCOUNT" desc="Name of Solana instruction 'to_account' account param">To Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_NEW_ACCOUNT" desc="Name of Solana instruction 'new_account' account param">New Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_ASSIGNED_ACCOUNT" desc="Name of Solana instruction 'assigned_account' account param">Assigned Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_CREATED_ACCOUNT" desc="Name of Solana instruction 'created_account' account param">Created Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_BASE_ACCOUNT" desc="Name of Solana instruction 'base_account' account param">Base Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_NONCE_ACCOUNT" desc="Name of Solana instruction 'nonce_account' account param">Nonce Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_NONCE_AUTHORITY" desc="Name of Solana instruction 'nonce_authority' account param">Nonce Authority</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_ALLOCATED_ACCOUNT" desc="Name of Solana instruction 'allocated_account' account param">Allocated Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_RENT_SYSVAR" desc="Name of Solana instruction 'rent_sysvar' account param">Rent sysvar</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_RECENTBLOCKHASHES_SYSVAR" desc="Name of Solana instruction 'recentBlockhashes_sysvar' account param">RecentBlockhashes sysvar</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_ACCOUNT" desc="Name of Solana instruction 'account' account param">Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_INITIALIZED_MINT" desc="Name of Solana instruction 'initialized_mint' account param">Initialized Mint</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_INITIALIZED_ACCOUNT" desc="Name of Solana instruction 'initialized_account' account param">Initialized Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_INITIALIZED_MULTISIG_ACCOUNT" desc="Name of Solana instruction 'initialized_multisig_account' account param">Initialized Multisig Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_BURNED_ACCOUNT" desc="Name of Solana instruction 'burned_account' account param">Burned Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_CLOSED_ACCOUNT" desc="Name of Solana instruction 'closed_account' account param">Closed Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_FROZEN_ACCOUNT" desc="Name of Solana instruction 'frozen_account' account param">Frozen Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_NATIVE_TOKEN_ACCOUNT" desc="Name of Solana instruction 'native_token_account' account param">Native Token Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_TOKEN_MINT" desc="Name of Solana instruction 'token_mint' account param">Token Mint</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_MINT" desc="Name of Solana instruction 'mint' account param">Mint</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_OWNER" desc="Name of Solana instruction 'owner' account param">Owner</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_SIGNERS" desc="Name of Solana instruction 'signers' account param">Signers</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_DELEGATE" desc="Name of Solana instruction 'delegate' account param">Delegate</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_AUTHORITY" desc="Name of Solana instruction 'authority' account param">Authority</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_OWNER_DELEGATE" desc="Name of Solana instruction 'owner_delegate' account param">Owner/Delegate</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_ACCOUNT_OWNER_DELEGATE" desc="Account Owner/Delegate' account param">Account Owner/Delegate</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ACCOUNT_PARAM_CHANGED_MINT_OR_ACCOUNT" desc="Name of Solana instruction 'changed mint_or_account' account param">Changed Mint or Account</message>
<message name="IDS_BRAVE_WALLET_SOLANA_MAX_RETRIES" desc="Name of Solana instruction 'programID' param">Max Retries:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_PREFLIGHT_COMMITMENT" desc="Name of Solana instruction 'programID' param">Preflight Commitment:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_SKIP_PREFLIGHT" desc="Name of Solana instruction 'programID' param">Skip Preflight:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ADDRESS_LOOKUP_TABLE_ACCOUNT" desc="Label for Solana Address Lookup Table Account section">Address Lookup Table Account:</message>
<message name="IDS_BRAVE_WALLET_SOLANA_ADDRESS_LOOKUP_TABLE_INDEX" desc="Label for Solana Address Lookup Table Index section">Address Lookup Table Index:</message>
<message name="IDS_BRAVE_WALLET_SELECT_CURRENCY" desc="Currency selector title">Select currency</message>
<message name="IDS_BRAVE_WALLET_SEARCH_CURRENCY" desc="Search placeholder for coin search input">Search currencies</message>
<message name="IDS_BRAVE_WALLET_HELP_CENTER" desc="Help center link label">Help center</message>
<message name="IDS_BRAVE_WALLET_HELP_CENTER_TEXT" desc="Help Center text description below buy-send-swap">Need help? See</message>
<message name="IDS_BRAVE_WALLET_HARDWARE_OPERATION_UNSUPPORTED_ERROR" desc="Error message of unsupported hardware wallet operation">This hardware wallet does not support this operation.</message>
<message name="IDS_BRAVE_WALLET_ENTER_YOUR_BRAVE_WALLET_PASSWORD" desc="Prompt for the user to enter their Brave Wallet password">Enter your Brave Wallet password</message>
<message name="IDS_BRAVE_WALLET_ENTER_YOUR_PASSWORD" desc="Prompt for the user to enter their password">Enter your password</message>
<message name="IDS_BRAVE_WALLET_LEARN_MORE_ABOUT_BRAVE_WALLET" desc="Link to article explaining wallet">Learn more about Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_STRENGTH_TOOLTIP_HEADING" desc="Heading of password strength tooltip">Password should have:</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_STRENGTH_TOOLTIP_IS_LONG_ENOUGH" desc="Password strength length requirements">At least 8 characters</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_MATCH" desc="Password and confirmed passwords match">Passwords match</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_IS_STRONG" desc="Password is strong">Strong!</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_IS_MEDIUM_STRENGTH" desc="Password is of medium strength">Medium</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_IS_WEAK" desc="Password is weak">Weak</message>
<message name="IDS_BRAVE_WALLET_AUTO_LOCK_TITLE" desc="Auto lock title">Brave Wallet will auto-lock after</message>
<message name="IDS_BRAVE_WALLET_AUTO_LOCK_DURATION_MINUTES" desc="Auto lock duration - in minutes"><ph name="VALUE">$1<ex>10</ex></ph> Minutes</message>
<message name="IDS_BRAVE_WALLET_AUTO_LOCK_DURATION_HOURS" desc="Auto lock duration - one hour"><ph name="VALUE">$1<ex>1</ex></ph> Hour(s)</message>
<message name="IDS_BRAVE_WALLET_CREATING_WALLET" desc="Is displayed while the wallet is being created.">Creating Wallet...</message>
<message name="IDS_BRAVE_WALLET_ONBOARDING_RECOVERY_PHRASE_BACKUP_INTRO_TITLE" desc="Title before backing up wallet">Save your recovery phrase</message>
<message name="IDS_BRAVE_WALLET_ONBOARDING_RECOVERY_PHRASE_BACKUP_INTRO_DESCRIPTION" desc="Recovery phrase backup description">The 12-24 word recovery phrase is a private key you can use to regain access to your wallet in case you lose a connected device(s). Store it someplace safe, and in the exact order it appears below.</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_PHRASE_BACKUP_WARNING" desc="A warning regarding recovery phrase safety">Brave cannot access your secret recovery phrase. Keep it safe, and never share it with anyone else.</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_PHRASE_BACKUP_WARNING_IMPORTANT" desc="An important warning regarding recovery phrase safety">Keep it in a secure place that is not accessible to others and avoid sharing it with anyone.</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_WORD_INSTRUCTIONS" desc="Recovery word instructions">Enter the word in position <ph name="VALUE">$1<ex>2</ex></ph> from your recovery phrase.</message>
<message name="IDS_BRAVE_WALLET_VERIFY_RECOVERY_PHRASE_GO_BACK" desc="Label for button to go back to previous page">Forgot to save? Go back</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_PHRASE_BACKUP_TITLE" desc="Title to recovery phrase backup screen">Back up your wallet recovery phrase</message>
<message name="IDS_BRAVE_WALLET_COPIED_TO_CLIPBOARD" desc="Alert confirming that a value was copied to the system clipboard">Copied to clipboard</message>
<message name="IDS_BRAVE_WALLET_CLICK_TO_SEE_RECOVERY_PHRASE" desc="Reveal hidden recovery phrase button text">Click to see your phrase</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_FIRST" desc="First list item label">First</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SECOND" desc="Second list item label">Second</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_THIRD" desc="Third list item label">Third</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_FOURTH" desc="Fourth list item label">Fourth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_FIFTH" desc="Fifth list item label">Fifth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SIXTH" desc="Sixth list item label">Sixth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SEVENTH" desc="Seventh list item label">Seventh</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_EIGHTH" desc="Eighth list item label">Eighth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_NINTH" desc="Ninth list item label">Ninth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TENTH" desc="Tenth list item label">Tenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_ELEVENTH" desc="Eleventh list item label">Eleventh</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SUFFIX_ONE" desc="Suffix to first ordinal">st</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SUFFIX_TWO" desc="Second ordinal suffix">nd</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SUFFIX_FEW" desc="Suffix for 'few' ordinal">rd</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SUFFIX_OTHER" desc="Suffix for 'other' ordinal">th</message>
<message name="IDS_BRAVE_WALLET_ONBOARDING_SUCCESS_TITLE" desc="Wallet is ready for use message">Youre all set!</message>
<message name="IDS_BRAVE_WALLET_ONBOARDING_SUCCESS_DESCRIPTION" desc="Wallet access description">Your Brave Wallet is now set up and ready for use.</message>
<message name="IDS_BRAVE_WALLET_ONBOARDING_SUCCESS_GO_TO_PORTFOLIO" desc="Wallet success go to portfolio">Go to portfolio</message>
<message name="IDS_BRAVE_WALLET_ARTICLE_LINK_HOW_TO_USE_A_WALLET" desc="Title of article link 'How to use a crypto wallet?'">How to use a crypto wallet?</message>
<message name="IDS_BRAVE_WALLET_ARTICLE_LINK_WHATS_THE_BEST_WALLET" desc="Title of article link 'Whats the best crypto wallet?'">Whats the best crypto wallet?</message>
<message name="IDS_BRAVE_WALLET_ARTICLE_LINK_WHATS_A_CRYPTO_BROWSER" desc="Title of article link 'Whats a crypto browser?'">Whats a crypto browser?</message>
<message name="IDS_BRAVE_WALLET_ARTICLE_LINK_WHATS_A_RECOVERY_PHRASE" desc="Title of article link 'Whats a recovery phrase?'">Whats a recovery phrase?</message>
<message name="IDS_BRAVE_WALLET_ARTICLE_LINK_WHAT_ARE_DAPPS" desc="Title of article link 'What are DApps?'">What are DApps?</message>
<message name="IDS_BRAVE_WALLET_ARTICLE_LINK_WHAT_IS_WEB3" desc="Title of article link 'Whats web 3?'">Whats web 3?</message>
<message name="IDS_BRAVE_WALLET_METAMASK_EXTENSION_DETECTED" desc="Detected MetaMask Extension for import title">Import MetaMask wallet</message>
<message name="IDS_BRAVE_WALLET_METAMASK_EXTENSION_IMPORT_DESCRIPTION" desc="Detected MetaMask Extension import description">You can easily import your MetaMask wallet just by inputting your password.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_OR_RESTORE_WALLET_TITLE" desc="Title to Import or Restore Wallet onboarding screen">Connect to your existing wallet</message>
<message name="IDS_BRAVE_WALLET_IMPORT_OR_RESTORE_DESCRIPTION" desc="Description of Import or Restore Wallet onboarding screen">To connect a wallet you already have, you may need to enter your recovery phrase. At this time we support restoring / importing from Ethereum and Solana wallets.</message>
<message name="IDS_BRAVE_WALLET_RESTORE_MY_BRAVE_WALLET" desc="Button text to restore from an existing Brave Wallet">Import an existing wallet</message>
<message name="IDS_BRAVE_WALLET_RESTORE_MY_BRAVE_WALLET_DESCRIPTION" desc="Secondary button text to restore from an existing Brave Wallet">12-24 words</message>
<message name="IDS_BRAVE_WALLET_RESTORE_MY_BRAVE_WALLET_INSTRUCTIONS" desc="Instruction text to restore from an existing Brave Wallet seed">You can paste your entire recovery phrase into any field.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_FROM_META_MASK" desc="Button text to restore from an existing MetaMask wallet">Import from MetaMask</message>
<message name="IDS_BRAVE_WALLET_IMPORT_FROM_META_MASK_DESCRIPTION" desc="Secondary button text to restore from an existing MetaMask wallet">Use your MetaMask password to import your seed phrase</message>
<message name="IDS_BRAVE_WALLET_CREATE_WALLET_INSTEAD_LINK" desc="A navigation link to create a new wallet">Never mind, Ill create a new wallet</message>
<message name="IDS_BRAVE_WALLET_RESTORE_ALTERNATE_LENGTH" desc="Button text to change recovery phrase length">I have a <ph name="LENGTH">$1</ph>-word recovery phrase</message>
<message name="IDS_BRAVE_WALLET_RESTORE_WALLET_ERROR" desc="Error message shown when recovery fails">Check your recovery phrase and try again.</message>
<message name="IDS_BRAVE_WALLET_IMPORT_WITH_RECOVERY_PHRASE" desc="Label for action to go back to import with recovery phrase">Import using your recovery phrase</message>
<message name="IDS_BRAVE_WALLET_METAMASK_DETECTED" desc="Metamask detected message">Metamask wallet detected!</message>
<message name="IDS_BRAVE_WALLET_USE_PASSWORD" desc="Use password">Use password</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_PHRASE_WORD" desc="Recovery phrase word label">Word <ph name="VALUE">$1</ph></message>
<message name="IDS_BRAVE_WALLET_IMPORT_FROM_META_MASK_SEED_INSTRUCTIONS" desc="Instructions for importing a MetaMask wallet via recovery phrase">Type your MetaMask 12-24 word recovery phrase.</message>
<message name="IDS_BRAVE_WALLET_METAMASK_PASSWORD_INPUT_PLACEHOLDER" desc="Placeholder text for MetaMask password input">Type MetaMask password</message>
<message name="IDS_BRAVE_WALLET_INPUT_LABEL_PASSWORD" desc="Password input field label">Password</message>
<message name="IDS_BRAVE_WALLET_LEARN_ABOUT_MY_WALLET" desc="Link to an article explaining the wallet">Learn more about my new wallet</message>
<message name="IDS_BRAVE_WALLET_DISCLOSURES_TITLE" desc="Title text for Wallet Disclosures page">Before we begin</message>
<message name="IDS_BRAVE_WALLET_DISCLOSURES_DESCRIPTION" desc="Description text for Wallet Disclosures page">We require that you acknowledge the items below</message>
<message name="IDS_BRAVE_WALLET_SELF_CUSTODY_DISCLOSURE_CHECKBOX_TEXT" desc="Self-custody wallet responsibility acknowledgement text">I understand that this is a self-custody wallet, and that I am solely responsible for any associated funds, assets, or accounts, and for taking any appropriate action to secure, protect, and back up my wallet. I understand that Brave cannot access my wallet or reverse transactions on my behalf, and that my recovery phrase is the ONLY way to regain access in the event of a lost password, stolen device, or similar circumstance.</message>
<message name="IDS_BRAVE_WALLET_TERMS_OF_SERVICE_CHECKBOX_TEXT" desc="Wallet Terms of use acknowledgement text">I have read and agree to the <ph name="LINK_BEFORE">$1</ph>Terms of use<ph name="LINK_AFTER">/$1</ph>.</message>
<message name="IDS_BRAVE_WALLET_BUY_CRYPTO_BUTTON" desc="Buy crypto button text">Buy crypto</message>
<message name="IDS_BRAVE_WALLET_DEPOSIT_CRYPTO_BUTTON" desc="Deposit Crypto button text">Deposit</message>
<message name="IDS_BRAVE_WALLET_CHECKING_INSTALLED_EXTENSIONS" desc="Loading text while checking for installed crypto wallet extensions">Checking for wallet extensions...</message>
<message name="IDS_BRAVE_WALLET_BUY_SELECT_ASSET" desc="Continue button text for buy crypto flow when an asset is not yet selected">Select an asset</message>
<message name="IDS_BRAVE_WALLET_DEPOSIT_FUNDS_TITLE" desc="Deposit funds screen title">Deposit crypto</message>
<message name="IDS_BRAVE_WALLET_DEPOSIT_X" desc="Generic prompt to deposit an asset">Deposit <ph name="VALUE">$1</ph></message>
<message name="IDS_BRAVE_WALLET_DEPOSIT_SOL_SPL_TOKENS" desc="Description of depositable Solana wallet assets">Deposit Solana or SPL tokens</message>
<message name="IDS_BRAVE_WALLET_DEPOSIT_ERC" desc="Description of depositable ERC assets">Deposit ERC-based tokens</message>
<message name="IDS_BRAVE_WALLET_DEPOSIT_ONLY_SEND_ON_X_NETWORK" desc="Warning to only send tokens to a address via a specific network">Only send tokens to this address on <ph name="VALUE">$1</ph></message>
<message name="IDS_BRAVE_WALLET_PERKS_TOKENS" desc="Description of how the wallet allows access to many crypto tokens">Buy, send, and swap 200+ crypto assets</message>
<message name="IDS_BRAVE_WALLET_PERKS_BROWSER_NATIVE" desc="Description of how the wallet is browser-native">Browser-native, no risky extensions</message>
<message name="IDS_BRAVE_WALLET_LETS_GET_STARTED" desc="Title for getting started screen">Let's get started</message>
<message name="IDS_BRAVE_WALLET_LETS_GET_STARTED_BUY_CRYPTO_DESCRIPTION" desc="Description for getting started buying crypto card">Buy your first crypto with a credit or debit card</message>
<message name="IDS_BRAVE_WALLET_LETS_GET_STARTED_DEPOSIT_CRYPTO_DESCRIPTION" desc="Description for getting started depositing crypto card">Deposit crypto from another wallet or exchange</message>
<message name="IDS_BRAVE_WALLET_MULTI_CHAIN" desc="Description of how the wallet allows access to multiple blockchains">Multi-chain &amp; NFT support</message>
<message name="IDS_BRAVE_WALLET_CLICK_TO_SWITCH" desc="Action text for switching selection">Click to switch</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TWELFTH" desc="Twelfth list item ordinal">Twelfth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_THIRTEENTH" desc="Thirteenth list item ordinal">Thirteenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_FOURTEENTH" desc="Fourteenth list item ordinal">Fourteenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_FIFTEENTH" desc="Fifteenth item">Fifteenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SIXTEENTH" desc="Sixteenth">Sixteenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_SEVENTEENTH" desc="Seventeenth">Seventeenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_EIGHTEENTH" desc="Eighteenth">Eighteenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_NINETEENTH" desc="Nineteenth">Nineteenth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TWENTIETH" desc="Twentieth">Twentieth</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TWENTY_FIRST" desc="Twenty-first">Twenty-first</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TWENTY_SECOND" desc="Twenty-second">Twenty-second</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TWENTY_THIRD" desc="Twenty-third">Twenty-third</message>
<message name="IDS_BRAVE_WALLET_ORDINAL_TWENTY_FOURTH" desc="Twenty-fourth">Twenty-fourth</message>
<message name="IDS_BRAVE_WALLET_NON_ASCII_CHARACTERS_IN_MESSAGE_WARNING" desc="Warning to alert user that a message contains non-ASCII characters ">Non-ASCII characters detected!</message>
<message name="IDS_BRAVE_WALLET_VIEW_ENCODED_MESSAGE" desc="Button text to toggle to encoded message view">View original message</message>
<message name="IDS_BRAVE_WALLET_VIEW_DECODED_MESSAGE" desc="Button text to toggle to decoded message view">View message in ASCII encoding</message>
<message name="IDS_BRAVE_WALLET_INFORMATION" desc="Information label shown in coin market detail view">Information</message>
<message name="IDS_BRAVE_WALLET_RANK_STAT" desc="Label show in coin market detail view for coin market rank">Rank</message>
<message name="IDS_BRAVE_WALLET_VOLUME_STAT" desc="Label show in coin market detail view for coin market 24 hour volume">24h Volume</message>
<message name="IDS_BRAVE_WALLET_MARKET_CAP_STAT" desc="Label show in coin market detail view for coin market marketcap">Market Cap</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_TOKEN_DETAILS_MENU_LABEL" desc="Label for token details menu item">Token details</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_VIEW_ON_EXPLORER_MENU_LABEL" desc="Label for view on explorer menu item">View on block explorer</message>
<message name="IDS_BRAVE_WALLET_PORTFOLIO_VIEW_HIDE_TOKEN_LABEL" desc="Label for hide token menu item">Hide <ph name="SYMBOL"><ex>BAT</ex>$1</ph></message>
<message name="IDS_BRAVE_WALLET_HIDE_TOKEN_MODAL_TITLE" desc="Modal title for hide token modal">Hide token?</message>
<message name="IDS_BRAVE_WALLET_TOKEN_CONTRACT_ADDRESS" desc="Token details modal Contract Address label">Token Contract Address</message>
<message name="IDS_BRAVE_WALLET_TOKEN_DECIMAL" desc="Token details modal Token Decimal label">Token Decimal</message>
<message name="IDS_BRAVE_WALLET_MAKE_TOKEN_VISIBLE_INSTRUCTIONS" desc="Instructions for making a token visible">You can make this asset visible again in the future by clicking the "+ Visible assets" button at the bottom of the "Portfolio" tab</message>
<message name="IDS_BRAVE_WALLET_CONFIRM_HIDING_TOKEN" desc="Text for confirm hide token action in hide token modal">Hide</message>
<message name="IDS_BRAVE_WALLET_CANCEL_HIDING_TOKEN" desc="Text for cancel hide token action in hide token modal">Cancel</message>
<message name="IDS_BRAVE_WALLET_MY_ASSETS" desc="Visible assets modal, my assets section">My assets</message>
<message name="IDS_BRAVE_WALLET_AVAILABLE_ASSETS" desc="Visible assets modal, available assets section">Available assets</message>
<message name="IDS_BRAVE_WALLET_DIDNT_FIND_ASSET_END_OF_LIST" desc="Visible assets modal, didnt find asset in at the end of the list">Didn't find your asset on the list?</message>
<message name="IDS_BRAVE_WALLET_DIDNT_FIND_ASSET_IN_LIST" desc="Visible assets modal, didnt find asset in list after searching">If you didn't find your asset in this list, you can add it manually by using the button below</message>
<message name="IDS_BRAVE_WALLET_ASSET_NOT_FOUND" desc="Visible assets modal, asset not found title">Asset not found</message>
<message name="IDS_BRAVE_WALLET_REMOVE_ACCOUNT_MODAL_TITLE" desc="Title prompt to confirm removal of a wallet account">Are you sure you want to remove "<ph name="ACCOUNT_NAME">$1<ex>Eth Account 1</ex></ph>"?</message>
<message name="IDS_BRAVE_WALLET_REPORT_AN_ISSUE_BUTTON_TEXT" desc="Text displayed in report an issue button">Report an issue</message>
<message name="IDS_BRAVE_WALLET_RECOVERY_PHRASE_LENGTH_ERROR" desc="Error message for when a supplied recovery phrase has an invalid number of words">Recovery phrase must be 12, 15, 18, 21, or 24 words long</message>
<message name="IDS_BRAVE_WALLET_ENS_OFFCHAIN_PROCEED_WITH_YES" desc="Proceed with ENS offchain lookup answer">Yes</message>
<message name="IDS_BRAVE_WALLET_ENS_OFFCHAIN_PROCEED_WITH_NO" desc="Proceed with ENS offchain lookup answer">No</message>
<message name="IDS_BRAVE_WALLET_ENS_OFFCHAIN_DONT_SHOW_AGAIN" desc="Proceed with ENS offchain lookup checkbox">Don't show this again</message>
<message name="IDS_BRAVE_WALLET_ENS_OFFCHAIN_WARNING" desc="ENS offchain lookup warning line">Address resolution requires offchain network requests. Proceed?</message>
<message name="IDS_BRAVE_WALLET_ADD_ASSET_TOKEN_TAB_TITLE" desc="Title for token tab in add asset tabs">Token</message>
<message name="IDS_BRAVE_WALLET_ADD_ASSET_NFT_TAB_TITLE" desc="Title for NFT tab in add asset tabs">NFT</message>
<message name="IDS_BRAVE_WALLET_NO_TRANSACTIONS_YET" desc="Text for when zero transactions are currently availble for viewing">No transaction history</message>
<message name="IDS_BRAVE_WALLET_NO_TRANSACTIONS_YET_DESCRIPTION" desc="Explanation of why the transaction list is empty, and what to expect after the first transaction is available">Transactions made with your Brave Wallet will appear here.</message>
<message name="IDS_BRAVE_WALLET_NFT_FETCHING_ERROR" desc="Error message displayed when nft metadata is not successfully fetched">Something went wrong when fetching NFT details. Please try again later.</message>
<message name="IDS_BRAVE_WALLET_EDIT_TOKEN" desc="Edit token form title">Edit Token</message>
<message name="IDS_BRAVE_WALLET_FEVM_ADDRESS_TRANSLATION_TITLE" desc="Warning message title displayed when trying to send from f1 to 0x">ETH address will be translated to the Filecoin address.</message>
<message name="IDS_BRAVE_WALLET_FEVM_ADDRESS_TRANSLATION_DESCRIPTION" desc="Warning message description displayed when trying to send from f1 to 0x"><ph name="FILECOIN_ADDRESS">$1</ph> address in the Filecoin namespace will be used for the transaction.</message>
<message name="IDS_BRAVE_WALLET_ENTER_A_PASSWORD_TO_CONTINUE" desc="Prompt to enter a password before continuing">Enter a password to continue</message>
<message name="IDS_BRAVE_WALLET_ENTER_YOUR_PASSWORD_TO_START_BACKUP" desc="Password prompt description for backing up wallet">Enter your Brave Wallet password to start backing up wallet.</message>
<message name="IDS_BRAVE_SWAP" desc="Swap main title">Swap</message>
<message name="IDS_BRAVE_SWAP_APPROVE_TOKEN" desc="Text for swap button while approving ERC20 token">Approve <ph name="TOKEN">$1</ph></message>
<message name="IDS_BRAVE_SWAP_INSUFFICIENT_BALANCE" desc="Text for swap button when token token balance is insufficient">Insufficient <ph name="TOKEN">$1</ph> balance</message>
<message name="IDS_BRAVE_SWAP_INSUFFICIENT_LIQUIDITY" desc="Swap CTA text for insufficient liquidity">Insufficient liquidity</message>
<message name="IDS_BRAVE_SWAP_AMOUNT_TOO_LOW" desc="Swap CTA text when the swap amount is too low">Amount too low</message>
<message name="IDS_BRAVE_SWAP_UNSUPPORTED_NETWORK" desc="Swap CTA text when the network is not supported">Unsupported network</message>
<message name="IDS_BRAVE_SWAP_UNSUPPORTED_TOKENS" desc="Swap CTA text when the token pair is not supported">Unsupported token(s)</message>
<message name="IDS_BRAVE_SWAP_INVALID_REQUEST" desc="Swap CTA text when the swap request is invalid">Invalid request</message>
<message name="IDS_BRAVE_SWAP_SELECT_TOKEN" desc="Dropdown text to select token">Select token</message>
<message name="IDS_BRAVE_SWAP_HALF" desc="Amount preset button text for half">Half</message>
<message name="IDS_BRAVE_SWAP_MAX" desc="Amount preset button text for max">Max</message>
<message name="IDS_BRAVE_SWAP_ENTER_AN_AMOUNT" desc="Text prompting to enter an amount">Enter an amount</message>
<message name="IDS_BRAVE_WALLET_FETCHING_QUOTE" desc="Loader text while quotes are fetched">Fetching quote</message>
<message name="IDS_BRAVE_WALLET_RECEIVE_ESTIMATE" desc="Swap receive estimate label">Receive (est.)</message>
<message name="IDS_BRAVE_WALLET_RECEIVE_MINIMUM" desc="Swap receive minimum label">Receive (min.)</message>
<message name="IDS_BRAVE_WALLET_FROM_TOKEN" desc="Swap from token label">From token</message>
<message name="IDS_BRAVE_WALLET_TO_TOKEN" desc="Swap to token label">To token</message>
<message name="IDS_BRAVE_WALLET_NEW_QUOTE_IN" desc="Swap new quote in label">New quote in <ph name="COUNTDOWN">$1<ex>00:05</ex></ph></message>
<message name="IDS_BRAVE_SWAP_BALANCE" desc="Text indicating account balance">Balance:</message>
<message name="IDS_BRAVE_SWAP_SELECT_A_TOKEN" desc="Text prompting to select a token to swap">Select a token to swap</message>
<message name="IDS_BRAVE_SWAP_SHOW_TOKENS_WITH_ZERO_BALANCES" desc="Button text to show tokens with zero balance">Show tokens with no balance</message>
<message name="IDS_BRAVE_SWAP_HIDE_TOKENS_WITH_ZERO_BALANCES" desc="Button text to hide tokens with zero balance">Hide zero balance</message>
<message name="IDS_BRAVE_SWAP_SEARCH_TOKEN" desc="Text prompt to search token by name">Search token by name</message>
<message name="IDS_BRAVE_SWAP_OPTION" desc="Swap quote option">Option</message>
<message name="IDS_BRAVE_SWAP_PRICE_IMPACT" desc="Swap price impact">Price impact</message>
<message name="IDS_BRAVE_SWAP_MINIMUM_RECEIVED_AFTER_SLIPPAGE" desc="Minimum guaranteed amount user will get after the swap">Minimum received after slippage</message>
<message name="IDS_BRAVE_SWAP_NETWORK_FEE" desc="Text indicating network fees">Network fee</message>
<message name="IDS_BRAVE_SWAP_BRAVE_FEE" desc="Text indicating Brave fee for swaps">Included Brave fee</message>
<message name="IDS_BRAVE_SWAP_FREE" desc="Text indicating free Brave fees for swaps">Free</message>
<message name="IDS_BRAVE_SWAP_SWAP_AND_SEND" desc="Swap and send to a specific address in one transaction">Swap &amp; send</message>
<message name="IDS_BRAVE_SWAP_NO_EXTRA_FEES" desc="Text indicating swap and send has no extra fees">NO extra fees!</message>
<message name="IDS_BRAVE_SWAP_CONFIRM_ADDRESS" desc="Text to confirm that the address is correct">I confirm that the address above is correct</message>
<message name="IDS_BRAVE_SWAP_ADDRESS_INPUT_PLACEHOLDER" desc="Text to prompt user to enter address for swap and send">Enter recipient's Ethereum address</message>
<message name="IDS_BRAVE_SWAP_SELECT_ACCOUNT" desc="Button text to select an account">Select an account</message>
<message name="IDS_BRAVE_SWAP_TO_ACCOUNT" desc="Text option indicating that Swap and Send must use one of user's accounts">To my account</message>
<message name="IDS_BRAVE_SWAP_TO_ADDRESS" desc="Text option indicating that Swap and Send must use a specific address">To another address</message>
<message name="IDS_BRAVE_SWAP_SLOW" desc="Gas price corresponding to slow speed for confirmation">Slow</message>
<message name="IDS_BRAVE_SWAP_AVERAGE" desc="Gas price corresponding to average speed for confirmation">Average</message>
<message name="IDS_BRAVE_SWAP_FAST" desc="Gas price corresponding to fast speed for confirmation">Fast</message>
<message name="IDS_BRAVE_SWAP_GWEI" desc="Unit to use for gas price (giga-wei)">Gwei</message>
<message name="IDS_BRAVE_WALLET_ESTIMATED_FEE" desc="Estimated fee">Estimated fee</message>
<message name="IDS_BRAVE_SWAP_SLIPPAGE_TOLERANCE" desc="Percentage tolerance to allow for slippage during the swap">Slippage tolerance</message>
<message name="IDS_BRAVE_SWAP_EXCHANGES" desc="Exchanges to use for the swap trade">Exchanges</message>
<message name="IDS_BRAVE_SWAP_DIRECT_ROUTE_TITLE" desc="Text indicating that swap must use direct routes in the trade">Direct route only</message>
<message name="IDS_BRAVE_SWAP_DIRECT_ROUTE_DESCRIPTION" desc="Text description direct swap routes option">It insures only direct routing and also disables split trade trading</message>
<message name="IDS_BRAVE_SWAP_NETWORK_FEE_DESCRIPTION" desc="Network fee description">Brave uses the top 60 tokens for intermediate routing for performance optimization</message>
<message name="IDS_BRAVE_SWAP_COINGECKO_CHEAPER" desc="Quote rate is cheaper than CoinGecko"><ph name="VALUE">$1<ex>0.12</ex></ph>% cheaper than CoinGecko</message>
<message name="IDS_BRAVE_SWAP_COINGECKO_WITHIN" desc="Quote rate is within small percentage of CoinGecko">Within <ph name="VALUE">$1<ex>0.12</ex></ph>% CoinGecko</message>
<message name="IDS_BRAVE_SWAP_COINGECKO_EXPENSIVE" desc="Quote rate is more expensive than CoinGecko"><ph name="VALUE">$1<ex>12</ex></ph>% more expensive than CoinGecko</message>
<message name="IDS_BRAVE_SWAP_API" desc="Application Programming Interface (API)">API</message>
<message name="IDS_BRAVE_SWAP_NAME" desc="Name">Name</message>
<message name="IDS_BRAVE_SWAP_DISCONNECT_WALLET" desc="Disconnect wallet">Disconnect</message>
<message name="IDS_BRAVE_SWAP_ADVANCED" desc="Advanced quote details">Advanced</message>
<message name="IDS_BRAVE_SWAP_ACCOUNTS" desc="Accounts">Accounts</message>
<message name="IDS_BRAVE_SWAP_WALLET" desc="Wallet">Wallet</message>
<message name="IDS_BRAVE_SWAP_BEST" desc="Best quote option">Best</message>
<message name="IDS_BRAVE_SWAP_HELP_CENTER" desc="Help center">Help Center</message>
<message name="IDS_BRAVE_SWAP_PRIVACY_POLICY" desc="Privacy policy">Privacy Policy</message>
<message name="IDS_BRAVE_SWAP_PRIVACY_DESCRIPTION" desc="Privacy policy description">This app uses the following third-party APIs:</message>
<message name="IDS_BRAVE_SWAP_V2_DISCLAIMER" desc="Swap V2 privacy policy disclaimer">Brave Swap uses <ph name="AGGREGATOR">$1<ex>0x</ex></ph> as a DEX aggregator for supported <ph name="NETWORKS">$2<ex>EVM</ex></ph> networks. <ph name="AGGREGATOR">$1<ex>0x</ex></ph> will process the <ph name="NETWORK">$3<ex>Ethereum</ex></ph> wallet address and IP address to fulfill a transaction (including getting quotes). <ph name="AGGREGATOR">$1<ex>0x</ex></ph> will ONLY use this data for the purposes of processing transactions.</message>
<message name="IDS_BRAVE_SWAP_V2_PRIVACY" desc="Swap V2 full privacy policy link text">Click here for <ph name="AGGREGATOR">$1<ex>0x</ex></ph> Privacy Policy.</message>
<message name="IDS_BRAVE_SWAP_CHANGE_NETWORK" desc="Swap change network dropdown">Change network</message>
<message name="IDS_BRAVE_WALLET_ACTIVITY" desc="Wallet activity and transactions">Activity</message>
<message name="IDS_BRAVE_WALLET_NETWORK_IS_REQUIRED_ERROR" desc="Error explaining that a network has not been selected">Network is required</message>
<message name="IDS_BRAVE_WALLET_TOKEN_NAME_IS_REQUIRED_ERROR" desc="Error explaining that a Token name value has not been entered">Token name is required</message>
<message name="IDS_BRAVE_WALLET_INVALID_TOKEN_CONTRACT_ADDRESS_ERROR" desc="Error explaining that an invalid or empty token contract address has been entered as a form value">Invalid or empty token contract address</message>
<message name="IDS_BRAVE_WALLET_TOKEN_SYMBOL_IS_REQUIRED_ERROR" desc="Error explaining that a Token symbol value has not been entered">Token symbol is required</message>
<message name="IDS_BRAVE_WALLET_TOKEN_DECIMALS_IS_REQUIRED_ERROR" desc="Error explaining that a Token decimals value has not been entered">Token decimals of precision value is required</message>
<message name="IDS_BRAVE_WALLET_TOKEN_MINT_ADDRESS" desc="A title that will be displayed on top of the text field for users to input the custom token mint address">Mint address</message>
<message name="IDS_BRAVE_WALLET_GAS_FEE_LIMIT_LOWER_THAN_BASE_FEE_WARNING" desc="Warning to indicate that a transaction may fail or take a long time if submitted with the current per-gas price limit value">Fee limit is set lower than the base fee. Your transaction may take a long time or fail.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_HAS_FEE_ESTIMATES_ERROR" desc="Error message explaining that fee estimates are unavailable for the current pending transaction">Unable to fetch fee estimates</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_IMPORT_NFT" desc="NFT tab import NFT dropdown item">Import NFT</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_EMPTY_STATE_HEADING" desc="NFT tab empty state heading">No NFTs here yet.</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_EMPTY_STATE_SUBHEADING" desc="NFT tab empty state subheading">Ready to add some? Just click the button below to import.</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_EMPTY_STATE_DISCLAIMER" desc="NFT tab empty state disclaimer">Compatible with NFTs on Solana (SPL) and Ethereum (ERC-721).</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB" desc="NFTs tab label">NFTs</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_COLLECTED" desc="Collected label">Collected</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_HIDDEN" desc="Hidden label">Hidden</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_HIDE" desc="Hide menu item label">Hide</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_UNHIDE" desc="Unhide menu item label">Unhide</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_EDIT" desc="Hide menu item label">Edit</message>
<message name="IDS_BRAVE_WALLET_NFTS_TAB_REMOVE" desc="Remove menu item label">Don't show in wallet</message>
<message name="IDS_BRAVE_WALLET_NFT_UNSPAM" desc="Unspam option label">Mark as not junk</message>
<message name="IDS_BRAVE_WALLET_NFT_JUNK" desc="Junk label in NFT item">Junk</message>
<message name="IDS_BRAVE_WALLET_NFT_MOVE_TO_SPAM" desc="Move to spam option label">Mark as junk</message>
<message name="IDS_BRAVE_WALLET_ADD_NFT_MODAL_TITLE" desc="NFT Add NFT modal title">Add NFT</message>
<message name="IDS_BRAVE_WALLET_REMOVE_NFT_MODAL_HEADER" desc="Remove NFT modal header">Remove from Brave Wallet?</message>
<message name="IDS_BRAVE_WALLET_REMOVE_NFT_MODAL_DESCRIPTION" desc="Remove NFT modal description">NFT will be removed from Brave Wallet but will remain on the blockchain. If you remove it, then change your mind, you'll need to import it again manually.</message>
<message name="IDS_BRAVE_WALLET_REMOVE_NFT_MODAL_CANCEL" desc="Remove NFT modal cancel action">Cancel</message>
<message name="IDS_BRAVE_WALLET_REMOVE_NFT_MODAL_CONFIRM" desc="Remove NFT modal confirm action">Remove</message>
<message name="IDS_BRAVE_WALLET_EDIT_NFT_MODAL_TITLE" desc="NFT Import NFT modal title">Edit NFT</message>
<message name="IDS_BRAVE_WALLET_ENABLE_NFT_AUTODISCOVERY_MODAL_HEADER" desc="Enable NFT auto-discovery modal header">Want your NFTs displayed automatically?</message>
<message name="IDS_BRAVE_WALLET_ENABLE_NFT_AUTODISCOVERY_MODAL_DESCRIPTION" desc="Enable NFT auto-discovery modal description">Brave Wallet can use a third-party service to automatically display your NFTs. Brave will share your wallet addresses with <ph name="BEFORE_UNDERLINE">$1</ph>SimpleHash<ph name="AFTER_UNDERLINE">/$1</ph> to provide this service. <ph name="BEFORE_URL">$2</ph>Learn more.<ph name="AFTER_URL">/$2</ph></message>
<message name="IDS_BRAVE_WALLET_ENABLE_NFT_AUTODISCOVERY_MODAL_CONFIRM" desc="Enable NFT auto-discovery modal confirm button text">Yes, proceed</message>
<message name="IDS_BRAVE_WALLET_ENABLE_NFT_AUTODISCOVERY_MODAL_CANCEL" desc="Enable NFT auto-discovery modal cancel button text">No thanks, Ill do it manually</message>
<message name="IDS_BRAVE_WALLET_AUTO_DISCOVERY_EMPTY_STATE_HEADING" desc="NFTs tab empty state heading when auto discovery is enabled">No NFTs to display</message>
<message name="IDS_BRAVE_WALLET_AUTO_DISCOVERY_EMPTY_STATE_SUB_HEADING" desc="NFTs tab empty state sub heading when auto discovery is enabled">Once an NFT is detected, itll be displayed here.</message>
<message name="IDS_BRAVE_WALLET_AUTO_DISCOVERY_EMPTY_STATE_FOOTER" desc="NFTs tab empty state footer when auto discovery is enabled">Cant see your NFTs?</message>
<message name="IDS_BRAVE_WALLET_AUTO_DISCOVERY_EMPTY_STATE_ACTIONS" desc="NFTs tab empty state action button text when auto discovery is enabled"><ph name="REFRESH_START">$1</ph>Refresh<ph name="REFRESH_END">/$1</ph> or <ph name="IMPORT_START">$2</ph>Import Manually<ph name="IMPORT_END">/$2</ph></message>
<message name="IDS_BRAVE_WALLET_AUTO_DISCOVERY_EMPTY_STATE_REFRESH" desc="NFTs tab empty state refreshing text">Refreshing</message>
<message name="IDS_BRAVE_WALLET_NETWORK_FEES" desc="Label for blockchain network fees">Network fees</message>
<message name="IDS_BRAVE_WALLET_NETWORK_FEE" desc="Label for blockchain network fee">Network fee</message>
<message name="IDS_BRAVE_WALLET_CUSTOM_FEE_AMOUNT" desc="Label for custom fee amount">Custom fee amount</message>
<message name="IDS_BRAVE_WALLET_GAS_TIP_LIMIT" desc="Label for gas tip limit">Gas tip limit</message>
<message name="IDS_BRAVE_WALLET_GAS_PRICE_LIMIT" desc="Label for gas price limit">Gas price limit</message>
<message name="IDS_BRAVE_WALLET_GAS_PRICE" desc="Label for gas price">Gas price</message>
<message name="IDS_BRAVE_WALLET_EDIT_GAS_ESTIMATED_NETWORK_FEE" desc="Label for estimated network fee">Estimated network fee</message>
<message name="IDS_BRAVE_WALLET_USE_DEFAULT" desc="Label for use default">Use default</message>
<message name="IDS_BRAVE_WALLET_GAS_FEE_TOOLTIP" desc="Tooltip text for gas fee">This gas fee will replace the original.</message>
<message name="IDS_BRAVE_WALLET_GAS_FEE_TOOLTIP_DESCRIPTION" desc="Tooltip description for gas fee">This will create a new transaction with a new gas fee to override and cancel the pending one. A cancellation can only be attempted if the transaction is still pending on the network.</message>
<message name="IDS_BRAVE_WALLET_SPEED_PRIORITY" desc="Label for speed priority">Speed priority</message>
<message name="IDS_WALLET_EIP6963_PROVIDER_NAME" desc="Provider name which will be return when announce ethereum provider">Brave Wallet</message>
<message name="IDS_BRAVE_WALLET_RECEIVE" desc="Receive asset event title">Receive</message>
<message name="IDS_BRAVE_WALLET_FROM" desc="From address label">From</message>
<message name="IDS_BRAVE_WALLET_UNLIMITED_ASSET_AMOUNT" desc="Spend approval for an unlimited amount of a token">Unlimited <ph name="ASSET_SYMBOL">$1<ex>USDC</ex></ph></message>
<message name="IDS_BRAVE_WALLET_TOKEN_IS_UNVERIFIED" desc="Indicates that an asset has not been verified by any token list providers">This token is unverified</message>
<message name="IDS_BRAVE_WALLET_TOKEN_IS_VERIFIED" desc="Indicates that an asset has been verified">This token is verified</message>
<message name="IDS_BRAVE_WALLET_TOKEN_IS_VERIFIED_BY_LISTS" desc="Indicates that an asset has been verified by multiple token list providers">This token is verified on <ph name="NUMBER_OF_LISTS">$1<ex>2</ex></ph> lists</message>
<message name="IDS_BRAVE_WALLET_SPENDER_ADDRESS" desc="Indicates which address is spending funds">Spender: <ph name="ADDRESS">$1<ex>0x1234...abcd</ex></ph></message>
<message name="IDS_BRAVE_WALLET_UPHOLD" desc="Brave Rewards Uphold provider">Uphold</message>
<message name="IDS_BRAVE_WALLET_GEMINI" desc="Brave Rewards Gemini provider">Gemini</message>
<message name="IDS_BRAVE_WALLET_ZEBPAY" desc="Brave Rewards Zebpay provider">Zebpay</message>
<message name="IDS_BRAVE_WALLET_BITFLYER" desc="Brave Rewards bitFlyer provider">bitFlyer</message>
<message name="IDS_BRAVE_WALLET_REWARDS_ACCOUNT" desc="Brave Rewards provider account"><ph name="PROVIDER">$1<ex>Uphold</ex></ph> account</message>
<message name="IDS_BRAVE_WALLET_BRAVE_REWARDS_TITLE" desc="Brave Rewards">Brave Rewards</message>
<message name="IDS_BRAVE_WALLET_BRAVE_REWARDS_DESCRIPTION" desc="Brave Rewards token description">Brave Rewards BAT on <ph name="PROVIDER">$1<ex>Uphold</ex></ph></message>
<message name="IDS_BRAVE_WALLET_BRAVE_REWARDS_LOGGED_OUT_DESCRIPTION" desc="Brave Rewards account is logged out description">Youre currently logged out of <ph name="PROVIDER">$1<ex>Uphold</ex></ph>. Please log in to view your balance.</message>
<message name="IDS_BRAVE_WALLET_LOG_IN" desc="Brave Rewards Log in button">Log in</message>
<message name="IDS_BRAVE_WALLET_VIEW_ON" desc="Brave Rewards account on provider website.">View on <ph name="PROVIDER">$1<ex>Uphold</ex></ph></message>
<message name="IDS_BRAVE_WALLET_REWARDS_SETTINGS" desc="Brave Rewards settings button.">Rewards settings</message>
<message name="IDS_BRAVE_WALLET_PLATFORMS" desc="Brave Rewards Platforms label">Platforms</message>
<message name="IDS_BRAVE_WALLET_CONTINUE_WITH_X_ITEMS" desc="Continue button explaining that X number of items are selected">Continue with <ph name="HOW_MANY">$1<ex>2</ex></ph> <ph name="ITEM_NAME_MAYBE_PLURAL">$2<ex>Network(s)</ex></ph></message>
<message name="IDS_BRAVE_WALLET_ADD_NETWORKS_ANYTIME_IN_SETTINGS" desc="Link text explaining that blockchain networks can be added from within the browser settings">You can add networks anytime in Settings.</message>
<message name="IDS_BRAVE_WALLET_SUPPORTED_NETWORKS" desc="Title for the onboarding screen where the user is asked to select one or more supported blockchain network to use">Supported networks</message>
<message name="IDS_BRAVE_WALLET_CHOOSE_CHAINS_TO_USE" desc="Page description text explaining that the user is to choose one or more blockchain networks to use in their wallet">Choose which blockchains to use in your wallet.</message>
<message name="IDS_BRAVE_WALLET_SHOW_TESTNETS" desc="Checkbox label for hide/show blockchain test networks">Show testnets</message>
<message name="IDS_BRAVE_WALLET_FEATURED" desc="Grouping label/heading for featured options">Featured</message>
<message name="IDS_BRAVE_WALLET_POPULAR" desc="Grouping label/heading for popular options">Popular</message>
<message name="IDS_BRAVE_WALLET_TEST_NETWORK_ACCOUNT" desc="Partial account name suggestion for test network account">Test Network Account</message>
<message name="IDS_BRAVE_WALLET_ENABLE_TRANSACTION_SIMULATION" desc="Heading text for Transaction Simulations Opt-in modal">Enable transaction simulation</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_SEE_ESTIMATES" desc="Bullet point for transaction-simulation feature (view balance changes)">Preview your estimated balance change</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_DETECT_MALICIOUS" desc="Bullet point for transaction-simulation feature (detect malicious transactions)">Identify potentially malicious transactions</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_DETECT_PHISHING" desc="Bullet point for transaction-simulation feature (detect phishing attempts)">Help detect phishing attempts</message>
<message name="IDS_BRAVE_WALLET_BUTTON_NO_THANKS" desc="Button text for declining an action">No thanks</message>
<message name="IDS_BRAVE_WALLET_BUTTON_ENABLE" desc="Button text for enabling a feature">Enable</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_TERMS" desc="Explanation of terms of service for transaction simulations">This service is provided by <ph name="BOLD_BEFORE">$1</ph>Blowfish.xyz<ph name="BOLD_AFTER">/$1</ph> and is subject to their <ph name="TERMS_LINK_BEFORE">$2</ph>Terms of Service<ph name="TERMS_LINK_AFTER">/$2</ph> and <ph name="PRIVACY_POLICY_LINK_BEFORE">$3</ph>Privacy Policy<ph name="PRIVACY_POLICY_LINK_AFTER">/$3</ph></message>
<message name="IDS_BRAVE_WALLET_AVAILABLE" desc="Available balance label">Available</message>
<message name="IDS_BRAVE_WALLET_AVAILABLE_BALANCE_DESCRIPTION" desc="Available balance tooltip description">Funds available for you to use.</message>
<message name="IDS_BRAVE_WALLET_PENDING" desc="Pending balance label">Pending</message>
<message name="IDS_BRAVE_WALLET_PENDING_BALANCE_DESCRIPTION" desc="Available balance tooltip description">A pending change in your wallet balance.</message>
<message name="IDS_BRAVE_WALLET_TOTAL_BALANCE_DESCRIPTION" desc="Total balance tooltip description">Your available funds plus any not-yet-confirmed transactions.</message>
<message name="IDS_BRAVE_WALLET_UNAVAILABLE_BALANCES" desc="Some balances may be unavailable info bar">Some balances may be unavailable</message>
<message name="IDS_BRAVE_WALLET_FOUND_RISKS" desc="Notice that a number of risks were found">We found <ph name="VALUE">$1<ex>2</ex></ph> risks.</message>
<message name="IDS_BRAVE_WALLET_CONTRACT" desc="Labels the following text as a smart-contract address">Contract</message>
<message name="IDS_BRAVE_WALLET_RISK_OF_LOSS_ACTION" desc="Warning that the pending action may result in loss of funds">Unsafe action with risk of loss</message>
<message name="IDS_BRAVE_WALLET_UNTRUSTED_REQUEST_WARNING" desc="Warning that the pending request may be malicious">This request appears malicious, and may leave you vulnerable to theft. Do not continue unless you trust the app.</message>
<message name="IDS_BRAVE_WALLET_PROCEED_BUTTON" desc="Proceed action button text">Proceed</message>
<message name="IDS_BRAVE_WALLET_FOUND_ISSUES" desc="Notice that a number of issues were found">We found <ph name="VALUE">$1<ex>2</ex></ph> issues.</message>
<message name="IDS_BRAVE_WALLET_NO_ROUTES_FOUND" desc="Error message for when no swap routes could be found">No routes found</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_NAME_TOO_LONG_ERROR" desc="An error that appears when the user enters an account name that is too long">Account name must be <ph name="VALUE">$1<ex>30</ex></ph> characters or less</message>
<message name="IDS_BRAVE_WALLET_ENTER_PASSWORD_IF_APPLICABLE" desc="A label for the input field for entering the password for an imported file">Enter password (if applicable)</message>
<message name="IDS_BRAVE_WALLET_PRIVATE_KEY_IMPORT_TYPE" desc="Label for the dropdown to select the format to use for importing a private key">Import type</message>
<message name="IDS_BRAVE_WALLET_HIDE_NOT_OWNED_NF_TS" desc="Toggle label to enable or disable the display of NFTs that are not owned by any wallet account">Hide not owned NFTs</message>
<message name="IDS_BRAVE_WALLET_GROUP_BY_COLLECTION" desc="Toggle label for grouping NFTs by collection">Group by collection</message>
<message name="IDS_BRAVE_WALLET_ADD_CHAIN_INVALID_URL" desc="Error message for when the user enters an invalid URL for a custom chain">Invalid URL</message>
<message name="IDS_BRAVE_WALLET_ADD_NFT_MODAL_DESCRIPTION" desc="Description of the of the add-nft modal purpose">If you can't see an NFT automatically detected by Brave, or want to track one owned by others, you can import it manually.</message>
<message name="IDS_BRAVE_WALLET_WHAT_IS_AN_NFT_CONTRACT_ADDRESS" desc="Explanation of what a contract address is for an NFT">The contract address when adding an NFT to a wallet is the unique address on the blockchain where the smart contract for the NFT collection resides. You can find the contract address from marketplace, or blockchain explorers, etc.</message>
<message name="IDS_BRAVE_WALLET_WHAT_IS_AN_NFT_TOKEN_ID" desc="Explanation of what an NFT token ID is">The unique identifier for the specific NFT within the collection.</message>
<message name="IDS_BRAVE_WALLET_FETCH_NFT_METADATA_ERROR" desc="Error message explaining that the NFT Metadata lookup failed">Unable to fetch NFT metadata</message>
<message name="IDS_BRAVE_WALLET_WATCH_THIS_NFT" desc="Button text for adding an NFT to the user's watch list">Watch this NFT</message>
<message name="IDS_BRAVE_WALLET_UNOWNED_NFT_ALERT" desc="Alert text explaining that the user does not own the NFT">You do not own this NFT. While you can still add it to your wallet, you will not be able to make any transactions with it.</message>
<message name="IDS_BRAVE_WALLET_EXEMPLI_GRATIA" desc="Placeholder text for an example value">e.g <ph name="VALUE">$1<ex>0xDEADBEEF</ex></ph></message>
<message name="IDS_BRAVE_WALLET_NFT_NAME_FIELD_EXPLANATION" desc="An explanation for the purpose of the NFT name field">The token name for an NFT refers to the specific name given to a non-fungible token within a particular collection or project. This name distinguishes one NFT from another within the same collection.</message>
<message name="IDS_BRAVE_WALLET_NFT_SYMBOL_FIELD_EXPLANATION" desc="An explanation for the purpose of the NFT symbol field">The NFT symbol refers to the unique identifier used to distinguish the NFT collection or project.</message>
<message name="IDS_BRAVE_WALLET_WATCH_ONLY" desc="Label to indicate that an asset is watch-only. This means that the asset is not owned by the user or it cannot be transferred">Watch-only</message>
<message name="IDS_BRAVE_WALLET_WEB_3" desc="Web3 page title">Web3</message>
<message name="IDS_BRAVE_WALLET_TOP_NAV_EXPLORE" desc="Navigation title for the 'Explore' tab/page">Explore</message>
<message name="IDS_BRAVE_WALLET_NO_DAPPS_FOUND" desc="No DApps found message">No DApps found</message>
<message name="IDS_BRAVE_WALLET_ACTIVE_WALLETS" desc="Active wallets text">Active wallets</message>
<message name="IDS_BRAVE_WALLET_VISIT_DAPP" desc="Visit dapp button text">Visit <ph name="VALUE">$1<ex>Raydium</ex></ph></message>
<message name="IDS_BRAVE_WALLET_FILTERS" desc="Filters label">Filters</message>
<message name="IDS_BRAVE_WALLET_CLEAR_FILTERS" desc="Clear filters label">Clear filters</message>
<message name="IDS_BRAVE_WALLET_SHOW_MORE" desc="Show more label">Show more</message>
<message name="IDS_BRAVE_WALLET_DETAILS" desc="Details label">Details</message>
<message name="IDS_BRAVE_WALLET_VERIFIED" desc="Verified label">Verified by DappRadar</message>
<message name="IDS_BRAVE_WALLET_SWITCH_TO_SHIELDED_ACCOUNT" desc="Switch to a shielded account button text">Switch to a shielded account</message>
<message name="IDS_BRAVE_WALLET_SHIELD_ACCOUNT" desc="Shield account button text">Shield account</message>
<message name="IDS_BRAVE_WALLET_SHIELD_ACCOUNT_ALERT_DESCRIPTION" desc="Shield account alert description">Enable shielding to enhance transaction privacy.</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_NOT_SHIELDED_DESCRIPTION" desc="ZCash account not shielded description.">Currently this account supports transparent transactions which means they are visible to everyone on the blockchain.</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_SHIELDED_DESCRIPTION" desc="ZCash account shielded description">Upgrading to a shielded account means that these transactions hide the sender, receiver and amount details.</message>
<message name="IDS_BRAVE_WALLET_SHIELDED" desc="Shielded label">Shielded</message>
<message name="IDS_BRAVE_WALLET_UNIFIED" desc="Unified label">Unified</message>
<message name="IDS_BRAVE_WALLET_TRANSPARENT" desc="Transparent label">Transparent</message>
<message name="IDS_BRAVE_WALLET_OUT_OF_SYNC_TITLE" desc="Warning title for when an account is out of sync.">Out of sync</message>
<message name="IDS_BRAVE_WALLET_OUT_OF_SYNC_BLOCKS_BEHIND_TITLE" desc="Warning title for when an account is out of sync with blocks behind.">Out of sync (<ph name="BLOCKS">$1<ex>12,568</ex></ph> blocks behind)</message>
<message name="IDS_BRAVE_WALLET_ZCASH_PENDING_BALANCE_TITLE" desc="Warning title for when an account has shielded funds that need more blocks to be synced.">Pending balance (more confirmations required): <ph name="FUNDS">$1<ex>12,568</ex></ph></message>
<message name="IDS_BRAVE_WALLET_OUT_OF_SYNC_DESCRIPTION" desc="Warning description for when an account is out of sync.">Sync your account to access the latest transactions and balance.</message>
<message name="IDS_BRAVE_WALLET_SYNC_ACCOUNT_BUTTON_IN_PROGRESS" desc="Sync account button label when sync is in progress.">Syncing...</message>
<message name="IDS_BRAVE_WALLET_SYNC_ACCOUNT_BUTTON" desc="Sync account button label.">Sync account</message>
<message name="IDS_BRAVE_WALLET_SYNC_ACCOUNT_NAME" desc="Sync account name title on sync dialog.">Sync <ph name="ACCOUNT">$1<ex>Zcash Account 1</ex></ph></message>
<message name="IDS_BRAVE_WALLET_INITIALIZING" desc="Initializing label on sync dialog.">Initializing...</message>
<message name="IDS_BRAVE_WALLET_PROCESSING_BLOCK" desc="Processing block label on sync dialog.">Processing block:</message>
<message name="IDS_BRAVE_WALLET_BLOCKS_LEFT" desc="Blocks left to be synced on sync dialag."><ph name="BLOCKS">$1<ex>257</ex></ph> left</message>
<message name="IDS_BRAVE_WALLET_BLOCKS_OF_BLOCKS" desc="Number of blocks synced out of total number of blocks."><ph name="BLOCKS">$1<ex>367</ex></ph> of <ph name="TOTAL_BLOCKS">$2<ex>934</ex></ph></message>
<message name="IDS_BRAVE_WALLET_RANGES" desc="Ranges label on sync dialog.">Ranges:</message>
<message name="IDS_BRAVE_WALLET_PAUSE" desc="Pause button label on sync dialog.">Pause</message>
<message name="IDS_BRAVE_WALLET_SYNC_COMPLETE_MESSAGE" desc="Sync complete message on sync dialog.">Sync complete. You may now close this window.</message>
<message name="IDS_BRAVE_WALLET_SYNC_STARTED_MESSAGE" desc="Sync started message on sync dialog.">Please dont close this window until sync finishes.</message>
<message name="IDS_BRAVE_WALLET_CONTINUE_USING_WALLET" desc="Continue using wallet button label on sync dialog. ">Continue using wallet in a new tab</message>
<message name="IDS_BRAVE_WALLET_SHIELDED_ACCOUNT_BIRTHDAY_BLOCK" desc="Shielded account birthday block input label">Shielded account birthday block</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_BIRTHDAY_TOO_LOW" desc="Account birthday to low error">Account birthday must be greater than <ph name="BLOCK_NUMBER">$1<ex>1687104</ex></ph></message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_BIRTHDAY_TOO_HIGH" desc="Account birthday to high error">Account birthday must be less than <ph name="BLOCK_NUMBER">$1<ex>7687104</ex></ph></message>
<message name="IDS_BRAVE_WALLET_BLOCKS_BEHIND" desc="Blocks behind label for Zcash account sync"><ph name="BLOCKS">$1<ex>12,568</ex></ph> blocks behind</message>
<message name="IDS_BRAVE_WALLET_ACCOUNT_IS_SYNCING" desc="Account is syncing label">Account is syncing</message>
<message name="IDS_BRAVE_WALLET_SYNCING" desc="Syncing label">Syncing</message>
<message name="IDS_BRAVE_WALLET_REVIEW_SHIELD" desc="Review shield button label">Review shield</message>
<message name="IDS_BRAVE_WALLET_REVIEW_UNSHIELD" desc="Review unshield button label">Review unshield</message>
<message name="IDS_BRAVE_WALLET_SHIELDING" desc="Shielding label">Shielding</message>
<message name="IDS_BRAVE_WALLET_UNSHIELDING" desc="Unshielding label">Unshielding</message>
<message name="IDS_BRAVE_WALLET_SHIELD_ZEC" desc="Shield ZEC button label">Shield ZEC</message>
<message name="IDS_BRAVE_WALLET_UNSHIELD_ZEC" desc="Unshield ZEC button label">Unshield ZEC</message>
<message name="IDS_BRAVE_WALLET_SHIELD_FUNDS" desc="Shield funds button label">Shield funds</message>
<message name="IDS_BRAVE_WALLET_UNSHIELD_FUNDS" desc="Unshield funds button label">Unshield funds</message>
<message name="IDS_BRAVE_WALLET_SHIELDING_FUNDS_ALERT_DESCRIPTION" desc="Shielding funds alert description">You are sending funds from your transparent account to your shielded account.</message>
<message name="IDS_BRAVE_WALLET_UNSHIELDING_FUNDS_ALERT_DESCRIPTION" desc="Unshielding funds alert description">You are sending funds from your shielded account to your transparent account.</message>
<message name="IDS_BRAVE_WALLET_BUTTON_RETRY" desc="Retry an action">Retry</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_PREVIEW_FAILED" desc="Explanation that simulation of a transaction has failed">Transaction preview failed.</message>
<message name="IDS_BRAVE_WALLET_ESTIMATED_BALANCE_CHANGE" desc="Grouping header for estimated balance changes">Estimated balance change</message>
<message name="IDS_BRAVE_WALLET_APPROVAL_DETAILS" desc="Grouping header for estimated token approval details">Approval details</message>
<message name="IDS_BRAVE_WALLET_AUTHORITY_CHANGE" desc="Grouping header for estimated authority changes">Authority change</message>
<message name="IDS_BRAVE_WALLET_SCANNING_TRANSACTION" desc="Indication that a transaction is being scanned or simulated">Scanning transaction</message>
<message name="IDS_BRAVE_WALLET_STAKER" desc="The address that is staking tokens">Staker</message>
<message name="IDS_BRAVE_WALLET_WITHDRAWER" desc="The address that is withdrawing funds">Withdrawer</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_APPROVAL_TO_EOA" desc="Warning that token transfer permission is being given to someone else">Youre giving someone else permission to transfer tokens on your behalf.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_BULK_APPROVALS_REQUEST" desc="Warning that many tokens will be allowed to be transfered">This requests permission to transfer many tokens, which is usually an attempt at theft.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_COPY_CAT_DOMAIN" desc="Warning that the dapp may be a malicious copy">This site may be a fake.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_DANGLING_APPROVAL" desc="Warning that the dapp may be able to move tokens in the future">This DApp will be able to move tokens from your account later on.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_KNOWN_MALICIOUS" desc="Warning that the dapp is flagged">This site is flagged as high risk and will likely attempt to steal your funds.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_NEW_DOMAIN" desc="Warning that a dapp domain has not been verified yet">This domain hasnt been verified yet. Continue only if you trust the site.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_POISONED_ADDRESS" desc="Warning that the address may be an impersonation">Double-check this address as it may be impersonating a previous contact of yours.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_SET_OWNER_AUTHORITY" desc="Warning that a token balance will be transferred to someone else">This transfers ownership of your token balance to someone else.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_SUSPECTED_MALICIOUS" desc="Warning that a site is flagged as unsafe">This site is flagged as unsafe and/or malicious. Continuing may result in losses.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_TOO_MANY_TRANSACTIONS_CRITICAL" desc="Critical warning that too many transactions would occur">This will approve over 200 actions. Unless planned, this may be malicious.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_TOO_MANY_TRANSACTIONS" desc="Warning that too many transactions would occur">This requests over 200 approvals; which is usually an attempt to drain your balances.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_TRADE_FOR_NOTHING" desc="Warning that funds are being traded for nothing in return">Youre exchanging tokens for nothing in return. This is likely a mistake.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_TRANSFERRING_ERC_20_TO_OWN_CONTRACT" desc="Warning that a token is being sent to it's own contract">Youre sending funds to a tokens own address where theyll be lost forever.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_WARNING_USER_ACCOUNT_OWNER_CHANGE" desc="Warning that account ownership is being transferred to someone else">This transfers ownership of your account and balances to someone else.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_ERROR_INSUFFICIENT_FUNDS_FOR_FEE" desc="Error explaining that the user does not have enough funds to cover the network fee">Insufficient funds to cover the network gas fee.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_ERROR_INSUFFICIENT_FUNDS" desc="Error explaining that the user does not have enough funds to continue">Insufficient funds to complete the transaction.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_ERROR_TRANSACTION_REVERTED" desc="Error explaining that the transaction is likely to revert if submitted">Transaction is likely to fail and revert. Attempting will still incur gas costs.</message>
<message name="IDS_BRAVE_WALLET_SIMULATION_UNEXPECTED_ERROR" desc="Generic error explaining that the transaction simulation failed">Unexpected error with transaction preview. Approving may be unsafe.</message>
<message name="IDS_BRAVE_WALLET_NO_CHANGES_DETECTED" desc="Text to display when no changes were detected during transaction simulation">No changes detected</message>
<message name="IDS_BRAVE_WALLET_OWNERSHIP_CHANGE" desc="Grouping header for estimated account ownership changes">Account ownership change</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_FEATURE_DESCRIPTION" desc="Description of the purpose of the transaction simulation feature ">Simulate how a transaction will behave before authorizing it</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_NOT_AVAILABLE_FOR_NETWORK" desc="Title text for explaining that simulation of the transaction is not available for the current network">Transaction preview is not supported on this network.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_SIMULATION_OPTED_IN_NOTICE" desc="An explanation that the displayed message is shown only because the user is opted in to the transaction simulation service">You're seeing this message because you opted into the transaction preview service.</message>
<message name="IDS_BRAVE_WALLET_SEE_AVAILABLE_NETWORKS" desc="Text for a link to view the available networks for a given feature">See available networks</message>
<message name="IDS_BRAVE_WALLET_EVM_MESSAGE_SCANNING_NOT_SUPPORTED" desc="Explanation to the user that we currently cannot simulate the expected outcome from signing a message">EVM message scanning is not currently supported</message>
<message name="IDS_BRAVE_WALLET_WHAT_IS_MESSAGE_SCANNING" desc="Title for a collapsable section containing the message scanning feature explanation">What's EVM message scanning?</message>
<message name="IDS_BRAVE_WALLET_EVM_MESSAGE_SCANNING_FEATURE_SAFETY_EXPLANATION" desc="Explains the purpose of the EVM message scanning feature">It ensures safety and accuracy by examining the messages sent from the Ethereum Virtual Machine that interact with your smart contract or any actions.</message>
<message name="IDS_BRAVE_WALLET_EVM_MESSAGE_SCANNING_FEATURE_ACCURACY_EXPLANATION" desc="Exaplins that the message scanning feature ensures accuracy of expected results">It's like double-checking a letter to make sure it's just right before signing it.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_MAY_INCLUDE_ACCOUNT_CREATION_FEE" desc="A warning that the transaction might include an associated token account creation fee">This transaction may include an account creation fee</message>
<message name="IDS_BRAVE_WALLET_PASSWORD_IS_REQUIRED_TO_TAKE_THIS_ACTION" desc="Description text explaining that a password is required to proceed">Password is required to take this action.</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_ERC_20_APPROVE" desc="Blockchain function name for ERC-20 token approvals">Approve</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_SAFE_TRANSFER_FROM" desc="Blockchain function name for SafeTransferFrom in ERC-721 and ERC-1155 tokens">Safe Transfer</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_TOKEN_TRANSFER" desc="Blockchain function name for non-native token transfers">Token transfer</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_NFT_TRANSFER" desc="Blockchain function name for NFT transfers">Transfer NFT</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_FORWARD_FIL" desc="Blockchain function name for moving FIL from an Ethereum-based f4 address to a Filecoin address of a different type">Forward FIL</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_OTHER" desc="Blockchain function name for an unknown transaction type">Other</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_COMPRESSED_NFT_TRANSFER" desc="Blockchain function name for Solana compressed NFT transfers">Compressed NFT Transfer</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_SIGN_AND_SEND_DAPP_TRANSACTION" desc="Blockchain function name for signing and sending a Solana DApp transaction">Sign and Send DApp transaction</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_SIGN_DAPP_TRANSACTION" desc="Blockchain function name for Solana Sign DApp transactions">Sign DApp Transaction</message>
<message name="IDS_BRAVE_WALLET_TRANSACTION_TYPE_NAME_SPL_TOKEN_TRANSFER_WITH_ASSOCIATED_TOKEN_ACCOUNT_CREATION" desc="Blockchain function name for Solana SPL token transfer with associated token account creation">SPL Token Transfer With Associated Token Account Creation</message>
<message name="IDS_BRAVE_WALLET_PAGE_NOT_FOUND_TITLE" desc="Page not found title">We cant find the page youre looking for right now.</message>
<message name="IDS_BRAVE_WALLET_PAGE_NOT_FOUND_DESCRIPTION" desc="Page not found description">It may have moved to a different place or the URL may contain a typo.</message>
<message name="IDS_BRAVE_WALLET_PROCESS_TRANSACTION_ERROR_MESSAGE" desc="Warning alert in send screen when a UTXO transaction fails due to insufficient balance for the network fee; $1 is the token symbol">There was an error processing your transaction. In many cases, this means there isn't enough <ph name="SYMBOL">$1<ex>ADA</ex></ph> to cover the network fee. Try a smaller amount instead.</message>
<message name="IDS_BRAVE_WALLET_GO_TO_PORTFOLIO" desc="Go to portfolio button text">Go to Portfolio</message>
<message name="IDS_BRAVE_WALLET_ADD_TOKEN" desc="Add token button text">Add token</message>
<message name="IDS_BRAVE_WALLET_UTILITY_PROCESS_WALLET_UTILS_NAME" desc="The display name (in the system task manager, etc) of the service process used for running wallet utils">Brave Wallet Utility Service</message>
</grit-part>