Merge pull request #244 from rjpeterson/update-translations

Update translations
This commit is contained in:
tjshipe 2022-04-02 19:46:13 -04:00 committed by GitHub
commit c4984524a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1004 additions and 961 deletions

View File

@ -107,7 +107,7 @@ export default function AccountInfo() {
} else {
notify({
title: t('redeem-failure'),
description: 'Transaction failed',
description: t('transaction-failed'),
})
}
} catch (e) {

View File

@ -131,7 +131,7 @@ const CloseAccountModal: FunctionComponent<CloseAccountModalProps> = ({
} else {
notify({
title: t('close-account:error-deleting-account'),
description: 'Transaction failed',
description: t('transaction-failed'),
type: 'error',
})
}

View File

@ -65,7 +65,7 @@ export const settlePosPnl = async (
} else {
notify({
title: t('pnl-error'),
description: 'Transaction failed',
description: t('transaction-failed'),
type: 'error',
})
}
@ -125,7 +125,7 @@ export const settlePnl = async (
} else {
notify({
title: t('pnl-error'),
description: 'Transaction failed',
description: t('transaction-failed'),
type: 'error',
})
}

View File

@ -157,8 +157,21 @@ const TradeHistoryTable = ({
<div className="flex flex-col pb-3 sm:flex-row sm:items-center sm:justify-between">
<div className="flex items-center">
<h4 className="mb-0 flex items-center text-th-fgd-1">
{!initialLoad ? <Loading className="mr-2" /> : data.length}{' '}
{data.length === 1 ? 'Trade' : 'Trades'}
{data.length === 1
? t('number-trade', {
number: !initialLoad ? (
<Loading className="mr-2" />
) : (
data.length
),
})
: t('number-trades', {
number: !initialLoad ? (
<Loading className="mr-2" />
) : (
data.length
),
})}
</h4>
{mangoAccount ? (

View File

@ -211,8 +211,9 @@ const LiquidationHistoryTable = ({ history, view }) => {
<div className="flex items-center justify-between pb-3">
<div className="flex items-center">
<h4 className="mb-0 text-th-fgd-1">
{filteredHistory.length}{' '}
{filteredHistory.length === 1 ? view : `${view}s`}
{filteredHistory.length === 1
? t('number-liquidation', { number: filteredHistory.length })
: t('number-liquidations', { number: filteredHistory.length })}
</h4>
<Tooltip
content={
@ -475,14 +476,13 @@ const HistoryTable = ({ history, view }) => {
<div className="flex items-center justify-between pb-3">
<div className="flex items-center">
<h4 className="mb-0 text-th-fgd-1">
{filteredHistory.length}{' '}
{filteredHistory.length === 1
? view === 'Withdraw'
? 'Withdrawal'
: view
? t('number-withdrawal', { number: filteredHistory.length })
: t('number-deposit', { number: filteredHistory.length })
: view === 'Withdraw'
? 'Withdrawals'
: `${view}s`}
? t('number-withdrawals', { number: filteredHistory.length })
: t('number-deposits', { number: filteredHistory.length })}
</h4>
<Tooltip
content={

View File

@ -243,7 +243,7 @@ export default function Account() {
} else {
notify({
title: t('redeem-failure'),
description: 'Transaction failed',
description: t('transaction-failed'),
type: 'error',
})
}

View File

@ -1,461 +1,466 @@
{
"about-to-withdraw": "You're about to withdraw",
"above": "Above",
"accept": "Accept",
"accept-terms": "I understand and accept the risks",
"account": "Account",
"account-address-warning": "Do not send tokens directly to your account address.",
"account-details-tip-desc": "When you make your first deposit we'll set you up with a Mango Account. You'll need at least 0.0035 SOL in your wallet to cover the rent/cost of creating the account.",
"account-details-tip-title": "Account Details",
"account-equity": "Account Equity",
"account-equity-chart-title": "Account Equity",
"account-health": "Account Health",
"account-health-tip-desc": "To avoid liquidation you must keep your account health above 0%. To increase the health of your account, reduce borrows or deposit funds.",
"account-health-tip-title": "Account Health",
"account-name": "Account Name",
"account-performance": "Account Performance",
"account-pnl": "Account PnL",
"account-pnl-chart-title": "Account PnL",
"account-risk": "Account Risk",
"account-value": "Account Value",
"accounts": "Accounts",
"add-more-sol": "Add more SOL to your wallet to avoid failed transactions.",
"add-name": "Add Name",
"alerts": "Alerts",
"all-assets": "All Assets",
"all-time": "All Time",
"amount": "Amount",
"approximate-time": "Time",
"asset": "Asset",
"assets": "Assets",
"assets-liabilities": "Assets & Liabilities",
"available-balance": "Available Balance",
"average-borrow": "Average Borrow Rates",
"average-deposit": "Average Deposit Rates",
"average-entry": "Avg Entry Price",
"average-funding": "1h Funding Rate",
"back": "Back",
"balance": "Balance",
"balances": "Balances",
"being-liquidated": "You are being liquidated!",
"below": "Below",
"borrow": "Borrow",
"borrow-funds": "Borrow Funds",
"borrow-interest": "Borrow Interest",
"borrow-notification": "Borrowed funds are withdrawn to your connected wallet.",
"borrow-rate": "Borrow Rate",
"borrow-value": "Borrow Value",
"borrow-withdraw": "Borrow and Withdraw",
"borrows": "Borrows",
"break-even": "Break-even Price",
"buy": "Buy",
"calculator": "Calculator",
"cancel": "Cancel",
"cancel-error": "Error cancelling order",
"cancel-success": "Successfully cancelled order",
"change-account": "Change Account",
"change-language": "Change Language",
"change-theme": "Change Theme",
"character-limit": "Account name must be 32 characters or less",
"chinese": "简体中文",
"chinese-traditional": "繁體中文",
"claim": "Claim",
"claim-reward": "Claim Reward",
"claim-x-mngo": "Claim {{amount}} MNGO",
"close": "Close",
"close-and-long": "Close position and open long",
"close-and-short": "Close position and open short",
"close-confirm": "Are you sure you want to market close your {{config_name}} position?",
"close-open-long": "100% close position and open {{size}} {{symbol}} long",
"close-open-short": "100% close position and open {{size}} {{symbol}} short",
"close-position": "Close Position",
"collateral-available": "Collateral Available",
"collateral-available-tip-desc": "The collateral value that can be used to take on leverage. Assets carry different collateral weights depending on the risk they present to the platform.",
"collateral-available-tip-title": "Collateral Available",
"condition": "Condition",
"confirm": "Confirm",
"confirm-deposit": "Confirm Deposit",
"confirm-withdraw": "Confirm Withdraw",
"confirming-transaction": "Confirming Transaction",
"connect": "Connect",
"connect-view": "Connect a wallet to view your account",
"connect-wallet": "Connect Wallet",
"connect-wallet-tip-desc": "We'll show you around...",
"connect-wallet-tip-title": "Connect your wallet",
"connected-to": "Connected to wallet ",
"copy-address": "Copy address",
"country-not-allowed": "Country Not Allowed",
"country-not-allowed-tooltip": "You are using an open-source frontend facilitated by the Mango DAO. As such, it restricts access to certain regions out of an abundance of caution, due to regulatory uncertainty.",
"create-account": "Create Account",
"current-stats": "Current Stats",
"custom": "Custom",
"daily-change": "Daily Change",
"daily-high": "24hr High",
"daily-low": "24hr Low",
"daily-range": "Daily Range",
"daily-volume": "24hr Volume",
"dark": "Dark",
"data-refresh-tip-desc": "Data is refreshed automatically but you can manually refresh it here.",
"data-refresh-tip-title": "Manual Data Refresh",
"date": "Date",
"default-market": "Default Market",
"default-spot-margin": "Trade with margin by default",
"degraded-performance": "Solana network is experiencing degraded performance. Transactions may fail to send or confirm. (TPS: {{tps}})",
"delay-displaying-recent": "There may be a delay in displaying the latest activity.",
"delayed-info": "Data updates hourly",
"deposit": "Deposit",
"deposit-before": "You need more {{tokenSymbol}} in your wallet to fully repay your borrow",
"deposit-failed": "Deposit failed",
"deposit-funds": "Deposit Funds",
"deposit-help": "Add {{tokenSymbol}} to your wallet and fund it with {{tokenSymbol}} to deposit.",
"deposit-history": "Deposit History",
"deposit-interest": "Deposit Interest",
"deposit-rate": "Deposit Rate",
"deposit-successful": "Deposit successful",
"deposit-to-get-started": "Deposit funds to get started",
"deposit-value": "Deposit Value",
"depositing": "You're about to deposit",
"deposits": "Deposits",
"depth-rewarded": "Depth Rewarded",
"details": "Details",
"disconnect": "Disconnect",
"done": "Done",
"edit": "Edit",
"edit-name": "Edit Name",
"edit-nickname": "Edit the public nickname for your account",
"email-address": "Email Address",
"english": "English",
"enter-amount": "Enter an amount to deposit",
"enter-name": "Enter an account name",
"equity": "Equity",
"est-period-end": "Est Period End",
"est-slippage": "Est. Slippage",
"estimated-liq-price": "Est. Liq. Price",
"explorer": "Explorer",
"export-data": "Export CSV",
"export-data-empty": "No data to export",
"export-data-success": "CSV exported successfully",
"export-pnl-csv": "Export PnL CSV",
"export-trades-csv": "Export Trades CSV",
"favorite": "Favorite",
"favorites": "Favorites",
"fee": "Fee",
"fees": "Fees",
"fee-discount": "Fee Discount",
"filter": "Filter",
"filters-selected": "{{selectedFilters}} selected",
"filter-trade-history": "Filter Trade History",
"first-deposit-desc": "There is a one-time cost of 0.035 SOL when you make your first deposit. This covers the rent on the Solana Blockchain for your account.",
"from": "From",
"funding": "Funding",
"funding-chart-title": "Funding Last 30 days (current bar is delayed)",
"futures": "Futures",
"get-started": "Get Started",
"governance": "Governance",
"health": "Health",
"health-check": "Account Health Check",
"health-ratio": "Health Ratio",
"hide-all": "Hide all from Nav",
"hide-dust": "Hide dust",
"high": "High",
"history": "History",
"history-empty": "History empty.",
"hourly-borrow-interest": "Hourly Borrow Interest",
"hourly-deposit-interest": "Hourly Deposit Interest",
"hourly-funding": "Hourly Funding",
"if-referred": "{{fee}} if referred or 10k MNGO",
"if-referred-tooltip": "If you create your Mango Account from a referral link or have 10k MNGO in your Mango Account you get a 0.04% discount off futures fees.",
"in-orders": "In Orders",
"include-perp": "Include Perp",
"include-spot": "Include Spot",
"includes-borrow": "Includes borrow of",
"init-error": "Could not perform init mango account and deposit operation",
"init-health": "Init Health",
"initial-deposit": "Initial Deposit",
"insufficient-balance-deposit": "Insufficient balance. Reduce the amount to deposit",
"insufficient-balance-withdraw": "Insufficient balance. Borrow funds to withdraw",
"insufficient-sol": "There is a one-time cost of 0.035 SOL to create a Mango Account. This covers the rent on the Solana Blockchain.",
"interest": "Interest",
"interest-chart-title": "{{symbol}} Interest Last 30 days (current bar is delayed)",
"interest-chart-value-title": "{{symbol}} Interest Value Last 30 days (current bar is delayed)",
"interest-earned": "Total Interest",
"interest-info": "Interest is earned continuously on all deposits.",
"intro-feature-1": "Crosscollateralized leverage trading",
"intro-feature-2": "All assets count as collateral to trade or borrow",
"intro-feature-3": "Deposit any asset and earn interest automatically",
"intro-feature-4": "Borrow against your assets for other DeFi activities",
"invalid-address": "The address is invalid",
"ioc": "IOC",
"language": "Language",
"languages-tip-desc": "Choose another language here. More coming soon...",
"languages-tip-title": "Multilingual?",
"layout-tip-desc": "Unlock to re-arrange and re-size the trading panels to your liking.",
"layout-tip-title": "Customize Layout",
"learn": "Documentation",
"learn-more": "Learn more",
"lend": "Lend",
"lets-go": "Let's Go",
"leverage": "Leverage",
"leverage-too-high": "Leverage too high. Reduce the amount to withdraw",
"liabilities": "Liabilities",
"light": "Light",
"limit": "Limit",
"limit-order": "Limit",
"limit-price": "Limit Price",
"liquidation-history": "Liquidation History",
"liquidations": "Liquidations",
"liquidity": "Liquidity",
"liquidity-mining": "Liquidity Mining",
"long": "long",
"low": "Low",
"maint-health": "Maint Health",
"make-trade": "Make a trade",
"maker": "Maker",
"maker-fee": "Maker Fee",
"mango": "Mango",
"mango-account-lookup-desc": "Enter a Mango account address to show account details",
"mango-account-lookup-title": "View a Mango Account",
"mango-accounts": "Mango Accounts",
"mango-account-lookup-desc": "Enter a Mango account address to show account details",
"mango-account-lookup-title": "View a Mango Account",
"margin": "Margin",
"margin-available": "Margin Available",
"market": "Market",
"market-close": "Market Close",
"market-data": "Market Data",
"market-details": "Market Details",
"market-order": "Market",
"markets": "Markets",
"max": "Max",
"max-borrow": "Max Borrow Amount",
"max-depth-bps": "Max Depth Bps",
"max-slippage": "Max Slippage",
"max-with-borrow": "Max With Borrow",
"minutes": "mins",
"missing-price": "Missing price",
"missing-size": "Missing size",
"missing-trigger": "Missing trigger price",
"mngo-left-period": "MNGO Left In Period",
"mngo-per-period": "MNGO Per Period",
"mngo-rewards": "MNGO Rewards",
"moderate": "Moderate",
"more": "More",
"msrm-deposit-error": "Error depositing MSRM",
"msrm-deposited": "MSRM deposit successfull",
"msrm-withdraw-error": "Error withdrawing MSRM",
"msrm-withdrawal": "MSRM withdraw successfull",
"name-error": "Could not set account name",
"name-updated": "Account name updated",
"name-your-account": "Name Your Account",
"net": "Net",
"net-balance": "Net Balance",
"net-interest-value": "Net Interest Value",
"net-interest-value-desc": "Calculated at the time it was earned/paid. This might be useful at tax time.",
"new": "New",
"new-account": "New",
"next": "Next",
"no-account-found": "No Account Found",
"no-address": "No {{tokenSymbol}} wallet address found",
"no-balances": "No balances",
"no-borrows": "No borrows found.",
"no-funding": "No funding earned or paid",
"no-history": "No trade history",
"no-interest": "No interest earned or paid",
"no-margin": "No margin accounts found",
"no-markets": "No markets found",
"no-orders": "No open orders",
"no-perp": "No perp positions",
"no-trades-found": "No trades found...",
"no-unsettled": "There are no unsettled funds",
"no-wallet": "No wallet address",
"node-url": "RPC Node URL",
"not-enough-balance": "Insufficient wallet balance",
"not-enough-sol": "You may not have enough SOL for this transaction",
"notional-size": "Notional Size",
"open-interest": "Open Interest",
"open-orders": "Open Orders",
"optional": "(Optional)",
"oracle-price": "Oracle Price",
"order-error": "Error placing order",
"orderbook": "Orderbook",
"orderbook-animation": "Orderbook Animation",
"orders": "Orders",
"other": "Other",
"performance": "Performance",
"performance-insights": "Performance Insights",
"period-progress": "Period Progress",
"perp": "Perp",
"perp-desc": "Perpetual swaps settled in USDC",
"perp-fees": "Mango Perp Fees",
"perp-positions": "Perp Positions",
"perp-positions-tip-desc": "Perp positions accrue Unsettled PnL as price moves. Redeeming adds or removes that amount from your USDC balance.",
"perp-positions-tip-title": "Perp Position Details",
"perpetual-futures": "Perpetual Futures",
"perps": "Perps",
"pnl": "PnL",
"pnl-error": "Error redeeming",
"pnl-help": "Redeeming will update your USDC balance to reflect the redeemed PnL amount.",
"pnl-success": "Successfully redeemed",
"portfolio": "Portfolio",
"position": "Position",
"position-size": "Position Size",
"positions": "Positions",
"post": "Post",
"presets": "Presets",
"price": "Price",
"price-expect": "The price you receive may be worse than you expect and full execution is not guaranteed. Max slippage is 2.5% for your safety. The part of your position with slippage beyond 2.5% will not be closed.",
"price-impact": "Est. Price Impact",
"price-unavailable": "Price not available",
"prices-changed": "Prices have changed and increased your leverage. Reduce the withdrawal amount.",
"profile-menu-tip-desc": "Access your Mango Accounts, copy your wallet address and disconnect here.",
"profile-menu-tip-title": "Profile Menu",
"profit-price": "Profit Price",
"quantity": "Quantity",
"rates": "Deposit/Borrow Rates",
"read-more": "Read More",
"recent": "Recent",
"recent-trades": "Recent Trades",
"redeem-all": "Redeem All",
"redeem-failure": "Error redeeming MNGO",
"redeem-pnl": "Redeem",
"redeem-positive": "Redeem positive",
"redeem-success": "Successfully redeemed MNGO",
"referrals": "Referrals",
"refresh": "Refresh",
"refresh-data": "Refresh Data",
"repay": "Repay",
"repay-and-deposit": "100% repay borrow and deposit {{amount}} {{symbol}}",
"repay-full": "100% repay borrow",
"repay-partial": "Repay {{percentage}}% of borrow",
"reposition": "Drag to reposition",
"reset": "Reset",
"reset-filters": "Reset Filters",
"rolling-change": "24hr Change",
"rpc-endpoint": "RPC Endpoint",
"save": "Save",
"save-name": "Save Name",
"select-account": "Select a Mango Account",
"select-asset": "Select an asset",
"select-margin": "Select Margin Account",
"sell": "Sell",
"serum-fees": "Serum Spot Fees",
"set-stop-loss": "Set Stop Loss",
"set-take-profit": "Set Take Profit",
"settings": "Settings",
"settle": "Settle",
"settle-all": "Settle All",
"settle-error": "Error settling funds",
"settle-success": "Successfully settled funds",
"short": "short",
"show-all": "Show all in Nav",
"show-less": "Show less",
"show-more": "Show more",
"show-tips": "Show Tips",
"show-zero": "Show zero balances",
"side": "Side",
"size": "Size",
"slippage-warning": "This order will likely have extremely large slippage! Consider using Stop Limit or Take Profit Limit order instead.",
"spanish": "Español",
"spot": "Spot",
"spot-desc": "Spot margin quoted in USDC",
"spread": "Spread",
"stats": "Stats",
"stop-limit": "Stop Limit",
"stop-loss": "Stop Loss",
"stop-price": "Stop Price",
"successfully-placed": "Successfully placed order",
"summary": "Summary",
"supported-assets": "Please fund wallet with one of the supported assets.",
"swap": "Swap",
"take-profit": "Take Profit",
"take-profit-limit": "Take Profit Limit",
"taker": "Taker",
"taker-fee": "Taker Fee",
"target-period-length": "Target Period Length",
"theme": "Theme",
"themes-tip-desc": "Mango, Dark or Light (if you're that way inclined).",
"themes-tip-title": "Color Themes",
"time": "Time",
"timeframe-desc": "Last {{timeframe}}",
"to": "To",
"token": "Token",
"too-large": "Size Too Large",
"tooltip-account-liquidated": "Account will be liquidated if Health Ratio reaches 0% and will continue until Init Health is above 0.",
"tooltip-after-withdrawal": "The details of your account after this withdrawal.",
"tooltip-apy-apr": "Deposit APY / Borrow APR",
"tooltip-available-after": "Available to withdraw after accounting for collateral and open orders",
"tooltip-display-cumulative": "Display Cumulative Size",
"tooltip-display-step": "Display Step Size",
"tooltip-earn-mngo": "Earn MNGO by market making on Perp markets.",
"tooltip-enable-margin": "Enable spot margin for this trade",
"tooltip-funding": "Funding is paid continuously. The 1hr rate displayed is a rolling average of the past 60 mins.",
"tooltip-gui-rebate": "Taker fee is {{taker_rate)}} before the 20% GUI hoster fee is rebated.",
"tooltip-interest-charged": "Interest is charged on your borrowed balance and is subject to change.",
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or it will be canceled.",
"tooltip-lock-layout": "Lock Layout",
"tooltip-name-onchain": "Account names are stored on-chain",
"tooltip-post": "Post only orders are guaranteed to be the maker order or else it will be canceled.",
"tooltip-post-and-slide": "Post only slide is a type of limit order that will place your order one tick less than the opposite side of the book.",
"tooltip-projected-leverage": "Projected Leverage",
"tooltip-reduce": "Reduce only orders will only reduce your overall position.",
"tooltip-reset-layout": "Reset Layout",
"tooltip-serum-rebate": "20% of net fees on Serum go to the GUI host. Mango rebates this fee to you. The taker fee before the GUI rebate is {{taker_percent}}",
"tooltip-slippage": "If price slips more than your max slippage, your order will be partially filled up to that price.",
"tooltip-switch-layout": "Switch Layout",
"tooltip-unlock-layout": "Unlock Layout",
"total-assets": "Total Assets Value",
"total-borrow-interest": "Total Borrow Interest",
"total-borrow-value": "Total Borrow Value",
"total-borrows": "Total Borrows",
"total-deposit-interest": "Total Deposit Interest",
"total-deposit-value": "Total Deposit Value",
"total-deposits": "Total Deposits",
"total-funding": "Total Funding",
"total-funding-stats": "Total Funding Earned/Paid",
"total-liabilities": "Total Liabilities Value",
"total-srm": "Total SRM in Mango",
"totals": "Totals",
"trade": "Trade",
"trade-export-disclaimer": "Due to the nature of how trades are processed, it is not possible to guarantee that all trades will be exported. However, a best effort approach has been taken, combining several independent sources to reduce the likelihood of missing trades.",
"trade-history": "Trade History",
"trades": "Trades",
"trades-history": "Trade History",
"transaction-sent": "Transaction sent",
"trigger-price": "Trigger Price",
"try-again": "Try again",
"type": "Type",
"unrealized-pnl": "Unrealized PnL",
"unsettled": "Unsettled",
"unsettled-balance": "Redeemable Value",
"unsettled-balances": "Unsettled Balances",
"unsettled-positions": "Unsettled Positions",
"update-filters": "Update Filters",
"use-explorer-one": "Use the ",
"use-explorer-three": "to verify any delayed transactions.",
"use-explorer-two": "Explorer ",
"utilization": "Utilization",
"v3-new": "V3 is a new and separate program from V2. You can access your V2 account in the 'More' section of the top bar or by using this link:",
"v3-unaudited": "The V3 protocol is in public beta. This is unaudited software, use it at your own risk.",
"v3-welcome": "Welcome to Mango",
"value": "Value",
"view": "View",
"view-all-trades": "View all trades in the Account page",
"view-counterparty": "View Counterparty",
"view-transaction": "View Transaction",
"wallet": "Wallet",
"wallet-connected": "Wallet connected",
"wallet-disconnected": "Disconnected from wallet",
"withdraw": "Withdraw",
"withdraw-error": "Could not perform withdraw",
"withdraw-funds": "Withdraw Funds",
"withdraw-history": "Withdrawal History",
"withdraw-success": "Withdraw successful",
"withdrawals": "Withdrawals",
"you-must-leave-enough-sol": "You must leave enough SOL in your wallet to pay for the transaction",
"your-account": "Your Account",
"your-assets": "Your Assets",
"your-borrows": "Your Borrows",
"zero-mngo-rewards": "0 MNGO Rewards"
"about-to-withdraw": "You're about to withdraw",
"above": "Above",
"accept": "Accept",
"accept-terms": "I understand and accept the risks",
"account": "Account",
"account-address-warning": "Do not send tokens directly to your account address.",
"account-details-tip-desc": "When you make your first deposit we'll set you up with a Mango Account. You'll need at least 0.0035 SOL in your wallet to cover the rent/cost of creating the account.",
"account-details-tip-title": "Account Details",
"account-equity": "Account Equity",
"account-equity-chart-title": "Account Equity",
"account-health": "Account Health",
"account-health-tip-desc": "To avoid liquidation you must keep your account health above 0%. To increase the health of your account, reduce borrows or deposit funds.",
"account-health-tip-title": "Account Health",
"account-name": "Account Name",
"account-performance": "Account Performance",
"account-pnl": "Account PnL",
"account-pnl-chart-title": "Account PnL",
"account-risk": "Account Risk",
"account-value": "Account Value",
"accounts": "Accounts",
"add-more-sol": "Add more SOL to your wallet to avoid failed transactions.",
"add-name": "Add Name",
"alerts": "Alerts",
"all-assets": "All Assets",
"all-time": "All Time",
"amount": "Amount",
"approximate-time": "Time",
"asset": "Asset",
"assets": "Assets",
"assets-liabilities": "Assets & Liabilities",
"available-balance": "Available Balance",
"average-borrow": "Average Borrow Rates",
"average-deposit": "Average Deposit Rates",
"average-entry": "Avg Entry Price",
"average-funding": "1h Funding Rate",
"back": "Back",
"balance": "Balance",
"balances": "Balances",
"being-liquidated": "You are being liquidated!",
"below": "Below",
"borrow": "Borrow",
"borrow-funds": "Borrow Funds",
"borrow-interest": "Borrow Interest",
"borrow-notification": "Borrowed funds are withdrawn to your connected wallet.",
"borrow-rate": "Borrow Rate",
"borrow-value": "Borrow Value",
"borrow-withdraw": "Borrow and Withdraw",
"borrows": "Borrows",
"break-even": "Break-even Price",
"buy": "Buy",
"calculator": "Calculator",
"cancel": "Cancel",
"cancel-error": "Error cancelling order",
"cancel-success": "Successfully cancelled order",
"change-account": "Change Account",
"change-language": "Change Language",
"change-theme": "Change Theme",
"character-limit": "Account name must be 32 characters or less",
"chinese": "简体中文",
"chinese-traditional": "繁體中文",
"claim": "Claim",
"claim-reward": "Claim Reward",
"claim-x-mngo": "Claim {{amount}} MNGO",
"close": "Close",
"close-and-long": "Close position and open long",
"close-and-short": "Close position and open short",
"close-confirm": "Are you sure you want to market close your {{config_name}} position?",
"close-open-long": "100% close position and open {{size}} {{symbol}} long",
"close-open-short": "100% close position and open {{size}} {{symbol}} short",
"close-position": "Close Position",
"collateral-available": "Collateral Available",
"collateral-available-tip-desc": "The collateral value that can be used to take on leverage. Assets carry different collateral weights depending on the risk they present to the platform.",
"collateral-available-tip-title": "Collateral Available",
"condition": "Condition",
"confirm": "Confirm",
"confirm-deposit": "Confirm Deposit",
"confirm-withdraw": "Confirm Withdraw",
"confirming-transaction": "Confirming Transaction",
"connect": "Connect",
"connect-view": "Connect a wallet to view your account",
"connect-wallet": "Connect Wallet",
"connect-wallet-tip-desc": "We'll show you around...",
"connect-wallet-tip-title": "Connect your wallet",
"connected-to": "Connected to wallet ",
"copy-address": "Copy address",
"country-not-allowed": "Country Not Allowed",
"country-not-allowed-tooltip": "You are using an open-source frontend facilitated by the Mango DAO. As such, it restricts access to certain regions out of an abundance of caution, due to regulatory uncertainty.",
"create-account": "Create Account",
"current-stats": "Current Stats",
"custom": "Custom",
"daily-change": "Daily Change",
"daily-high": "24hr High",
"daily-low": "24hr Low",
"daily-range": "Daily Range",
"daily-volume": "24hr Volume",
"dark": "Dark",
"data-refresh-tip-desc": "Data is refreshed automatically but you can manually refresh it here.",
"data-refresh-tip-title": "Manual Data Refresh",
"date": "Date",
"default-market": "Default Market",
"default-spot-margin": "Trade with margin by default",
"degraded-performance": "Solana network is experiencing degraded performance. Transactions may fail to send or confirm. (TPS: {{tps}})",
"delay-displaying-recent": "There may be a delay in displaying the latest activity.",
"delayed-info": "Data updates hourly",
"deposit": "Deposit",
"deposit-before": "You need more {{tokenSymbol}} in your wallet to fully repay your borrow",
"deposit-failed": "Deposit failed",
"deposit-funds": "Deposit Funds",
"deposit-help": "Add {{tokenSymbol}} to your wallet and fund it with {{tokenSymbol}} to deposit.",
"deposit-history": "Deposit History",
"deposit-interest": "Deposit Interest",
"deposit-rate": "Deposit Rate",
"deposit-successful": "Deposit successful",
"deposit-to-get-started": "Deposit funds to get started",
"deposit-value": "Deposit Value",
"depositing": "You're about to deposit",
"deposits": "Deposits",
"depth-rewarded": "Depth Rewarded",
"details": "Details",
"disconnect": "Disconnect",
"done": "Done",
"edit": "Edit",
"edit-name": "Edit Name",
"edit-nickname": "Edit the public nickname for your account",
"email-address": "Email Address",
"english": "English",
"enter-amount": "Enter an amount to deposit",
"enter-name": "Enter an account name",
"equity": "Equity",
"est-period-end": "Est Period End",
"est-slippage": "Est. Slippage",
"estimated-liq-price": "Est. Liq. Price",
"explorer": "Explorer",
"export-data": "Export CSV",
"export-data-empty": "No data to export",
"export-data-success": "CSV exported successfully",
"export-pnl-csv": "Export PnL CSV",
"export-trades-csv": "Export Trades CSV",
"favorite": "Favorite",
"favorites": "Favorites",
"fee": "Fee",
"fee-discount": "Fee Discount",
"fees": "Fees",
"filter": "Filter",
"filter-trade-history": "Filter Trade History",
"filters-selected": "{{selectedFilters}} selected",
"first-deposit-desc": "There is a one-time cost of 0.035 SOL when you make your first deposit. This covers the rent on the Solana Blockchain for your account.",
"from": "From",
"funding": "Funding",
"funding-chart-title": "Funding Last 30 days (current bar is delayed)",
"futures": "Futures",
"get-started": "Get Started",
"governance": "Governance",
"health": "Health",
"health-check": "Account Health Check",
"health-ratio": "Health Ratio",
"hide-all": "Hide all from Nav",
"hide-dust": "Hide dust",
"high": "High",
"history": "History",
"history-empty": "History empty.",
"hourly-borrow-interest": "Hourly Borrow Interest",
"hourly-deposit-interest": "Hourly Deposit Interest",
"hourly-funding": "Hourly Funding",
"if-referred": "{{fee}} if referred or 10k MNGO",
"if-referred-tooltip": "If you create your Mango Account from a referral link or have 10k MNGO in your Mango Account you get a 0.04% discount off futures fees.",
"in-orders": "In Orders",
"include-perp": "Include Perp",
"include-spot": "Include Spot",
"includes-borrow": "Includes borrow of",
"init-error": "Could not perform init mango account and deposit operation",
"init-health": "Init Health",
"initial-deposit": "Initial Deposit",
"insufficient-balance-deposit": "Insufficient balance. Reduce the amount to deposit",
"insufficient-balance-withdraw": "Insufficient balance. Borrow funds to withdraw",
"insufficient-sol": "There is a one-time cost of 0.035 SOL to create a Mango Account. This covers the rent on the Solana Blockchain.",
"interest": "Interest",
"interest-chart-title": "{{symbol}} Interest Last 30 days (current bar is delayed)",
"interest-chart-value-title": "{{symbol}} Interest Value Last 30 days (current bar is delayed)",
"interest-earned": "Total Interest",
"interest-info": "Interest is earned continuously on all deposits.",
"intro-feature-1": "Crosscollateralized leverage trading",
"intro-feature-2": "All assets count as collateral to trade or borrow",
"intro-feature-3": "Deposit any asset and earn interest automatically",
"intro-feature-4": "Borrow against your assets for other DeFi activities",
"invalid-address": "The address is invalid",
"ioc": "IOC",
"language": "Language",
"languages-tip-desc": "Choose another language here. More coming soon...",
"languages-tip-title": "Multilingual?",
"layout-tip-desc": "Unlock to re-arrange and re-size the trading panels to your liking.",
"layout-tip-title": "Customize Layout",
"learn": "Documentation",
"learn-more": "Learn more",
"lend": "Lend",
"lets-go": "Let's Go",
"leverage": "Leverage",
"leverage-too-high": "Leverage too high. Reduce the amount to withdraw",
"liabilities": "Liabilities",
"light": "Light",
"limit": "Limit",
"limit-order": "Limit",
"limit-price": "Limit Price",
"liquidation-history": "Liquidation History",
"liquidations": "Liquidations",
"liquidity": "Liquidity",
"liquidity-mining": "Liquidity Mining",
"long": "long",
"low": "Low",
"maint-health": "Maint Health",
"make-trade": "Make a trade",
"maker": "Maker",
"maker-fee": "Maker Fee",
"mango": "Mango",
"mango-account-lookup-desc": "Enter a Mango account address to show account details",
"mango-account-lookup-title": "View a Mango Account",
"mango-accounts": "Mango Accounts",
"margin": "Margin",
"margin-available": "Margin Available",
"market": "Market",
"market-close": "Market Close",
"market-data": "Market Data",
"market-details": "Market Details",
"market-order": "Market",
"markets": "Markets",
"max": "Max",
"max-borrow": "Max Borrow Amount",
"max-depth-bps": "Max Depth Bps",
"max-slippage": "Max Slippage",
"max-with-borrow": "Max With Borrow",
"minutes": "mins",
"missing-price": "Missing price",
"missing-size": "Missing size",
"missing-trigger": "Missing trigger price",
"mngo-left-period": "MNGO Left In Period",
"mngo-per-period": "MNGO Per Period",
"mngo-rewards": "MNGO Rewards",
"moderate": "Moderate",
"more": "More",
"msrm-deposit-error": "Error depositing MSRM",
"msrm-deposited": "MSRM deposit successfull",
"msrm-withdraw-error": "Error withdrawing MSRM",
"msrm-withdrawal": "MSRM withdraw successfull",
"name-error": "Could not set account name",
"name-updated": "Account name updated",
"name-your-account": "Name Your Account",
"net": "Net",
"net-balance": "Net Balance",
"net-interest-value": "Net Interest Value",
"net-interest-value-desc": "Calculated at the time it was earned/paid. This might be useful at tax time.",
"new": "New",
"new-account": "New",
"next": "Next",
"no-account-found": "No Account Found",
"no-address": "No {{tokenSymbol}} wallet address found",
"no-balances": "No balances",
"no-borrows": "No borrows found.",
"no-funding": "No funding earned or paid",
"no-history": "No trade history",
"no-interest": "No interest earned or paid",
"no-margin": "No margin accounts found",
"no-markets": "No markets found",
"no-orders": "No open orders",
"no-perp": "No perp positions",
"no-trades-found": "No trades found...",
"no-unsettled": "There are no unsettled funds",
"no-wallet": "No wallet address",
"node-url": "RPC Node URL",
"not-enough-balance": "Insufficient wallet balance",
"not-enough-sol": "You may not have enough SOL for this transaction",
"notional-size": "Notional Size",
"number-deposit": "{{number}} Deposit",
"number-deposits": "{{number}} Deposits",
"number-liquidation": "{{number}} Liquidation",
"number-liquidations": "{{number}} Liquidations",
"number-trade": "{{number}} Trade",
"number-trades": "{{number}} Trades",
"number-withdrawal": "{{number}} Withdrawal",
"number-withdrawals": "{{number}} Withdrawals",
"open-interest": "Open Interest",
"open-orders": "Open Orders",
"optional": "(Optional)",
"oracle-price": "Oracle Price",
"order-error": "Error placing order",
"orderbook": "Orderbook",
"orderbook-animation": "Orderbook Animation",
"orders": "Orders",
"other": "Other",
"performance": "Performance",
"performance-insights": "Performance Insights",
"period-progress": "Period Progress",
"perp": "Perp",
"perp-desc": "Perpetual swaps settled in USDC",
"perp-fees": "Mango Perp Fees",
"perp-positions": "Perp Positions",
"perp-positions-tip-desc": "Perp positions accrue Unsettled PnL as price moves. Redeeming adds or removes that amount from your USDC balance.",
"perp-positions-tip-title": "Perp Position Details",
"perpetual-futures": "Perpetual Futures",
"perps": "Perps",
"pnl": "PnL",
"pnl-error": "Error redeeming",
"pnl-help": "Redeeming will update your USDC balance to reflect the redeemed PnL amount.",
"pnl-success": "Successfully redeemed",
"portfolio": "Portfolio",
"position": "Position",
"position-size": "Position Size",
"positions": "Positions",
"post": "Post",
"presets": "Presets",
"price": "Price",
"price-expect": "The price you receive may be worse than you expect and full execution is not guaranteed. Max slippage is 2.5% for your safety. The part of your position with slippage beyond 2.5% will not be closed.",
"price-impact": "Est. Price Impact",
"price-unavailable": "Price not available",
"prices-changed": "Prices have changed and increased your leverage. Reduce the withdrawal amount.",
"profile-menu-tip-desc": "Access your Mango Accounts, copy your wallet address and disconnect here.",
"profile-menu-tip-title": "Profile Menu",
"profit-price": "Profit Price",
"quantity": "Quantity",
"rates": "Deposit/Borrow Rates",
"read-more": "Read More",
"recent": "Recent",
"recent-trades": "Recent Trades",
"redeem-all": "Redeem All",
"redeem-failure": "Error redeeming MNGO",
"redeem-pnl": "Redeem",
"redeem-positive": "Redeem positive",
"redeem-success": "Successfully redeemed MNGO",
"referrals": "Referrals",
"refresh": "Refresh",
"refresh-data": "Refresh Data",
"repay": "Repay",
"repay-and-deposit": "100% repay borrow and deposit {{amount}} {{symbol}}",
"repay-full": "100% repay borrow",
"repay-partial": "Repay {{percentage}}% of borrow",
"reposition": "Drag to reposition",
"reset": "Reset",
"reset-filters": "Reset Filters",
"rolling-change": "24hr Change",
"rpc-endpoint": "RPC Endpoint",
"save": "Save",
"save-name": "Save Name",
"select-account": "Select a Mango Account",
"select-asset": "Select an asset",
"select-margin": "Select Margin Account",
"sell": "Sell",
"serum-fees": "Serum Spot Fees",
"set-stop-loss": "Set Stop Loss",
"set-take-profit": "Set Take Profit",
"settings": "Settings",
"settle": "Settle",
"settle-all": "Settle All",
"settle-error": "Error settling funds",
"settle-success": "Successfully settled funds",
"short": "short",
"show-all": "Show all in Nav",
"show-less": "Show less",
"show-more": "Show more",
"show-tips": "Show Tips",
"show-zero": "Show zero balances",
"side": "Side",
"size": "Size",
"slippage-warning": "This order will likely have extremely large slippage! Consider using Stop Limit or Take Profit Limit order instead.",
"spanish": "Español",
"spot": "Spot",
"spot-desc": "Spot margin quoted in USDC",
"spread": "Spread",
"stats": "Stats",
"stop-limit": "Stop Limit",
"stop-loss": "Stop Loss",
"stop-price": "Stop Price",
"successfully-placed": "Successfully placed order",
"summary": "Summary",
"supported-assets": "Please fund wallet with one of the supported assets.",
"swap": "Swap",
"take-profit": "Take Profit",
"take-profit-limit": "Take Profit Limit",
"taker": "Taker",
"taker-fee": "Taker Fee",
"target-period-length": "Target Period Length",
"theme": "Theme",
"themes-tip-desc": "Mango, Dark or Light (if you're that way inclined).",
"themes-tip-title": "Color Themes",
"time": "Time",
"timeframe-desc": "Last {{timeframe}}",
"to": "To",
"token": "Token",
"too-large": "Size Too Large",
"tooltip-account-liquidated": "Account will be liquidated if Health Ratio reaches 0% and will continue until Init Health is above 0.",
"tooltip-after-withdrawal": "The details of your account after this withdrawal.",
"tooltip-apy-apr": "Deposit APY / Borrow APR",
"tooltip-available-after": "Available to withdraw after accounting for collateral and open orders",
"tooltip-display-cumulative": "Display Cumulative Size",
"tooltip-display-step": "Display Step Size",
"tooltip-earn-mngo": "Earn MNGO by market making on Perp markets.",
"tooltip-enable-margin": "Enable spot margin for this trade",
"tooltip-funding": "Funding is paid continuously. The 1hr rate displayed is a rolling average of the past 60 mins.",
"tooltip-gui-rebate": "Taker fee is {{taker_rate)}} before the 20% GUI hoster fee is rebated.",
"tooltip-interest-charged": "Interest is charged on your borrowed balance and is subject to change.",
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or it will be canceled.",
"tooltip-lock-layout": "Lock Layout",
"tooltip-name-onchain": "Account names are stored on-chain",
"tooltip-post": "Post only orders are guaranteed to be the maker order or else it will be canceled.",
"tooltip-post-and-slide": "Post only slide is a type of limit order that will place your order one tick less than the opposite side of the book.",
"tooltip-projected-leverage": "Projected Leverage",
"tooltip-reduce": "Reduce only orders will only reduce your overall position.",
"tooltip-reset-layout": "Reset Layout",
"tooltip-serum-rebate": "20% of net fees on Serum go to the GUI host. Mango rebates this fee to you. The taker fee before the GUI rebate is {{taker_percent}}",
"tooltip-slippage": "If price slips more than your max slippage, your order will be partially filled up to that price.",
"tooltip-switch-layout": "Switch Layout",
"tooltip-unlock-layout": "Unlock Layout",
"total-assets": "Total Assets Value",
"total-borrow-interest": "Total Borrow Interest",
"total-borrow-value": "Total Borrow Value",
"total-borrows": "Total Borrows",
"total-deposit-interest": "Total Deposit Interest",
"total-deposit-value": "Total Deposit Value",
"total-deposits": "Total Deposits",
"total-funding": "Total Funding",
"total-funding-stats": "Total Funding Earned/Paid",
"total-liabilities": "Total Liabilities Value",
"total-srm": "Total SRM in Mango",
"totals": "Totals",
"trade": "Trade",
"trade-export-disclaimer": "Due to the nature of how trades are processed, it is not possible to guarantee that all trades will be exported. However, a best effort approach has been taken, combining several independent sources to reduce the likelihood of missing trades.",
"trade-history": "Trade History",
"trades": "Trades",
"trades-history": "Trade History",
"transaction-failed": "Transaction failed",
"transaction-sent": "Transaction sent",
"trigger-price": "Trigger Price",
"try-again": "Try again",
"type": "Type",
"unrealized-pnl": "Unrealized PnL",
"unsettled": "Unsettled",
"unsettled-balance": "Redeemable Value",
"unsettled-balances": "Unsettled Balances",
"unsettled-positions": "Unsettled Positions",
"update-filters": "Update Filters",
"use-explorer-one": "Use the ",
"use-explorer-three": "to verify any delayed transactions.",
"use-explorer-two": "Explorer ",
"utilization": "Utilization",
"v3-new": "V3 is a new and separate program from V2. You can access your V2 account in the 'More' section of the top bar or by using this link:",
"v3-unaudited": "The V3 protocol is in public beta. This is unaudited software, use it at your own risk.",
"v3-welcome": "Welcome to Mango",
"value": "Value",
"view": "View",
"view-all-trades": "View all trades in the Account page",
"view-counterparty": "View Counterparty",
"view-transaction": "View Transaction",
"wallet": "Wallet",
"wallet-connected": "Wallet connected",
"wallet-disconnected": "Disconnected from wallet",
"withdraw": "Withdraw",
"withdraw-error": "Could not perform withdraw",
"withdraw-funds": "Withdraw Funds",
"withdraw-history": "Withdrawal History",
"withdraw-success": "Withdraw successful",
"withdrawals": "Withdrawals",
"you-must-leave-enough-sol": "You must leave enough SOL in your wallet to pay for the transaction",
"your-account": "Your Account",
"your-assets": "Your Assets",
"your-borrows": "Your Borrows",
"zero-mngo-rewards": "0 MNGO Rewards"
}

View File

@ -1,458 +1,465 @@
{
"about-to-withdraw": "Estas a punto de retirar",
"above": "Encima",
"accept": "Aceptar",
"accept-terms": "Entiendo y acepto los riesgos",
"account": "Cuenta",
"account-address-warning": "No envíes tokens directamente a la dirección de tu cuenta.",
"account-details-tip-desc": "Cuando haga su primer depósito, lo configuraremos con una Cuenta Mango. Necesitará al menos 0.0035 SOL en su billetera para cubrir el alquiler / costo de crear la cuenta.",
"account-details-tip-title": "Detalles de la cuenta",
"account-equity": "Patrimonio de la cuenta",
"account-equity-chart-title": "Patrimonio de la cuenta",
"account-health": "Estado de la cuenta",
"account-health-tip-desc": "Para evitar la liquidación, debe mantener el estado de su cuenta por encima del 0%. Para mejorar el estado de su cuenta, reduzca los préstamos o los fondos de depósito.",
"account-health-tip-title": "Estado de la cuenta",
"account-name": "Nombre de la cuenta",
"account-performance": "Rendimiento de la cuenta",
"account-pnl": "Ganancia o pérdida de la cuenta",
"account-pnl-chart-title": "Ganancia o pérdida de la cuenta",
"account-risk": "Riesgo de cuenta",
"account-value": "Valor de la cuenta",
"accounts": "Cuentas",
"add-more-sol": "Agregue más SOL a su billetera para evitar transacciones fallidas.",
"add-name": "Añadir nombre",
"alerts": "Alertas",
"all-assets": "Todos los activos",
"all-time": "All Time",
"amount": "Monto",
"approximate-time": "Tiempo aproximado",
"asset": "Activo",
"assets": "Activos",
"assets-liabilities": "Activos Pasivos",
"available-balance": "Saldo disponible",
"average-borrow": "Tasas de prestadas promedio",
"average-deposit": "Tasas de depósito promedio",
"average-entry": "Precio de entrada promedio",
"average-funding": "Tasa de financiamiento promedio de 1 hora",
"back": "Atrás",
"balance": "Equilibrio",
"balances": "Saldos",
"being-liquidated": "¡Estás siendo liquidada!",
"below": "Debajo",
"borrow": "Préstamo",
"borrow-funds": "Fondos prestados",
"borrow-interest": "Intereses de préstamo",
"borrow-notification": "Los fondos prestados se retiran a su billetera conectada.",
"borrow-rate": "Tasa de préstamo",
"borrow-value": "Valor del préstamo",
"borrow-withdraw": "Retirar préstamo",
"borrows": "Préstamos",
"break-even": "Precio de equilibrio",
"buy": "Comprar",
"calculator": "Calculadora",
"cancel": "Cancelar",
"cancel-error": "Error al cancelar el pedido",
"cancel-success": "Pedido cancelado con éxito",
"change-account": "Cambiar cuenta",
"change-language": "Cambiar idioma",
"change-theme": "Cambiar de tema",
"character-limit": "El nombre de la cuenta debe tener 32 caracteres o menos",
"chinese": "简体中文",
"chinese-traditional": "繁體中文",
"claim": "Reclamar",
"claim-reward": "Reclamar recompensa",
"claim-x-mngo": "Claim {{amount}} MNGO",
"close": "Cerrar",
"close-and-long": "Posición cerrada + Empezar a comprar",
"close-and-short": "Posición cerrada + Empezar a vender",
"close-confirm": "¿Estás segura de que quieres comercializar cerca de tu {{config_name}} posición?",
"close-open-long": "Posición 100% cerrada + Abre un {{size}} {{symbol}} compra",
"close-open-short": "Posición 100% cerrada + Abre un {{size}} {{symbol}} vende",
"close-position": "Posición cerrada",
"collateral-available": "Garantía disponible",
"collateral-available-tip-desc": "El valor de la garantía que se puede utilizar para tomar apalancamiento. Los activos tienen diferentes pesos de garantía según el riesgo que presentan para la plataforma.",
"collateral-available-tip-title": "Garantía disponible",
"condition": "Condición",
"confirm": "Confirmar",
"confirm-deposit": "Confirmar depósito",
"confirm-withdraw": "Confirmar retiro",
"confirming-transaction": "Confirmando transacción",
"connect": "Conectar",
"connect-view": "Conecte una billetera para ver su cuenta",
"connect-wallet": "Conecte una billetera",
"connect-wallet-tip-desc": "Te mostraremos los alrededores...",
"connect-wallet-tip-title": "Conecta tu billetera",
"connected-to": "Conectado a billetera ",
"copy-address": "Copiar dirección",
"country-not-allowed": "País no permitido",
"country-not-allowed-tooltip": "Está utilizando una interfaz de código abierto facilitada por Mango DAO. Como tal, restringe el acceso a ciertas regiones por precaución, debido a la incertidumbre regulatoria.",
"create-account": "Crear cuenta",
"current-stats": "Estadísticas actuales",
"custom": "Personalizada",
"daily-change": "Cambio diario",
"daily-high": "24hr máximo",
"daily-low": "24hr mínimo",
"daily-range": "Rango diario",
"daily-volume": "Volumen de 24 horas",
"dark": "Oscura",
"data-refresh-tip-desc": "Los datos se actualizan automáticamente, pero puedes actualizarlos manualmente aquí.",
"data-refresh-tip-title": "Actualización manual de datos",
"date": "Fecha",
"default-market": "Mercado predeterminado",
"default-spot-margin": "Comercia con margen por defecto",
"degraded-performance": "Solana network is experiencing degraded performance. Transactions may fail to send or confirm. (TPS: {{tps}})",
"delay-displaying-recent": "Puede haber un retraso en la visualización de la última actividad.",
"delayed-info": "Data updates hourly",
"deposit": "Depositar",
"deposit-before": "Necesita más {{tokenSymbol}} en su billetera para pagar completamente su préstamo",
"deposit-failed": "El depósito falló",
"deposit-funds": "Fondos de depósito",
"deposit-help": "Agregar {{tokenSymbol}} a su billetera y deposítelo con {{tokenSymbol}} para depositar.",
"deposit-history": "Historial de depósitos",
"deposit-interest": "Interés de depósito",
"deposit-rate": "Tasa de depósito",
"deposit-successful": "Depósito exitosa",
"deposit-to-get-started": "Deposite fondos para comenzar",
"deposit-value": "Valor de depósito",
"depositing": "Estás a punto de depositar",
"deposits": "Depósitos",
"depth-rewarded": "Liquidez recompensada",
"details": "Detalles",
"disconnect": "Desconectar",
"done": "Hecho",
"edit": "Editar",
"edit-name": "Actualizar nombre",
"edit-nickname": "Edite el apodo público de su cuenta",
"email-address": "Dirección de correo electrónico",
"english": "English",
"enter-amount": "Ingrese una cantidad para depositar",
"enter-name": "Ingrese un nombre de cuenta",
"equity": "Capital",
"est-period-end": "Fin del período estimado",
"est-slippage": "Deslizamiento estimado",
"estimated-liq-price": "Precio líquido estimado",
"explorer": "Explorador",
"export-data": "Exportar a CSV",
"export-data-empty": "No hay datos para exportar",
"export-data-success": "CSV exportado con éxito",
"export-pnl-csv": "Export PnL CSV",
"export-trades-csv": "Export Trades CSV",
"favorite": "Favorito",
"favorites": "Favoritos",
"fee": "Tarifa",
"fees": "Fees",
"fee-discount": "Comisiones",
"filter": "Filter",
"filters-selected": "{{selectedFilters}} selected",
"filter-trade-history": "Filter Trade History",
"first-deposit-desc": "Necesita 0.035 SOL para crear una cuenta de mango.",
"from": "From",
"funding": "Fondos",
"funding-chart-title": "Fondos (últimos 30 días)",
"futures": "Futuros",
"get-started": "Comenzar",
"governance": "Governance",
"health": "Salud",
"health-check": "Verificación del estado de la cuenta",
"health-ratio": "Proporción de salud",
"hide-all": "Ocultar toda la navegación",
"hide-dust": "Ocultar saldos pequeños",
"high": "Alta",
"history": "Historial",
"history-empty": "Historial vacío.",
"hourly-borrow-interest": "Interés por préstamo por hora",
"hourly-deposit-interest": "Interés por depósito por hora",
"hourly-funding": "Financiamiento por hora",
"if-referred": "{{fee}} if referred or 10k MNGO",
"if-referred-tooltip": "If you create your Mango Account from a referral link or have 10k MNGO in your Mango Account you get a 0.04% discount off futures fees.",
"in-orders": "En órdenes",
"include-perp": "Include Perp",
"include-spot": "Include Spot",
"includes-borrow": "Incluye el préstamo",
"init-error": "No se pudo realizar la operación de depósito y cuenta de margen inicial",
"init-health": "Salud inicial",
"initial-deposit": "Depósito inicial",
"insufficient-balance-deposit": "Saldo insuficiente. Reducir la cantidad a depositar",
"insufficient-balance-withdraw": "Saldo insuficiente. Pedir prestados fondos para retirar",
"insufficient-sol": "Necesita 0.035 SOL para crear una cuenta de mango.",
"interest": "Interés",
"interest-chart-title": "{{symbol}} Interés (últimos 30 días)",
"interest-chart-value-title": "{{symbol}} Valor de interés (últimos 30 días)",
"interest-earned": "Interés total devengado / pagado",
"interest-info": "El interés se gana continuamente en todos los depósitos.",
"intro-feature-1": "Operaciones de apalancamiento con garantía cruzada",
"intro-feature-2": "Todos los activos cuentan como garantía para negociar o pedir prestado",
"intro-feature-3": "Deposite cualquier activo y gane intereses automáticamente",
"intro-feature-4": "Pida prestado contra sus activos para otras actividades de DeFi",
"invalid-address": "The address is invalid",
"ioc": "IOC",
"language": "Language",
"languages-tip-desc": "Elija otro idioma aquí. Más próximamente...",
"languages-tip-title": "Multilingüe?",
"layout-tip-desc": "Desbloquee para reorganizar y cambiar el tamaño de los paneles comerciales a su gusto.",
"layout-tip-title": "Personalizar diseño",
"learn": "Aprender",
"learn-more": "Aprender más",
"lend": "Lend",
"lets-go": "Vamos",
"leverage": "Apalancamiento",
"leverage-too-high": "Apalancamiento demasiado alto. Reducir la cantidad a retirar",
"liabilities": "Pasivos",
"light": "Ligera",
"limit": "Límite",
"limit-order": "Orden de límite",
"limit-price": "Precio límite",
"liquidation-history": "Historial de liquidación",
"liquidations": "Liquidaciones",
"liquidity": "Liquidez",
"liquidity-mining": "Minería de liquidez",
"long": "Larga",
"low": "Bajo",
"maint-health": "Salud de mantenimiento",
"make-trade": "Hacer un trato",
"maker": "Maker",
"maker-fee": "Orden límite",
"mango": "Mango",
"mango-account-lookup-desc": "Enter a Mango account address to show account details",
"mango-account-lookup-title": "View a Mango Account",
"mango-accounts": "Cuentas Mango",
"margin": "Margen",
"margin-available": "Margen disponible",
"market": "Mercado",
"market-close": "Cierre de mercado",
"market-data": "Datos del mercado",
"market-details": "Detalles del mercado",
"market-order": "Orden de Mercado",
"markets": "Mercados",
"max": "Máximo",
"max-borrow": "Monto máximo del préstamo",
"max-depth-bps": "Profundidad máxima de Bps",
"max-slippage": "Deslizamiento máximo ",
"max-with-borrow": "Máximo con préstamo",
"minutes": "minutos",
"missing-price": "Falta el precio",
"missing-size": "Falta el tamaño",
"missing-trigger": "Falta el precio de activación",
"mngo-left-period": "MNGO restante en el período",
"mngo-per-period": "MNGO por Período",
"mngo-rewards": "Recompensas en MNGO",
"moderate": "Moderada",
"more": "Más",
"msrm-deposit-error": "Error depositante MSRM",
"msrm-deposited": "MSRM Depósito exitoso",
"msrm-withdraw-error": "Error al retirarse MSRM",
"msrm-withdrawal": "MSRM retiro exitoso",
"name-error": "No se pudo establecer el nombre de la cuenta",
"name-updated": "Nombre de cuenta actualizado",
"name-your-account": "Nombra tu cuenta",
"net": "Neto",
"net-balance": "Balance neto",
"net-interest-value": "Valor de interés neto",
"net-interest-value-desc": "Calculado en el momento en que se ganó / pagó. Esto podría ser útil al momento de impuestos.",
"new": "Nuevo",
"new-account": "Nuevo",
"next": "Próximo",
"no-account-found": "Cuenta no encontrada",
"no-address": "No ${tokenSymbol} dirección de billetera encontrada",
"no-balances": "Sin saldos",
"no-borrows": "No se encontraron préstamos.",
"no-funding": "Sin fondos ganados / pagados",
"no-history": "Sin historial comercial",
"no-interest": "Sin intereses ganados / pagados",
"no-margin": "No se encontraron cuentas de margen",
"no-markets": "No se encontraron mercados",
"no-orders": "No hay órdenes abiertas",
"no-perp": "No hay puestos de delincuentes",
"no-trades-found": "No trades found...",
"no-unsettled": "No hay fondos pendientes",
"no-wallet": "Sin dirección de billetera",
"node-url": "URL del nodo RPC",
"not-enough-balance": "Saldo de billetera insuficiente",
"not-enough-sol": "Es posible que no tenga suficiente SOL para esta transacción",
"notional-size": "Tamaño nocional",
"open-interest": "Interés abierto",
"open-orders": "Órdenes abiertas",
"optional": "(Opcional)",
"oracle-price": "Precio de Oracle",
"order-error": "Error al realizar el pedido",
"orderbook": "Libro de órdenes",
"orderbook-animation": "Animación del libro de ordenes",
"orders": "Órdenes",
"other": "Other",
"performance": "Performance",
"performance-insights": "Performance Insights",
"period-progress": "Period Progress",
"perp": "perpetuo",
"perp-desc": "Canjeos perpetuos liquidados en USDC",
"perp-fees": "Tarifas de Mango Perp",
"perp-positions": "Posiciones perpetuas",
"perp-positions-tip-desc": "Las posiciones de perp acumulan PnL sin liquidar a medida que se mueve el precio. La liquidación de PnL agrega o elimina esa cantidad de su saldo en USDC.",
"perp-positions-tip-title": "Detalles de la posición de perp",
"perpetual-futures": "Futuros perpetuos",
"perps": "perpetuos",
"pnl": "PnL",
"pnl-error": "Solución de errores PNL",
"pnl-help": "La liquidación actualizará su saldo en USDC para reflejar el monto de PnL pendiente.",
"pnl-success": "PNL resuelto con éxito",
"portfolio": "Portafolio",
"position": "Posición",
"position-size": "Tamaño de la posición",
"positions": "Posiciones",
"post": "Correo",
"presets": "Preajustes",
"price": "Precio",
"price-expect": "El precio que reciba puede ser mayor o menor de lo esperado.",
"price-impact": "Est. Impacto en el precio:",
"price-unavailable": "Precio no disponible",
"prices-changed": "Los precios han cambiado y han aumentado su apalancamiento. Reducir la cantidad de retiro.",
"profile-menu-tip-desc": "Acceda a sus cuentas de Mango, copie la dirección de su billetera y desconéctese aquí.",
"profile-menu-tip-title": "Menú de perfil",
"profit-price": "Precio de beneficio",
"quantity": "Cantidad",
"rates": "Tasas de depósito / préstamo",
"read-more": "Leer más",
"recent": "Reciente",
"recent-trades": "Operaciones recientes",
"redeem-all": "Redeem All",
"redeem-failure": "Error al canjear MNGO",
"redeem-pnl": "Resolver",
"redeem-positive": "Redeem positive",
"redeem-success": "MNGO canjeado con éxito",
"referrals": "Referencias",
"refresh": "Actualizar",
"refresh-data": "Actualizar datos",
"repay": "Pagar",
"repay-and-deposit": "Pagar 100% lo prestado y depositar {{amount}} {{symbol}}",
"repay-full": "Pagar 100% lo prestado",
"repay-partial": "Pagar el {{porcentaje}}% del préstamo",
"reposition": "Arrastra para reposicionar",
"reset": "Reset",
"reset-filters": "Reset Filters",
"rolling-change": "24hr Change",
"rpc-endpoint": "Punto final de RPC",
"save": "Ahorrar",
"save-name": "Guardar nombre",
"select-account": "Seleccione una cuenta de Mango",
"select-asset": "Seleccione un activo",
"select-margin": "Seleccionar cuenta de margen",
"sell": "Vender",
"serum-fees": "Tarifas de la bolsa decentralizada 'serum'",
"set-stop-loss": "Establecer Detener Pérdidas",
"set-take-profit": "Establecer Tomar Ganancias",
"settings": "Ajustes",
"settle": "Resolver",
"settle-all": "Liquidar todo",
"settle-error": "Error al liquidar fondos",
"settle-success": "Fondos liquidados con éxito",
"short": "Vender",
"show-all": "Mostrar todo en Nav",
"show-less": "Mostrar menos",
"show-more": "Mostrar más",
"show-tips": "Mostrar sugerencias",
"show-zero": "Mostrar saldos cero",
"side": "Lado",
"size": "Tamaño",
"slippage-warning": "¡Esta orden probablemente tendrá un deslizamiento extremadamente grande! Considere usar la orden 'Límite de parada' o 'Tomar el límite de ganancias' en su lugar.",
"spanish": "Español",
"spot": "Al contado",
"spot-desc": "Margen al contado cotizado en USDC",
"spread": "Propago",
"stats": "Estadísticas",
"stop-limit": "Límite de parada",
"stop-loss": "Detener pérdida",
"stop-price": "Precio de parada",
"successfully-placed": "Comercio colocado con éxito",
"summary": "Summary",
"supported-assets": "Financie la billetera con uno de los activos admitidos.",
"swap": "Intercambio",
"take-profit": "Tomar ganancias",
"take-profit-limit": "Tomar el límite de ganancias",
"taker": "Receptor",
"taker-fee": "Tarifa del receptor",
"target-period-length": "Duración del período objetivo",
"theme": "Theme",
"themes-tip-desc": "Mango, Oscuro o Claro (si te gusta eso).",
"themes-tip-title": "Temas de color",
"time": "Tiempo",
"timeframe-desc": "Last {{timeframe}}",
"to": "To",
"token": "Simbólico",
"too-large": "Tamaño demasiado grande",
"tooltip-account-liquidated": "La cuenta se liquidará si la relación de salud alcanza el 0% y continuará hasta que la salud inicial sea superior a 0.",
"tooltip-after-withdrawal": "Los detalles de su cuenta después de este retiro.",
"tooltip-apy-apr": "APY de depósito / APR de préstamo",
"tooltip-available-after": "Disponible para retirar después de contabilizar la garantía y las órdenes abiertas",
"tooltip-display-cumulative": "Mostrar tamaño acumulativo",
"tooltip-display-step": "Tamaño del paso de visualización",
"tooltip-earn-mngo": "Gana MNGO por creación de mercado en los mercados perpetuos.",
"tooltip-enable-margin": "Habilite el margen al contado para esta operación",
"tooltip-funding": "Funding is paid continuously. The 1hr rate displayed is a rolling average of the past 60 mins.",
"tooltip-gui-rebate": "La tarifa del receptor es {{taker_rate)}} antes de que se reembolse el 20% de la tarifa de hospedaje de GUI.",
"tooltip-interest-charged": "Los intereses se cargan sobre el saldo prestado y están sujetos a cambios.",
"tooltip-ioc": "Las ordenes inmediatas o canceladas están garantizados para ser el receptor o se cancelarán.",
"tooltip-lock-layout": "Diseño de bloqueo",
"tooltip-name-onchain": "Los nombres de las cuentas se almacenan en cadena",
"tooltip-post": "Se garantiza que las órdenes de envío solo serán el pedido del fabricante o, de lo contrario, se cancelará.",
"tooltip-projected-leverage": "Apalancamiento proyectado",
"tooltip-reduce": "Reducir solamente ordenes solo reducirá su posición general.",
"tooltip-reset-layout": "Restablecer diseño",
"tooltip-serum-rebate": "El 20% de las tarifas netas de Serum van al host de la GUI. Mango le reembolsa esta tarifa. La tarifa del receptor antes del reembolso de la GUI es {{taker_percent}}",
"tooltip-slippage": "Si el precio cae más que su deslizamiento máximo, su pedido se completará parcialmente hasta ese precio.",
"tooltip-switch-layout": "Disposición del interruptor",
"tooltip-unlock-layout": "Desbloquear diseño",
"total-assets": "Valor de los activos totales",
"total-borrow-interest": "Interés total del préstamo",
"total-borrow-value": "Valor total del préstamo",
"total-borrows": "Total de préstamos",
"total-deposit-interest": "Interés de depósito total",
"total-deposit-value": "Valor total del depósito",
"total-deposits": "Depósitos totales",
"total-funding": "Financiamiento total",
"total-funding-stats": "Financiamiento total ganado / pagado",
"total-liabilities": "Valor del pasivo total",
"total-srm": "SRM total en mango",
"totals": "Totales",
"trade": "Comercio",
"trade-history": "Historial comercial",
"trades": "Trades",
"trade-export-disclaimer": "Due to the nature of how trades are processed, it is not possible to guarantee that all trades will be exported. However, a best effort approach has been taken, combining several independent sources to reduce the likelihood of missing trades.",
"trades-history": "Historial comercial",
"transaction-sent": "Transacción enviada",
"trigger-price": "Precio de activación",
"try-again": "Inténtalo de nuevo",
"type": "Tipo",
"unrealized-pnl": "PnL no realizado",
"unsettled": "Inestable",
"unsettled-balance": "Saldo pendiente",
"unsettled-balances": "Saldos pendientes",
"unsettled-positions": "Posiciones sin saldar",
"update-filters": "Update Filters",
"use-explorer-one": "Usar el ",
"use-explorer-three": "para verificar cualquier transacción retrasada.",
"use-explorer-two": "Explorer ",
"utilization": "Utilización",
"v3-new": "V3 es un programa nuevo e independiente de V2. Puede acceder a su cuenta V2 en el 'More' sección de la barra superior o usando este enlace:",
"v3-unaudited": "El protocolo V3 está en versión beta pública. Este es un software no auditado, utilícelo bajo su propio riesgo.",
"v3-welcome": "Bienvenido a Mango V3",
"value": "Valor",
"view": "View",
"view-all-trades": "Ver todas las operaciones en la página de la cuenta",
"view-counterparty": "Ver contraparte",
"view-transaction": "Ver transacción",
"wallet": "Billetera",
"wallet-connected": "Billetera conectada",
"wallet-disconnected": "Billetera desconectada",
"withdraw": "Retirar",
"withdraw-error": "No se pudo realizar el retiro",
"withdraw-funds": "Retirar Fondos",
"withdraw-history": "Historial de retiros",
"withdraw-success": "Retirarse exitoso",
"withdrawals": "Retiros",
"you-must-leave-enough-sol": "You must leave enough SOL in your wallet to pay for the transaction",
"your-account": "Su cuenta",
"your-assets": "Sus activos",
"your-borrows": "Sus préstamos",
"zero-mngo-rewards": "0 MNGO Rewards"
"about-to-withdraw": "Estas a punto de retirar",
"above": "Encima",
"accept": "Aceptar",
"accept-terms": "Entiendo y acepto los riesgos",
"account": "Cuenta",
"account-address-warning": "No envíes tokens directamente a la dirección de tu cuenta.",
"account-details-tip-desc": "Cuando haga su primer depósito, lo configuraremos con una Cuenta Mango. Necesitará al menos 0.0035 SOL en su billetera para cubrir el alquiler / costo de crear la cuenta.",
"account-details-tip-title": "Detalles de la cuenta",
"account-equity": "Patrimonio de la cuenta",
"account-equity-chart-title": "Patrimonio de la cuenta",
"account-health": "Estado de la cuenta",
"account-health-tip-desc": "Para evitar la liquidación, debe mantener el estado de su cuenta por encima del 0%. Para mejorar el estado de su cuenta, reduzca los préstamos o los fondos de depósito.",
"account-health-tip-title": "Estado de la cuenta",
"account-name": "Nombre de la cuenta",
"account-performance": "Rendimiento de la cuenta",
"account-pnl": "Ganancia o pérdida de la cuenta",
"account-pnl-chart-title": "Ganancia o pérdida de la cuenta",
"account-risk": "Riesgo de cuenta",
"account-value": "Valor de la cuenta",
"accounts": "Cuentas",
"add-more-sol": "Agregue más SOL a su billetera para evitar transacciones fallidas.",
"add-name": "Añadir nombre",
"alerts": "Alertas",
"all-assets": "Todos los activos",
"all-time": "All Time",
"amount": "Monto",
"approximate-time": "Tiempo aproximado",
"asset": "Activo",
"assets": "Activos",
"assets-liabilities": "Activos Pasivos",
"available-balance": "Saldo disponible",
"average-borrow": "Tasas de prestadas promedio",
"average-deposit": "Tasas de depósito promedio",
"average-entry": "Precio de entrada promedio",
"average-funding": "Tasa de financiamiento promedio de 1 hora",
"back": "Atrás",
"balance": "Equilibrio",
"balances": "Saldos",
"being-liquidated": "¡Estás siendo liquidada!",
"below": "Debajo",
"borrow": "Préstamo",
"borrow-funds": "Fondos prestados",
"borrow-interest": "Intereses de préstamo",
"borrow-notification": "Los fondos prestados se retiran a su billetera conectada.",
"borrow-rate": "Tasa de préstamo",
"borrow-value": "Valor del préstamo",
"borrow-withdraw": "Retirar préstamo",
"borrows": "Préstamos",
"break-even": "Precio de equilibrio",
"buy": "Comprar",
"calculator": "Calculadora",
"cancel": "Cancelar",
"cancel-error": "Error al cancelar el pedido",
"cancel-success": "Pedido cancelado con éxito",
"change-account": "Cambiar cuenta",
"change-language": "Cambiar idioma",
"change-theme": "Cambiar de tema",
"character-limit": "El nombre de la cuenta debe tener 32 caracteres o menos",
"chinese": "简体中文",
"chinese-traditional": "繁體中文",
"claim": "Reclamar",
"claim-reward": "Reclamar recompensa",
"claim-x-mngo": "Claim {{amount}} MNGO",
"close": "Cerrar",
"close-and-long": "Posición cerrada + Empezar a comprar",
"close-and-short": "Posición cerrada + Empezar a vender",
"close-confirm": "¿Estás segura de que quieres comercializar cerca de tu {{config_name}} posición?",
"close-open-long": "Posición 100% cerrada + Abre un {{size}} {{symbol}} compra",
"close-open-short": "Posición 100% cerrada + Abre un {{size}} {{symbol}} vende",
"close-position": "Posición cerrada",
"collateral-available": "Garantía disponible",
"collateral-available-tip-desc": "El valor de la garantía que se puede utilizar para tomar apalancamiento. Los activos tienen diferentes pesos de garantía según el riesgo que presentan para la plataforma.",
"collateral-available-tip-title": "Garantía disponible",
"condition": "Condición",
"confirm": "Confirmar",
"confirm-deposit": "Confirmar depósito",
"confirm-withdraw": "Confirmar retiro",
"confirming-transaction": "Confirmando transacción",
"connect": "Conectar",
"connect-view": "Conecte una billetera para ver su cuenta",
"connect-wallet": "Conecte una billetera",
"connect-wallet-tip-desc": "Te mostraremos los alrededores...",
"connect-wallet-tip-title": "Conecta tu billetera",
"connected-to": "Conectado a billetera ",
"copy-address": "Copiar dirección",
"country-not-allowed": "País no permitido",
"country-not-allowed-tooltip": "Está utilizando una interfaz de código abierto facilitada por Mango DAO. Como tal, restringe el acceso a ciertas regiones por precaución, debido a la incertidumbre regulatoria.",
"create-account": "Crear cuenta",
"current-stats": "Estadísticas actuales",
"custom": "Personalizada",
"daily-change": "Cambio diario",
"daily-high": "24hr máximo",
"daily-low": "24hr mínimo",
"daily-range": "Rango diario",
"daily-volume": "Volumen de 24 horas",
"dark": "Oscura",
"data-refresh-tip-desc": "Los datos se actualizan automáticamente, pero puedes actualizarlos manualmente aquí.",
"data-refresh-tip-title": "Actualización manual de datos",
"date": "Fecha",
"default-market": "Mercado predeterminado",
"default-spot-margin": "Comercia con margen por defecto",
"degraded-performance": "Solana network is experiencing degraded performance. Transactions may fail to send or confirm. (TPS: {{tps}})",
"delay-displaying-recent": "Puede haber un retraso en la visualización de la última actividad.",
"delayed-info": "Data updates hourly",
"deposit": "Depositar",
"deposit-before": "Necesita más {{tokenSymbol}} en su billetera para pagar completamente su préstamo",
"deposit-failed": "El depósito falló",
"deposit-funds": "Fondos de depósito",
"deposit-help": "Agregar {{tokenSymbol}} a su billetera y deposítelo con {{tokenSymbol}} para depositar.",
"deposit-history": "Historial de depósitos",
"deposit-interest": "Interés de depósito",
"deposit-rate": "Tasa de depósito",
"deposit-successful": "Depósito exitosa",
"deposit-to-get-started": "Deposite fondos para comenzar",
"deposit-value": "Valor de depósito",
"depositing": "Estás a punto de depositar",
"deposits": "Depósitos",
"depth-rewarded": "Liquidez recompensada",
"details": "Detalles",
"disconnect": "Desconectar",
"done": "Hecho",
"edit": "Editar",
"edit-name": "Actualizar nombre",
"edit-nickname": "Edite el apodo público de su cuenta",
"email-address": "Dirección de correo electrónico",
"english": "English",
"enter-amount": "Ingrese una cantidad para depositar",
"enter-name": "Ingrese un nombre de cuenta",
"equity": "Capital",
"est-period-end": "Fin del período estimado",
"est-slippage": "Deslizamiento estimado",
"estimated-liq-price": "Precio líquido estimado",
"explorer": "Explorador",
"export-data": "Exportar a CSV",
"export-data-empty": "No hay datos para exportar",
"export-data-success": "CSV exportado con éxito",
"export-pnl-csv": "Export PnL CSV",
"export-trades-csv": "Export Trades CSV",
"favorite": "Favorito",
"favorites": "Favoritos",
"fee": "Tarifa",
"fee-discount": "Comisiones",
"fees": "Fees",
"filter": "Filter",
"filter-trade-history": "Filter Trade History",
"filters-selected": "{{selectedFilters}} selected",
"first-deposit-desc": "Necesita 0.035 SOL para crear una cuenta de mango.",
"from": "From",
"funding": "Fondos",
"funding-chart-title": "Fondos (últimos 30 días)",
"futures": "Futuros",
"get-started": "Comenzar",
"governance": "Governance",
"health": "Salud",
"health-check": "Verificación del estado de la cuenta",
"health-ratio": "Proporción de salud",
"hide-all": "Ocultar toda la navegación",
"hide-dust": "Ocultar saldos pequeños",
"high": "Alta",
"history": "Historial",
"history-empty": "Historial vacío.",
"hourly-borrow-interest": "Interés por préstamo por hora",
"hourly-deposit-interest": "Interés por depósito por hora",
"hourly-funding": "Financiamiento por hora",
"if-referred": "{{fee}} if referred or 10k MNGO",
"if-referred-tooltip": "If you create your Mango Account from a referral link or have 10k MNGO in your Mango Account you get a 0.04% discount off futures fees.",
"in-orders": "En órdenes",
"include-perp": "Include Perp",
"include-spot": "Include Spot",
"includes-borrow": "Incluye el préstamo",
"init-error": "No se pudo realizar la operación de depósito y cuenta de margen inicial",
"init-health": "Salud inicial",
"initial-deposit": "Depósito inicial",
"insufficient-balance-deposit": "Saldo insuficiente. Reducir la cantidad a depositar",
"insufficient-balance-withdraw": "Saldo insuficiente. Pedir prestados fondos para retirar",
"insufficient-sol": "Necesita 0.035 SOL para crear una cuenta de mango.",
"interest": "Interés",
"interest-chart-title": "{{symbol}} Interés (últimos 30 días)",
"interest-chart-value-title": "{{symbol}} Valor de interés (últimos 30 días)",
"interest-earned": "Interés total devengado / pagado",
"interest-info": "El interés se gana continuamente en todos los depósitos.",
"intro-feature-1": "Operaciones de apalancamiento con garantía cruzada",
"intro-feature-2": "Todos los activos cuentan como garantía para negociar o pedir prestado",
"intro-feature-3": "Deposite cualquier activo y gane intereses automáticamente",
"intro-feature-4": "Pida prestado contra sus activos para otras actividades de DeFi",
"invalid-address": "The address is invalid",
"ioc": "IOC",
"language": "Language",
"languages-tip-desc": "Elija otro idioma aquí. Más próximamente...",
"languages-tip-title": "Multilingüe?",
"layout-tip-desc": "Desbloquee para reorganizar y cambiar el tamaño de los paneles comerciales a su gusto.",
"layout-tip-title": "Personalizar diseño",
"learn": "Aprender",
"learn-more": "Aprender más",
"lend": "Lend",
"lets-go": "Vamos",
"leverage": "Apalancamiento",
"leverage-too-high": "Apalancamiento demasiado alto. Reducir la cantidad a retirar",
"liabilities": "Pasivos",
"light": "Ligera",
"limit": "Límite",
"limit-order": "Orden de límite",
"limit-price": "Precio límite",
"liquidation-history": "Historial de liquidación",
"liquidations": "Liquidaciones",
"liquidity": "Liquidez",
"liquidity-mining": "Minería de liquidez",
"long": "Larga",
"low": "Bajo",
"maint-health": "Salud de mantenimiento",
"make-trade": "Hacer un trato",
"maker": "Maker",
"maker-fee": "Orden límite",
"mango": "Mango",
"mango-account-lookup-desc": "Enter a Mango account address to show account details",
"mango-account-lookup-title": "View a Mango Account",
"mango-accounts": "Cuentas Mango",
"margin": "Margen",
"margin-available": "Margen disponible",
"market": "Mercado",
"market-close": "Cierre de mercado",
"market-data": "Datos del mercado",
"market-details": "Detalles del mercado",
"market-order": "Orden de Mercado",
"markets": "Mercados",
"max": "Máximo",
"max-borrow": "Monto máximo del préstamo",
"max-depth-bps": "Profundidad máxima de Bps",
"max-slippage": "Deslizamiento máximo ",
"max-with-borrow": "Máximo con préstamo",
"minutes": "minutos",
"missing-price": "Falta el precio",
"missing-size": "Falta el tamaño",
"missing-trigger": "Falta el precio de activación",
"mngo-left-period": "MNGO restante en el período",
"mngo-per-period": "MNGO por Período",
"mngo-rewards": "Recompensas en MNGO",
"moderate": "Moderada",
"more": "Más",
"msrm-deposit-error": "Error depositante MSRM",
"msrm-deposited": "MSRM Depósito exitoso",
"msrm-withdraw-error": "Error al retirarse MSRM",
"msrm-withdrawal": "MSRM retiro exitoso",
"name-error": "No se pudo establecer el nombre de la cuenta",
"name-updated": "Nombre de cuenta actualizado",
"name-your-account": "Nombra tu cuenta",
"net": "Neto",
"net-balance": "Balance neto",
"net-interest-value": "Valor de interés neto",
"net-interest-value-desc": "Calculado en el momento en que se ganó / pagó. Esto podría ser útil al momento de impuestos.",
"new": "Nuevo",
"new-account": "Nuevo",
"next": "Próximo",
"no-account-found": "Cuenta no encontrada",
"no-address": "No ${tokenSymbol} dirección de billetera encontrada",
"no-balances": "Sin saldos",
"no-borrows": "No se encontraron préstamos.",
"no-funding": "Sin fondos ganados / pagados",
"no-history": "Sin historial comercial",
"no-interest": "Sin intereses ganados / pagados",
"no-margin": "No se encontraron cuentas de margen",
"no-markets": "No se encontraron mercados",
"no-orders": "No hay órdenes abiertas",
"no-perp": "No hay puestos de delincuentes",
"no-trades-found": "No trades found...",
"no-unsettled": "No hay fondos pendientes",
"no-wallet": "Sin dirección de billetera",
"node-url": "URL del nodo RPC",
"not-enough-balance": "Saldo de billetera insuficiente",
"not-enough-sol": "Es posible que no tenga suficiente SOL para esta transacción",
"notional-size": "Tamaño nocional",
"number-deposit": "{{number}} Deposit",
"number-deposits": "{{number}} Deposits",
"number-liquidation": "{{number}} Liquidation",
"number-liquidations": "{{number}} Liquidations",
"number-trade": "{{number}} Trade",
"number-trades": "{{number}} Trades",
"number-withdrawal": "{{number}} Withdrawal",
"number-withdrawals": "{{number}} Withdrawals",
"open-interest": "Interés abierto",
"open-orders": "Órdenes abiertas",
"optional": "(Opcional)",
"oracle-price": "Precio de Oracle",
"order-error": "Error al realizar el pedido",
"orderbook": "Libro de órdenes",
"orderbook-animation": "Animación del libro de ordenes",
"orders": "Órdenes",
"other": "Other",
"performance": "Performance",
"performance-insights": "Performance Insights",
"period-progress": "Period Progress",
"perp": "perpetuo",
"perp-desc": "Canjeos perpetuos liquidados en USDC",
"perp-fees": "Tarifas de Mango Perp",
"perp-positions": "Posiciones perpetuas",
"perp-positions-tip-desc": "Las posiciones de perp acumulan PnL sin liquidar a medida que se mueve el precio. La liquidación de PnL agrega o elimina esa cantidad de su saldo en USDC.",
"perp-positions-tip-title": "Detalles de la posición de perp",
"perpetual-futures": "Futuros perpetuos",
"perps": "perpetuos",
"pnl": "PnL",
"pnl-error": "Solución de errores PNL",
"pnl-help": "La liquidación actualizará su saldo en USDC para reflejar el monto de PnL pendiente.",
"pnl-success": "PNL resuelto con éxito",
"portfolio": "Portafolio",
"position": "Posición",
"position-size": "Tamaño de la posición",
"positions": "Posiciones",
"post": "Correo",
"presets": "Preajustes",
"price": "Precio",
"price-expect": "El precio que reciba puede ser mayor o menor de lo esperado.",
"price-impact": "Est. Impacto en el precio:",
"price-unavailable": "Precio no disponible",
"prices-changed": "Los precios han cambiado y han aumentado su apalancamiento. Reducir la cantidad de retiro.",
"profile-menu-tip-desc": "Acceda a sus cuentas de Mango, copie la dirección de su billetera y desconéctese aquí.",
"profile-menu-tip-title": "Menú de perfil",
"profit-price": "Precio de beneficio",
"quantity": "Cantidad",
"rates": "Tasas de depósito / préstamo",
"read-more": "Leer más",
"recent": "Reciente",
"recent-trades": "Operaciones recientes",
"redeem-all": "Redeem All",
"redeem-failure": "Error al canjear MNGO",
"redeem-pnl": "Resolver",
"redeem-positive": "Redeem positive",
"redeem-success": "MNGO canjeado con éxito",
"referrals": "Referencias",
"refresh": "Actualizar",
"refresh-data": "Actualizar datos",
"repay": "Pagar",
"repay-and-deposit": "Pagar 100% lo prestado y depositar {{amount}} {{symbol}}",
"repay-full": "Pagar 100% lo prestado",
"repay-partial": "Pagar el {{porcentaje}}% del préstamo",
"reposition": "Arrastra para reposicionar",
"reset": "Reset",
"reset-filters": "Reset Filters",
"rolling-change": "24hr Change",
"rpc-endpoint": "Punto final de RPC",
"save": "Ahorrar",
"save-name": "Guardar nombre",
"select-account": "Seleccione una cuenta de Mango",
"select-asset": "Seleccione un activo",
"select-margin": "Seleccionar cuenta de margen",
"sell": "Vender",
"serum-fees": "Tarifas de la bolsa decentralizada 'serum'",
"set-stop-loss": "Establecer Detener Pérdidas",
"set-take-profit": "Establecer Tomar Ganancias",
"settings": "Ajustes",
"settle": "Resolver",
"settle-all": "Liquidar todo",
"settle-error": "Error al liquidar fondos",
"settle-success": "Fondos liquidados con éxito",
"short": "Vender",
"show-all": "Mostrar todo en Nav",
"show-less": "Mostrar menos",
"show-more": "Mostrar más",
"show-tips": "Mostrar sugerencias",
"show-zero": "Mostrar saldos cero",
"side": "Lado",
"size": "Tamaño",
"slippage-warning": "¡Esta orden probablemente tendrá un deslizamiento extremadamente grande! Considere usar la orden 'Límite de parada' o 'Tomar el límite de ganancias' en su lugar.",
"spanish": "Español",
"spot": "Al contado",
"spot-desc": "Margen al contado cotizado en USDC",
"spread": "Propago",
"stats": "Estadísticas",
"stop-limit": "Límite de parada",
"stop-loss": "Detener pérdida",
"stop-price": "Precio de parada",
"successfully-placed": "Comercio colocado con éxito",
"summary": "Summary",
"supported-assets": "Financie la billetera con uno de los activos admitidos.",
"swap": "Intercambio",
"take-profit": "Tomar ganancias",
"take-profit-limit": "Tomar el límite de ganancias",
"taker": "Receptor",
"taker-fee": "Tarifa del receptor",
"target-period-length": "Duración del período objetivo",
"theme": "Theme",
"themes-tip-desc": "Mango, Oscuro o Claro (si te gusta eso).",
"themes-tip-title": "Temas de color",
"time": "Tiempo",
"timeframe-desc": "Last {{timeframe}}",
"to": "To",
"token": "Simbólico",
"too-large": "Tamaño demasiado grande",
"tooltip-account-liquidated": "La cuenta se liquidará si la relación de salud alcanza el 0% y continuará hasta que la salud inicial sea superior a 0.",
"tooltip-after-withdrawal": "Los detalles de su cuenta después de este retiro.",
"tooltip-apy-apr": "APY de depósito / APR de préstamo",
"tooltip-available-after": "Disponible para retirar después de contabilizar la garantía y las órdenes abiertas",
"tooltip-display-cumulative": "Mostrar tamaño acumulativo",
"tooltip-display-step": "Tamaño del paso de visualización",
"tooltip-earn-mngo": "Gana MNGO por creación de mercado en los mercados perpetuos.",
"tooltip-enable-margin": "Habilite el margen al contado para esta operación",
"tooltip-funding": "Funding is paid continuously. The 1hr rate displayed is a rolling average of the past 60 mins.",
"tooltip-gui-rebate": "La tarifa del receptor es {{taker_rate)}} antes de que se reembolse el 20% de la tarifa de hospedaje de GUI.",
"tooltip-interest-charged": "Los intereses se cargan sobre el saldo prestado y están sujetos a cambios.",
"tooltip-ioc": "Las ordenes inmediatas o canceladas están garantizados para ser el receptor o se cancelarán.",
"tooltip-lock-layout": "Diseño de bloqueo",
"tooltip-name-onchain": "Los nombres de las cuentas se almacenan en cadena",
"tooltip-post": "Se garantiza que las órdenes de envío solo serán el pedido del fabricante o, de lo contrario, se cancelará.",
"tooltip-projected-leverage": "Apalancamiento proyectado",
"tooltip-reduce": "Reducir solamente ordenes solo reducirá su posición general.",
"tooltip-reset-layout": "Restablecer diseño",
"tooltip-serum-rebate": "El 20% de las tarifas netas de Serum van al host de la GUI. Mango le reembolsa esta tarifa. La tarifa del receptor antes del reembolso de la GUI es {{taker_percent}}",
"tooltip-slippage": "Si el precio cae más que su deslizamiento máximo, su pedido se completará parcialmente hasta ese precio.",
"tooltip-switch-layout": "Disposición del interruptor",
"tooltip-unlock-layout": "Desbloquear diseño",
"total-assets": "Valor de los activos totales",
"total-borrow-interest": "Interés total del préstamo",
"total-borrow-value": "Valor total del préstamo",
"total-borrows": "Total de préstamos",
"total-deposit-interest": "Interés de depósito total",
"total-deposit-value": "Valor total del depósito",
"total-deposits": "Depósitos totales",
"total-funding": "Financiamiento total",
"total-funding-stats": "Financiamiento total ganado / pagado",
"total-liabilities": "Valor del pasivo total",
"total-srm": "SRM total en mango",
"totals": "Totales",
"trade": "Comercio",
"trade-export-disclaimer": "Due to the nature of how trades are processed, it is not possible to guarantee that all trades will be exported. However, a best effort approach has been taken, combining several independent sources to reduce the likelihood of missing trades.",
"trade-history": "Historial comercial",
"trades": "Trades",
"trades-history": "Historial comercial",
"transaction-failed": "Transaction failed",
"transaction-sent": "Transacción enviada",
"trigger-price": "Precio de activación",
"try-again": "Inténtalo de nuevo",
"type": "Tipo",
"unrealized-pnl": "PnL no realizado",
"unsettled": "Inestable",
"unsettled-balance": "Saldo pendiente",
"unsettled-balances": "Saldos pendientes",
"unsettled-positions": "Posiciones sin saldar",
"update-filters": "Update Filters",
"use-explorer-one": "Usar el ",
"use-explorer-three": "para verificar cualquier transacción retrasada.",
"use-explorer-two": "Explorer ",
"utilization": "Utilización",
"v3-new": "V3 es un programa nuevo e independiente de V2. Puede acceder a su cuenta V2 en el 'More' sección de la barra superior o usando este enlace:",
"v3-unaudited": "El protocolo V3 está en versión beta pública. Este es un software no auditado, utilícelo bajo su propio riesgo.",
"v3-welcome": "Bienvenido a Mango V3",
"value": "Valor",
"view": "View",
"view-all-trades": "Ver todas las operaciones en la página de la cuenta",
"view-counterparty": "Ver contraparte",
"view-transaction": "Ver transacción",
"wallet": "Billetera",
"wallet-connected": "Billetera conectada",
"wallet-disconnected": "Billetera desconectada",
"withdraw": "Retirar",
"withdraw-error": "No se pudo realizar el retiro",
"withdraw-funds": "Retirar Fondos",
"withdraw-history": "Historial de retiros",
"withdraw-success": "Retirarse exitoso",
"withdrawals": "Retiros",
"you-must-leave-enough-sol": "You must leave enough SOL in your wallet to pay for the transaction",
"your-account": "Su cuenta",
"your-assets": "Sus activos",
"your-borrows": "Sus préstamos",
"zero-mngo-rewards": "0 MNGO Rewards"
}

View File

@ -136,22 +136,22 @@
"export-data-empty": "无资料可导出",
"export-data-success": "CSV导出成功",
"export-pnl-csv": "导出盈亏CSV",
"export-trades-csv": "Export Trades CSV",
"export-trades-csv": "导出交易CSV",
"favorite": "喜爱",
"favorites": "喜爱",
"fee": "费率",
"fees": "费用",
"fee-discount": "费率折扣",
"filter": "Filter",
"filters-selected": "{{selectedFilters}} selected",
"filter-trade-history": "Filter Trade History",
"fees": "费用",
"filter": "过滤",
"filter-trade-history": "过滤交易历史",
"filters-selected": "{{selectedFilters}}个项目",
"first-deposit-desc": "创建Mango帐户最少需要0.035 SOL。",
"from": "From",
"from": "",
"funding": "资金费",
"funding-chart-title": "资金费 前30天(图表有点延迟)",
"futures": "永续合约",
"get-started": "开始",
"governance": "Governance",
"governance": "治理",
"health": "健康度",
"health-check": "帐户健康检查",
"health-ratio": "健康比率",
@ -186,7 +186,7 @@
"intro-feature-4": "为了把握其他DeFi操作机会而将您的资产质押借贷",
"invalid-address": "您输入的地址有问题",
"ioc": "IOC",
"language": "Language",
"language": "语言",
"languages-tip-desc": "在这里可选介面语言。更多选择将来...",
"languages-tip-title": "您会多种语言吗?",
"layout-tip-desc": "解锁并根据您的喜好重新排列和调整交易面板的大小。",
@ -263,13 +263,21 @@
"no-markets": "无市场",
"no-orders": "您没有订单",
"no-perp": "您没有永续合约持仓",
"no-trades-found": "No trades found...",
"no-trades-found": "没找到交易历史...",
"no-unsettled": "您没有未结清金额",
"no-wallet": "没有钱包地址",
"node-url": "RPC终点URL",
"not-enough-balance": "钱包余额不够",
"not-enough-sol": "SOL余额也许不够下此订单",
"notional-size": "合约面值",
"number-deposit": "{{number}}个存款",
"number-deposits": "{{number}}个存款",
"number-liquidation": "{{number}}个清算",
"number-liquidations": "{{number}}个清算",
"number-trade": "{{number}}个交易",
"number-trades": "{{number}}个交易",
"number-withdrawal": "{{number}}个取款",
"number-withdrawals": "{{number}}个取款",
"open-interest": "持仓量",
"open-orders": "订单",
"optional": "(可选)",
@ -278,7 +286,7 @@
"orderbook": "订单簿",
"orderbook-animation": "订单动画",
"orders": "订单",
"other": "Other",
"other": "其他",
"performance": "表现",
"performance-insights": "表现分析",
"period-progress": "期间进度",
@ -327,7 +335,7 @@
"repay-partial": "归还{{percentage}}%借贷",
"reposition": "推动以重新定位",
"reset": "重置",
"reset-filters": "Reset Filters",
"reset-filters": "重置过滤",
"rolling-change": "24小时变动",
"rpc-endpoint": "RPC终点",
"save": "保存",
@ -370,12 +378,12 @@
"taker": "吃单者",
"taker-fee": "吃单费率",
"target-period-length": "目标期间长度",
"theme": "Theme",
"theme": "模式",
"themes-tip-desc": "Mango黑暗或明亮看您偏向。",
"themes-tip-title": "颜色模式",
"time": "时间",
"timeframe-desc": "前{{timeframe}}",
"to": "To",
"to": "",
"token": "币种",
"too-large": "数量太大",
"tooltip-account-liquidated": "若帐户健康度降到0%您的帐户会被清算直到初始健康度达到0以上了。",
@ -413,10 +421,11 @@
"total-srm": "在Mango裡的SRM总量",
"totals": "总量",
"trade": "交易",
"trade-history": "交易纪录",
"trades": "成交",
"trade-export-disclaimer": "Mango尽量以几个独立的来源结合成完整交易历史但由于交易处理方式Mango无法保证所有交易都会导出。",
"trade-history": "交易纪录",
"trades": "交易",
"trades-history": "交易纪录",
"transaction-failed": "交易失败",
"transaction-sent": "已下订单",
"trigger-price": "触发价格",
"try-again": "请再试一次",
@ -426,7 +435,7 @@
"unsettled-balance": "未实现盈亏",
"unsettled-balances": "未结清余额",
"unsettled-positions": "未结清持仓",
"update-filters": "Update Filters",
"update-filters": "更新过滤",
"use-explorer-one": "使用",
"use-explorer-three": "来验证延迟的交易",
"use-explorer-two": "浏览器",

View File

@ -136,22 +136,22 @@
"export-data-empty": "無資料可導出",
"export-data-success": "CSV導出成功",
"export-pnl-csv": "導出盈虧CSV",
"export-trades-csv": "Export Trades CSV",
"export-trades-csv": "導出交易CSV",
"favorite": "喜愛",
"favorites": "喜愛",
"fee": "費率",
"fees": "費用",
"fee-discount": "費率折扣",
"filter": "Filter",
"filters-selected": "{{selectedFilters}} selected",
"filter-trade-history": "Filter Trade History",
"fees": "費用",
"filter": "過濾",
"filter-trade-history": "過濾交易歷史",
"filters-selected": "{{selectedFilters}}個項目",
"first-deposit-desc": "創建Mango帳戶最少需要0.035 SOL。",
"from": "From",
"from": "",
"funding": "資金費",
"funding-chart-title": "資金費 前30天(圖表有點延遲)",
"futures": "永續合約",
"get-started": "開始",
"governance": "Governance",
"governance": "治理",
"health": "健康度",
"health-check": "帳戶健康檢查",
"health-ratio": "健康比率",
@ -186,7 +186,7 @@
"intro-feature-4": "為了把握其他DeFi操作機會而將您的資產質押借貸",
"invalid-address": "您輸入的地址有問題",
"ioc": "IOC",
"language": "Language",
"language": "語言",
"languages-tip-desc": "在這裡可選介面語言。更多選擇將來...",
"languages-tip-title": "您會多種語言嗎?",
"layout-tip-desc": "解锁並根据您的喜好重新排列和调整交易面板的大小。",
@ -263,13 +263,21 @@
"no-markets": "無市場",
"no-orders": "您沒有訂單",
"no-perp": "您沒有永續合約持倉",
"no-trades-found": "No trades found...",
"no-trades-found": "沒找到交易歷史...",
"no-unsettled": "您沒有未結清金額",
"no-wallet": "沒有錢包地址",
"node-url": "RPC終點URL",
"not-enough-balance": "錢包餘額不夠",
"not-enough-sol": "SOL餘額也許不夠下此訂單",
"notional-size": "合約面值",
"number-deposit": "{{number}}個存款",
"number-deposits": "{{number}}個存款",
"number-liquidation": "{{number}}個清算",
"number-liquidations": "{{number}}個清算",
"number-trade": "{{number}}個交易",
"number-trades": "{{number}}個交易",
"number-withdrawal": "{{number}}個取款",
"number-withdrawals": "{{number}}個取款",
"open-interest": "持倉量",
"open-orders": "訂單",
"optional": "(可選)",
@ -278,7 +286,7 @@
"orderbook": "掛單簿",
"orderbook-animation": "訂單動畫",
"orders": "訂單",
"other": "Other",
"other": "其他",
"performance": "表現",
"performance-insights": "表現分析",
"period-progress": "期間進度",
@ -327,7 +335,7 @@
"repay-partial": "歸還{{percentage}}%借貸",
"reposition": "推動以重新定位",
"reset": "重置",
"reset-filters": "Reset Filters",
"reset-filters": "重置過濾",
"rolling-change": "24小時變動",
"rpc-endpoint": "RPC終點",
"save": "保存",
@ -370,12 +378,12 @@
"taker": "吃單者",
"taker-fee": "吃單費率",
"target-period-length": "目標期間長度",
"theme": "Theme",
"theme": "模式",
"themes-tip-desc": "Mango黑暗或明亮看您偏向。",
"themes-tip-title": "顏色模式",
"time": "時間",
"timeframe-desc": "前{{timeframe}}",
"to": "To",
"to": "",
"token": "幣種",
"too-large": "數量太大",
"tooltip-account-liquidated": "若帳戶健康度降到0%您的帳戶會被清算直到初始健康度達到0以上了。",
@ -413,10 +421,11 @@
"total-srm": "在Mango裡的SRM總量",
"totals": "總量",
"trade": "交易",
"trade-history": "交易紀錄",
"trades": "成交",
"trade-export-disclaimer": "Mango儘量以幾個獨立的來源結合成完整交易歷史但由於交易處理方式Mango無法保證所有交易都會導出。",
"trade-history": "交易紀錄",
"trades": "交易",
"trades-history": "交易紀錄",
"transaction-failed": "交易失敗",
"transaction-sent": "已下訂單",
"trigger-price": "觸發價格",
"try-again": "請再試一次",
@ -426,7 +435,7 @@
"unsettled-balance": "未實現盈虧",
"unsettled-balances": "未結清餘額",
"unsettled-positions": "未結清持倉",
"update-filters": "Update Filters",
"update-filters": "更新過濾",
"use-explorer-one": "使用",
"use-explorer-three": "來驗證延遲的交易",
"use-explorer-two": "瀏覽器",