sort json

This commit is contained in:
rjpeterson 2023-05-02 19:22:08 -07:00
parent 488f19a0e5
commit d849e3c1bb
2 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,13 @@
"high-contrast": "高對比度", "high-contrast": "高對比度",
"language": "語言", "language": "語言",
"light": "光", "light": "光",
"limit-order-filled": "限价单成交",
"lychee": "荔枝", "lychee": "荔枝",
"mango": "芒果", "mango": "芒果",
"mango-classic": "芒果經典", "mango-classic": "芒果經典",
"medium": "中", "medium": "中",
"notification-position": "通知位置", "notification-position": "通知位置",
"notifications": "通知",
"number-scroll": "數字滑動", "number-scroll": "數字滑動",
"olive": "橄欖", "olive": "橄欖",
"orderbook-flash": "掛單薄閃光", "orderbook-flash": "掛單薄閃光",
@ -34,6 +36,7 @@
"rpc-url": "輸入RPC URL", "rpc-url": "輸入RPC URL",
"russian": "Русский", "russian": "Русский",
"save": "存", "save": "存",
"sign-to-notifications": "登录通知中心以更改设置",
"slider": "滑塊", "slider": "滑塊",
"solana-beach": "Solana Beach", "solana-beach": "Solana Beach",
"solana-explorer": "Solana Explorer", "solana-explorer": "Solana Explorer",
@ -50,8 +53,5 @@
"trade-layout": "交易佈局", "trade-layout": "交易佈局",
"trading-view": "Trading View", "trading-view": "Trading View",
"transaction-fail": "交易失敗", "transaction-fail": "交易失敗",
"transaction-success": "交易成功", "transaction-success": "交易成功"
"notifications": "通知",
"limit-order-filled": "限价单成交",
"sign-to-notifications": "登录通知中心以更改设置"
} }

View File

@ -14,6 +14,7 @@
"maximum-cost": "最大成本", "maximum-cost": "最大成本",
"minimum-received": "最小獲取", "minimum-received": "最小獲取",
"no-history": "無換幣紀錄", "no-history": "無換幣紀錄",
"no-swap-found": "查不到換幣",
"output-reduce-only-warning": "{{symbol}}處於僅減少模式。換幣限於歸還借貸", "output-reduce-only-warning": "{{symbol}}處於僅減少模式。換幣限於歸還借貸",
"paid": "付出", "paid": "付出",
"pay": "你將付出", "pay": "你將付出",
@ -34,6 +35,5 @@
"tooltip-borrow-balance": "您將使用您的 {{balance}} {{token}} 餘額並借入 {{borrowAmount}} {{token}} 來執行此交換。當前的 {{token}} 可變借貸利率為 {{rate}}%", "tooltip-borrow-balance": "您將使用您的 {{balance}} {{token}} 餘額並借入 {{borrowAmount}} {{token}} 來執行此交換。當前的 {{token}} 可變借貸利率為 {{rate}}%",
"tooltip-borrow-no-balance": "您將借入 {{borrowAmount}} {{token}} 來執行此交換。當前的 {{token}} 可變借貸利率為 {{rate}}%", "tooltip-borrow-no-balance": "您將借入 {{borrowAmount}} {{token}} 來執行此交換。當前的 {{token}} 可變借貸利率為 {{rate}}%",
"tooltip-max-slippage": "如果價格下滑超過您的最大滑點,換幣交易將不會被執行", "tooltip-max-slippage": "如果價格下滑超過您的最大滑點,換幣交易將不會被執行",
"use-margin": "允許槓桿", "use-margin": "允許槓桿"
"no-swap-found": "查不到換幣"
} }