@orderly.network/i18n 2.8.5 → 2.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constant.d.mts +1 -1
- package/dist/constant.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +25 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -3
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +24 -2
- package/dist/locales/de.json +24 -2
- package/dist/locales/en.json +24 -2
- package/dist/locales/es.json +24 -2
- package/dist/locales/fr.json +24 -2
- package/dist/locales/id.json +24 -2
- package/dist/locales/it.json +24 -2
- package/dist/locales/ja.json +24 -2
- package/dist/locales/ko.json +24 -2
- package/dist/locales/nl.json +24 -2
- package/dist/locales/pl.json +24 -2
- package/dist/locales/pt.json +24 -2
- package/dist/locales/ru.json +24 -2
- package/dist/locales/tc.json +24 -2
- package/dist/locales/tr.json +24 -2
- package/dist/locales/uk.json +24 -2
- package/dist/locales/vi.json +24 -2
- package/dist/locales/zh.json +24 -2
- package/dist/{types-ph7N0zra.d.ts → types-D3WjF8oB.d.ts} +22 -0
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +25 -3
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +25 -3
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/locales/vi.json
CHANGED
|
@@ -107,6 +107,9 @@
|
|
|
107
107
|
"common.partialTPSL": "TP/SL một phần",
|
|
108
108
|
"common.vaults": "Kho bạc",
|
|
109
109
|
"common.optional": "Tùy chọn",
|
|
110
|
+
"common.learnMore": "Tìm hiểu thêm",
|
|
111
|
+
"common.switch": "Chuyển",
|
|
112
|
+
"common.notSupported": "Không được hỗ trợ",
|
|
110
113
|
"common.details": "Chi tiết",
|
|
111
114
|
"common.somethingWentWrong": "Đã xảy ra lỗi. Vui lòng thử lại sau.",
|
|
112
115
|
"common.rwa": "RWA",
|
|
@@ -262,9 +265,11 @@
|
|
|
262
265
|
"trading.orders.closeAll": "Đóng tất cả",
|
|
263
266
|
"trading.hideOtherSymbols": "Ẩn các mã khác",
|
|
264
267
|
"trading.history": "Lịch sử",
|
|
265
|
-
"trading.portfolioSettings": "
|
|
268
|
+
"trading.portfolioSettings": "Tùy chọn",
|
|
266
269
|
"trading.portfolioSettings.decimalPrecision": "Độ chính xác thập phân cho PnL & Giá trị danh nghĩa",
|
|
267
270
|
"trading.portfolioSettings.unrealPnlPriceBasis": "Cơ sở giá PnL chưa thực hiện",
|
|
271
|
+
"trading.portfolioSettings.reversePosition": "Nút Đảo Ngược",
|
|
272
|
+
"trading.portfolioSettings.reversePosition.tooltip": "Đóng vị thế hiện tại và mở vị thế ngược lại ở giá thị trường. Lệnh đảo ngược sẽ thất bại nếu số dư tài khoản của bạn không đủ để mở vị thế ngược lại có cùng quy mô.",
|
|
268
273
|
"trading.orderBook": "Sổ lệnh",
|
|
269
274
|
"trading.lastTrades": "Giao dịch cuối",
|
|
270
275
|
"trading.orderBook.column.value": "Giá trị",
|
|
@@ -373,6 +378,14 @@
|
|
|
373
378
|
"positions.Liquidation.expand.tooltip.mmr": "Ký quỹ tối thiểu cần thiết để duy trì vị thế mở.",
|
|
374
379
|
"positions.Liquidation.expand.tooltip.collateral": "Tổng giá trị tài sản thế chấp trong tài khoản khi thanh lý xảy ra.",
|
|
375
380
|
"positions.Liquidation.expand.tooltip.notional": "Tổng giá trị danh nghĩa của các vị thế trong tài khoản tại thời điểm thanh lý.",
|
|
381
|
+
"positions.reverse.title": "Đảo Ngược Vị Thế",
|
|
382
|
+
"positions.reverse.description": "Lệnh đảo ngược sẽ thất bại nếu số dư tài khoản của bạn không đủ để mở một vị thế ngược lại có cùng quy mô.",
|
|
383
|
+
"positions.reverse.marketCloseLong": "Đóng Long Giá Thị Trường",
|
|
384
|
+
"positions.reverse.marketCloseShort": "Đóng Short Giá Thị Trường",
|
|
385
|
+
"positions.reverse.marketOpenLong": "Mở Long Giá Thị Trường",
|
|
386
|
+
"positions.reverse.marketOpenShort": "Mở Short Giá Thị Trường",
|
|
387
|
+
"positions.reverse.reverseToLong": "Đảo Ngược Thành Long",
|
|
388
|
+
"positions.reverse.reverseToShort": "Đảo Ngược Thành Short",
|
|
376
389
|
"orders.orderHistory": "Lịch sử lệnh",
|
|
377
390
|
"orders.status.pending": "Đang chờ",
|
|
378
391
|
"orders.status.filled": "Đã khớp",
|
|
@@ -468,6 +481,8 @@
|
|
|
468
481
|
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "Giá kích hoạt SL của bạn nên được đặt cao hơn giá lệnh của bạn.",
|
|
469
482
|
"tpsl.validate.tpTriggerPrice.error.required": "Giá kích hoạt TP là bắt buộc",
|
|
470
483
|
"tpsl.validate.slTriggerPrice.error.required": "Giá kích hoạt SL là bắt buộc",
|
|
484
|
+
"tpsl.validate.slTriggerPrice.warning.closeToLiqPrice": "Cắt lỗ được đặt gần giá thanh lý có thể không kích hoạt. Lưu ý: giá thanh lý có thể thay đổi theo giá trị danh nghĩa của vị thế.",
|
|
485
|
+
"tpsl.validate.slTriggerPrice.error.crossLiqPrice": "Cắt lỗ vượt quá giá thanh lý. Vui lòng điều chỉnh cắt lỗ của bạn.",
|
|
471
486
|
"tpsl.tpslDetail.qty": "Số lượng",
|
|
472
487
|
"tpsl.tpslDetail.estPnl": "P&L ước tính",
|
|
473
488
|
"tpsl.tpslDetail.estPnl.tooltip": "Giá trị thực tế có thể khác biệt dựa trên giá giao dịch thực tế. Giá trị này chỉ để tham khảo.",
|
|
@@ -736,11 +751,13 @@
|
|
|
736
751
|
"transfer.deposit.failed": "Nạp tiền thất bại",
|
|
737
752
|
"transfer.deposit.feeUnavailable": "Dữ liệu phí hiện không khả dụng. Vui lòng thử lại sau.",
|
|
738
753
|
"transfer.deposit.notEnoughGas": "Không đủ gas. Thêm một số {{token}} vào ví của bạn để tiếp tục.",
|
|
754
|
+
"transfer.deposit.exceedCap": "Số tiền vượt quá giới hạn nạp tiền của người dùng",
|
|
739
755
|
"transfer.deposit.estGasFee": "Phí gas ước tính",
|
|
740
756
|
"transfer.deposit.destinationGasFee": "Phí gas đích",
|
|
741
757
|
"transfer.deposit.destinationGasFee.description": "Cần thêm token gas để trang trải các hoạt động trên chuỗi đích. Số tiền hiển thị là ước tính - vui lòng chuẩn bị thêm để đảm bảo đủ chi phí.",
|
|
742
758
|
"transfer.withdraw.unsupported.chain": "Rút tiền không được hỗ trợ trên chuỗi này. Vui lòng chuyển sang bất kỳ mạng không cần cầu nối nào.",
|
|
743
759
|
"transfer.withdraw.unsupported.networkName": "Rút tiền không được hỗ trợ trên {{networkName}}. Vui lòng chuyển sang bất kỳ mạng không cần cầu nối nào.",
|
|
760
|
+
"transfer.withdraw.unsupported.token": "Rút tiền {{token}} không khả dụng trên mạng này",
|
|
744
761
|
"transfer.withdraw.crossChain.confirmWithdraw": "Xác nhận rút tiền",
|
|
745
762
|
"transfer.withdraw.crossChain.recipientAddress": "Địa chỉ người nhận",
|
|
746
763
|
"transfer.withdraw.crossChain.recipientNetwork": "Mạng người nhận",
|
|
@@ -757,6 +774,7 @@
|
|
|
757
774
|
"transfer.withdraw.otherAccount": "Tài khoản {{brokerName}} khác",
|
|
758
775
|
"transfer.withdraw.accountId.tips": "Vui lòng nhập ID tài khoản thay vì địa chỉ ví.",
|
|
759
776
|
"transfer.withdraw.accountId.invalid": "ID tài khoản không hợp lệ. Vui lòng thử lại.",
|
|
777
|
+
"transfer.withdraw.available.tooltip": "Số tiền rút tối đa hiện tại mỗi yêu cầu là {{amount}}. Để rút thêm, vui lòng gửi nhiều yêu cầu.",
|
|
760
778
|
"transfer.internalTransfer.from": "Từ",
|
|
761
779
|
"transfer.internalTransfer.to": "Đến",
|
|
762
780
|
"transfer.internalTransfer.currentAssetValue": "Giá trị tài sản hiện tại",
|
|
@@ -794,6 +812,8 @@
|
|
|
794
812
|
"transfer.swapDeposit.notEnoughLiquidity": "Không đủ thanh khoản. Vui lòng thử lại sau hoặc sử dụng chuỗi khác để nạp tiền.",
|
|
795
813
|
"transfer.convert.completed": "Chuyển đổi đã hoàn thành",
|
|
796
814
|
"transfer.convert.failed": "Chuyển đổi thất bại",
|
|
815
|
+
"transfer.depositCap": "Hạn mức nạp tiền",
|
|
816
|
+
"transfer.depositCap.tooltip": "Số tiền nạp tối đa cho ",
|
|
797
817
|
"transfer.deposit.convertRate": "Tỷ lệ chuyển đổi",
|
|
798
818
|
"transfer.convert.convertAssets": "Chuyển đổi tài sản sang USDC",
|
|
799
819
|
"transfer.deposit.collateralContribution": "Đóng góp tài sản thế chấp",
|
|
@@ -803,7 +823,7 @@
|
|
|
803
823
|
"transfer.LTV.tooltip": "Nếu LTV của bạn vượt quá {{threshold}}% hoặc số dư USDC cộng với PnL chưa thanh toán giảm xuống dưới {{usdcThreshold}}, tài sản thế chấp sẽ được tự động chuyển đổi với mức giảm giá. Để tránh điều này, bạn có thể chuyển đổi tài sản sang USDC thủ công.",
|
|
804
824
|
"transfer.LTV.currentLTV": "LTV hiện tại",
|
|
805
825
|
"transfer.convert": "Chuyển đổi",
|
|
806
|
-
"transfer.deposit.userMaxQty.error": "
|
|
826
|
+
"transfer.deposit.userMaxQty.error": "Gửi tiền của bạn không thể được xử lý vì đã đạt đến giới hạn gửi tiền toàn cầu cho {{token}} trên {{chain}}. Điều này thường được giải quyết sau khi tái cân bằng, mất khoảng 1 giờ. Vui lòng thử lại sau, hoặc sử dụng số tiền nhỏ hơn hoặc một chuỗi khác. <0>Tìm hiểu thêm</0>",
|
|
807
827
|
"transfer.deposit.gasFee.error": "Vui lòng đảm bảo bạn có đủ {{token}} cho phí gas.",
|
|
808
828
|
"transfer.deposit.status.pending.one": "Bạn có một giao dịch đang chờ xử lý",
|
|
809
829
|
"transfer.deposit.status.pending.multiple": "Bạn có nhiều giao dịch đang chờ xử lý",
|
|
@@ -1006,6 +1026,8 @@
|
|
|
1006
1026
|
"vaults.card.orderly.description": "Kiếm lợi nhuận thụ động một cách dễ dàng, không cần chuyên môn giao dịch. OmniKho bạc triển khai các chiến lược tạo thị trường, đảm nhận thanh lý và tích lũy phí nền tảng.",
|
|
1007
1027
|
"vaults.card.tvl": "TVL",
|
|
1008
1028
|
"vaults.card.apy": "APY 30N",
|
|
1029
|
+
"vaults.card.allTimeReturn": "Lợi suất toàn thời gian",
|
|
1030
|
+
"vaults.card.allTimeReturnTooltip": "Lợi suất được quy đổi theo năm dựa trên toàn bộ dữ liệu lịch sử kể từ khi kho được tạo. Chỉ khả dụng khi kho đã hoạt động ít nhất 7 ngày.",
|
|
1009
1031
|
"vaults.card.myDeposits": "Tiền gửi của tôi",
|
|
1010
1032
|
"vaults.card.myEarnings": "Thu nhập của tôi",
|
|
1011
1033
|
"vaults.card.accountBalance": "Số dư tài khoản",
|
package/dist/locales/zh.json
CHANGED
|
@@ -107,6 +107,9 @@
|
|
|
107
107
|
"common.partialTPSL": "部分止盈止损",
|
|
108
108
|
"common.vaults": "金库",
|
|
109
109
|
"common.optional": "可选",
|
|
110
|
+
"common.learnMore": "了解更多",
|
|
111
|
+
"common.switch": "切换",
|
|
112
|
+
"common.notSupported": "不支持",
|
|
110
113
|
"common.details": "详情",
|
|
111
114
|
"common.somethingWentWrong": "出现错误,请稍后重试。",
|
|
112
115
|
"common.rwa": "RWA",
|
|
@@ -262,9 +265,11 @@
|
|
|
262
265
|
"trading.orders.closeAll": "全部关闭",
|
|
263
266
|
"trading.hideOtherSymbols": "隐藏其他符号",
|
|
264
267
|
"trading.history": "历史",
|
|
265
|
-
"trading.portfolioSettings": "
|
|
268
|
+
"trading.portfolioSettings": "偏好设置",
|
|
266
269
|
"trading.portfolioSettings.decimalPrecision": "盈亏和名义的十进制精度",
|
|
267
270
|
"trading.portfolioSettings.unrealPnlPriceBasis": "未实现盈亏价格基础",
|
|
271
|
+
"trading.portfolioSettings.reversePosition": "反向按钮",
|
|
272
|
+
"trading.portfolioSettings.reversePosition.tooltip": "以市价平仓当前持仓并开立相反方向的持仓。如果您的账户余额不足以开立相同规模的相反持仓,反向订单将失败。",
|
|
268
273
|
"trading.orderBook": "订单簿",
|
|
269
274
|
"trading.lastTrades": "最新交易",
|
|
270
275
|
"trading.orderBook.column.value": "价值",
|
|
@@ -373,6 +378,14 @@
|
|
|
373
378
|
"positions.Liquidation.expand.tooltip.mmr": "维持仓位开放所需的最低保证金。",
|
|
374
379
|
"positions.Liquidation.expand.tooltip.collateral": "清算发生时账户中的总抵押品价值。",
|
|
375
380
|
"positions.Liquidation.expand.tooltip.notional": "清算时账户中仓位的总名义价值。",
|
|
381
|
+
"positions.reverse.title": "反向持仓",
|
|
382
|
+
"positions.reverse.description": "如果您的账户余额不足以开立相同规模的反向持仓,反向订单将失败。",
|
|
383
|
+
"positions.reverse.marketCloseLong": "市价平多",
|
|
384
|
+
"positions.reverse.marketCloseShort": "市价平空",
|
|
385
|
+
"positions.reverse.marketOpenLong": "市价开多",
|
|
386
|
+
"positions.reverse.marketOpenShort": "市价开空",
|
|
387
|
+
"positions.reverse.reverseToLong": "反向做多",
|
|
388
|
+
"positions.reverse.reverseToShort": "反向做空",
|
|
376
389
|
"orders.orderHistory": "订单历史",
|
|
377
390
|
"orders.status.pending": "待处理",
|
|
378
391
|
"orders.status.filled": "已成交",
|
|
@@ -468,6 +481,8 @@
|
|
|
468
481
|
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "您的止损触发价格应设置为高于您的订单价格。",
|
|
469
482
|
"tpsl.validate.tpTriggerPrice.error.required": "止盈触发价格为必填项",
|
|
470
483
|
"tpsl.validate.slTriggerPrice.error.required": "止损触发价格为必填项",
|
|
484
|
+
"tpsl.validate.slTriggerPrice.warning.closeToLiqPrice": "设置在清算价格附近的止损可能不会触发。注意:清算价格会随持仓名义价值变化。",
|
|
485
|
+
"tpsl.validate.slTriggerPrice.error.crossLiqPrice": "止损价格已越过清算价格。请调整您的止损价格。",
|
|
471
486
|
"tpsl.tpslDetail.qty": "数量",
|
|
472
487
|
"tpsl.tpslDetail.estPnl": "预估盈亏",
|
|
473
488
|
"tpsl.tpslDetail.estPnl.tooltip": "实际值可能因实际交易价格而异。此值仅供参考。",
|
|
@@ -736,11 +751,13 @@
|
|
|
736
751
|
"transfer.deposit.failed": "存款失败",
|
|
737
752
|
"transfer.deposit.feeUnavailable": "费用数据当前不可用。请稍后再试。",
|
|
738
753
|
"transfer.deposit.notEnoughGas": "Gas 不足。请在您的钱包中添加一些 {{token}} 以继续。",
|
|
754
|
+
"transfer.deposit.exceedCap": "金额超过用户存款上限",
|
|
739
755
|
"transfer.deposit.estGasFee": "预估燃气费",
|
|
740
756
|
"transfer.deposit.destinationGasFee": "目的地燃气费",
|
|
741
757
|
"transfer.deposit.destinationGasFee.description": "需要额外的燃气代币来支付目的地链上的操作。显示的金额是估算值 - 请准备额外的资金以确保足够的覆盖。",
|
|
742
758
|
"transfer.withdraw.unsupported.chain": "此链不支持提款。请切换到任何无桥接网络。",
|
|
743
759
|
"transfer.withdraw.unsupported.networkName": "{{networkName}}不支持提款。请切换到任何无桥接网络。",
|
|
760
|
+
"transfer.withdraw.unsupported.token": "{{token}} 在此网络上不可提款",
|
|
744
761
|
"transfer.withdraw.crossChain.confirmWithdraw": "确认提款",
|
|
745
762
|
"transfer.withdraw.crossChain.recipientAddress": "接收地址",
|
|
746
763
|
"transfer.withdraw.crossChain.recipientNetwork": "接收网络",
|
|
@@ -757,6 +774,7 @@
|
|
|
757
774
|
"transfer.withdraw.otherAccount": "其他 {{brokerName}} 账户",
|
|
758
775
|
"transfer.withdraw.accountId.tips": "请输入账户 ID,而不是钱包地址。",
|
|
759
776
|
"transfer.withdraw.accountId.invalid": "账户 ID 无效。请重试。",
|
|
777
|
+
"transfer.withdraw.available.tooltip": "当前每次请求的最大提款金额为 {{amount}}。如需提款更多,请提交多个请求。",
|
|
760
778
|
"transfer.internalTransfer.from": "从",
|
|
761
779
|
"transfer.internalTransfer.to": "到",
|
|
762
780
|
"transfer.internalTransfer.currentAssetValue": "当前资产价值",
|
|
@@ -794,6 +812,8 @@
|
|
|
794
812
|
"transfer.swapDeposit.notEnoughLiquidity": "流动性不足。请稍后再试或使用其他链进行存款。",
|
|
795
813
|
"transfer.convert.completed": "转换完成",
|
|
796
814
|
"transfer.convert.failed": "转换失败",
|
|
815
|
+
"transfer.depositCap": "存款上限",
|
|
816
|
+
"transfer.depositCap.tooltip": "最大存款金额 ",
|
|
797
817
|
"transfer.deposit.convertRate": "兑换汇率",
|
|
798
818
|
"transfer.convert.convertAssets": "将资产转换为 USDC",
|
|
799
819
|
"transfer.deposit.collateralContribution": "抵押品贡献",
|
|
@@ -803,7 +823,7 @@
|
|
|
803
823
|
"transfer.LTV.tooltip": "如果您的 LTV 超过 {{threshold}}% 或您的 USDC 余额加上未结算盈亏低于 {{usdcThreshold}},您的抵押品将自动转换并扣除折扣。为避免这种情况,您可以手动将资产转换为 USDC。",
|
|
804
824
|
"transfer.LTV.currentLTV": "当前 LTV",
|
|
805
825
|
"transfer.convert": "转换",
|
|
806
|
-
"transfer.deposit.userMaxQty.error": "
|
|
826
|
+
"transfer.deposit.userMaxQty.error": "您的存款无法处理,因为 {{chain}} 上的 {{token}} 已达到全局存款上限。通常会在资金重新平衡后自动恢复,大约需要 1 小时。请稍后再试,或使用较小的金额或不同的链。<0>了解更多</0>",
|
|
807
827
|
"transfer.deposit.gasFee.error": "请确保您有足够的 {{token}} 用于支付 gas 费用。",
|
|
808
828
|
"transfer.deposit.status.pending.one": "您有一笔待处理交易",
|
|
809
829
|
"transfer.deposit.status.pending.multiple": "您有多笔待处理交易",
|
|
@@ -1006,6 +1026,8 @@
|
|
|
1006
1026
|
"vaults.card.orderly.description": "轻松获得被动收益,无需交易专业知识。全能金库部署做市策略,承担清算,并累积平台费用。",
|
|
1007
1027
|
"vaults.card.tvl": "TVL",
|
|
1008
1028
|
"vaults.card.apy": "30天年化收益率",
|
|
1029
|
+
"vaults.card.allTimeReturn": "历史年化收益率",
|
|
1030
|
+
"vaults.card.allTimeReturnTooltip": "基于金库自成立以来的全部历史数据计算的年化收益率。仅在金库成立满 7 天后可用。",
|
|
1009
1031
|
"vaults.card.myDeposits": "我的存款",
|
|
1010
1032
|
"vaults.card.myEarnings": "我的收益",
|
|
1011
1033
|
"vaults.card.accountBalance": "账户余额",
|
|
@@ -113,6 +113,8 @@ declare const en: {
|
|
|
113
113
|
"vaults.card.orderly.description": string;
|
|
114
114
|
"vaults.card.tvl": string;
|
|
115
115
|
"vaults.card.apy": string;
|
|
116
|
+
"vaults.card.allTimeReturn": string;
|
|
117
|
+
"vaults.card.allTimeReturnTooltip": string;
|
|
116
118
|
"vaults.card.myDeposits": string;
|
|
117
119
|
"vaults.card.myEarnings": string;
|
|
118
120
|
"vaults.card.accountBalance": string;
|
|
@@ -339,11 +341,13 @@ declare const en: {
|
|
|
339
341
|
"transfer.deposit.failed": string;
|
|
340
342
|
"transfer.deposit.feeUnavailable": string;
|
|
341
343
|
"transfer.deposit.notEnoughGas": string;
|
|
344
|
+
"transfer.deposit.exceedCap": string;
|
|
342
345
|
"transfer.deposit.estGasFee": string;
|
|
343
346
|
"transfer.deposit.destinationGasFee": string;
|
|
344
347
|
"transfer.deposit.destinationGasFee.description": string;
|
|
345
348
|
"transfer.withdraw.unsupported.chain": string;
|
|
346
349
|
"transfer.withdraw.unsupported.networkName": string;
|
|
350
|
+
"transfer.withdraw.unsupported.token": string;
|
|
347
351
|
"transfer.withdraw.crossChain.confirmWithdraw": string;
|
|
348
352
|
"transfer.withdraw.crossChain.recipientAddress": string;
|
|
349
353
|
"transfer.withdraw.crossChain.recipientNetwork": string;
|
|
@@ -360,6 +364,7 @@ declare const en: {
|
|
|
360
364
|
"transfer.withdraw.otherAccount": string;
|
|
361
365
|
"transfer.withdraw.accountId.tips": string;
|
|
362
366
|
"transfer.withdraw.accountId.invalid": string;
|
|
367
|
+
"transfer.withdraw.available.tooltip": string;
|
|
363
368
|
"transfer.internalTransfer.from": string;
|
|
364
369
|
"transfer.internalTransfer.to": string;
|
|
365
370
|
"transfer.internalTransfer.currentAssetValue": string;
|
|
@@ -397,6 +402,8 @@ declare const en: {
|
|
|
397
402
|
"transfer.swapDeposit.notEnoughLiquidity": string;
|
|
398
403
|
"transfer.convert.completed": string;
|
|
399
404
|
"transfer.convert.failed": string;
|
|
405
|
+
"transfer.depositCap": string;
|
|
406
|
+
"transfer.depositCap.tooltip": string;
|
|
400
407
|
"transfer.deposit.convertRate": string;
|
|
401
408
|
"transfer.convert.convertAssets": string;
|
|
402
409
|
"transfer.deposit.collateralContribution": string;
|
|
@@ -716,6 +723,8 @@ declare const en: {
|
|
|
716
723
|
"tpsl.validate.slTriggerPrice.error.priceErrorMax": string;
|
|
717
724
|
"tpsl.validate.tpTriggerPrice.error.required": string;
|
|
718
725
|
"tpsl.validate.slTriggerPrice.error.required": string;
|
|
726
|
+
"tpsl.validate.slTriggerPrice.warning.closeToLiqPrice": string;
|
|
727
|
+
"tpsl.validate.slTriggerPrice.error.crossLiqPrice": string;
|
|
719
728
|
"tpsl.tpslDetail.qty": string;
|
|
720
729
|
"tpsl.tpslDetail.estPnl": string;
|
|
721
730
|
"tpsl.tpslDetail.estPnl.tooltip": string;
|
|
@@ -818,6 +827,14 @@ declare const en: {
|
|
|
818
827
|
"positions.Liquidation.expand.tooltip.mmr": string;
|
|
819
828
|
"positions.Liquidation.expand.tooltip.collateral": string;
|
|
820
829
|
"positions.Liquidation.expand.tooltip.notional": string;
|
|
830
|
+
"positions.reverse.title": string;
|
|
831
|
+
"positions.reverse.description": string;
|
|
832
|
+
"positions.reverse.marketCloseLong": string;
|
|
833
|
+
"positions.reverse.marketCloseShort": string;
|
|
834
|
+
"positions.reverse.marketOpenLong": string;
|
|
835
|
+
"positions.reverse.marketOpenShort": string;
|
|
836
|
+
"positions.reverse.reverseToLong": string;
|
|
837
|
+
"positions.reverse.reverseToShort": string;
|
|
821
838
|
"chart.now": string;
|
|
822
839
|
"trading.layout": string;
|
|
823
840
|
"trading.layout.advanced": string;
|
|
@@ -834,6 +851,8 @@ declare const en: {
|
|
|
834
851
|
"trading.portfolioSettings": string;
|
|
835
852
|
"trading.portfolioSettings.decimalPrecision": string;
|
|
836
853
|
"trading.portfolioSettings.unrealPnlPriceBasis": string;
|
|
854
|
+
"trading.portfolioSettings.reversePosition": string;
|
|
855
|
+
"trading.portfolioSettings.reversePosition.tooltip": string;
|
|
837
856
|
"trading.orderBook": string;
|
|
838
857
|
"trading.lastTrades": string;
|
|
839
858
|
"trading.orderBook.column.value": string;
|
|
@@ -1126,6 +1145,9 @@ declare const en: {
|
|
|
1126
1145
|
"common.partialTPSL": string;
|
|
1127
1146
|
"common.vaults": string;
|
|
1128
1147
|
"common.optional": string;
|
|
1148
|
+
"common.learnMore": string;
|
|
1149
|
+
"common.switch": string;
|
|
1150
|
+
"common.notSupported": string;
|
|
1129
1151
|
"common.details": string;
|
|
1130
1152
|
"common.somethingWentWrong": string;
|
|
1131
1153
|
"common.rwa": string;
|
package/dist/utils.d.mts
CHANGED
package/dist/utils.d.ts
CHANGED
package/dist/utils.js
CHANGED
|
@@ -230,6 +230,9 @@ var common = {
|
|
|
230
230
|
"common.partialTPSL": "Partial TP/SL",
|
|
231
231
|
"common.vaults": "Vaults",
|
|
232
232
|
"common.optional": "Optional",
|
|
233
|
+
"common.learnMore": "Learn more",
|
|
234
|
+
"common.switch": "Switch",
|
|
235
|
+
"common.notSupported": "Not supported",
|
|
233
236
|
"common.details": "Details",
|
|
234
237
|
"common.somethingWentWrong": "Something went wrong. Please try again later.",
|
|
235
238
|
"common.rwa": "RWA",
|
|
@@ -707,7 +710,15 @@ var positions = {
|
|
|
707
710
|
"positions.Liquidation.expand.tooltip.mr": "The ratio of collateral to position size at the time of liquidation.",
|
|
708
711
|
"positions.Liquidation.expand.tooltip.mmr": "The minimum margin required to keep the position open.",
|
|
709
712
|
"positions.Liquidation.expand.tooltip.collateral": "Total collateral value in the account when liquidation occurred.",
|
|
710
|
-
"positions.Liquidation.expand.tooltip.notional": "The total notional value of positions in the account at liquidation."
|
|
713
|
+
"positions.Liquidation.expand.tooltip.notional": "The total notional value of positions in the account at liquidation.",
|
|
714
|
+
"positions.reverse.title": "Reverse Position",
|
|
715
|
+
"positions.reverse.description": "The reverse order will fail if your account balance isn\u2019t enough to open an opposite position of the same size.",
|
|
716
|
+
"positions.reverse.marketCloseLong": "Market Close Long",
|
|
717
|
+
"positions.reverse.marketCloseShort": "Market Close Short",
|
|
718
|
+
"positions.reverse.marketOpenLong": "Market Open Long",
|
|
719
|
+
"positions.reverse.marketOpenShort": "Market Open Short",
|
|
720
|
+
"positions.reverse.reverseToLong": "Reverse to Long",
|
|
721
|
+
"positions.reverse.reverseToShort": "Reverse to Short"
|
|
711
722
|
};
|
|
712
723
|
|
|
713
724
|
// src/locale/module/scaffold.ts
|
|
@@ -794,6 +805,8 @@ var tpsl = {
|
|
|
794
805
|
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "Your SL trigger price should be set higher than your order price.",
|
|
795
806
|
"tpsl.validate.tpTriggerPrice.error.required": "TP trigger price is required",
|
|
796
807
|
"tpsl.validate.slTriggerPrice.error.required": "SL trigger price is required",
|
|
808
|
+
"tpsl.validate.slTriggerPrice.warning.closeToLiqPrice": "Stop losses set near the liq. price may not trigger. Note: the liq. price can change with position notional.",
|
|
809
|
+
"tpsl.validate.slTriggerPrice.error.crossLiqPrice": "Stop loss crosses the liq. price. Please adjust your SL.",
|
|
797
810
|
"tpsl.tpslDetail.qty": "Qty.",
|
|
798
811
|
"tpsl.tpslDetail.estPnl": "Est. PnL",
|
|
799
812
|
"tpsl.tpslDetail.estPnl.tooltip": "The actual value may differ based on the actual trading price. This value is only for reference.",
|
|
@@ -814,9 +827,11 @@ var trading = {
|
|
|
814
827
|
"trading.orders.closeAll": "Close All",
|
|
815
828
|
"trading.hideOtherSymbols": "Hide other symbols",
|
|
816
829
|
"trading.history": "History",
|
|
817
|
-
"trading.portfolioSettings": "
|
|
830
|
+
"trading.portfolioSettings": "Preference",
|
|
818
831
|
"trading.portfolioSettings.decimalPrecision": "Decimal Precision for PnL & Notional",
|
|
819
832
|
"trading.portfolioSettings.unrealPnlPriceBasis": "Unrealized PnL Price Basis",
|
|
833
|
+
"trading.portfolioSettings.reversePosition": "Reverse button",
|
|
834
|
+
"trading.portfolioSettings.reversePosition.tooltip": "Close your current position and open the opposite at market price. The reverse order will fail if your account balance isn\u2019t enough to open an opposite position of the same size.",
|
|
820
835
|
"trading.orderBook": "Order book",
|
|
821
836
|
"trading.lastTrades": "Last trades",
|
|
822
837
|
"trading.orderBook.column.value": "Value",
|
|
@@ -982,11 +997,13 @@ var transfer = {
|
|
|
982
997
|
"transfer.deposit.failed": "Deposit failed",
|
|
983
998
|
"transfer.deposit.feeUnavailable": "Fee data is currently unavailable. Please try again later.",
|
|
984
999
|
"transfer.deposit.notEnoughGas": "Not enough gas. Add some {{token}} to your wallet to continue.",
|
|
1000
|
+
"transfer.deposit.exceedCap": "Amount exceeds user deposit cap",
|
|
985
1001
|
"transfer.deposit.estGasFee": "Est. gas fee",
|
|
986
1002
|
"transfer.deposit.destinationGasFee": "Destination gas fee",
|
|
987
1003
|
"transfer.deposit.destinationGasFee.description": "Additional gas tokens are required to cover operations on the destination chain. The amount shown is an estimate - please prepare extra to ensure sufficient coverage.",
|
|
988
1004
|
"transfer.withdraw.unsupported.chain": "Withdrawals are not supported on this chain. Please switch to any of the bridgeless networks.",
|
|
989
1005
|
"transfer.withdraw.unsupported.networkName": "Withdrawals are not supported on {{networkName}}. Please switch to any of the bridgeless networks.",
|
|
1006
|
+
"transfer.withdraw.unsupported.token": "{{token}} withdrawals are unavailable on this network",
|
|
990
1007
|
"transfer.withdraw.crossChain.confirmWithdraw": "Confirm to withdraw",
|
|
991
1008
|
"transfer.withdraw.crossChain.recipientAddress": "Recipient address",
|
|
992
1009
|
"transfer.withdraw.crossChain.recipientNetwork": "Recipient network",
|
|
@@ -1007,6 +1024,7 @@ var transfer = {
|
|
|
1007
1024
|
"transfer.withdraw.otherAccount": "Other {{brokerName}} account",
|
|
1008
1025
|
"transfer.withdraw.accountId.tips": "Please enter an Account ID instead of a wallet address.",
|
|
1009
1026
|
"transfer.withdraw.accountId.invalid": "Invalid Account ID. Please try again.",
|
|
1027
|
+
"transfer.withdraw.available.tooltip": "Current maximum withdrawal per request is {{amount}}. To withdraw more, please submit multiple requests.",
|
|
1010
1028
|
"transfer.internalTransfer.from": "From",
|
|
1011
1029
|
"transfer.internalTransfer.to": "To",
|
|
1012
1030
|
"transfer.internalTransfer.currentAssetValue": "Current asset value",
|
|
@@ -1047,6 +1065,8 @@ var transfer = {
|
|
|
1047
1065
|
"transfer.swapDeposit.notEnoughLiquidity": "Not enough liquidity. Please try again later or use another chain to deposit.",
|
|
1048
1066
|
"transfer.convert.completed": "Convert completed",
|
|
1049
1067
|
"transfer.convert.failed": "Convert failed",
|
|
1068
|
+
"transfer.depositCap": "Deposit cap",
|
|
1069
|
+
"transfer.depositCap.tooltip": "Max deposit amount for ",
|
|
1050
1070
|
"transfer.deposit.convertRate": "Convert rate",
|
|
1051
1071
|
"transfer.convert.convertAssets": "Convert assets to USDC",
|
|
1052
1072
|
"transfer.deposit.collateralContribution": "Collateral contribution",
|
|
@@ -1057,7 +1077,7 @@ var transfer = {
|
|
|
1057
1077
|
"transfer.LTV.currentLTV": "Current LTV",
|
|
1058
1078
|
"transfer.convert": "Convert",
|
|
1059
1079
|
// "transfer.convert.note": "Please note that convert fees will be charged.",
|
|
1060
|
-
"transfer.deposit.userMaxQty.error": "
|
|
1080
|
+
"transfer.deposit.userMaxQty.error": "Your deposit couldn't be processed because the global deposit cap for {{token}} on {{chain}} has been reached. This is typically resolved after rebalancing, which takes around 1 hour. Please try again later, or use a smaller amount or a different chain. <0>Learn more</0>",
|
|
1061
1081
|
"transfer.deposit.gasFee.error": "Please ensure you have enough {{token}} for gas fees.",
|
|
1062
1082
|
"transfer.deposit.status.pending.one": "You have a pending transaction",
|
|
1063
1083
|
"transfer.deposit.status.pending.multiple": "You have pending transactions",
|
|
@@ -1095,6 +1115,8 @@ var vaults = {
|
|
|
1095
1115
|
"vaults.card.orderly.description": "Earn passive yields effortlessly, no trading expertise required. OmniVault deploys market-making strategies, taking on liquidations, and accrue platform fees.",
|
|
1096
1116
|
"vaults.card.tvl": "TVL",
|
|
1097
1117
|
"vaults.card.apy": "30D APY",
|
|
1118
|
+
"vaults.card.allTimeReturn": "All-time return",
|
|
1119
|
+
"vaults.card.allTimeReturnTooltip": "Annualized returns using all historical data since vault inception. Available after the vault is 7 days old.",
|
|
1098
1120
|
"vaults.card.myDeposits": "My deposits",
|
|
1099
1121
|
"vaults.card.myEarnings": "My earnings",
|
|
1100
1122
|
"vaults.card.accountBalance": "Account balance",
|