decred.org/dcrdex@v1.0.5/client/webserver/locales/en-us.go (about) 1 package locales 2 3 import "decred.org/dcrdex/client/intl" 4 5 var EnUS = map[string]*intl.Translation{ 6 "Language": {T: "en-US"}, // the bcp47 lang tag 7 "Markets": {T: "Markets"}, // unused 8 "Wallets": {T: "Wallets"}, // unused 9 "Notifications": {T: "Notifications"}, 10 "Recent Activity": {T: "Recent Activity"}, 11 "Sign Out": {T: "Sign Out"}, 12 "Order History": {T: "Order History"}, 13 "load from file": {T: "load from file"}, 14 "loaded from file": {T: "loaded from file"}, 15 "defaults": {T: "defaults"}, 16 "Wallet Password": {T: "Wallet Password"}, 17 "w_password_helper": {T: "This is the password you have configured with your wallet software."}, 18 "w_password_tooltip": {T: "Leave the password empty if there is no password required for the wallet."}, 19 "App Password": {T: "App Password"}, 20 "Add": {T: "Add"}, 21 "Unlock": {T: "Unlock"}, 22 "Rescan": {T: "Rescan"}, 23 "Wallet": {T: "Wallet"}, 24 "app_password_reminder": {T: "Your app password is always required when performing sensitive wallet operations."}, 25 "DEX Address": {T: "DEX Address"}, 26 "TLS Certificate": {T: "TLS Certificate"}, 27 "remove": {T: "remove"}, 28 "add a file": {T: "add a file"}, 29 "Submit": {T: "Submit"}, 30 "Skip Registration": {T: "No account (view-only mode)"}, 31 "Confirm Registration": {Version: 1, T: "Confirm Registration and Bonding"}, 32 "app_pw_reg": {Version: 1, T: "Enter your app password to confirm DEX registration and bond creation."}, 33 "reg_confirm_submit": {Version: 1, T: `When you submit this form, funds from your wallet will be temporarily locked into a fidelity bond contract, which is redeemable by you in the future.`}, 34 "bond_strength": {T: "Bond Strength"}, 35 "target_tier": {T: "Target Tier"}, 36 "target_tier_tooltip": {T: "This is the target account tier you wish to maintain. Set to zero if you wish to disable tier maintenance (do not post new bonds)."}, 37 "compensation_tooltip": {T: "Enable posting additional bonds to offset penalized tiers."}, 38 "Actual Tier": {T: "Actual Tier"}, 39 "Penalties": {T: "Penalties"}, 40 "Change Tier": {T: "Change Tier"}, 41 "Limit Bonus": {T: "Limit Bonus"}, 42 "Score": {T: "Score"}, 43 "Confirm Bond Options": {T: "Confirm Bond Options"}, 44 "provided_markets": {T: "This DEX provides the following markets:"}, 45 "accepted_fee_assets": {T: "This DEX recognizes the bond assets:"}, 46 "base_header": {T: "Base"}, 47 "quote_header": {T: "Quote"}, 48 "lot_size_headsup": {T: "All trades are in multiples of the lot size."}, 49 "Password": {T: "Password"}, 50 "Register": {T: "Register"}, 51 "Authorize Export": {T: "Authorize Export"}, 52 "export_app_pw_msg": {T: "Enter your app password to confirm account export for"}, 53 "Disable Account": {T: "Disable Account"}, 54 "disable_dex_server": {T: "This DEX server may be re-enabled at any time in the future on the settings page.", Version: 1}, 55 "Authorize Import": {T: "Authorize Import"}, 56 "app_pw_import_msg": {T: "Enter your app password to confirm account import"}, 57 "Account File": {T: "Account File"}, 58 "Change Application Password": {Version: 1, T: "Change Password"}, 59 "Current Password": {T: "Current Password"}, 60 "New Password": {T: "New Password"}, 61 "Confirm New Password": {T: "Confirm New Password"}, 62 "cancel_no_pw": {T: "Submit a cancel order for the remaining"}, 63 "cancel_remain": {T: "The remaining amount may change before the cancel order is matched."}, 64 "Log In": {Version: 1, T: "Unlock"}, 65 "epoch": {T: "epoch"}, 66 "price": {T: "price"}, 67 "volume": {T: "volume"}, 68 "volume_24": {T: "24 Hr. Volume"}, 69 "High": {T: "High"}, 70 "Low": {T: "Low"}, 71 "buys": {T: "buys"}, 72 "sells": {T: "sells"}, 73 "Buy Orders": {T: "Buy Orders"}, 74 "Quantity": {T: "Quantity"}, 75 "Rate": {T: "Rate"}, 76 "Limit Order": {T: "Limit Order"}, 77 "Market Order": {T: "Market Order"}, 78 "create_account_to_trade": {T: "Create an account to trade"}, 79 "need_to_register_msg": {T: `You need to create an account on <span id="unregisteredDex"></span> to trade.`}, 80 "Create Account": {T: "Create Account"}, 81 "reg_status_msg": {T: `In order to trade at <span id="regStatusDex" class="text-break"></span>, your pending bond(s) need to be confirmed.`}, 82 "posting_bonds_shortly": {T: "Creating bonds..."}, 83 "bond_creation_pending_msg": {T: `In order to trade at <span id="postingBondsDex" class="text-break"></span> bond(s) will be created shortly.`}, 84 "action_required_to_trade": {T: "ACTION REQUIRED TO TRADE"}, 85 "set_penalty_comps": {T: `Your account has <span id="acctPenalties"></span> penalties but is only authorized for <span id="acctPenaltyComps"></span> penalty comps.`}, 86 "acct_tier_post_bond": {T: `Your account tier is <span id="acctTier"></span>. You need to post new bonds to trade.`}, 87 "enable_bond_maintenance": {T: "Enable bond maintenance from DEX Settings page."}, 88 "update_penalty_comps": {T: "Update penalty comps from DEX Settings page."}, 89 "Buy": {T: "Buy"}, 90 "Sell": {T: "Sell"}, 91 "lot_size": {T: "Lot Size"}, 92 "Rate Step": {T: "Rate Step"}, 93 "Max": {T: "Max"}, 94 "lot": {T: "lot"}, 95 "min trade is about": {T: "min trade is about"}, 96 "immediate_explanation": {T: "If the order doesn't fully match during the next match cycle, any unmatched quantity will not be booked or matched again. Taker-only order."}, 97 "Immediate or cancel": {T: "Immediate or cancel"}, 98 "Balances": {T: "Balances"}, 99 "outdated_tooltip": {T: "Balance may be outdated. Connect to the wallet to refresh."}, 100 "available": {T: "available"}, 101 "connect_refresh_tooltip": {T: "Click to connect and refresh"}, 102 "add_a_wallet": {T: `Add a <span data-tmpl="addWalletSymbol"></span> wallet`}, 103 "locked": {T: "locked"}, 104 "immature": {T: "immature"}, 105 "fee balance": {T: "fee balance"}, 106 "Sell Orders": {T: "Sell Orders"}, 107 "Your Orders": {T: "Your Orders"}, 108 "sweep_orders": {T: "Hide fully executed orders"}, 109 "sweep_order": {T: "Hide this fully executed order"}, 110 "Recent Matches": {T: "Recent Matches"}, 111 "Type": {T: "Type"}, 112 "Side": {T: "Side"}, 113 "Age": {T: "Age"}, 114 "Filled": {T: "Filled"}, 115 "Settled": {T: "Settled"}, 116 "Status": {T: "Status"}, 117 "view order history": {T: "view order history"}, 118 "cancel_order": {T: "cancel order"}, 119 "order details": {T: "order details"}, 120 "verify_order": {T: `Verify <span id="vSideHeader"></span> Order`}, 121 "prevent_temporary_overlocking": {T: "Prevent temporary over-locking of funds"}, 122 "You are submitting an order to": {T: "You are submitting an order to"}, 123 "at a rate of": {T: "at a rate of"}, 124 "for a total of": {T: "for a total of"}, 125 "verify_market": {T: "This is a market order and will match the best available order(s) on the book. Based on the current market mid-gap rate, you might receive about"}, 126 "auth_order_app_pw": {T: "Authorize this order with your app password."}, 127 "lots": {T: "lots"}, 128 "order_disclaimer": {Version: 1, T: `<span class="red">IMPORTANT</span>: Trades take time to settle, and you cannot turn off the <span class=brand></span> software, 129 or the <span data-quote-ticker></span> or <span data-base-ticker></span> blockchain and/or wallet software, until 130 settlement is complete. Settlement can complete as quickly as a few minutes or take as long as a few hours.`}, 131 "acknowledge_and_hide": {T: "acknowledge and hide"}, 132 "show_disclaimer": {T: "view warnings"}, 133 "Order": {T: "Order"}, 134 "see all orders": {T: "see all orders"}, 135 "Exchange": {T: "Exchange"}, 136 "Market": {T: "Market"}, 137 "Offering": {T: "Offering"}, 138 "Asking": {T: "Asking"}, 139 "Fees": {T: "Fees"}, 140 "order_fees_tooltip": {T: "On-chain transaction fees, typically collected by the miner. Decred DEX collects no trading fees."}, 141 "Matches": {T: "Matches"}, 142 "Match ID": {T: "Match ID"}, 143 "Time": {T: "Time"}, 144 "ago": {T: "ago"}, 145 "Cancellation": {T: "Cancellation"}, 146 "Order Portion": {T: "Order Portion"}, 147 "you": {T: "you"}, 148 "them": {T: "them"}, 149 "Redemption": {T: "Redemption"}, 150 "Refund": {T: "Refund"}, 151 "Funding Coins": {T: "Funding Coins"}, 152 "Exchanges": {T: "Exchanges"}, 153 "apply": {T: "apply"}, 154 "Assets": {T: "Assets"}, 155 "Trade": {T: "Trade"}, 156 "Set App Password": {Version: 1, T: "New Password"}, 157 "reg_set_app_pw_msg": {Version: 1, T: "Set your password. This is the password that unlocks <span class=brand></span> for use."}, 158 "Password Again": {T: "Password Again"}, 159 "Add a DEX": {Version: 1, T: "Add a DCRDEX Server"}, 160 "Pick a server": {T: "Pick a server"}, 161 "reg_ssl_needed": {T: "Looks like we don't have an SSL certificate for this DEX. Add the server's certificate to continue."}, 162 "Dark Mode": {T: "Dark Mode"}, 163 "Show pop-up notifications": {T: "Show pop-up notifications"}, 164 "Account ID": {T: "Account ID"}, 165 "Export Account": {T: "Export Account"}, 166 "simultaneous_servers_msg": {Version: 1, T: "<span class=brand></span> supports simultaneous use of any number of DEX servers."}, 167 "Change App Password": {T: "Change App Password"}, 168 "enable_browser_ntfn": {T: "Enable desktop notifications"}, 169 "browser_ntfn_blocked": {T: "Browser notifications are currently blocked. Please unblock this site in your browser to receive notifications."}, 170 "enable_browser_ntfn_info": {T: "Desktop notifications appear even when this window is not active. When you have other applications open this can be helpful as you will be notified on DCRDEX events. Customize below the types of notifications you would like to receive."}, 171 "Save Notifications": {T: "Save Notifications"}, 172 "Companion App": {T: "Companion App"}, 173 "companion_app_info": {T: "Install the DCRDEX companion app and scan this QR code."}, 174 "companion_app_tor_needed": {T: "Tor must be enabled for this."}, 175 "Pair companion app": {T: "Pair companion app"}, 176 "Download APK": {T: "Download APK"}, 177 "Version": {T: "Version"}, 178 "Build ID": {T: "Build ID"}, 179 "Connect": {T: "Connect"}, 180 "Send": {T: "Send"}, 181 "Deposit": {T: "Deposit"}, // unused 182 "Receive": {T: "Receive"}, 183 "Lock": {T: "Lock"}, 184 "New Address": {T: "New Address"}, 185 "New Deposit Address": {T: "New Deposit Address"}, // Unused 186 "Address": {T: "Address"}, 187 "Amount": {T: "Amount"}, 188 "Authorize the transfer with your app password.": {T: "Authorize the transfer with your app password."}, 189 "Reconfigure": {T: "Reconfigure"}, 190 "pw_change_instructions": {T: "Changing the password below does not change the password for <span class=brand></span>. Use this form to update <span class=brand></span> after you have changed your password with the wallet software directly."}, 191 "New Wallet Password": {T: "New Wallet Password"}, 192 "pw_change_warn": {T: "Note: Changing to a different wallet while having active trades might cause funds to be lost."}, 193 "Show more options": {T: "Show more options"}, 194 "seed_implore_msg": {T: "You should carefully write down your application seed and save a copy. Should you lose access to this machine or the critical application files, the seed can be used to restore your DEX accounts and native wallets. Some older accounts cannot be restored from seed, and whether old or new, it's good practice to backup the account keys separately from the seed."}, 195 "View Application Seed": {T: "View Application Seed"}, 196 "Remember my password": {T: "Remember my password"}, 197 "pw_for_seed": {T: "Enter your app password to show your seed. Make sure nobody else can see your screen."}, 198 "Asset": {T: "Asset"}, 199 "Balance": {T: "Balance"}, 200 "Actions": {T: "Actions"}, 201 "Restoration Seed": {T: "Restoration Seed"}, 202 "Restore from seed": {T: "Restore from seed"}, 203 "Import Account": {T: "Import Account"}, 204 "no_wallet": {T: "no wallet"}, 205 "Token on": {T: "Token on"}, 206 "create_a_x_wallet": {T: "Create a <span data-asset-name=1></span> Wallet"}, 207 "dont_share": {T: "Don't share it. Don't lose it."}, 208 "Show Me": {T: "Show Me"}, 209 "Wallet Settings": {T: "Wallet Settings"}, 210 "add_a_x_wallet": {T: `Add a <img data-tmpl="assetLogo" class="small-icon mx-1"> <span data-tmpl="assetName"></span> Wallet`}, 211 "ready": {T: "ready"}, 212 "off": {T: "off"}, 213 "Export Trades": {T: "Export Trades"}, 214 "change the wallet type": {T: "change the wallet type"}, 215 "confirmations": {T: "confirmations"}, 216 "pick a different asset": {T: "pick a different asset"}, 217 "Create": {T: "Create"}, 218 "1 Sync the Blockchain": {T: "1: Sync the Blockchain"}, 219 "Progress": {T: "Progress"}, 220 "remaining": {T: "remaining"}, 221 "2 Fund your Wallet": {T: "2: Fund your Wallet"}, 222 "bond_lock": {T: "Bond Lock:"}, 223 "bond_definition": {T: "A fidelity bond is funds temporarily locked in an on-chain contract. After the contract expires, your wallet will reclaim the funds. On mainnet, funds are locked for 2 months."}, 224 "bonds_can_be_revoked": {T: "Bonds can be revoked if an account engages in continued disruptive behavior, such as backing out on a swap. Revoked bonds can be re-activated with continued normal trading activity."}, 225 "bond_cost_breakdown": {T: `Includes <span data-tmpl="bondLockNoFees"></span> for your bond and <span data-tmpl="bondLockFees"></span> for transaction fees`}, 226 "bigger_bonds_higher_limit": {T: "You can create larger bonds to increase your trading tier, enabling trading of larger quantities at a time. Larger bonds also increase your capacity for violations before trading privileges are suspended."}, 227 "limits_reputation": {T: "Trading limits are also increased as you establish reputation by engaging in normal trading activity and successfully completing matches."}, 228 "wallet_bond_reserves": {T: "Your wallet will automatically reserve the funds necessary to keep you bonded at your selected trading tier, and will broadcast new bonds to replace expiring ones. You can lower or raise your trading tier in the exchange's settings panel. Set your trading tier to zero to disable your account (once your existing bonds expire)."}, 229 "Got it": {T: "Got it"}, 230 "Trading Limits": {T: "Trading Limits"}, 231 "What is a fidelity bond": {T: "What is a fidelity bond?"}, 232 "what_s_a_bond": {T: "What's a bond?"}, 233 "order_form_remaining_limit": {T: `<span id="orderLimitRemain"></span> lots remaining in tier <span id="orderTradingTier"></span> trading limit`}, 234 "Parcel Size": {T: "Parcel Size"}, 235 "Trading Limit": {T: "Trading Limit"}, 236 "Current Usage": {T: "Current Usage"}, 237 "score_factors": {T: "Increase your score by successfully completing trades. Failure to act on a trade will decrease your score."}, 238 "Bond amount": {T: "Bond amount"}, 239 "Reserves for tx fees": {T: "Funds to reserve for transaction fees to maintain your bonds"}, 240 "Tx Fee Balance": {T: "Transaction Fee Balance:"}, 241 "Your Deposit Address": {T: "Your Wallet's Deposit Address"}, 242 "Send enough for bonds": {T: `Make sure you send enough to also cover network fees. You may deposit as much as you like to your wallet, since only the bond amount will be used in the next step. The deposit must confirm to proceed.`}, 243 "Send enough with estimate": {T: `Deposit at least <span data-tmpl="totalForBond"></span> <span class="unit">XYZ</span> to cover your bond and fees. You may deposit as much as you like to your wallet, since only the required amount will be used in the next step. The wallet may require a confirmation on the new funds before proceeding.`}, 244 "Send funds for token": {T: `Deposit at least <span data-tmpl="tokenFees"></span> <span class="unit">XYZ</span> and <span data-tmpl="parentFees"></span> <span data-tmpl="parentUnit">XYZ</span> to also cover fees. You may deposit as much as you like to your wallet, since only the required amount will be used in the next step. The deposit must confirm to proceed.`}, 245 "add a different server": {T: "add a different server"}, 246 "Add a custom server": {T: "Add a custom server"}, 247 "plus tx fees": {T: "+ tx fees"}, 248 "Export Seed": {T: "Export Seed"}, 249 "Total": {T: "Total"}, 250 "Trading": {T: "Trading"}, 251 "Receiving Approximately": {T: "Receiving Approximately"}, 252 "Fee Projection": {T: "Fee Projection"}, 253 "details": {T: "details"}, 254 "to": {T: "to"}, 255 "Options": {T: "Options"}, 256 "fee_projection_tooltip": {T: "If network conditions don't change before your order matches, total realized fees should fall within this range."}, 257 "unlock_for_details": {T: "Unlock your wallets to retrieve order details and additional options."}, 258 "estimate_unavailable": {T: "Order estimates and options unavailable"}, 259 "Fee Details": {T: "Fee Details"}, 260 "estimate_market_conditions": {T: "Best- and worst-case estimates are based on current network conditions, and might change by the time the order matches."}, 261 "Best Case Fees": {T: "Best Case Fees"}, 262 "best_case_conditions": {T: "The best case fees occur when the entire order is consumed in a single match."}, 263 "Swap": {T: "Swap"}, 264 "Redeem": {T: "Redeem"}, 265 "Worst Case Fees": {T: "Worst Case Fees"}, 266 "worst_case_conditions": {T: "The worst case can occur if the order matches one lot at a time over the course of many epochs."}, 267 "Maximum Possible Swap Fees": {T: "Maximum Possible Swap Fees"}, 268 "max_fee_conditions": {T: "This is the most you would ever pay in fees on your swap. Fees are normally assessed at a fraction of this rate. The maximum is not subject to changes once your order is placed."}, 269 "wallet_logs": {T: "Wallet Logs"}, 270 "accelerate_order": {T: "accelerate order"}, 271 "acceleration_text": {T: "If your swap transactions are stuck, you may attempt to accelerate them with an additional transaction. This is helpful when the the fee rate on an existing unconfirmed transaction has become too low to be mined in the next block, but not if blocks are just being mined slowly. When you submit this form, a transaction will be created that sends the change from your own swap initiation transaction to yourself with a higher fee. The effective fee rate of your swap transactions will become the rate you select below. Select a rate that is enough to be included in the next block. Consult a block explorer to be sure."}, 272 "effective_swap_tx_rate": {T: "Effective swap tx fee rate"}, 273 "current_fee": {T: "Current suggested fee rate"}, 274 "accelerate_success": {T: `Successfully submitted transaction: <span id="accelerateTxID"></span>`}, 275 "accelerate": {T: "Accelerate"}, 276 "acceleration_transactions": {T: "Acceleration Transactions"}, 277 "acceleration_cost_msg": {T: `Increasing the effective fee rate to <span id="feeRateEstimate"></span> will cost <span id="feeEstimate"></span>`}, 278 "recent_acceleration_msg": {T: `Your latest acceleration was only <span id="recentAccelerationTime"></span> minutes ago! Are you sure you want to accelerate?`}, 279 "recent_swap_msg": {T: `Your oldest unconfirmed swap transaction was submitted only <span id="recentSwapTime"></span> minutes ago! Are you sure you want to accelerate?`}, 280 "early_acceleration_help_msg": {T: `It will cause no harm to your order, but you might be wasting money. Acceleration is only helpful if the fee rate on an existing unconfirmed transaction has become too low to be mined in the next block, but not if blocks are just being mined slowly. You can confirm this in the block explorer by closing this popup and clicking on your previous transactions.`}, 281 "recover": {T: "Recover"}, 282 "recover_wallet": {T: "Recover Wallet"}, 283 "recover_warning": {T: "Recovering your wallet will move all wallet data to a backup folder. You will have to wait until the wallet syncs with the network, which could potentially take a long time, before you can use the wallet again."}, 284 "wallet_actively_used": {T: "Wallet actively used!"}, 285 "confirm_force_message": {T: "This wallet is actively managing orders. After taking this action, it will take a long time to resync your wallet, potentially causing orders to fail. Only take this action if absolutely necessary!"}, 286 "confirm": {T: "Confirm"}, 287 "cancel": {T: "Cancel"}, 288 "Update TLS Certificate": {T: "Update TLS Certificate"}, 289 "registered dexes": {T: "Registered Dexes:"}, 290 "successful_cert_update": {T: "Successfully updated certificate!"}, 291 "update dex host": {T: "Update DEX Host"}, 292 "copied": {T: "Copied!"}, 293 "export_wallet": {T: "Export Wallet"}, 294 "pw_for_wallet_seed": {T: "Enter your app password to show the wallet seed. Make sure nobody else can see your screen. If anyone gets access to the wallet seed, they will be able to steal all of your funds."}, 295 "export_wallet_disclaimer": {T: `<span class="warning-text">Using an externally restored wallet while you have active trades running in the DEX could result in failed trades and LOST FUNDS.</span> It is recommended that you do not export your wallet unless you are an experienced user and you know what are doing.`}, 296 "export_wallet_msg": {T: "Below are the seeds needed to restore your wallet in some popular external wallets. DO NOT make transactions with your external wallet while you have active trades running on the DEX."}, 297 "clipboard_warning": {T: "Copy/Pasting a wallet seed is a potential security risk. Do this at your own risk."}, 298 "fiat_exchange_rate_sources": {T: "Fiat Exchange Rate Sources"}, 299 "Synchronizing": {T: "Synchronizing"}, 300 "wallet_wait_synced": {T: "wallet will be created after sync"}, 301 "Create a Wallet": {T: "Create a Wallet"}, 302 "Wallet Type": {T: "Wallet Type"}, 303 "Peer Count": {T: "Peer Count"}, 304 "Sync Progress": {T: "Sync Progress"}, 305 "Settings": {T: "Settings"}, 306 "asset_name Markets": {T: "<span data-asset-name=1></span> Markets"}, 307 "Host": {T: "Host"}, 308 "Trading Tier": {T: "Trading Tier"}, 309 "Bond Lock": {T: "Bond Lock"}, 310 "Fee Reserves": {T: "Fee Reserves"}, 311 "Select your bond asset": {T: "Select your bond asset"}, 312 "choose a different asset": {T: "choose a different asset"}, 313 "Choose your trading tier": {T: "Choose your trading tier"}, 314 "trading_tier_message": {T: "Increase your trading tier to enable trading of larger amounts. Trading limits also grow with reputation."}, 315 "No Recent Activity": {T: "No Recent Activity"}, 316 "Recent asset_name Activity": {T: "Recent <span data-asset-name=1></span> Activity"}, 317 "other_actions": {T: "Other Actions"}, 318 "estimated_fee": {T: "Estimated Fee"}, 319 "estimated_total_spend": {T: "Estimated Total Spend"}, 320 "estimated_balance": {T: "Estimated Balance After"}, 321 "max_estimated_send": {T: "Max Estimated Send"}, 322 "max_estimated_send_fee": {T: "Max Estimated Send Fee"}, 323 "sending": {T: "Sending"}, 324 "transfer": {T: "Transfer"}, 325 "max_estimated_send_tooltip": {T: "This is the estimated amount that will be received if you withdraw your current balance with 'Subtract fees from amount sent' checked. If there is no subtract fee checkbox, this is the maximum estimated amount you can send."}, 326 "Maker Swap": {T: "Maker Swap"}, 327 "Taker Swap": {T: "Taker Swap"}, 328 "Maker Redemption": {T: "Maker Redemption"}, 329 "Taker Redemption": {T: "Taker Redemption"}, 330 "Pending": {T: "Pending"}, 331 "Mempool": {T: "Mempool"}, 332 "disable_wallet": {T: "Disable Wallet"}, 333 "enable_wallet": {T: "Enable Wallet"}, 334 "disable_wallet_warning": {T: "Note: This wallet will not be connected to when you start <span class=brand></span> software and cannot be used until it is enabled. This will also disable all token wallets that depend on this wallet."}, 335 "enable_wallet_message": {T: "This wallet will resume operation and might take some time to sync. If this is a token wallet, the wallet for the chain's primary asset will also be enabled."}, 336 "Disabled": {T: "Disabled"}, 337 "txfee_not_available": {T: "Transaction fee currently unavailable"}, 338 "Fee unavailable": {T: "Fee unavailable"}, 339 "fiat_exchange_rate_msg": {T: "Sources may provide fiat exchange rates for different subsets of assets. You should select all sources that are acceptable to get fiat exchange rates for the most assets. Assets with fiat rates from multiple sources will use the average from all of those sources. Note: dcrdate provides fiat exchange rates for only BTC and DCR."}, 340 "delete_archived_records": {T: "Delete Archived Records"}, 341 "date_time": {T: "Date and Time"}, 342 "delete_all_archived_records": {T: "Leave unchecked to delete all archived records."}, 343 "show_archived_date_msg": {T: "Specify date of latest records to keep"}, 344 "archived_date_tooltip": {T: "Archived orders and matches created before your specified and date and time will be deleted from the database."}, 345 "save_matches_to_file": {T: "Save matches to CSV file"}, 346 "save_orders_to_file": {T: "Save orders to CSV file"}, 347 "save_orders_to_file_msg": {T: "Optional: Whether to save deleted orders to CSV file on bisonw data directory. Default is false."}, 348 "save_matches_to_file_msg": {T: "Optional: Whether to save deleted matches to CSV file on bisonw data directory. Default is false."}, 349 // Market maker bot 350 "Market Making": {T: "Market Making"}, 351 "Off": {T: "Off"}, 352 "whats_a_market_maker": {T: "Add a market maker bot to make a market. When you make a market, you strategically maintain orders on both sides of a market's order book. In addition to potential profits, market makers improve the health of a market by providing liquidity and limiting slippage."}, 353 "Add a Market Maker Bot": {T: "Add a Market Maker Bot"}, 354 "Add another bot": {T: "Add another bot"}, 355 "Market Maker Settings": {T: "Market Maker Settings"}, 356 "strategy_percent_plus": {T: "The gap starts at the break-even spread, which is the minimum spread at which a buy-sell combo produces profit, and then adds the specified spread, calculated as a percentage of the mid-gap price."}, 357 "strategy_percent": {T: "The gap is set to the specified percent of the mid-gap price."}, 358 "strategy_absolute_plus": {T: "The gap starts at the break-even spread, which is the minimum spread at which a buy-sell combo produces profit, and then adds the specified rate difference to both sides."}, 359 "strategy_absolute": {T: "The spread is set to the specified value both left and right of the mid-gap, resulting in a total gap of twice the specified value."}, 360 "strategy_multiplier": {T: "The gap is set to the specified multiple of the break-even spread, which is the minimum spread at which a buy-sell combo produces profit."}, 361 "Make a Market": {T: "Make a Market!"}, 362 "Editing Program": {T: "Editing Program"}, 363 "exit edit mode": {T: "exit edit mode"}, 364 "per side": {T: "per side"}, 365 "Start_loudly": {T: "Start!"}, 366 "Update": {T: "Update"}, 367 "Show other settings": {T: "Show other settings"}, 368 "Hide settings": {T: "Hide settings"}, 369 "lot_commit_bullet": {T: "Total commitment is 2 x lots"}, 370 "funds_split_bullet": {T: "Starting funds can be on one side or split up"}, 371 "target_maint_bullet": {T: "Program maintains lots currently on order and unfilled"}, 372 "no_limit_bullet": {T: "There is no limit on the number of settling lots"}, 373 "Your Programs": {T: "Your Programs"}, 374 "No programs to display": {T: "No programs to display"}, 375 "Running": {T: "Running"}, 376 "Pause": {T: "Pause"}, 377 "Paused": {T: "Paused"}, 378 "Start": {T: "Start"}, 379 "Drift tolerance": {T: "Drift Tolerance"}, 380 "Order persistence": {T: "Order persistence"}, 381 "Oracle bias": {T: "Oracle Bias"}, 382 "Multiplier": {T: "Multiplier"}, 383 "Oracle weight": {T: "Oracle Weight"}, 384 "Configure": {T: "Configure"}, 385 "Retire": {T: "Retire"}, 386 "Lots": {T: "Lots"}, 387 "show advanced options": {T: "show advanced options"}, 388 "hide advanced options": {T: "hide advanced options"}, 389 "manage_peers": {T: "Manage Peers"}, 390 "enter_peer_address": {T: "Enter peer address"}, 391 "add_peer": {T: "Add Peer"}, 392 "address": {T: "Address"}, 393 "source": {T: "Source"}, 394 "connected": {T: "Connected"}, 395 "Remove": {T: "Remove"}, 396 "unready_wallets_msg": {T: "Your wallets must be connected and unlocked before trades can be processed. Resolve this ASAP!"}, 397 "Error": {T: "Error"}, 398 "configuration guide": {T: "configuration guide"}, 399 // Approve/Unapprove Tokens 400 "Approve": {T: "Approve"}, 401 "approve_token_text": {Version: 1, T: `In order to trade tokens, you must approve the swap contract to handle tokens on your behalf. This is a one-time action for each token. <br/><br/> The estimated fee for the approval transaction is <b><span data-tmpl="feeEstimate"></span></b>`}, 402 "token_approval_tx_msg": {T: "Your token approval has been submitted with transaction ID:"}, 403 "approval_required_buy": {T: "Token approval is required before buying"}, 404 "approval_required_sell": {T: "Token approval is required before selling"}, 405 "approval_required_both": {T: "Token approval is required before trading"}, 406 "disallow_token": {T: `Remove Token Allowances`}, 407 "unapprove_token_for": {T: `Remove Token Allowances for <span id="tokenVersionTableAssetSymbol"></span>`}, 408 "unapprove_token_version": {T: `Remove Token Allowances for <span id="tokenAllowanceRemoveSymbol"></span>, Version <span id="tokenAllowanceRemoveVersion"></span>`}, 409 "unapprove_token_text": {T: `If you remove the allowance for this version of the swap contract, you will no longer be able to trade until you re-allow it. <br/><br/> The estimated transaction fee for removing the approval is <b><span id="unapprovalFeeEstimate"></span></b>`}, 410 "version": {T: "Version"}, 411 "used_by_dex": {T: "Used by DEXes"}, 412 "no_token_allowances": {T: "You have not granted allowances for any swap contracts for this token."}, 413 "token_unapproval_tx_msg": {T: `Your token approval has been removed with transaction ID:`}, 414 "approval_change_pending": {T: "Approval change pending"}, 415 // Init page 416 "Quick Placements": {Version: 1, T: "Quick Placements"}, 417 "quickconfig_server_header": {T: "We can connect to these servers."}, 418 "quickconfig_wallet_header": {T: "We can activate these native wallets now. Configure additional wallets from the Wallets view."}, 419 "quickconfig_server_error_header": {T: "Errors encountered when connecting to the following servers. You can try again from the Settings view."}, 420 "quickconfig_wallet_error_header": {T: "Errors encountered when creating the following wallets. Wallets can be configured in the Wallets view."}, 421 "Continue": {T: "Continue"}, 422 "Backup App Seed": {T: "Backup App Seed"}, 423 "seed_backup_implore": {T: "It's highly recommended that you back up your application seed now. " + 424 "The application seed is critical to recovering your fidelity bonds and native wallets."}, 425 "Backup Now": {T: "Backup Now"}, 426 "Skip this step for now": {T: "Skip this step for now"}, 427 "save_seed_instructions": {T: "Save the following seed somewhere safe. Do not share this with anybody."}, 428 "Done": {T: "Done"}, 429 "gap_strategy_multiplier": {T: "Multiplier"}, 430 "gap_strategy_absolute": {T: "Absolute"}, 431 "gap_strategy_absolute_plus": {T: "Absolute Plus"}, 432 "gap_strategy_percent": {T: "Percent"}, 433 "gap_strategy_percent_plus": {T: "Percent Plus"}, 434 "settings_updated": {T: "Settings Updated!"}, 435 "add_a_bot": {T: "Add a Bot"}, 436 "start_market_making": {T: "Start"}, 437 "stop_market_making": {T: "Stop"}, 438 "enabled": {T: "Enabled"}, 439 "running": {T: "Running"}, 440 "bot_type": {T: "Bot Type"}, 441 "base_balance": {T: "Base Balance"}, 442 "quote_balance": {T: "Quote Balance"}, 443 "enable_rebalance_tooltip": {T: "Transfer funds between wallet and CEX as needed and without prompt"}, 444 "cex_alloc_tooltip": {T: "The amount of your balance to initially allocate to this bot on the exchange"}, 445 "arb_minbal_tooltip": {T: "The minimum balance allowed before a deposit or withdraw is initiated"}, 446 "arb_transfer_tooltip": {T: "The mimimum amount that can be transferred"}, 447 "Select a Market": {T: "Select a Market"}, 448 "Arbitrage Rebalance": {T: "Arbitrage Rebalance"}, 449 "Minimum Balance": {T: "Minimum Balance"}, 450 "Minimum Transfer": {T: "Minimum Transfer"}, 451 "update_settings": {Version: 1, T: "Save Settings"}, 452 "create_bot": {T: "Create Bot"}, 453 "reset_settings": {T: "Reset Settings"}, 454 "gap_strategy": {T: "Gap Strategy"}, 455 "gap_strategy_tooltip": {T: "multiplier: a multiple of the break-even spread,\nabsolute: set an absolute sell - buy rate difference,\nabsolute-plus: absolute + add the break-even spread,\npercent: gap set to a percent of the spot price,\npercent-plus: percent + add the break-even spread"}, 456 "buy_placements": {T: "Buy Placements"}, 457 "buy_placements_tooltip": {T: "Define the buy placements for the bot. The bot will place orders in the order of priority if balance is not enough to place all the orders."}, 458 "sell_placements": {T: "Sell Placements"}, 459 "sell_placements_tooltip": {T: "Define the sell placements for the bot. The bot will place orders in the order of priority if balance is not enough to place all the orders."}, 460 "priority": {T: "Priority"}, 461 "use_oracles": {T: "Use Oracles"}, 462 "use_oracles_tooltip": {T: "If checked, the bot will use rates on other exchanges in combination with the DEX mid-gap to determine the order placement rates."}, 463 "oracle_weighting_tooltip": {T: "The amount of weight to give to the oracle rates when determining the order placement rates. Use a higher weighting when DEX markets are thin to avoid manipulation."}, 464 "oracle_bias_tooltip": {T: "Adjust the oracle rates by this amount before using them to determine the order placement rates."}, 465 "empty_market_rate": {T: "Empty Market Rate"}, 466 "empty_market_rate_tooltip": {T: "Optionally provide a rate to use if the DEX market is empty and no oracles are available."}, 467 "quote_asset_balance_tooltip": {T: "The amount of the quote asset to allocate for this bot. If the upper end of this range is < 100%, it means that the rest of the balance was allocated to other bots."}, 468 "drift_tolerance_tooltip": {T: "How far from the ideal price orders are allowed to drift before they are cancelled and re-booked."}, 469 "order_persistence_tooltip": {T: "How long CEX orders that don't immediately match be are allowed to remain booked"}, 470 "no_balance_available": {T: "No balance available"}, 471 "wallet_settings": {T: `Wallet Settings`}, 472 "cex_rebalance": {T: `Rebalance Settings`}, 473 "Oracles": {T: "Oracles"}, 474 "loading_oracles": {T: "Loading oracles..."}, 475 "no_oracles": {T: "There are no oracles available for this market"}, 476 "fiat_rates": {T: "Fiat Rates"}, 477 "market_making_running": {T: "Market making is running"}, 478 "cannot_manually_trade": {T: "You cannot manually place orders while market making is running"}, 479 "back": {T: "Back"}, 480 "current_tier_tooltip": {T: "Tier represented by active bonds. Increase your target tier to raise your target tier, boost your trading limits, and offset penalties, if any."}, 481 "Reset App Password": {T: "Reset App Password"}, 482 "reset_app_pw_msg": {T: "Reset your app password using your app seed. If you provide the correct app seed, you can login again with the new password."}, 483 "Forgot Password": {T: "Forgot Password?"}, 484 "subtract_fees_from_amount": {T: "Subtract fees from amount sent."}, 485 "Instructions:": {T: "Instructions:"}, 486 "URL": {T: "URL"}, 487 // Staking UI 488 "Price": {T: "Price"}, 489 "Ticket": {T: "Ticket"}, 490 "Staking": {T: "Staking"}, 491 "Active tickets": {T: "Active tickets"}, 492 "Currently Queued": {T: "Currently Queued"}, 493 "Immature tickets": {T: "Immature tickets"}, 494 "Queued tickets": {T: "Queued tickets"}, 495 "Tickets bought": {T: "Tickets bought"}, 496 "Total rewards": {T: "Total rewards"}, 497 "Votes cast": {T: "Votes cast"}, 498 "VSP": {T: "VSP"}, 499 "select_vsp_from_list": {T: "Select a Voting Service Provider"}, 500 "Or add custom VSP URL:": {T: "Or add custom VSP URL:"}, 501 "Custom VSP URL": {T: "Custom VSP URL"}, 502 "Set Votes": {T: "Set Votes"}, 503 "agendas": {T: "agendas"}, 504 "Agendas": {T: "Agendas"}, 505 "treasury spends": {T: "treasury spends"}, 506 "staking_unavailable_for_rpc": {T: "Staking unavailable for RPC wallets using SPV"}, 507 "Purchase Tickets": {T: "Purchase Tickets"}, 508 "Tickets": {T: "Tickets"}, 509 "Ticket Price": {T: "Ticket Price"}, 510 "Vote Reward": {T: "Vote Reward"}, 511 "fee_rate_percent": {T: "Fee Rate (%)"}, 512 "Live Tickets": {T: "Live Tickets"}, 513 "Current Price": {T: "Current Price"}, 514 "Available Balance": {T: "Available Balance"}, 515 "ticket_qty_label": {T: "How Many?"}, 516 "Ticket History": {T: "Ticket History"}, 517 "No tickets to show": {T: "No tickets to show"}, 518 "Treasury Spends": {T: "Treasury Spends"}, 519 "No": {T: "No"}, 520 "Yes": {T: "Yes"}, 521 "Treasury Keys": {T: "Treasury Keys"}, 522 "bonds_pending_refund": {T: "Bonds Pending Refund"}, 523 "asset_name tx_history": {T: "<span data-asset-name=1></span> Transaction History"}, 524 "load_earlier_transactions": {T: "Load earlier transactions..."}, 525 "ID": {T: "ID"}, 526 "no_tx_history": {T: "No transactions to show"}, 527 "tx_details": {T: "Transaction Details"}, 528 "fee": {T: "Fee"}, 529 "tx_id": {T: "Transaction ID"}, 530 "bond_id": {T: "Bond ID"}, 531 "locktime": {T: "Lock Time"}, 532 "recipient": {T: "Recipient"}, 533 "block": {T: "Block"}, 534 "timestamp": {T: "Timestamp"}, 535 "nonce": {T: "Nonce"}, 536 "Enable Privacy": {T: "Enable Privacy"}, 537 "Privacy": {T: "Privacy"}, 538 "Enable": {T: "Enable"}, 539 "Disable Privacy": {T: "Disable Privacy"}, 540 "Configure Privacy": {T: "Configure Privacy"}, 541 "Privacy active": {T: "Privacy active"}, 542 "Privacy off": {T: "Privacy off"}, 543 "staking_disabled": {T: `Ticket purchasing disabled by <span id="extensionModeAppName"></span>.`}, 544 "loading privacy status": {T: "loading privacy status"}, 545 "mixing_pw_prompt": {T: "Enter your password to unlock your wallet turn on privacy"}, 546 "cspp_addr": {T: "CSPP Server Address"}, 547 "cspp_how": {T: "StakeShuffle creates outputs that cannot be definitively linked to previous on-chain activity. While output amounts are still visible in this form of privacy, the destruction of traceability means your on-chain history can no longer be inferred from publicly available data."}, 548 "privacy_intro": {T: "When privacy is enabled, all of your funds will be sent through an address history obfuscation service using a protocol called StakeShuffle."}, 549 "decred_privacy": {T: "Decred's form of privacy is especially powerful because Decred wallets integrate privacy with staking, which facilitates a consistently large anonymity set, a critical feature for privacy."}, 550 "privacy_optional": {T: "Privacy is completely optional, and can be disabled at any time. There are increased transaction fees associated with privacy, but these fees have historically been relatively negligible."}, 551 "privacy_unlocked": {T: "The wallet must remain unlocked while mixing."}, 552 "bots_running_view_only": {T: "Bots are running. You are in view-only mode."}, 553 "select_a_cex_prompt": {T: "Select an exchange to enable arbitrage"}, 554 "Market not available": {T: "Market not available"}, 555 "bot_profit_title": {T: "Choose your profit threshold"}, 556 "bot_profit_explainer": {T: "The arbitrage bot will only attempt trades which would result in this minimum level of profit."}, 557 "configure_cex_prompt": {T: "Configure your exchange API to enable arbitrage features."}, 558 "API Key": {T: "API Key"}, 559 "API Secret": {T: "API Secret"}, 560 "Available": {T: "Available"}, 561 "Locked": {T: "Locked"}, 562 "profit_loss": {T: "Profit / Loss"}, 563 "base_change": {T: "Base Change"}, 564 "quote_change": {T: "Quote Change"}, 565 "base_fees": {T: "Base Fees"}, 566 "quote_fees": {T: "Quote Fees"}, 567 "run_logs": {T: "Run Logs"}, 568 "previous_run_logs": {T: "View previous run logs"}, 569 "previous_mm_runs": {T: "Previous Market Making Runs"}, 570 "start_time": {T: "Start Time"}, 571 "end_time": {T: "End Time"}, 572 "logs": {T: "Logs"}, 573 "logs_for": {T: "Logs for"}, 574 "view_logs": {T: "View Logs"}, 575 "swap_transaction": {T: "Swap Transaction"}, 576 "redeem_transaction": {T: "Redeem Transaction"}, 577 "refund_transaction": {T: "Refund Transaction"}, 578 "funding_transaction": {T: "Funding Transaction"}, 579 "transaction_id": {T: "Transaction ID"}, 580 "credited_amt": {T: "Credited Amount"}, 581 "amt_received": {T: "Amount Received"}, 582 "dex_order_details": {T: "DEX Order Details"}, 583 "cex_order_details": {T: "CEX Order Details"}, 584 "deposit_details": {T: "Deposit Details"}, 585 "withdrawal_details": {T: "Withdrawal Details"}, 586 "base_filled": {T: "Base Filled"}, 587 "quote_filled": {T: "Quote Filled"}, 588 "Details": {T: "Details"}, 589 "Fee Allocation": {T: "Fee Allocation"}, 590 "Booking reserves": {T: "Booking reserves"}, 591 "Swap funding": {T: "Swap funding"}, 592 "swaps": {T: "swaps"}, 593 "register_to_enable_mm": {T: `Register with <span data-tmpl="host"></span> enable trading`}, 594 "No markets available": {T: "No markets available"}, 595 "Arb": {T: "Arb"}, 596 "Choose Your Bot": {T: "Choose Your Bot"}, 597 "only_basic_mm_no_more_cexes": {T: "Only the basic market making bot is available. To enable arbitrage options, configure your exchange API."}, 598 "only_basic_mm_more_cexes": {T: "Only the basic market making bot is avilable for this market."}, 599 "configure_more_cexes": {T: "Configure other exchanges to maximize your options."}, 600 "Basic Market Maker": {T: "Basic Market Maker"}, 601 "mm_plus_arb": {T: "Market Maker + Arbitrage"}, 602 "Basic Arbitrage": {T: "Basic Arbitrage"}, 603 "Fix errors": {T: "Fix errors"}, 604 "Commited": {T: "Commited"}, 605 "Required": {T: "Required"}, 606 "OK": {T: "OK"}, 607 "remote exchange gap": {T: "remote exchange gap", Notes: "spread on CEX order book"}, 608 "Match buffer": {T: "Match buffer"}, 609 "Price increment": {T: "Price increment"}, 610 "Profit threshold": {T: "Profit threshold"}, 611 "Lot Size USD": {T: "Lot Size USD"}, 612 "Lot Size": {T: "Lot Size"}, 613 "Lots per side": {T: "Lots per side"}, 614 "Lots per level": {T: "Lots per level"}, 615 "Price levels per side": {T: "Price levels per side"}, 616 "Configure manually": {T: "Configure manually"}, 617 "Loading market data": {T: "Loading market data"}, 618 "on": {T: "on"}, 619 "err_with_cex_creds": {T: "There was an error encountered connecting with these credentials"}, 620 "approve_token_wallet_addr": {T: `<span data-tmpl="parentName" class="me-1"></span> address:`}, 621 "Available fee balance": {T: "Available fee balance"}, 622 "add_provider_tooltip": {T: "You are using the default set of public RPC providers. These providers could become outdated or unreliable. Specify your own trusted provider instead."}, 623 "add_custom_rpc_provider": {T: "Add a custom RPC provider"}, 624 "Profit": {T: "Profit"}, 625 "Inventory": {T: "Inventory"}, 626 "Booked orders": {T: "Booked orders"}, 627 "Fee reserves": {T: "Fee reserves"}, 628 "Pending deposits": {T: "Pending deposits"}, 629 "Pending withdrawals": {T: "Pending withdrawals"}, 630 "Settled matches": {T: "Settled matches"}, 631 "Traded": {T: "Traded"}, 632 "Basis price": {T: "Basis price"}, 633 "Fee gap": {T: "Fee gap"}, 634 "Remote gap": {T: "Remote gap"}, 635 "Round_trip fees": {T: "Round-trip fees"}, 636 "feegap_tooltip": {T: "The rate adjustment necessary to account for on-chain tx fees"}, 637 "remotegap_tooltip": {T: "The buy-sell spread on the linked cex market"}, 638 "max_zero_no_fees": {T: `<span id="maxZeroNoFeesTicker"></span> balance < min fees ~<span id="maxZeroMinFees"></span>`}, 639 "max_zero_no_bal": {T: `low <span id="maxZeroNoBalTicker"></span> balance`}, 640 "Wallet Options": {T: "Wallet Options"}, 641 "balance_diff": {T: "Balance Diff"}, 642 "usd_diff": {T: "USD Diff"}, 643 "usd_rate": {T: "USD Rate"}, 644 "dex_sell": {T: "DEX Sell"}, 645 "dex_buy": {T: "DEX Buy"}, 646 "cex_sell": {T: "CEX Sell"}, 647 "cex_buy": {T: "CEX Buy"}, 648 "deposit": {T: "Deposit"}, 649 "withdrawal": {T: "Withdrawal"}, 650 "filters": {T: "Filters"}, 651 "Apply": {T: "Apply"}, 652 "Block Sync": {T: "Block Sync"}, 653 "Balance Discovery": {T: "Balance Discovery"}, 654 "Finding Addresses": {T: "Finding Addresses"}, 655 "Hide Mixing Transactions": {T: "Hide Mixing Transactions"}, 656 "Redeem game code": {T: "Redeem game code"}, 657 "Redeem Game Code": {T: "Redeem Game Code"}, 658 "Code": {T: "Code"}, 659 "Message_optional": {T: "Message (optional)"}, 660 "Game code redeemed": {T: "Game code redeemed!"}, 661 "Transaction": {T: "Transaction"}, 662 "Value": {T: "Value"}, 663 "Prepaid bond redeemed": {T: "Prepaid bond redeemed!"}, 664 "Enable Account": {T: "Enable Account"}, 665 "Show trading tier info": {T: "Show trading tier info"}, 666 "Hide trading tier info": {T: "Hide trading tier info"}, 667 "Show reputation": {T: "Show reputation"}, 668 "Hide reputation": {T: "Hide reputation"}, 669 "buy_orders_success": {T: "All buy orders placed successfully"}, 670 "sell_orders_success": {T: "All sell orders placed successfully"}, 671 "buy_orders_failed": {T: "Unable to place all buy orders"}, 672 "sell_orders_failed": {T: "Unable to place all sell orders"}, 673 "Order report": {T: "Order report"}, 674 "Remaining": {T: "Remaining"}, 675 "Used": {T: "Used"}, 676 "Deficiency": {T: "Deficiency"}, 677 "Deficiency with Pending": {T: "Deficiency with Pending"}, 678 "Standing Lots": {T: "Standing Lots"}, 679 "Ordered Lots": {T: "Ordered Lots"}, 680 "Arb Rate": {T: "Arb Rate"}, 681 "Required DEX": {T: "Required DEX"}, 682 "Required CEX": {T: "Required CEX"}, 683 "Used DEX": {T: "Used DEX"}, 684 "Used CEX": {T: "Used CEX"}, 685 "Causes Self Match": {T: "Causes Self Match"}, 686 "Priority": {T: "Priority"}, 687 "Wallet Balances": {T: "Wallet Balances"}, 688 "Placements": {T: "Placements"}, 689 "delete_bot": {T: "Delete Bot"}, 690 "export_logs": {T: "Export Logs"}, 691 "address has been used": {T: "address has been used"}, 692 "Allow external transfers": {T: "Allow external transfers"}, 693 "external_transfers_tooltip": {T: "When enabled, the bot will be able to transfer funds between the DEX and the CEX."}, 694 "Internal transfers only": {T: "Internal transfers only"}, 695 "internal_only_tooltip": {T: "When enabled, the bot will be able to use any available funds in the wallet to simulate a transfer between the DEX and the CEX, (i.e. increase the bot's DEX balance and decrease the bot's CEX balance when a withdrawal needs to be made) but no actual transfers will be made."}, 696 "running_bot_allocation_note": {T: "This bot is already running. The numbers below are the allocation adjustments that will be made, not the total balance that will be allocated."}, 697 "order_type": {T: "Order Type"}, 698 "Total Profit": {T: "Total Profit"}, 699 "total_profit_tooltip": {T: "Total profit only includes runs that have completed"}, 700 "Number of Runs": {T: "Number of Runs"}, 701 "New Release Message": {T: "<strong> 🚀 New release available!</strong> Get the latest version now."}, 702 "View Website": {T: "View Website"}, 703 }