@orderly.network/i18n 2.5.3 → 2.6.0-alpha.0
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 +2 -0
- package/dist/constant.d.ts +2 -0
- package/dist/constant.js +12 -0
- package/dist/constant.js.map +1 -0
- package/dist/constant.mjs +5 -0
- package/dist/constant.mjs.map +1 -0
- package/dist/index.d.mts +7 -962
- package/dist/index.d.ts +7 -962
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +99 -29
- package/dist/locales/de.json +94 -24
- package/dist/locales/en.json +97 -27
- package/dist/locales/es.json +94 -24
- package/dist/locales/fr.json +94 -24
- package/dist/locales/id.json +94 -24
- package/dist/locales/it.json +94 -24
- package/dist/locales/ja.json +94 -24
- package/dist/locales/ko.json +94 -24
- package/dist/locales/nl.json +94 -24
- package/dist/locales/pl.json +94 -24
- package/dist/locales/pt.json +94 -24
- package/dist/locales/ru.json +94 -24
- package/dist/locales/tr.json +94 -24
- package/dist/locales/uk.json +95 -25
- package/dist/locales/vi.json +94 -24
- package/dist/locales/zh.json +96 -26
- package/dist/types-CSDEAaDZ.d.ts +987 -0
- package/dist/utils.d.mts +64 -0
- package/dist/utils.d.ts +64 -0
- package/dist/utils.js +17 -0
- package/dist/utils.js.map +1 -0
- package/dist/utils.mjs +8 -0
- package/dist/utils.mjs.map +1 -0
- package/package.json +5 -3
package/dist/locales/vi.json
CHANGED
|
@@ -55,6 +55,8 @@
|
|
|
55
55
|
"common.markPrice": "Giá đánh dấu",
|
|
56
56
|
"common.limitPrice": "Giá giới hạn",
|
|
57
57
|
"common.marketPrice": "Thị trường",
|
|
58
|
+
"common.market": "Thị trường",
|
|
59
|
+
"common.limit": "Giới hạn",
|
|
58
60
|
"common.unrealizedPnl": "Lãi/lỗ chưa thực hiện",
|
|
59
61
|
"common.realizedPnl": "Lãi/lỗ đã thực hiện",
|
|
60
62
|
"common.totalValue": "Tổng giá trị",
|
|
@@ -91,6 +93,11 @@
|
|
|
91
93
|
"common.web3Wallet": "Ví Web3",
|
|
92
94
|
"common.txId": "TxID",
|
|
93
95
|
"common.result": "Kết quả",
|
|
96
|
+
"common.orderQty": "Số lượng lệnh",
|
|
97
|
+
"common.positionQty": "Số lượng vị thế",
|
|
98
|
+
"common.estTotal": "Tổng ước tính",
|
|
99
|
+
"common.fullTPSL": "TP/SL toàn bộ",
|
|
100
|
+
"common.partialTPSL": "TP/SL một phần",
|
|
94
101
|
"markets.favorites": "Yêu thích",
|
|
95
102
|
"markets.recent": "Gần đây",
|
|
96
103
|
"markets.newListings": "Danh sách mới",
|
|
@@ -139,10 +146,14 @@
|
|
|
139
146
|
"portfolio.apiKeys": "Khóa API",
|
|
140
147
|
"portfolio.setting": "Cài đặt",
|
|
141
148
|
"portfolio.overview.availableWithdraw": "Có thể rút",
|
|
149
|
+
"portfolio.overview.handle.title": "Giá trị danh mục",
|
|
142
150
|
"portfolio.overview.performance": "Hiệu suất",
|
|
143
151
|
"portfolio.overview.performance.roi": "ROI {{period}}",
|
|
152
|
+
"portfolio.overview.performance.roi.tooltip": "Lợi nhuận trong khoảng thời gian đã chọn, bao gồm tiền gửi/rút.",
|
|
144
153
|
"portfolio.overview.performance.pnl": "PnL {{period}}",
|
|
154
|
+
"portfolio.overview.performance.pnl.tooltip": "Lãi/lỗ trong khoảng thời gian đã chọn, bao gồm tiền gửi/rút.",
|
|
145
155
|
"portfolio.overview.performance.volume": "Khối lượng {{period}} (USDC)",
|
|
156
|
+
"portfolio.overview.performance.volume.tooltip": "Khối lượng giao dịch trong khoảng thời gian đã chọn.",
|
|
146
157
|
"portfolio.overview.performance.dailyPnl": "PnL hàng ngày",
|
|
147
158
|
"portfolio.overview.performance.cumulativePnl": "PnL tích lũy",
|
|
148
159
|
"portfolio.overview.distribution": "Phân phối",
|
|
@@ -330,6 +341,9 @@
|
|
|
330
341
|
"orders.download.tooltip": "Dữ liệu tải xuống sẽ chỉ phản ánh các bộ lọc đã áp dụng (ví dụ: trạng thái, thời gian, bên và phân trang) và có thể không bao gồm tất cả các bản ghi.",
|
|
331
342
|
"tpsl.tp": "TP",
|
|
332
343
|
"tpsl.sl": "SL",
|
|
344
|
+
"tpsl.mode": "Chế độ",
|
|
345
|
+
"tpsl.fullPosition": "Vị thế toàn bộ",
|
|
346
|
+
"tpsl.partialPosition": "Vị thế một phần",
|
|
333
347
|
"tpsl.tpPrice": "Giá TP",
|
|
334
348
|
"tpsl.slPrice": "Giá SL",
|
|
335
349
|
"tpsl.tpPnl": "PnL TP",
|
|
@@ -338,6 +352,12 @@
|
|
|
338
352
|
"tpsl.slTrigger": "Kích hoạt SL",
|
|
339
353
|
"tpsl.pnl": "PnL",
|
|
340
354
|
"tpsl.offset": "Bù đắp",
|
|
355
|
+
"tpsl.add": "Thêm",
|
|
356
|
+
"tpsl.cancelAll": "Hủy tất cả",
|
|
357
|
+
"tpsl.tpOrderPrice": "Giá lệnh TP",
|
|
358
|
+
"tpsl.slOrderPrice": "Giá lệnh SL",
|
|
359
|
+
"tpsl.tpTriggerPrice": "Giá kích hoạt TP",
|
|
360
|
+
"tpsl.slTriggerPrice": "Giá kích hoạt SL",
|
|
341
361
|
"tpsl.positionTpsl": "TP/SL vị thế",
|
|
342
362
|
"tpsl.entirePosition": "Toàn bộ vị thế",
|
|
343
363
|
"tpsl.estPnl": "PnL ước tính",
|
|
@@ -345,6 +365,48 @@
|
|
|
345
365
|
"tpsl.stopLoss": "Cắt lỗ",
|
|
346
366
|
"tpsl.cancelOrder.description": "Bạn có chắc chắn muốn hủy lệnh TP/SL này không?",
|
|
347
367
|
"tpsl.confirmOrder": "Xác nhận lệnh",
|
|
368
|
+
"tpsl.advanced": "Nâng cao",
|
|
369
|
+
"tpsl.positionType.full": "TP/SL: Vị thế toàn bộ",
|
|
370
|
+
"tpsl.positionType.partial": "TP/SL: Vị thế một phần",
|
|
371
|
+
"tpsl.positionType.full.tips": "TP/SL (toàn bộ) áp dụng cho vị thế toàn bộ. Các lệnh TP/SL (toàn bộ) mới được kích hoạt sẽ ghi đè lên các lệnh trước đó. Vị thế toàn bộ sẽ được đóng thị trường khi giá được kích hoạt.",
|
|
372
|
+
"tpsl.positionType.partial.tips": "TP/SL kích hoạt tại giá đánh dấu được chỉ định và thực hiện như một lệnh thị trường. Theo mặc định, nó áp dụng cho toàn bộ vị thế. Điều chỉnh cài đặt trong các vị thế mở cho TP/SL một phần.",
|
|
373
|
+
"tpsl.advanced.title": "TP/SL",
|
|
374
|
+
"tpsl.advanced.quantity": "Số lượng",
|
|
375
|
+
"tpsl.advanced.lastPrice": "Giá cuối",
|
|
376
|
+
"tpsl.advanced.orderPrice": "Giá lệnh",
|
|
377
|
+
"tpsl.advanced.triggerPrice": "Giá kích hoạt",
|
|
378
|
+
"tpsl.advanced.pnl": "P&L",
|
|
379
|
+
"tpsl.advanced.offset": "Độ lệch",
|
|
380
|
+
"tpsl.advanced.offsetPercentage": "Độ lệch%",
|
|
381
|
+
"tpsl.positionType.full.tips.market": "TP/SL vị thế toàn bộ chỉ hỗ trợ giá thị trường để đặt lệnh",
|
|
382
|
+
"tpsl.advanced.TP.label": "Chốt lời",
|
|
383
|
+
"tpsl.advanced.SL.label": "Cắt lỗ",
|
|
384
|
+
"tpsl.advanced.limit": "Giới hạn",
|
|
385
|
+
"tpsl.advanced.market": "Thị trường",
|
|
386
|
+
"tpsl.advanced.ROI": "Khi giá đánh dấu đạt <0/>, nó sẽ kích hoạt một lệnh <1/>, và P&L ước tính sẽ là <2/> và ROI là <3/>.",
|
|
387
|
+
"tpsl.advanced.submit": "Gửi",
|
|
388
|
+
"tpsl.totalEstTpPnl": "Tổng P&L TP ước tính",
|
|
389
|
+
"tpsl.totalEstSlPnl": "Tổng P&L SL ước tính",
|
|
390
|
+
"tpsl.riskRewardRatio": "Tỷ lệ rủi ro-lợi nhuận",
|
|
391
|
+
"tpsl.validate.tpOrderPrice.error.required": "Giá lệnh TP là bắt buộc",
|
|
392
|
+
"tpsl.validate.tpOrderPrice.error.min": "Giá lệnh TP phải lớn hơn {{value}}",
|
|
393
|
+
"tpsl.validate.tpOrderPrice.error.max": "Giá lệnh TP phải nhỏ hơn {{value}}",
|
|
394
|
+
"tpsl.validate.slOrderPrice.error.required": "Giá lệnh SL là bắt buộc",
|
|
395
|
+
"tpsl.validate.slOrderPrice.error.min": "Giá lệnh SL phải lớn hơn {{value}}",
|
|
396
|
+
"tpsl.validate.slOrderPrice.error.max": "Giá lệnh SL phải nhỏ hơn {{value}}",
|
|
397
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMin": "Giá kích hoạt TP của bạn nên được đặt thấp hơn giá lệnh của bạn.",
|
|
398
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMax": "Giá kích hoạt TP của bạn nên được đặt cao hơn giá lệnh của bạn.",
|
|
399
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMin": "Giá kích hoạt SL của bạn nên được đặt thấp hơn giá lệnh của bạn.",
|
|
400
|
+
"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.",
|
|
401
|
+
"tpsl.validate.tpTriggerPrice.error.required": "Giá kích hoạt TP là bắt buộc",
|
|
402
|
+
"tpsl.validate.slTriggerPrice.error.required": "Giá kích hoạt SL là bắt buộc",
|
|
403
|
+
"tpsl.tpslDetail.qty": "Số lượng",
|
|
404
|
+
"tpsl.tpslDetail.type": "Loại",
|
|
405
|
+
"tpsl.tpslDetail.trigger": "Kích hoạt",
|
|
406
|
+
"tpsl.tpslDetail.price": "Giá",
|
|
407
|
+
"tpsl.tpslDetail.estPnl": "P&L ước tính",
|
|
408
|
+
"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.",
|
|
409
|
+
"tpsl.agreement": "Bạn đồng ý chỉnh sửa lệnh {{symbol}} của mình.",
|
|
348
410
|
"share.pnl.sharePnl": "Chia sẻ PnL",
|
|
349
411
|
"share.pnl.share.long": "MUA",
|
|
350
412
|
"share.pnl.share.short": "BÁN",
|
|
@@ -365,6 +427,7 @@
|
|
|
365
427
|
"orderEntry.buyLong": "Mua / Mua",
|
|
366
428
|
"orderEntry.sellShort": "Bán / Bán",
|
|
367
429
|
"orderEntry.reduceOnly": "Chỉ giảm",
|
|
430
|
+
"orderEntry.soundAlerts": "Cảnh báo âm thanh",
|
|
368
431
|
"orderEntry.orderType.limit": "Giới hạn",
|
|
369
432
|
"orderEntry.orderType.market": "Thị trường",
|
|
370
433
|
"orderEntry.orderType.limitOrder": "Lệnh giới hạn",
|
|
@@ -375,14 +438,14 @@
|
|
|
375
438
|
"orderEntry.orderType.ioc": "IOC",
|
|
376
439
|
"orderEntry.orderType.fok": "FOK",
|
|
377
440
|
"orderEntry.orderType.scaledOrder": "Lệnh theo tỷ lệ",
|
|
378
|
-
"orderEntry.
|
|
379
|
-
"orderEntry.
|
|
441
|
+
"orderEntry.startPrice": "Giá bắt đầu",
|
|
442
|
+
"orderEntry.endPrice": "Giá kết thúc",
|
|
380
443
|
"orderEntry.skew": "Độ lệch",
|
|
381
444
|
"orderEntry.totalOrders": "Tổng số lệnh",
|
|
382
445
|
"orderEntry.totalQuantity": "Tổng số lượng",
|
|
383
446
|
"orderEntry.quantityDistribution": "Phân phối số lượng",
|
|
384
447
|
"orderEntry.quantityDistribution.description": "Kiểm soát phân phối kích thước lệnh giữa các mức giá.",
|
|
385
|
-
"orderEntry.quantityDistribution.formula": "Độ lệch
|
|
448
|
+
"orderEntry.quantityDistribution.formula": "Độ lệch Kích thước = (Kích thước tại giá cuối) ÷ (Kích thước tại giá đầu)",
|
|
386
449
|
"orderEntry.distributionType.flat": "Đều",
|
|
387
450
|
"orderEntry.distributionType.ascending": "Tăng dần",
|
|
388
451
|
"orderEntry.distributionType.ascending.abbr": "Tăng",
|
|
@@ -390,8 +453,8 @@
|
|
|
390
453
|
"orderEntry.distributionType.descending.abbr": "Giảm",
|
|
391
454
|
"orderEntry.distributionType.custom": "Tùy chỉnh",
|
|
392
455
|
"orderEntry.distributionType.flat.description": "Phân bổ lệnh đồng đều trong phạm vi.",
|
|
393
|
-
"orderEntry.distributionType.ascending.description": "
|
|
394
|
-
"orderEntry.distributionType.descending.description": "
|
|
456
|
+
"orderEntry.distributionType.ascending.description": "Kích thước lệnh lớn hơn về phía cuối phạm vi giá",
|
|
457
|
+
"orderEntry.distributionType.descending.description": "Kích thước lệnh lớn hơn gần đầu phạm vi giá",
|
|
395
458
|
"orderEntry.bbo": "BBO",
|
|
396
459
|
"orderEntry.bbo.counterparty1": "Đối tác 1",
|
|
397
460
|
"orderEntry.bbo.counterparty5": "Đối tác 5",
|
|
@@ -426,12 +489,12 @@
|
|
|
426
489
|
"orderEntry.slTriggerPrice.error.min": "Giá SL phải lớn hơn {{value}}",
|
|
427
490
|
"orderEntry.slTriggerPrice.error.max": "Giá SL phải nhỏ hơn {{value}}",
|
|
428
491
|
"orderEntry.total.error.min": "Giá trị lệnh phải lớn hơn hoặc bằng {{value}} USDC",
|
|
429
|
-
"orderEntry.
|
|
430
|
-
"orderEntry.
|
|
431
|
-
"orderEntry.
|
|
432
|
-
"orderEntry.
|
|
433
|
-
"orderEntry.
|
|
434
|
-
"orderEntry.
|
|
492
|
+
"orderEntry.startPrice.error.required": "Vui lòng nhập giá thấp nhất",
|
|
493
|
+
"orderEntry.startPrice.error.min": "Giá thấp nhất phải lớn hơn {{value}}",
|
|
494
|
+
"orderEntry.startPrice.error.max": "Giá bắt đầu phải nhỏ hơn {{value}}",
|
|
495
|
+
"orderEntry.endPrice.error.required": "Vui lòng nhập giá cao nhất",
|
|
496
|
+
"orderEntry.endPrice.error.min": "Giá cao nhất phải lớn hơn {{value}}",
|
|
497
|
+
"orderEntry.endPrice.error.max": "Giá cao nhất phải nhỏ hơn {{value}}",
|
|
435
498
|
"orderEntry.totalOrders.error.required": "Vui lòng nhập tổng số lệnh",
|
|
436
499
|
"orderEntry.totalOrders.error.range": "Tổng số lệnh phải từ 2 đến 20",
|
|
437
500
|
"orderEntry.skew.error.required": "Vui lòng nhập độ lệch",
|
|
@@ -573,10 +636,9 @@
|
|
|
573
636
|
"transfer.insufficientBalance": "Số dư không đủ",
|
|
574
637
|
"transfer.insufficientAllowance": "Số tiền được phép không đủ",
|
|
575
638
|
"transfer.rejectTransaction": "Từ chối giao dịch",
|
|
576
|
-
"transfer.deposit.approve
|
|
639
|
+
"transfer.deposit.approve": "Phê duyệt",
|
|
577
640
|
"transfer.deposit.approve.success": "Phê duyệt thành công",
|
|
578
641
|
"transfer.deposit.approve.failed": "Phê duyệt thất bại",
|
|
579
|
-
"transfer.deposit.increase.symbol": "Tăng số tiền được phép {{symbol}}",
|
|
580
642
|
"transfer.deposit.requested": "Đã yêu cầu nạp tiền",
|
|
581
643
|
"transfer.deposit.completed": "Đã hoàn thành nạp tiền",
|
|
582
644
|
"transfer.deposit.failed": "Nạp tiền thất bại",
|
|
@@ -591,6 +653,7 @@
|
|
|
591
653
|
"transfer.withdraw.crossChain.process": "Giao dịch rút tiền xuyên chuỗi của bạn đang được xử lý...",
|
|
592
654
|
"transfer.withdraw.crossChain.warning": "Các khoản rút tiền yêu cầu tái cân bằng xuyên chuỗi không thể hủy hoặc theo dõi thêm các khoản rút tiền cho đến khi chúng được xử lý.",
|
|
593
655
|
"transfer.withdraw.crossChain.vaultWarning": "Số tiền rút vượt quá số dư của kho {{networkName}} ( {{chainVaultBalance}} USDC ). Phí tái cân bằng xuyên chuỗi sẽ được tính cho việc rút tiền đến {{networkName}}.",
|
|
656
|
+
"transfer.withdraw.vaultWarning": "Số dư {{tokenName}} trên {{chainName}} là {{balance}}, không đủ để đáp ứng yêu cầu rút của bạn. Vui lòng thử lại sau hoặc chuyển sang chuỗi khác để rút.",
|
|
594
657
|
"transfer.withdraw.minAmount.error": "Số lượng phải lớn hơn {{minAmount}}",
|
|
595
658
|
"transfer.withdraw.requested": "Đã yêu cầu rút tiền",
|
|
596
659
|
"transfer.withdraw.completed": "Đã hoàn thành rút tiền",
|
|
@@ -655,15 +718,15 @@
|
|
|
655
718
|
"affiliate.enter": "Nhập",
|
|
656
719
|
"affiliate.statistics": "Thống kê",
|
|
657
720
|
"affiliate.connectWallet.tooltip": "Vui lòng kết nối ví của bạn để sử dụng chức năng này",
|
|
658
|
-
"affiliate.page.title": "
|
|
659
|
-
"affiliate.page.subTitle": "
|
|
721
|
+
"affiliate.page.title": "Giới thiệu, kiếm tiền và phát triển - chương trình giới thiệu & liên kết",
|
|
722
|
+
"affiliate.page.subTitle": "Kiếm lên đến 60% hoa hồng bằng cách chia sẻ mã giới thiệu. Mời bạn bè, mở rộng mạng lưới và kiếm nhiều hơn.",
|
|
660
723
|
"affiliate.page.learnMore": "Tìm hiểu cách hoạt động",
|
|
661
724
|
"affiliate.asAffiliate.affilates": "Đối tác liên kết",
|
|
662
|
-
"affiliate.asAffiliate.title": "
|
|
663
|
-
"affiliate.asAffiliate.description": "
|
|
725
|
+
"affiliate.asAffiliate.title": "Người Giới Thiệu",
|
|
726
|
+
"affiliate.asAffiliate.description": "Kiếm 10% hoa hồng từ giao dịch của bạn bè. Muốn tỷ lệ hoa hồng cao hơn? Gửi đơn đăng ký để trở thành đối tác liên kết.",
|
|
664
727
|
"affiliate.asAffiliate.button": "Trở thành đối tác",
|
|
665
|
-
"affiliate.asTrader.title": "
|
|
666
|
-
"affiliate.asTrader.description": "
|
|
728
|
+
"affiliate.asTrader.title": "Người Được Giới Thiệu (Trader)",
|
|
729
|
+
"affiliate.asTrader.description": "Nhận hoàn tiền bằng cách giao dịch với mã giới thiệu.",
|
|
667
730
|
"affiliate.asTrader.button": "Nhập mã",
|
|
668
731
|
"affiliate.referralCode": "Mã giới thiệu",
|
|
669
732
|
"affiliate.referralCode.dialog.title": "Liên kết mã giới thiệu",
|
|
@@ -671,17 +734,17 @@
|
|
|
671
734
|
"affiliate.referralCode.label": "Nhập mã giới thiệu",
|
|
672
735
|
"affiliate.referralCode.bound": "Đã liên kết mã giới thiệu",
|
|
673
736
|
"affiliate.referralCode.notExist": "Mã giới thiệu này không tồn tại.",
|
|
674
|
-
"affiliate.process.title": "
|
|
737
|
+
"affiliate.process.title": "Cách Hoạt Động",
|
|
675
738
|
"affiliate.process.step1.title": "Giao dịch $10,000+ hoặc đăng ký",
|
|
676
|
-
"affiliate.process.step1.description": "
|
|
739
|
+
"affiliate.process.step1.description": "Mở khóa mã giới thiệu tự động ($0 / $10,000 hoàn thành - chỉ tài khoản chính), hoặc đăng ký tỷ lệ cao hơn qua biểu mẫu.",
|
|
677
740
|
"affiliate.process.step1.volumeEq0.title": "Nhận mã giới thiệu tự động hoặc đăng ký",
|
|
678
741
|
"affiliate.process.step1.volumeEq0.description": "Mã giới thiệu của bạn sẽ sẵn sàng sử dụng sau khi thực hiện giao dịch đầu tiên. Bạn có thể đăng ký tỷ lệ cao hơn thông qua biểu mẫu.",
|
|
679
742
|
"affiliate.process.step1.volumeGt0.title": "Giao dịch ${{requireVolume}}+ hoặc đăng ký",
|
|
680
743
|
"affiliate.process.step1.volumeGt0.description": "Nhận mã giới thiệu tự động (đã hoàn thành ${{volume}}/${{requireVolume}}), hoặc đăng ký tỷ lệ cao hơn thông qua biểu mẫu.",
|
|
681
744
|
"affiliate.process.step2.title": "Chia sẻ",
|
|
682
|
-
"affiliate.process.step2.description": "
|
|
745
|
+
"affiliate.process.step2.description": "Chia sẻ mã giới thiệu cá nhân của bạn với những người khác để bắt đầu kiếm tiền.",
|
|
683
746
|
"affiliate.process.step3.title": "Kiếm tiền",
|
|
684
|
-
"affiliate.process.step3.description": "
|
|
747
|
+
"affiliate.process.step3.description": "Giới thiệu người khác để kiếm hoa hồng, hoặc sử dụng mã giới thiệu để nhận hoàn tiền khi giao dịch",
|
|
685
748
|
"affiliate.summary": "Tóm tắt",
|
|
686
749
|
"affiliate.summary.refereesTraded": "Người được giới thiệu đã giao dịch",
|
|
687
750
|
"affiliate.referralLink": "Liên kết giới thiệu",
|
|
@@ -696,6 +759,7 @@
|
|
|
696
759
|
"affiliate.referralCodes.column.traders": "Nhà giao dịch",
|
|
697
760
|
"affiliate.referralCodes.column.referees&Traders": "Người được giới thiệu / Nhà giao dịch",
|
|
698
761
|
"affiliate.referralCodes.copyLink": "Sao chép liên kết",
|
|
762
|
+
"affiliate.upTo": "Lên đến 60%",
|
|
699
763
|
"affiliate.commission": "Hoa hồng",
|
|
700
764
|
"affiliate.commission.30d": "Hoa hồng 30N",
|
|
701
765
|
"affiliate.commission.column.activeUsers": "Người dùng tích cực được giới thiệu",
|
|
@@ -737,6 +801,7 @@
|
|
|
737
801
|
"tradingLeaderboard.future": "Tương lai",
|
|
738
802
|
"tradingLeaderboard.learnMore": "Tìm hiểu thêm",
|
|
739
803
|
"tradingLeaderboard.tradeNow": "Giao dịch ngay",
|
|
804
|
+
"tradingLeaderboard.joinNow": "Tham gia ngay",
|
|
740
805
|
"tradingLeaderboard.tradingVolume": "Khối lượng giao dịch",
|
|
741
806
|
"tradingLeaderboard.realizedPnl": "Lãi/lỗ đã thực hiện",
|
|
742
807
|
"tradingLeaderboard.rank": "Xếp hạng",
|
|
@@ -758,6 +823,8 @@
|
|
|
758
823
|
"tradingLeaderboard.arena": "Đấu trường",
|
|
759
824
|
"tradingLeaderboard.generalLeaderboard": "Bảng xếp hạng chung",
|
|
760
825
|
"tradingLeaderboard.maxTicketsAchieved": "Số vé tối đa đã đạt được",
|
|
826
|
+
"tradingLeaderboard.termsAndConditions": "Điều khoản và Điều kiện",
|
|
827
|
+
"tradingLeaderboard.rules": "Quy tắc",
|
|
761
828
|
"assetHistory.status.pending": "Đang chờ",
|
|
762
829
|
"assetHistory.status.confirm": "Xác nhận",
|
|
763
830
|
"assetHistory.status.processing": "Đang xử lý",
|
|
@@ -773,6 +840,7 @@
|
|
|
773
840
|
"linkDevice.scanQRCode.description": "Nhấp vào biểu tượng <0/> ở góc trên bên phải trên máy tính để tạo mã QR để quét.",
|
|
774
841
|
"linkDevice.scanQRCode.tooltip": "Liên kết với máy tính qua mã QR",
|
|
775
842
|
"linkDevice.scanQRCode.connected.description": "Bạn đã được kết nối qua thiết bị khác. Chế độ này chỉ dành cho giao dịch. Để chuyển đổi mạng, nạp hoặc rút tài sản, vui lòng ngắt kết nối và kết nối lại ví của bạn trên thiết bị này.",
|
|
843
|
+
"linkDevice.tooltip": "Liên kết thiết bị di động",
|
|
776
844
|
"settle.settlePnl": "Thanh toán PnL",
|
|
777
845
|
"settle.settlePnl.warning": "Vui lòng thanh toán số dư của bạn",
|
|
778
846
|
"settle.settlePnl.description": "Bạn có chắc chắn muốn thanh toán PnL của mình không? <br/> Việc thanh toán sẽ mất tới 1 phút trước khi bạn có thể rút số dư khả dụng.",
|
|
@@ -783,6 +851,7 @@
|
|
|
783
851
|
"settle.settlement.failed": "Thanh toán thất bại",
|
|
784
852
|
"settle.settlement.error": "Thanh toán chỉ được phép một lần mỗi 10 phút. Vui lòng thử lại sau.",
|
|
785
853
|
"languageSwitcher.language": "Ngôn ngữ",
|
|
854
|
+
"languageSwitcher.tooltip": "Chuyển đổi ngôn ngữ",
|
|
786
855
|
"languageSwitcher.tips": "Bản dịch do AI tạo ra có thể không hoàn toàn chính xác.",
|
|
787
856
|
"announcement.type.listing": "Niêm yết",
|
|
788
857
|
"announcement.type.maintenance": "Bảo trì",
|
|
@@ -815,5 +884,6 @@
|
|
|
815
884
|
"funding.annualRate": "Tỷ lệ hàng năm",
|
|
816
885
|
"funding.paymentType": "Loại thanh toán",
|
|
817
886
|
"funding.paymentType.paid": "Đã thanh toán",
|
|
818
|
-
"funding.paymentType.received": "Đã nhận"
|
|
887
|
+
"funding.paymentType.received": "Đã nhận",
|
|
888
|
+
"leftNav.feedback": "Chia sẻ phản hồi"
|
|
819
889
|
}
|
package/dist/locales/zh.json
CHANGED
|
@@ -55,6 +55,8 @@
|
|
|
55
55
|
"common.markPrice": "标记价格",
|
|
56
56
|
"common.limitPrice": "限价",
|
|
57
57
|
"common.marketPrice": "市价",
|
|
58
|
+
"common.market": "市价",
|
|
59
|
+
"common.limit": "限价",
|
|
58
60
|
"common.unrealizedPnl": "未实现盈亏",
|
|
59
61
|
"common.realizedPnl": "已实现盈亏",
|
|
60
62
|
"common.totalValue": "总价值",
|
|
@@ -91,6 +93,11 @@
|
|
|
91
93
|
"common.web3Wallet": "Web3 钱包",
|
|
92
94
|
"common.txId": "交易ID",
|
|
93
95
|
"common.result": "结果",
|
|
96
|
+
"common.orderQty": "订单数量",
|
|
97
|
+
"common.positionQty": "持仓数量",
|
|
98
|
+
"common.estTotal": "预估总额",
|
|
99
|
+
"common.fullTPSL": "全部止盈止损",
|
|
100
|
+
"common.partialTPSL": "部分止盈止损",
|
|
94
101
|
"markets.favorites": "收藏",
|
|
95
102
|
"markets.recent": "最近",
|
|
96
103
|
"markets.newListings": "新上市",
|
|
@@ -139,10 +146,14 @@
|
|
|
139
146
|
"portfolio.apiKeys": "API密钥",
|
|
140
147
|
"portfolio.setting": "设置",
|
|
141
148
|
"portfolio.overview.availableWithdraw": "可提取",
|
|
149
|
+
"portfolio.overview.handle.title": "投资组合价值",
|
|
142
150
|
"portfolio.overview.performance": "表现",
|
|
143
151
|
"portfolio.overview.performance.roi": "{{period}} 投资回报率",
|
|
152
|
+
"portfolio.overview.performance.roi.tooltip": "选定期间的投资回报率,包括存款/提款。",
|
|
144
153
|
"portfolio.overview.performance.pnl": "{{period}} 盈亏",
|
|
154
|
+
"portfolio.overview.performance.pnl.tooltip": "选定期间的盈亏,包括存款/提款。",
|
|
145
155
|
"portfolio.overview.performance.volume": "{{period}} 成交量 (USDC)",
|
|
156
|
+
"portfolio.overview.performance.volume.tooltip": "选定期间的交易量。",
|
|
146
157
|
"portfolio.overview.performance.dailyPnl": "每日盈亏",
|
|
147
158
|
"portfolio.overview.performance.cumulativePnl": "累计盈亏",
|
|
148
159
|
"portfolio.overview.distribution": "分配",
|
|
@@ -330,6 +341,9 @@
|
|
|
330
341
|
"orders.download.tooltip": "下载的数据将仅反映应用的过滤器(例如,状态、时间、方向和分页),可能不包括所有记录。",
|
|
331
342
|
"tpsl.tp": "止盈",
|
|
332
343
|
"tpsl.sl": "止损",
|
|
344
|
+
"tpsl.mode": "模式",
|
|
345
|
+
"tpsl.fullPosition": "全仓",
|
|
346
|
+
"tpsl.partialPosition": "部分仓位",
|
|
333
347
|
"tpsl.tpPrice": "止盈价格",
|
|
334
348
|
"tpsl.slPrice": "止损价格",
|
|
335
349
|
"tpsl.tpPnl": "止盈盈亏",
|
|
@@ -338,6 +352,12 @@
|
|
|
338
352
|
"tpsl.slTrigger": "止损触发",
|
|
339
353
|
"tpsl.pnl": "盈亏",
|
|
340
354
|
"tpsl.offset": "偏移",
|
|
355
|
+
"tpsl.add": "添加",
|
|
356
|
+
"tpsl.cancelAll": "全部取消",
|
|
357
|
+
"tpsl.tpOrderPrice": "止盈订单价格",
|
|
358
|
+
"tpsl.slOrderPrice": "止损订单价格",
|
|
359
|
+
"tpsl.tpTriggerPrice": "止盈触发价格",
|
|
360
|
+
"tpsl.slTriggerPrice": "止损触发价格",
|
|
341
361
|
"tpsl.positionTpsl": "持仓止盈止损",
|
|
342
362
|
"tpsl.entirePosition": "整个持仓",
|
|
343
363
|
"tpsl.estPnl": "预计盈亏",
|
|
@@ -345,6 +365,48 @@
|
|
|
345
365
|
"tpsl.stopLoss": "止损",
|
|
346
366
|
"tpsl.cancelOrder.description": "您确定要取消此止盈止损订单吗?",
|
|
347
367
|
"tpsl.confirmOrder": "确认订单",
|
|
368
|
+
"tpsl.advanced": "高级",
|
|
369
|
+
"tpsl.positionType.full": "止盈止损:全部持仓",
|
|
370
|
+
"tpsl.positionType.partial": "止盈止损:部分持仓",
|
|
371
|
+
"tpsl.positionType.full.tips": "止盈止损(全部)适用于全部持仓。新激活的止盈止损(全部)订单将覆盖之前的订单。当价格触发时,全部持仓将以市价平仓。",
|
|
372
|
+
"tpsl.positionType.partial.tips": "止盈止损在指定标记价格触发并以市价单执行。默认情况下,适用于全部持仓。在开仓持仓中调整设置以进行部分止盈止损。",
|
|
373
|
+
"tpsl.advanced.title": "止盈止损",
|
|
374
|
+
"tpsl.advanced.quantity": "数量",
|
|
375
|
+
"tpsl.advanced.lastPrice": "最新价格",
|
|
376
|
+
"tpsl.advanced.orderPrice": "订单价格",
|
|
377
|
+
"tpsl.advanced.triggerPrice": "触发价格",
|
|
378
|
+
"tpsl.advanced.pnl": "盈亏",
|
|
379
|
+
"tpsl.advanced.offset": "偏移",
|
|
380
|
+
"tpsl.advanced.offsetPercentage": "偏移%",
|
|
381
|
+
"tpsl.positionType.full.tips.market": "全部持仓止盈止损仅支持市价下单",
|
|
382
|
+
"tpsl.advanced.TP.label": "止盈",
|
|
383
|
+
"tpsl.advanced.SL.label": "止损",
|
|
384
|
+
"tpsl.advanced.limit": "限价",
|
|
385
|
+
"tpsl.advanced.market": "市价",
|
|
386
|
+
"tpsl.advanced.ROI": "当标记价格达到 <0/> 时,将触发 <1/> 订单,预估盈亏为 <2/>,投资回报率为 <3/>。",
|
|
387
|
+
"tpsl.advanced.submit": "提交",
|
|
388
|
+
"tpsl.totalEstTpPnl": "总预估止盈盈亏",
|
|
389
|
+
"tpsl.totalEstSlPnl": "总预估止损盈亏",
|
|
390
|
+
"tpsl.riskRewardRatio": "风险收益比",
|
|
391
|
+
"tpsl.validate.tpOrderPrice.error.required": "止盈订单价格为必填项",
|
|
392
|
+
"tpsl.validate.tpOrderPrice.error.min": "止盈订单价格必须大于 {{value}}",
|
|
393
|
+
"tpsl.validate.tpOrderPrice.error.max": "止盈订单价格必须小于 {{value}}",
|
|
394
|
+
"tpsl.validate.slOrderPrice.error.required": "止损订单价格为必填项",
|
|
395
|
+
"tpsl.validate.slOrderPrice.error.min": "止损订单价格必须大于 {{value}}",
|
|
396
|
+
"tpsl.validate.slOrderPrice.error.max": "止损订单价格必须小于 {{value}}",
|
|
397
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMin": "您的止盈触发价格应设置为低于您的订单价格。",
|
|
398
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMax": "您的止盈触发价格应设置为高于您的订单价格。",
|
|
399
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMin": "您的止损触发价格应设置为低于您的订单价格。",
|
|
400
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "您的止损触发价格应设置为高于您的订单价格。",
|
|
401
|
+
"tpsl.validate.tpTriggerPrice.error.required": "止盈触发价格为必填项",
|
|
402
|
+
"tpsl.validate.slTriggerPrice.error.required": "止损触发价格为必填项",
|
|
403
|
+
"tpsl.tpslDetail.qty": "数量",
|
|
404
|
+
"tpsl.tpslDetail.type": "类型",
|
|
405
|
+
"tpsl.tpslDetail.trigger": "触发",
|
|
406
|
+
"tpsl.tpslDetail.price": "价格",
|
|
407
|
+
"tpsl.tpslDetail.estPnl": "预估盈亏",
|
|
408
|
+
"tpsl.tpslDetail.estPnl.tooltip": "实际值可能因实际交易价格而异。此值仅供参考。",
|
|
409
|
+
"tpsl.agreement": "您同意编辑您的 {{symbol}} 订单。",
|
|
348
410
|
"share.pnl.sharePnl": "分享盈亏",
|
|
349
411
|
"share.pnl.share.long": "多头",
|
|
350
412
|
"share.pnl.share.short": "空头",
|
|
@@ -365,6 +427,7 @@
|
|
|
365
427
|
"orderEntry.buyLong": "买入/多头",
|
|
366
428
|
"orderEntry.sellShort": "卖出/空头",
|
|
367
429
|
"orderEntry.reduceOnly": "仅减少",
|
|
430
|
+
"orderEntry.soundAlerts": "声音提醒",
|
|
368
431
|
"orderEntry.orderType.limit": "限价",
|
|
369
432
|
"orderEntry.orderType.market": "市价",
|
|
370
433
|
"orderEntry.orderType.limitOrder": "限价订单",
|
|
@@ -375,14 +438,14 @@
|
|
|
375
438
|
"orderEntry.orderType.ioc": "立即成交或取消",
|
|
376
439
|
"orderEntry.orderType.fok": "全部成交或取消",
|
|
377
440
|
"orderEntry.orderType.scaledOrder": "阶梯订单",
|
|
378
|
-
"orderEntry.
|
|
379
|
-
"orderEntry.
|
|
441
|
+
"orderEntry.startPrice": "起始价格",
|
|
442
|
+
"orderEntry.endPrice": "结束价格",
|
|
380
443
|
"orderEntry.skew": "偏差",
|
|
381
444
|
"orderEntry.totalOrders": "订单总数",
|
|
382
445
|
"orderEntry.totalQuantity": "总数量",
|
|
383
446
|
"orderEntry.quantityDistribution": "数量分布",
|
|
384
447
|
"orderEntry.quantityDistribution.description": "控制订单数量在不同价格区间的分布方式。",
|
|
385
|
-
"orderEntry.quantityDistribution.formula": "
|
|
448
|
+
"orderEntry.quantityDistribution.formula": "数量分布 = (结束价格时的数量) ÷ (开始价格时的数量)",
|
|
386
449
|
"orderEntry.distributionType.flat": "均匀",
|
|
387
450
|
"orderEntry.distributionType.ascending": "递增",
|
|
388
451
|
"orderEntry.distributionType.ascending.abbr": "递增",
|
|
@@ -390,8 +453,8 @@
|
|
|
390
453
|
"orderEntry.distributionType.descending.abbr": "递减",
|
|
391
454
|
"orderEntry.distributionType.custom": "自定义",
|
|
392
455
|
"orderEntry.distributionType.flat.description": "在价格区间内均匀分配订单数量。",
|
|
393
|
-
"orderEntry.distributionType.ascending.description": "
|
|
394
|
-
"orderEntry.distributionType.descending.description": "
|
|
456
|
+
"orderEntry.distributionType.ascending.description": "较大的订单规模朝向价格范围的末端",
|
|
457
|
+
"orderEntry.distributionType.descending.description": "较大的订单规模靠近价格范围的起始端",
|
|
395
458
|
"orderEntry.bbo": "最佳买卖报价",
|
|
396
459
|
"orderEntry.bbo.counterparty1": "对手方1",
|
|
397
460
|
"orderEntry.bbo.counterparty5": "对手方5",
|
|
@@ -426,12 +489,12 @@
|
|
|
426
489
|
"orderEntry.slTriggerPrice.error.min": "止损价格必须大于{{value}}",
|
|
427
490
|
"orderEntry.slTriggerPrice.error.max": "止损价格必须小于{{value}}",
|
|
428
491
|
"orderEntry.total.error.min": "订单价值应大于或等于{{value}} USDC",
|
|
429
|
-
"orderEntry.
|
|
430
|
-
"orderEntry.
|
|
431
|
-
"orderEntry.
|
|
432
|
-
"orderEntry.
|
|
433
|
-
"orderEntry.
|
|
434
|
-
"orderEntry.
|
|
492
|
+
"orderEntry.startPrice.error.required": "请输入最低价格",
|
|
493
|
+
"orderEntry.startPrice.error.min": "最低价格必须大于 {{value}}",
|
|
494
|
+
"orderEntry.startPrice.error.max": "起始价格必须小于 {{value}}",
|
|
495
|
+
"orderEntry.endPrice.error.required": "请输入最高价格",
|
|
496
|
+
"orderEntry.endPrice.error.min": "最高价格必须大于 {{value}}",
|
|
497
|
+
"orderEntry.endPrice.error.max": "最高价格必须小于 {{value}}",
|
|
435
498
|
"orderEntry.totalOrders.error.required": "请输入订单总数",
|
|
436
499
|
"orderEntry.totalOrders.error.range": "订单总数必须在2到20之间",
|
|
437
500
|
"orderEntry.skew.error.required": "请输入偏差值",
|
|
@@ -573,10 +636,9 @@
|
|
|
573
636
|
"transfer.insufficientBalance": "余额不足",
|
|
574
637
|
"transfer.insufficientAllowance": "授权额度不足",
|
|
575
638
|
"transfer.rejectTransaction": "交易被拒绝",
|
|
576
|
-
"transfer.deposit.approve
|
|
639
|
+
"transfer.deposit.approve": "批准",
|
|
577
640
|
"transfer.deposit.approve.success": "批准成功",
|
|
578
641
|
"transfer.deposit.approve.failed": "批准失败",
|
|
579
|
-
"transfer.deposit.increase.symbol": "增加{{symbol}}授权金额",
|
|
580
642
|
"transfer.deposit.requested": "存款请求",
|
|
581
643
|
"transfer.deposit.completed": "存款完成",
|
|
582
644
|
"transfer.deposit.failed": "存款失败",
|
|
@@ -591,6 +653,7 @@
|
|
|
591
653
|
"transfer.withdraw.crossChain.process": "您的跨链提款正在处理中...",
|
|
592
654
|
"transfer.withdraw.crossChain.warning": "需要跨链重新平衡的提款无法取消或在处理完成之前进行更多提款。",
|
|
593
655
|
"transfer.withdraw.crossChain.vaultWarning": "提款超过{{networkName}}金库的余额({{chainVaultBalance}} USDC)。跨链重新平衡费用将被收取以提款到{{networkName}}。",
|
|
656
|
+
"transfer.withdraw.vaultWarning": "{{chainName}} 上的 {{tokenName}} 余额为 {{balance}},不能满足您的提现请求,请稍后再试或切换到其他链进行提现。",
|
|
594
657
|
"transfer.withdraw.minAmount.error": "数量必须大于{{minAmount}}",
|
|
595
658
|
"transfer.withdraw.requested": "提款请求",
|
|
596
659
|
"transfer.withdraw.completed": "提款完成",
|
|
@@ -639,7 +702,7 @@
|
|
|
639
702
|
"transfer.convert.convertAssets": "将资产转换为 USDC",
|
|
640
703
|
"transfer.deposit.collateralContribution": "抵押品贡献",
|
|
641
704
|
"transfer.withdraw.InsufficientVaultBalance": "保险库余额不足",
|
|
642
|
-
"transfer.LTV": "
|
|
705
|
+
"transfer.LTV": "LTV",
|
|
643
706
|
"transfer.LTV.description": "LTV(贷款价值比)是您的负 USDC 与抵押品当前价值之间的比率。如果您的 LTV 超过 {{threshold}},您的抵押品将自动转换为 USDC。",
|
|
644
707
|
"transfer.LTV.tooltip": "如果您的 LTV 超过 {{threshold}}% 或您的 USDC 余额加上未结算盈亏低于 {{usdcThreshold}},您的抵押品将自动转换并扣除折扣。为避免这种情况,您可以手动将资产转换为 USDC。",
|
|
645
708
|
"transfer.LTV.currentLTV": "当前 LTV",
|
|
@@ -655,15 +718,15 @@
|
|
|
655
718
|
"affiliate.enter": "输入",
|
|
656
719
|
"affiliate.statistics": "统计",
|
|
657
720
|
"affiliate.connectWallet.tooltip": "请连接您的钱包以使用此功能",
|
|
658
|
-
"affiliate.page.title": "
|
|
659
|
-
"affiliate.page.subTitle": "
|
|
660
|
-
"affiliate.page.learnMore": "
|
|
721
|
+
"affiliate.page.title": "推荐、赚取、成长 - 推荐和联盟计划",
|
|
722
|
+
"affiliate.page.subTitle": "通过分享您的推荐码赚取高达60%的佣金。邀请朋友,扩大您的网络,赚取更多。",
|
|
723
|
+
"affiliate.page.learnMore": "了解运作方式",
|
|
661
724
|
"affiliate.asAffiliate.affilates": "联盟会员",
|
|
662
|
-
"affiliate.asAffiliate.title": "
|
|
663
|
-
"affiliate.asAffiliate.description": "
|
|
725
|
+
"affiliate.asAffiliate.title": "推荐人",
|
|
726
|
+
"affiliate.asAffiliate.description": "从朋友的交易中赚取10%佣金。想要更高的佣金费率?提交申请成为联盟伙伴。",
|
|
664
727
|
"affiliate.asAffiliate.button": "成为联盟",
|
|
665
|
-
"affiliate.asTrader.title": "
|
|
666
|
-
"affiliate.asTrader.description": "
|
|
728
|
+
"affiliate.asTrader.title": "被推荐人(交易者)",
|
|
729
|
+
"affiliate.asTrader.description": "通过使用推荐码进行交易获得返利。",
|
|
667
730
|
"affiliate.asTrader.button": "输入代码",
|
|
668
731
|
"affiliate.referralCode": "推荐码",
|
|
669
732
|
"affiliate.referralCode.dialog.title": "绑定推荐码",
|
|
@@ -671,17 +734,17 @@
|
|
|
671
734
|
"affiliate.referralCode.label": "输入推荐码",
|
|
672
735
|
"affiliate.referralCode.bound": "推荐码已绑定",
|
|
673
736
|
"affiliate.referralCode.notExist": "此推荐码不存在。",
|
|
674
|
-
"affiliate.process.title": "
|
|
737
|
+
"affiliate.process.title": "运作方式",
|
|
675
738
|
"affiliate.process.step1.title": "交易 $10,000+ 或申请",
|
|
676
|
-
"affiliate.process.step1.description": "
|
|
739
|
+
"affiliate.process.step1.description": "自动解锁推荐码(已完成$0 / $10,000 - 仅限主账户),或通过表单申请更高费率。",
|
|
677
740
|
"affiliate.process.step1.volumeEq0.title": "获取自动推荐码或提交申请",
|
|
678
741
|
"affiliate.process.step1.volumeEq0.description": "完成第一笔交易后,您的推荐码即可使用。您可以通过表单申请更高的费率。",
|
|
679
742
|
"affiliate.process.step1.volumeGt0.title": "交易${{requireVolume}}+或提交申请",
|
|
680
743
|
"affiliate.process.step1.volumeGt0.description": "自动获取推荐码(已完成${{volume}},目标${{requireVolume}}),或通过表单申请更高的费率。",
|
|
681
744
|
"affiliate.process.step2.title": "分享",
|
|
682
|
-
"affiliate.process.step2.description": "
|
|
745
|
+
"affiliate.process.step2.description": "分享您的个人推荐码给其他人开始赚取收益。",
|
|
683
746
|
"affiliate.process.step3.title": "赚取",
|
|
684
|
-
"affiliate.process.step3.description": "
|
|
747
|
+
"affiliate.process.step3.description": "推荐他人赚取佣金,或使用推荐码在交易中获得返利",
|
|
685
748
|
"affiliate.summary": "总结",
|
|
686
749
|
"affiliate.summary.refereesTraded": "已交易的被推荐人",
|
|
687
750
|
"affiliate.referralLink": "推荐链接",
|
|
@@ -696,6 +759,7 @@
|
|
|
696
759
|
"affiliate.referralCodes.column.traders": "交易员",
|
|
697
760
|
"affiliate.referralCodes.column.referees&Traders": "被推荐人/交易员",
|
|
698
761
|
"affiliate.referralCodes.copyLink": "复制链接",
|
|
762
|
+
"affiliate.upTo": "高达60%",
|
|
699
763
|
"affiliate.commission": "佣金",
|
|
700
764
|
"affiliate.commission.30d": "30天佣金",
|
|
701
765
|
"affiliate.commission.column.activeUsers": "推荐活跃用户",
|
|
@@ -737,6 +801,7 @@
|
|
|
737
801
|
"tradingLeaderboard.future": "即将开始",
|
|
738
802
|
"tradingLeaderboard.learnMore": "了解更多",
|
|
739
803
|
"tradingLeaderboard.tradeNow": "立即交易",
|
|
804
|
+
"tradingLeaderboard.joinNow": "立即加入",
|
|
740
805
|
"tradingLeaderboard.tradingVolume": "交易量",
|
|
741
806
|
"tradingLeaderboard.realizedPnl": "已实现盈亏",
|
|
742
807
|
"tradingLeaderboard.rank": "排名",
|
|
@@ -758,6 +823,8 @@
|
|
|
758
823
|
"tradingLeaderboard.arena": "竞技场",
|
|
759
824
|
"tradingLeaderboard.generalLeaderboard": "总排行榜",
|
|
760
825
|
"tradingLeaderboard.maxTicketsAchieved": "获得的最大票数",
|
|
826
|
+
"tradingLeaderboard.termsAndConditions": "条款和条件",
|
|
827
|
+
"tradingLeaderboard.rules": "规则",
|
|
761
828
|
"assetHistory.status.pending": "待处理",
|
|
762
829
|
"assetHistory.status.confirm": "确认",
|
|
763
830
|
"assetHistory.status.processing": "处理中",
|
|
@@ -773,6 +840,7 @@
|
|
|
773
840
|
"linkDevice.scanQRCode.description": "点击桌面右上角的<0/>图标以生成二维码进行扫描。",
|
|
774
841
|
"linkDevice.scanQRCode.tooltip": "通过二维码链接到桌面",
|
|
775
842
|
"linkDevice.scanQRCode.connected.description": "您已通过其他设备连接。此模式仅用于交易。要切换网络、存款或取款资产,请断开连接并在此设备上重新连接您的钱包。",
|
|
843
|
+
"linkDevice.tooltip": "连接移动设备",
|
|
776
844
|
"settle.settlePnl": "结算盈亏",
|
|
777
845
|
"settle.settlePnl.warning": "请结算您的余额",
|
|
778
846
|
"settle.settlePnl.description": "您确定要结算您的盈亏吗?<br/>结算将在1分钟内完成,然后您可以提取可用余额。",
|
|
@@ -783,6 +851,7 @@
|
|
|
783
851
|
"settle.settlement.failed": "结算失败",
|
|
784
852
|
"settle.settlement.error": "每10分钟只允许一次结算。请稍后再试。",
|
|
785
853
|
"languageSwitcher.language": "语言",
|
|
854
|
+
"languageSwitcher.tooltip": "切换语言",
|
|
786
855
|
"languageSwitcher.tips": "人工智能生成的翻译可能并不完全准确。",
|
|
787
856
|
"announcement.type.listing": "上架",
|
|
788
857
|
"announcement.type.maintenance": "维护",
|
|
@@ -815,5 +884,6 @@
|
|
|
815
884
|
"funding.annualRate": "年化率",
|
|
816
885
|
"funding.paymentType": "支付类型",
|
|
817
886
|
"funding.paymentType.paid": "已支付",
|
|
818
|
-
"funding.paymentType.received": "已收到"
|
|
887
|
+
"funding.paymentType.received": "已收到",
|
|
888
|
+
"leftNav.feedback": "分享您的反馈"
|
|
819
889
|
}
|