translate swap and token
This commit is contained in:
parent
efcb8c9c47
commit
47c4d3871f
|
@ -1,37 +1,37 @@
|
|||
{
|
||||
"confirm-swap": "Confirm Swap",
|
||||
"connect-swap": "Connect to view your swap history",
|
||||
"est-liq-price": "Est. Liq Price",
|
||||
"fees-paid-to": "Fees Paid to {{route}}",
|
||||
"health-impact": "Health Impact",
|
||||
"hide-fees": "Hide Fees",
|
||||
"input-reduce-only-warning": "{{symbol}} is in reduce only mode. You can swap your balance to another token",
|
||||
"insufficient-balance": "Insufficient {{symbol}} Balance",
|
||||
"insufficient-collateral": "Insufficient Collateral",
|
||||
"margin-swap": "Margin Swap",
|
||||
"max-slippage": "Max Slippage",
|
||||
"maximum-cost": "Maximum Cost",
|
||||
"minimum-received": "Minimum Received",
|
||||
"no-history": "No swap history",
|
||||
"output-reduce-only-warning": "{{symbol}} is in reduce only mode. You can swap to close borrows only",
|
||||
"paid": "Paid",
|
||||
"pay": "You Pay",
|
||||
"preset": "Preset",
|
||||
"price-impact": "Price Impact",
|
||||
"confirm-swap": "確定換幣",
|
||||
"connect-swap": "連接來查換幣紀錄",
|
||||
"est-liq-price": "預計清算價格",
|
||||
"fees-paid-to": "繳給{{route}}的費用",
|
||||
"health-impact": "健康影響",
|
||||
"hide-fees": "隱藏費用",
|
||||
"input-reduce-only-warning": "{{symbol}}處於僅減少模式。您可以將餘額換成另一個幣種",
|
||||
"insufficient-balance": "{{symbol}}餘額不夠",
|
||||
"insufficient-collateral": "質押品不夠",
|
||||
"margin-swap": "槓桿換幣",
|
||||
"max-slippage": "最多下滑",
|
||||
"maximum-cost": "最大成本",
|
||||
"minimum-received": "最小獲取",
|
||||
"no-history": "無換幣紀錄",
|
||||
"output-reduce-only-warning": "{{symbol}}處於僅減少模式。換幣限於歸還借貸",
|
||||
"paid": "付出",
|
||||
"pay": "你將付出",
|
||||
"preset": "預設",
|
||||
"price-impact": "價格影響",
|
||||
"rate": "Rate",
|
||||
"receive": "You Receive",
|
||||
"received": "Received",
|
||||
"review-swap": "Review Swap",
|
||||
"show-fees": "Show Fees",
|
||||
"slippage": "Slippage",
|
||||
"swap-history": "Swap History",
|
||||
"receive": "你將獲取",
|
||||
"received": "獲取",
|
||||
"review-swap": "檢視換幣",
|
||||
"show-fees": "顯示費用",
|
||||
"slippage": "下滑",
|
||||
"swap-history": "換幣紀錄",
|
||||
"swap-into-1": "Borrow against your collateral and swap with up to 5x leverage.",
|
||||
"swap-into-2": "Swap your Mango assets via the top DEXs on Solana and get the best possible price.",
|
||||
"swap-into-3": "Use the slider to set your swap size. Margin can be switched off in swap settings.",
|
||||
"swap-route": "Swap Route",
|
||||
"swap-route": "換幣路線",
|
||||
"tooltip-borrow-balance": "You'll use your {{balance}} {{token}} balance and borrow {{borrowAmount}} {{token}} to execute this swap. The current {{token}} variable borrow rate is {{rate}}%",
|
||||
"tooltip-borrow-no-balance": "You'll borrow {{borrowAmount}} {{token}} to execute this swap. The current {{token}} variable borrow rate is {{rate}}%",
|
||||
"tooltip-max-slippage": "If price slips beyond your maximum slippage your swap will not be executed",
|
||||
"use-margin": "Allow Margin",
|
||||
"use-margin": "允許槓桿",
|
||||
"no-swap-found": "No swap found"
|
||||
}
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"all-time-high": "All-time High",
|
||||
"all-time-low": "All-time Low",
|
||||
"borrowing": "Borrowing",
|
||||
"borrows": "Borrows",
|
||||
"borrow-rates": "Borrow Rates",
|
||||
"chart-unavailable": "Chart Unavailable",
|
||||
"circulating-supply": "Circulating Supply",
|
||||
"deposits": "Deposits",
|
||||
"deposit-rates": "Deposit Rates",
|
||||
"all-time-high": "歷史高價",
|
||||
"all-time-low": "歷史低價",
|
||||
"borrowing": "將借貸",
|
||||
"borrows": "借貸",
|
||||
"borrow-rates": "借貸利率",
|
||||
"chart-unavailable": "無法顯示圖表",
|
||||
"circulating-supply": "流通供應量",
|
||||
"deposits": "存款",
|
||||
"deposit-rates": "存款利率",
|
||||
"fdv": "Fully Diluted Value",
|
||||
"fees-tooltip": "Fees collected for loan origination, loan upkeep and Openbook hosting rebates.",
|
||||
"go-to-account": "Go To Account",
|
||||
"go-to-account": "檢視帳戶",
|
||||
"lending": "Lending",
|
||||
"market-cap": "Market Cap",
|
||||
"max-supply": "Max Supply",
|
||||
"token-details": "Token Details",
|
||||
"token-not-found": "Token Not Found",
|
||||
"market-cap": "總市值",
|
||||
"max-supply": "最大供應量",
|
||||
"token-details": "幣種細節",
|
||||
"token-not-found": "查不到幣種",
|
||||
"token-not-found-desc": "'{{token}}' is either not listed or we're having issues loading the data.",
|
||||
"total-supply": "Total Supply",
|
||||
"total-supply": "總供應量",
|
||||
"total-value": "Total Value",
|
||||
"volume": "24h Volume"
|
||||
"volume": "24小時交易量"
|
||||
}
|
Loading…
Reference in New Issue