@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/id.json
CHANGED
|
@@ -55,6 +55,8 @@
|
|
|
55
55
|
"common.markPrice": "Harga mark",
|
|
56
56
|
"common.limitPrice": "Harga limit",
|
|
57
57
|
"common.marketPrice": "Pasar",
|
|
58
|
+
"common.market": "Pasar",
|
|
59
|
+
"common.limit": "Limit",
|
|
58
60
|
"common.unrealizedPnl": "PnL Belum Direalisasi",
|
|
59
61
|
"common.realizedPnl": "PnL Direalisasi",
|
|
60
62
|
"common.totalValue": "Total nilai",
|
|
@@ -91,6 +93,11 @@
|
|
|
91
93
|
"common.web3Wallet": "Dompet Web3",
|
|
92
94
|
"common.txId": "TxID",
|
|
93
95
|
"common.result": "Hasil",
|
|
96
|
+
"common.orderQty": "Jml. Pesanan",
|
|
97
|
+
"common.positionQty": "Jml. Posisi",
|
|
98
|
+
"common.estTotal": "Total Perkiraan",
|
|
99
|
+
"common.fullTPSL": "TP/SL Penuh",
|
|
100
|
+
"common.partialTPSL": "TP/SL Parsial",
|
|
94
101
|
"markets.favorites": "Favorit",
|
|
95
102
|
"markets.recent": "Terbaru",
|
|
96
103
|
"markets.newListings": "Listing baru",
|
|
@@ -139,10 +146,14 @@
|
|
|
139
146
|
"portfolio.apiKeys": "Kunci API",
|
|
140
147
|
"portfolio.setting": "Pengaturan",
|
|
141
148
|
"portfolio.overview.availableWithdraw": "Tersedia untuk ditarik",
|
|
149
|
+
"portfolio.overview.handle.title": "Nilai portofolio",
|
|
142
150
|
"portfolio.overview.performance": "Kinerja",
|
|
143
151
|
"portfolio.overview.performance.roi": "ROI {{period}}",
|
|
152
|
+
"portfolio.overview.performance.roi.tooltip": "Pengembalian atas periode yang dipilih, termasuk deposit/penarikan.",
|
|
144
153
|
"portfolio.overview.performance.pnl": "PnL {{period}}",
|
|
154
|
+
"portfolio.overview.performance.pnl.tooltip": "Laba/rugi atas periode yang dipilih, termasuk deposit/penarikan.",
|
|
145
155
|
"portfolio.overview.performance.volume": "Volume {{period}} (USDC)",
|
|
156
|
+
"portfolio.overview.performance.volume.tooltip": "Volume perdagangan atas periode yang dipilih.",
|
|
146
157
|
"portfolio.overview.performance.dailyPnl": "PnL Harian",
|
|
147
158
|
"portfolio.overview.performance.cumulativePnl": "PnL Kumulatif",
|
|
148
159
|
"portfolio.overview.distribution": "Distribusi",
|
|
@@ -330,6 +341,9 @@
|
|
|
330
341
|
"orders.download.tooltip": "Data yang diunduh hanya akan mencerminkan filter yang diterapkan (misalnya, status, waktu, sisi, dan paginasi) dan mungkin tidak mencakup semua catatan.",
|
|
331
342
|
"tpsl.tp": "TP",
|
|
332
343
|
"tpsl.sl": "SL",
|
|
344
|
+
"tpsl.mode": "Mode",
|
|
345
|
+
"tpsl.fullPosition": "Posisi penuh",
|
|
346
|
+
"tpsl.partialPosition": "Posisi sebagian",
|
|
333
347
|
"tpsl.tpPrice": "Harga TP",
|
|
334
348
|
"tpsl.slPrice": "Harga SL",
|
|
335
349
|
"tpsl.tpPnl": "PnL TP",
|
|
@@ -338,6 +352,12 @@
|
|
|
338
352
|
"tpsl.slTrigger": "Trigger SL",
|
|
339
353
|
"tpsl.pnl": "PnL",
|
|
340
354
|
"tpsl.offset": "Offset",
|
|
355
|
+
"tpsl.add": "Tambah",
|
|
356
|
+
"tpsl.cancelAll": "Batal semua",
|
|
357
|
+
"tpsl.tpOrderPrice": "Harga pesanan TP",
|
|
358
|
+
"tpsl.slOrderPrice": "Harga pesanan SL",
|
|
359
|
+
"tpsl.tpTriggerPrice": "Harga pemicu TP",
|
|
360
|
+
"tpsl.slTriggerPrice": "Harga pemicu SL",
|
|
341
361
|
"tpsl.positionTpsl": "Posisi TP/SL",
|
|
342
362
|
"tpsl.entirePosition": "Seluruh posisi",
|
|
343
363
|
"tpsl.estPnl": "Perkiraan PNL",
|
|
@@ -345,6 +365,48 @@
|
|
|
345
365
|
"tpsl.stopLoss": "Stop loss",
|
|
346
366
|
"tpsl.cancelOrder.description": "Apakah Anda yakin ingin membatalkan pesanan TP/SL ini?",
|
|
347
367
|
"tpsl.confirmOrder": "Konfirmasi Pesanan",
|
|
368
|
+
"tpsl.advanced": "Lanjutan",
|
|
369
|
+
"tpsl.positionType.full": "TP/SL: Posisi penuh",
|
|
370
|
+
"tpsl.positionType.partial": "TP/SL: Posisi parsial",
|
|
371
|
+
"tpsl.positionType.full.tips": "TP/SL (penuh) berlaku untuk posisi penuh. Pesanan TP/SL (penuh) yang baru diaktifkan akan menimpa pesanan sebelumnya. Posisi penuh akan ditutup pasar ketika harga dipicu.",
|
|
372
|
+
"tpsl.positionType.partial.tips": "TP/SL dipicu pada harga mark yang ditentukan dan dieksekusi sebagai pesanan pasar. Secara default, berlaku untuk seluruh posisi. Sesuaikan pengaturan di posisi terbuka untuk TP/SL parsial.",
|
|
373
|
+
"tpsl.advanced.title": "TP/SL",
|
|
374
|
+
"tpsl.advanced.quantity": "Jumlah",
|
|
375
|
+
"tpsl.advanced.lastPrice": "Harga terakhir",
|
|
376
|
+
"tpsl.advanced.orderPrice": "Harga pesanan",
|
|
377
|
+
"tpsl.advanced.triggerPrice": "Harga pemicu",
|
|
378
|
+
"tpsl.advanced.pnl": "P&L",
|
|
379
|
+
"tpsl.advanced.offset": "Offset",
|
|
380
|
+
"tpsl.advanced.offsetPercentage": "Offset%",
|
|
381
|
+
"tpsl.positionType.full.tips.market": "TP/SL posisi penuh hanya mendukung harga pasar untuk menempatkan pesanan",
|
|
382
|
+
"tpsl.advanced.TP.label": "Ambil untung",
|
|
383
|
+
"tpsl.advanced.SL.label": "Hentikan rugi",
|
|
384
|
+
"tpsl.advanced.limit": "Limit",
|
|
385
|
+
"tpsl.advanced.market": "Pasar",
|
|
386
|
+
"tpsl.advanced.ROI": "Ketika harga mark mencapai <0/>, akan memicu pesanan <1/>, dan P&L perkiraan akan <2/> dan ROI adalah <3/>.",
|
|
387
|
+
"tpsl.advanced.submit": "Kirim",
|
|
388
|
+
"tpsl.totalEstTpPnl": "Total perkiraan P&L TP",
|
|
389
|
+
"tpsl.totalEstSlPnl": "Total perkiraan P&L SL",
|
|
390
|
+
"tpsl.riskRewardRatio": "Rasio risiko-imbalan",
|
|
391
|
+
"tpsl.validate.tpOrderPrice.error.required": "Harga pesanan TP diperlukan",
|
|
392
|
+
"tpsl.validate.tpOrderPrice.error.min": "Harga pesanan TP harus lebih besar dari {{value}}",
|
|
393
|
+
"tpsl.validate.tpOrderPrice.error.max": "Harga pesanan TP harus lebih kecil dari {{value}}",
|
|
394
|
+
"tpsl.validate.slOrderPrice.error.required": "Harga pesanan SL diperlukan",
|
|
395
|
+
"tpsl.validate.slOrderPrice.error.min": "Harga pesanan SL harus lebih besar dari {{value}}",
|
|
396
|
+
"tpsl.validate.slOrderPrice.error.max": "Harga pesanan SL harus lebih kecil dari {{value}}",
|
|
397
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMin": "Harga pemicu TP Anda harus diatur lebih rendah dari harga pesanan Anda.",
|
|
398
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMax": "Harga pemicu TP Anda harus diatur lebih tinggi dari harga pesanan Anda.",
|
|
399
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMin": "Harga pemicu SL Anda harus diatur lebih rendah dari harga pesanan Anda.",
|
|
400
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "Harga pemicu SL Anda harus diatur lebih tinggi dari harga pesanan Anda.",
|
|
401
|
+
"tpsl.validate.tpTriggerPrice.error.required": "Harga pemicu TP diperlukan",
|
|
402
|
+
"tpsl.validate.slTriggerPrice.error.required": "Harga pemicu SL diperlukan",
|
|
403
|
+
"tpsl.tpslDetail.qty": "Jml.",
|
|
404
|
+
"tpsl.tpslDetail.type": "Tipe",
|
|
405
|
+
"tpsl.tpslDetail.trigger": "Pemicu",
|
|
406
|
+
"tpsl.tpslDetail.price": "Harga",
|
|
407
|
+
"tpsl.tpslDetail.estPnl": "P&L perkiraan",
|
|
408
|
+
"tpsl.tpslDetail.estPnl.tooltip": "Nilai aktual mungkin berbeda berdasarkan harga perdagangan aktual. Nilai ini hanya untuk referensi.",
|
|
409
|
+
"tpsl.agreement": "Anda setuju untuk mengedit pesanan {{symbol}} Anda.",
|
|
348
410
|
"share.pnl.sharePnl": "Bagikan PnL",
|
|
349
411
|
"share.pnl.share.long": "LONG",
|
|
350
412
|
"share.pnl.share.short": "SHORT",
|
|
@@ -365,6 +427,7 @@
|
|
|
365
427
|
"orderEntry.buyLong": "Beli / Long",
|
|
366
428
|
"orderEntry.sellShort": "Jual / Short",
|
|
367
429
|
"orderEntry.reduceOnly": "Hanya kurangi",
|
|
430
|
+
"orderEntry.soundAlerts": "Peringatan suara",
|
|
368
431
|
"orderEntry.orderType.limit": "Limit",
|
|
369
432
|
"orderEntry.orderType.market": "Pasar",
|
|
370
433
|
"orderEntry.orderType.limitOrder": "Pesanan limit",
|
|
@@ -375,14 +438,14 @@
|
|
|
375
438
|
"orderEntry.orderType.ioc": "IOC",
|
|
376
439
|
"orderEntry.orderType.fok": "FOK",
|
|
377
440
|
"orderEntry.orderType.scaledOrder": "Order berskala",
|
|
378
|
-
"orderEntry.
|
|
379
|
-
"orderEntry.
|
|
441
|
+
"orderEntry.startPrice": "Harga awal",
|
|
442
|
+
"orderEntry.endPrice": "Harga akhir",
|
|
380
443
|
"orderEntry.skew": "Kemiringan",
|
|
381
444
|
"orderEntry.totalOrders": "Total order",
|
|
382
445
|
"orderEntry.totalQuantity": "Jumlah total",
|
|
383
446
|
"orderEntry.quantityDistribution": "Distribusi jumlah",
|
|
384
447
|
"orderEntry.quantityDistribution.description": "Mengontrol distribusi ukuran order di antara level harga.",
|
|
385
|
-
"orderEntry.quantityDistribution.formula": "
|
|
448
|
+
"orderEntry.quantityDistribution.formula": "Skew Ukuran = (Ukuran pada harga akhir) ÷ (Ukuran pada harga awal)",
|
|
386
449
|
"orderEntry.distributionType.flat": "Rata",
|
|
387
450
|
"orderEntry.distributionType.ascending": "Menaik",
|
|
388
451
|
"orderEntry.distributionType.ascending.abbr": "Naik",
|
|
@@ -390,8 +453,8 @@
|
|
|
390
453
|
"orderEntry.distributionType.descending.abbr": "Turun",
|
|
391
454
|
"orderEntry.distributionType.custom": "Kustom",
|
|
392
455
|
"orderEntry.distributionType.flat.description": "Alokasi order merata di seluruh rentang.",
|
|
393
|
-
"orderEntry.distributionType.ascending.description": "Ukuran lebih besar
|
|
394
|
-
"orderEntry.distributionType.descending.description": "Ukuran lebih besar
|
|
456
|
+
"orderEntry.distributionType.ascending.description": "Ukuran pesanan yang lebih besar ke arah akhir rentang harga",
|
|
457
|
+
"orderEntry.distributionType.descending.description": "Ukuran pesanan yang lebih besar dekat dengan awal rentang harga",
|
|
395
458
|
"orderEntry.bbo": "BBO",
|
|
396
459
|
"orderEntry.bbo.counterparty1": "Counterparty 1",
|
|
397
460
|
"orderEntry.bbo.counterparty5": "Counterparty 5",
|
|
@@ -426,12 +489,12 @@
|
|
|
426
489
|
"orderEntry.slTriggerPrice.error.min": "Harga SL harus lebih besar dari {{value}}",
|
|
427
490
|
"orderEntry.slTriggerPrice.error.max": "Harga SL harus kurang dari {{value}}",
|
|
428
491
|
"orderEntry.total.error.min": "Nilai pesanan harus lebih besar atau sama dengan {{value}} USDC",
|
|
429
|
-
"orderEntry.
|
|
430
|
-
"orderEntry.
|
|
431
|
-
"orderEntry.
|
|
432
|
-
"orderEntry.
|
|
433
|
-
"orderEntry.
|
|
434
|
-
"orderEntry.
|
|
492
|
+
"orderEntry.startPrice.error.required": "Harga terendah wajib diisi",
|
|
493
|
+
"orderEntry.startPrice.error.min": "Harga terendah harus lebih besar dari {{value}}",
|
|
494
|
+
"orderEntry.startPrice.error.max": "Harga mulai harus kurang dari {{value}}",
|
|
495
|
+
"orderEntry.endPrice.error.required": "Harga tertinggi wajib diisi",
|
|
496
|
+
"orderEntry.endPrice.error.min": "Harga tertinggi harus lebih besar dari {{value}}",
|
|
497
|
+
"orderEntry.endPrice.error.max": "Harga tertinggi harus lebih kecil dari {{value}}",
|
|
435
498
|
"orderEntry.totalOrders.error.required": "Total order wajib diisi",
|
|
436
499
|
"orderEntry.totalOrders.error.range": "Total order harus antara 2 sampai 20",
|
|
437
500
|
"orderEntry.skew.error.required": "Kemiringan wajib diisi",
|
|
@@ -573,10 +636,9 @@
|
|
|
573
636
|
"transfer.insufficientBalance": "Saldo tidak mencukupi",
|
|
574
637
|
"transfer.insufficientAllowance": "Izin tidak mencukupi",
|
|
575
638
|
"transfer.rejectTransaction": "Transaksi ditolak",
|
|
576
|
-
"transfer.deposit.approve
|
|
639
|
+
"transfer.deposit.approve": "Setujui",
|
|
577
640
|
"transfer.deposit.approve.success": "Persetujuan berhasil",
|
|
578
641
|
"transfer.deposit.approve.failed": "Persetujuan gagal",
|
|
579
|
-
"transfer.deposit.increase.symbol": "Tingkatkan jumlah yang diizinkan {{symbol}}",
|
|
580
642
|
"transfer.deposit.requested": "Setoran diminta",
|
|
581
643
|
"transfer.deposit.completed": "Setoran selesai",
|
|
582
644
|
"transfer.deposit.failed": "Setoran gagal",
|
|
@@ -591,6 +653,7 @@
|
|
|
591
653
|
"transfer.withdraw.crossChain.process": "Penarikan lintas chain Anda sedang diproses...",
|
|
592
654
|
"transfer.withdraw.crossChain.warning": "Penarikan yang memerlukan rebalancing lintas chain tidak dapat dibatalkan atau diikuti dengan penarikan lebih lanjut sampai diproses.",
|
|
593
655
|
"transfer.withdraw.crossChain.vaultWarning": "Penarikan melebihi saldo vault {{networkName}} ( {{chainVaultBalance}} USDC ). Biaya rebalancing lintas chain akan dikenakan untuk penarikan ke {{networkName}}.",
|
|
656
|
+
"transfer.withdraw.vaultWarning": "Saldo {{tokenName}} di {{chainName}} adalah {{balance}}, yang tidak cukup untuk memenuhi permintaan penarikan Anda. Silakan coba lagi nanti atau beralih ke chain lain untuk penarikan.",
|
|
594
657
|
"transfer.withdraw.minAmount.error": "jumlah harus lebih besar dari {{minAmount}}",
|
|
595
658
|
"transfer.withdraw.requested": "Penarikan diminta",
|
|
596
659
|
"transfer.withdraw.completed": "Penarikan selesai",
|
|
@@ -655,15 +718,15 @@
|
|
|
655
718
|
"affiliate.enter": "Masuk",
|
|
656
719
|
"affiliate.statistics": "Statistik",
|
|
657
720
|
"affiliate.connectWallet.tooltip": "Harap hubungkan wallet Anda untuk menggunakan fungsi ini",
|
|
658
|
-
"affiliate.page.title": "
|
|
659
|
-
"affiliate.page.subTitle": "
|
|
721
|
+
"affiliate.page.title": "Rujuk, raih, dan kembangkan - program referral & afiliasi",
|
|
722
|
+
"affiliate.page.subTitle": "Dapatkan hingga 60% komisi dengan membagikan kode referral Anda. Undang teman, kembangkan jaringan Anda, dan raih lebih banyak.",
|
|
660
723
|
"affiliate.page.learnMore": "Pelajari cara kerjanya",
|
|
661
724
|
"affiliate.asAffiliate.affilates": "Afiliasi",
|
|
662
|
-
"affiliate.asAffiliate.title": "
|
|
663
|
-
"affiliate.asAffiliate.description": "
|
|
725
|
+
"affiliate.asAffiliate.title": "Perujuk",
|
|
726
|
+
"affiliate.asAffiliate.description": "Dapatkan komisi 10% dari trading teman. Ingin tarif komisi yang lebih tinggi? Kirim aplikasi untuk menjadi afiliasi.",
|
|
664
727
|
"affiliate.asAffiliate.button": "Jadi afiliasi",
|
|
665
|
-
"affiliate.asTrader.title": "
|
|
666
|
-
"affiliate.asTrader.description": "
|
|
728
|
+
"affiliate.asTrader.title": "Yang Dirujuk (Trader)",
|
|
729
|
+
"affiliate.asTrader.description": "Dapatkan rabat dengan trading menggunakan kode referral.",
|
|
667
730
|
"affiliate.asTrader.button": "Masukkan kode",
|
|
668
731
|
"affiliate.referralCode": "Kode referral",
|
|
669
732
|
"affiliate.referralCode.dialog.title": "Ikat kode referral",
|
|
@@ -671,17 +734,17 @@
|
|
|
671
734
|
"affiliate.referralCode.label": "Masukkan kode referral",
|
|
672
735
|
"affiliate.referralCode.bound": "Kode referral terikat",
|
|
673
736
|
"affiliate.referralCode.notExist": "Kode referral ini tidak ada.",
|
|
674
|
-
"affiliate.process.title": "
|
|
737
|
+
"affiliate.process.title": "Cara Kerjanya",
|
|
675
738
|
"affiliate.process.step1.title": "Trading $10,000+ atau daftar",
|
|
676
|
-
"affiliate.process.step1.description": "
|
|
739
|
+
"affiliate.process.step1.description": "Buka kunci kode referral secara otomatis ($0 dari $10,000 selesai - akun utama saja), atau ajukan tarif yang lebih tinggi melalui formulir.",
|
|
677
740
|
"affiliate.process.step1.volumeEq0.title": "Dapatkan kode referral otomatis atau daftar",
|
|
678
741
|
"affiliate.process.step1.volumeEq0.description": "Kode referral Anda siap digunakan setelah melakukan trade pertama. Anda dapat mendaftar untuk tingkat yang lebih tinggi melalui formulir.",
|
|
679
742
|
"affiliate.process.step1.volumeGt0.title": "Trade ${{requireVolume}}+ atau daftar",
|
|
680
743
|
"affiliate.process.step1.volumeGt0.description": "Dapatkan kode referral secara otomatis (${{volume}} dari ${{requireVolume}} selesai), atau daftar untuk tingkat yang lebih tinggi melalui formulir.",
|
|
681
744
|
"affiliate.process.step2.title": "Bagikan",
|
|
682
|
-
"affiliate.process.step2.description": "
|
|
745
|
+
"affiliate.process.step2.description": "Bagikan kode referral personal Anda dengan orang lain untuk mulai mendapatkan penghasilan.",
|
|
683
746
|
"affiliate.process.step3.title": "Dapatkan",
|
|
684
|
-
"affiliate.process.step3.description": "
|
|
747
|
+
"affiliate.process.step3.description": "Rujuk orang lain untuk mendapatkan komisi, atau gunakan kode referral untuk mendapatkan rabat pada trading Anda",
|
|
685
748
|
"affiliate.summary": "Ringkasan",
|
|
686
749
|
"affiliate.summary.refereesTraded": "Referee yang trading",
|
|
687
750
|
"affiliate.referralLink": "Tautan referral",
|
|
@@ -696,6 +759,7 @@
|
|
|
696
759
|
"affiliate.referralCodes.column.traders": "Trader",
|
|
697
760
|
"affiliate.referralCodes.column.referees&Traders": "Referee / Trader",
|
|
698
761
|
"affiliate.referralCodes.copyLink": "Salin tautan",
|
|
762
|
+
"affiliate.upTo": "Hingga 60%",
|
|
699
763
|
"affiliate.commission": "Komisi",
|
|
700
764
|
"affiliate.commission.30d": "Komisi 30h",
|
|
701
765
|
"affiliate.commission.column.activeUsers": "Pengguna aktif referral",
|
|
@@ -737,6 +801,7 @@
|
|
|
737
801
|
"tradingLeaderboard.future": "Mendatang",
|
|
738
802
|
"tradingLeaderboard.learnMore": "Pelajari lebih lanjut",
|
|
739
803
|
"tradingLeaderboard.tradeNow": "Trading sekarang",
|
|
804
|
+
"tradingLeaderboard.joinNow": "Bergabung sekarang",
|
|
740
805
|
"tradingLeaderboard.tradingVolume": "Volume trading",
|
|
741
806
|
"tradingLeaderboard.realizedPnl": "PnL Direalisasi",
|
|
742
807
|
"tradingLeaderboard.rank": "Peringkat",
|
|
@@ -758,6 +823,8 @@
|
|
|
758
823
|
"tradingLeaderboard.arena": "Arena",
|
|
759
824
|
"tradingLeaderboard.generalLeaderboard": "Papan Peringkat Umum",
|
|
760
825
|
"tradingLeaderboard.maxTicketsAchieved": "Tiket maksimum yang dicapai",
|
|
826
|
+
"tradingLeaderboard.termsAndConditions": "Syarat dan Ketentuan",
|
|
827
|
+
"tradingLeaderboard.rules": "Aturan",
|
|
761
828
|
"assetHistory.status.pending": "Tertunda",
|
|
762
829
|
"assetHistory.status.confirm": "Konfirmasi",
|
|
763
830
|
"assetHistory.status.processing": "Diproses",
|
|
@@ -773,6 +840,7 @@
|
|
|
773
840
|
"linkDevice.scanQRCode.description": "Klik ikon <0/> di pojok kanan atas pada desktop untuk menghasilkan QR code yang akan dipindai.",
|
|
774
841
|
"linkDevice.scanQRCode.tooltip": "Hubungkan ke Desktop melalui QR Code",
|
|
775
842
|
"linkDevice.scanQRCode.connected.description": "Anda terhubung melalui perangkat lain. Mode ini hanya untuk trading. Untuk beralih jaringan, setor atau tarik aset, silakan putuskan dan sambungkan kembali wallet Anda di perangkat ini.",
|
|
843
|
+
"linkDevice.tooltip": "Hubungkan perangkat mobile",
|
|
776
844
|
"settle.settlePnl": "Selesaikan PnL",
|
|
777
845
|
"settle.settlePnl.warning": "Harap selesaikan saldo Anda",
|
|
778
846
|
"settle.settlePnl.description": "Apakah Anda yakin ingin menyelesaikan PnL Anda? <br/> Penyelesaian akan memakan waktu hingga 1 menit sebelum Anda dapat menarik saldo yang tersedia.",
|
|
@@ -783,6 +851,7 @@
|
|
|
783
851
|
"settle.settlement.failed": "Penyelesaian gagal",
|
|
784
852
|
"settle.settlement.error": "Penyelesaian hanya diizinkan sekali setiap 10 menit. Silakan coba lagi nanti.",
|
|
785
853
|
"languageSwitcher.language": "Bahasa",
|
|
854
|
+
"languageSwitcher.tooltip": "Ganti bahasa",
|
|
786
855
|
"languageSwitcher.tips": "Terjemahan yang dihasilkan AI mungkin tidak sepenuhnya akurat.",
|
|
787
856
|
"announcement.type.listing": "Listing",
|
|
788
857
|
"announcement.type.maintenance": "Pemeliharaan",
|
|
@@ -815,5 +884,6 @@
|
|
|
815
884
|
"funding.annualRate": "Tingkat tahunan",
|
|
816
885
|
"funding.paymentType": "Jenis pembayaran",
|
|
817
886
|
"funding.paymentType.paid": "Dibayar",
|
|
818
|
-
"funding.paymentType.received": "Diterima"
|
|
887
|
+
"funding.paymentType.received": "Diterima",
|
|
888
|
+
"leftNav.feedback": "Bagikan umpan balik Anda"
|
|
819
889
|
}
|
package/dist/locales/it.json
CHANGED
|
@@ -55,6 +55,8 @@
|
|
|
55
55
|
"common.markPrice": "Prezzo mark",
|
|
56
56
|
"common.limitPrice": "Prezzo limite",
|
|
57
57
|
"common.marketPrice": "Mercato",
|
|
58
|
+
"common.market": "Mercato",
|
|
59
|
+
"common.limit": "Limite",
|
|
58
60
|
"common.unrealizedPnl": "P/L non realizzato",
|
|
59
61
|
"common.realizedPnl": "P/L realizzato",
|
|
60
62
|
"common.totalValue": "Valore totale",
|
|
@@ -91,6 +93,11 @@
|
|
|
91
93
|
"common.web3Wallet": "Portafoglio Web3",
|
|
92
94
|
"common.txId": "ID Transazione",
|
|
93
95
|
"common.result": "Risultato",
|
|
96
|
+
"common.orderQty": "Qtà ordine",
|
|
97
|
+
"common.positionQty": "Qtà posizione",
|
|
98
|
+
"common.estTotal": "Totale stimato",
|
|
99
|
+
"common.fullTPSL": "TP/SL completo",
|
|
100
|
+
"common.partialTPSL": "TP/SL parziale",
|
|
94
101
|
"markets.favorites": "Preferiti",
|
|
95
102
|
"markets.recent": "Recenti",
|
|
96
103
|
"markets.newListings": "Nuove quotazioni",
|
|
@@ -139,10 +146,14 @@
|
|
|
139
146
|
"portfolio.apiKeys": "Chiavi API",
|
|
140
147
|
"portfolio.setting": "Impostazioni",
|
|
141
148
|
"portfolio.overview.availableWithdraw": "Disponibile per il prelievo",
|
|
149
|
+
"portfolio.overview.handle.title": "Valore del portafoglio",
|
|
142
150
|
"portfolio.overview.performance": "Performance",
|
|
143
151
|
"portfolio.overview.performance.roi": "ROI {{period}}",
|
|
152
|
+
"portfolio.overview.performance.roi.tooltip": "Rendimento sul periodo selezionato, include depositi/prelievi.",
|
|
144
153
|
"portfolio.overview.performance.pnl": "P/L {{period}}",
|
|
154
|
+
"portfolio.overview.performance.pnl.tooltip": "Profitto/perdita sul periodo selezionato, include depositi/prelievi.",
|
|
145
155
|
"portfolio.overview.performance.volume": "Volume {{period}} (USDC)",
|
|
156
|
+
"portfolio.overview.performance.volume.tooltip": "Volume di trading sul periodo selezionato.",
|
|
146
157
|
"portfolio.overview.performance.dailyPnl": "P/L giornaliero",
|
|
147
158
|
"portfolio.overview.performance.cumulativePnl": "P/L cumulativo",
|
|
148
159
|
"portfolio.overview.distribution": "Distribuzione",
|
|
@@ -330,6 +341,9 @@
|
|
|
330
341
|
"orders.download.tooltip": "I dati scaricati rifletteranno solo i filtri applicati (es. stato, tempo, lato e paginazione) e potrebbero non includere tutti i record.",
|
|
331
342
|
"tpsl.tp": "TP",
|
|
332
343
|
"tpsl.sl": "SL",
|
|
344
|
+
"tpsl.mode": "Modalità",
|
|
345
|
+
"tpsl.fullPosition": "Posizione completa",
|
|
346
|
+
"tpsl.partialPosition": "Posizione parziale",
|
|
333
347
|
"tpsl.tpPrice": "Prezzo TP",
|
|
334
348
|
"tpsl.slPrice": "Prezzo SL",
|
|
335
349
|
"tpsl.tpPnl": "P/L TP",
|
|
@@ -338,6 +352,12 @@
|
|
|
338
352
|
"tpsl.slTrigger": "Trigger SL",
|
|
339
353
|
"tpsl.pnl": "P/L",
|
|
340
354
|
"tpsl.offset": "Offset",
|
|
355
|
+
"tpsl.add": "Aggiungi",
|
|
356
|
+
"tpsl.cancelAll": "Annulla tutto",
|
|
357
|
+
"tpsl.tpOrderPrice": "Prezzo ordine TP",
|
|
358
|
+
"tpsl.slOrderPrice": "Prezzo ordine SL",
|
|
359
|
+
"tpsl.tpTriggerPrice": "Prezzo trigger TP",
|
|
360
|
+
"tpsl.slTriggerPrice": "Prezzo trigger SL",
|
|
341
361
|
"tpsl.positionTpsl": "TP/SL posizione",
|
|
342
362
|
"tpsl.entirePosition": "Intera posizione",
|
|
343
363
|
"tpsl.estPnl": "P/L stimato",
|
|
@@ -345,6 +365,48 @@
|
|
|
345
365
|
"tpsl.stopLoss": "Stop loss",
|
|
346
366
|
"tpsl.cancelOrder.description": "Sei sicuro di voler annullare questo ordine TP/SL?",
|
|
347
367
|
"tpsl.confirmOrder": "Conferma ordine",
|
|
368
|
+
"tpsl.advanced": "Avanzato",
|
|
369
|
+
"tpsl.positionType.full": "TP/SL: Posizione completa",
|
|
370
|
+
"tpsl.positionType.partial": "TP/SL: Posizione parziale",
|
|
371
|
+
"tpsl.positionType.full.tips": "TP/SL (completo) si applica alla posizione completa. I nuovi ordini TP/SL (completo) attivati sovrascriveranno gli ordini precedenti. La posizione completa sarà chiusa al mercato quando il prezzo viene attivato.",
|
|
372
|
+
"tpsl.positionType.partial.tips": "TP/SL si attiva al prezzo mark specificato ed esegue come ordine di mercato. Per impostazione predefinita, si applica all'intera posizione. Regola le impostazioni nelle posizioni aperte per TP/SL parziale.",
|
|
373
|
+
"tpsl.advanced.title": "TP/SL",
|
|
374
|
+
"tpsl.advanced.quantity": "Quantità",
|
|
375
|
+
"tpsl.advanced.lastPrice": "Ultimo prezzo",
|
|
376
|
+
"tpsl.advanced.orderPrice": "Prezzo ordine",
|
|
377
|
+
"tpsl.advanced.triggerPrice": "Prezzo trigger",
|
|
378
|
+
"tpsl.advanced.pnl": "P&L",
|
|
379
|
+
"tpsl.advanced.offset": "Offset",
|
|
380
|
+
"tpsl.advanced.offsetPercentage": "Offset%",
|
|
381
|
+
"tpsl.positionType.full.tips.market": "TP/SL posizione completa supporta solo prezzo di mercato per piazzare ordini",
|
|
382
|
+
"tpsl.advanced.TP.label": "Prendi profitto",
|
|
383
|
+
"tpsl.advanced.SL.label": "Ferma perdita",
|
|
384
|
+
"tpsl.advanced.limit": "Limite",
|
|
385
|
+
"tpsl.advanced.market": "Mercato",
|
|
386
|
+
"tpsl.advanced.ROI": "Quando il prezzo mark raggiunge <0/>, attiverà un ordine <1/>, e il P&L stimato sarà <2/> e il ROI è <3/>.",
|
|
387
|
+
"tpsl.advanced.submit": "Invia",
|
|
388
|
+
"tpsl.totalEstTpPnl": "Totale stimato P&L TP",
|
|
389
|
+
"tpsl.totalEstSlPnl": "Totale stimato P&L SL",
|
|
390
|
+
"tpsl.riskRewardRatio": "Rapporto rischio-rendimento",
|
|
391
|
+
"tpsl.validate.tpOrderPrice.error.required": "Il prezzo ordine TP è richiesto",
|
|
392
|
+
"tpsl.validate.tpOrderPrice.error.min": "Il prezzo ordine TP deve essere maggiore di {{value}}",
|
|
393
|
+
"tpsl.validate.tpOrderPrice.error.max": "Il prezzo ordine TP deve essere minore di {{value}}",
|
|
394
|
+
"tpsl.validate.slOrderPrice.error.required": "Il prezzo ordine SL è richiesto",
|
|
395
|
+
"tpsl.validate.slOrderPrice.error.min": "Il prezzo ordine SL deve essere maggiore di {{value}}",
|
|
396
|
+
"tpsl.validate.slOrderPrice.error.max": "Il prezzo ordine SL deve essere minore di {{value}}",
|
|
397
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMin": "Il tuo prezzo trigger TP dovrebbe essere impostato più basso del tuo prezzo ordine.",
|
|
398
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMax": "Il tuo prezzo trigger TP dovrebbe essere impostato più alto del tuo prezzo ordine.",
|
|
399
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMin": "Il tuo prezzo trigger SL dovrebbe essere impostato più basso del tuo prezzo ordine.",
|
|
400
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "Il tuo prezzo trigger SL dovrebbe essere impostato più alto del tuo prezzo ordine.",
|
|
401
|
+
"tpsl.validate.tpTriggerPrice.error.required": "Il prezzo trigger TP è richiesto",
|
|
402
|
+
"tpsl.validate.slTriggerPrice.error.required": "Il prezzo trigger SL è richiesto",
|
|
403
|
+
"tpsl.tpslDetail.qty": "Qtà",
|
|
404
|
+
"tpsl.tpslDetail.type": "Tipo",
|
|
405
|
+
"tpsl.tpslDetail.trigger": "Trigger",
|
|
406
|
+
"tpsl.tpslDetail.price": "Prezzo",
|
|
407
|
+
"tpsl.tpslDetail.estPnl": "P&L stimato",
|
|
408
|
+
"tpsl.tpslDetail.estPnl.tooltip": "Il valore effettivo può differire in base al prezzo di trading effettivo. Questo valore è solo per riferimento.",
|
|
409
|
+
"tpsl.agreement": "Accetti di modificare il tuo ordine {{symbol}}.",
|
|
348
410
|
"share.pnl.sharePnl": "Condividi P/L",
|
|
349
411
|
"share.pnl.share.long": "LONG",
|
|
350
412
|
"share.pnl.share.short": "SHORT",
|
|
@@ -365,6 +427,7 @@
|
|
|
365
427
|
"orderEntry.buyLong": "Compra / Long",
|
|
366
428
|
"orderEntry.sellShort": "Vendi / Short",
|
|
367
429
|
"orderEntry.reduceOnly": "Solo riduzione",
|
|
430
|
+
"orderEntry.soundAlerts": "Avvisi sonori",
|
|
368
431
|
"orderEntry.orderType.limit": "Limite",
|
|
369
432
|
"orderEntry.orderType.market": "Mercato",
|
|
370
433
|
"orderEntry.orderType.limitOrder": "Ordine limite",
|
|
@@ -375,14 +438,14 @@
|
|
|
375
438
|
"orderEntry.orderType.ioc": "IOC",
|
|
376
439
|
"orderEntry.orderType.fok": "FOK",
|
|
377
440
|
"orderEntry.orderType.scaledOrder": "Ordine scalato",
|
|
378
|
-
"orderEntry.
|
|
379
|
-
"orderEntry.
|
|
441
|
+
"orderEntry.startPrice": "Prezzo iniziale",
|
|
442
|
+
"orderEntry.endPrice": "Prezzo finale",
|
|
380
443
|
"orderEntry.skew": "Inclinazione",
|
|
381
444
|
"orderEntry.totalOrders": "Totale ordini",
|
|
382
445
|
"orderEntry.totalQuantity": "Quantità totale",
|
|
383
446
|
"orderEntry.quantityDistribution": "Distribuzione della quantità",
|
|
384
447
|
"orderEntry.quantityDistribution.description": "Controlla la distribuzione della dimensione dell'ordine tra i livelli di prezzo.",
|
|
385
|
-
"orderEntry.quantityDistribution.formula": "Asimmetria
|
|
448
|
+
"orderEntry.quantityDistribution.formula": "Asimmetria Dimensione = (Dimensione al prezzo finale) ÷ (Dimensione al prezzo iniziale)",
|
|
386
449
|
"orderEntry.distributionType.flat": "Uniforme",
|
|
387
450
|
"orderEntry.distributionType.ascending": "Crescente",
|
|
388
451
|
"orderEntry.distributionType.ascending.abbr": "Cresc.",
|
|
@@ -390,8 +453,8 @@
|
|
|
390
453
|
"orderEntry.distributionType.descending.abbr": "Decr.",
|
|
391
454
|
"orderEntry.distributionType.custom": "Personalizzato",
|
|
392
455
|
"orderEntry.distributionType.flat.description": "Allocazione uniforme degli ordini nell'intervallo.",
|
|
393
|
-
"orderEntry.distributionType.ascending.description": "
|
|
394
|
-
"orderEntry.distributionType.descending.description": "
|
|
456
|
+
"orderEntry.distributionType.ascending.description": "Dimensioni degli ordini più grandi verso la fine del range di prezzo",
|
|
457
|
+
"orderEntry.distributionType.descending.description": "Dimensioni degli ordini più grandi vicino all'inizio del range di prezzo",
|
|
395
458
|
"orderEntry.bbo": "BBO",
|
|
396
459
|
"orderEntry.bbo.counterparty1": "Controparte 1",
|
|
397
460
|
"orderEntry.bbo.counterparty5": "Controparte 5",
|
|
@@ -426,12 +489,12 @@
|
|
|
426
489
|
"orderEntry.slTriggerPrice.error.min": "Il prezzo SL deve essere maggiore di {{value}}",
|
|
427
490
|
"orderEntry.slTriggerPrice.error.max": "Il prezzo SL deve essere minore di {{value}}",
|
|
428
491
|
"orderEntry.total.error.min": "Il valore dell'ordine deve essere maggiore o uguale a {{value}} USDC",
|
|
429
|
-
"orderEntry.
|
|
430
|
-
"orderEntry.
|
|
431
|
-
"orderEntry.
|
|
432
|
-
"orderEntry.
|
|
433
|
-
"orderEntry.
|
|
434
|
-
"orderEntry.
|
|
492
|
+
"orderEntry.startPrice.error.required": "Il prezzo inferiore è obbligatorio",
|
|
493
|
+
"orderEntry.startPrice.error.min": "Il prezzo inferiore deve essere maggiore di {{value}}",
|
|
494
|
+
"orderEntry.startPrice.error.max": "Il prezzo di partenza deve essere inferiore a {{value}}",
|
|
495
|
+
"orderEntry.endPrice.error.required": "Il prezzo superiore è obbligatorio",
|
|
496
|
+
"orderEntry.endPrice.error.min": "Il prezzo superiore deve essere maggiore di {{value}}",
|
|
497
|
+
"orderEntry.endPrice.error.max": "Il prezzo superiore deve essere minore di {{value}}",
|
|
435
498
|
"orderEntry.totalOrders.error.required": "Il totale degli ordini è obbligatorio",
|
|
436
499
|
"orderEntry.totalOrders.error.range": "Il totale degli ordini deve essere tra 2 e 20",
|
|
437
500
|
"orderEntry.skew.error.required": "L'inclinazione è obbligatoria",
|
|
@@ -573,10 +636,9 @@
|
|
|
573
636
|
"transfer.insufficientBalance": "Saldo insufficiente",
|
|
574
637
|
"transfer.insufficientAllowance": "Autorizzazione insufficiente",
|
|
575
638
|
"transfer.rejectTransaction": "Transazione rifiutata",
|
|
576
|
-
"transfer.deposit.approve
|
|
639
|
+
"transfer.deposit.approve": "Approva",
|
|
577
640
|
"transfer.deposit.approve.success": "Approvazione riuscita",
|
|
578
641
|
"transfer.deposit.approve.failed": "Approvazione fallita",
|
|
579
|
-
"transfer.deposit.increase.symbol": "Aumenta importo autorizzato {{symbol}}",
|
|
580
642
|
"transfer.deposit.requested": "Deposito richiesto",
|
|
581
643
|
"transfer.deposit.completed": "Deposito completato",
|
|
582
644
|
"transfer.deposit.failed": "Deposito fallito",
|
|
@@ -591,6 +653,7 @@
|
|
|
591
653
|
"transfer.withdraw.crossChain.process": "Il tuo prelievo cross-chain è in elaborazione...",
|
|
592
654
|
"transfer.withdraw.crossChain.warning": "I prelievi che richiedono il ribilanciamento cross-chain non possono essere annullati o seguiti da altri prelievi fino a quando non sono stati elaborati.",
|
|
593
655
|
"transfer.withdraw.crossChain.vaultWarning": "Il prelievo supera il saldo del vault {{networkName}} ( {{chainVaultBalance}} USDC ). Verrà addebitata una commissione di ribilanciamento cross-chain per il prelievo su {{networkName}}.",
|
|
656
|
+
"transfer.withdraw.vaultWarning": "Il saldo di {{tokenName}} su {{chainName}} è {{balance}}, insufficiente a soddisfare la tua richiesta di prelievo. Riprova più tardi o passa a un'altra chain per il prelievo.",
|
|
594
657
|
"transfer.withdraw.minAmount.error": "la quantità deve essere maggiore di {{minAmount}}",
|
|
595
658
|
"transfer.withdraw.requested": "Prelievo richiesto",
|
|
596
659
|
"transfer.withdraw.completed": "Prelievo completato",
|
|
@@ -655,15 +718,15 @@
|
|
|
655
718
|
"affiliate.enter": "Entra",
|
|
656
719
|
"affiliate.statistics": "Statistiche",
|
|
657
720
|
"affiliate.connectWallet.tooltip": "Connetti il tuo portafoglio per utilizzare questa funzione",
|
|
658
|
-
"affiliate.page.title": "
|
|
659
|
-
"affiliate.page.subTitle": "
|
|
721
|
+
"affiliate.page.title": "Riferisci, guadagna e cresci - programma di referral e affiliazione",
|
|
722
|
+
"affiliate.page.subTitle": "Guadagna fino al 60% in commissioni condividendo il tuo codice di referral. Invita amici, fai crescere la tua rete e guadagna di più.",
|
|
660
723
|
"affiliate.page.learnMore": "Scopri come funziona",
|
|
661
724
|
"affiliate.asAffiliate.affilates": "Affiliati",
|
|
662
|
-
"affiliate.asAffiliate.title": "
|
|
663
|
-
"affiliate.asAffiliate.description": "
|
|
725
|
+
"affiliate.asAffiliate.title": "Referente",
|
|
726
|
+
"affiliate.asAffiliate.description": "Guadagna il 10% di commissione dai trade dei tuoi amici. Vuoi tariffe di commissione più alte? Invia una candidatura per diventare affiliato.",
|
|
664
727
|
"affiliate.asAffiliate.button": "Diventa un affiliato",
|
|
665
|
-
"affiliate.asTrader.title": "
|
|
666
|
-
"affiliate.asTrader.description": "
|
|
728
|
+
"affiliate.asTrader.title": "Referito (Trader)",
|
|
729
|
+
"affiliate.asTrader.description": "Ottieni sconti facendo trading con un codice di referral.",
|
|
667
730
|
"affiliate.asTrader.button": "Inserisci codice",
|
|
668
731
|
"affiliate.referralCode": "Codice referral",
|
|
669
732
|
"affiliate.referralCode.dialog.title": "Collega un codice referral",
|
|
@@ -671,17 +734,17 @@
|
|
|
671
734
|
"affiliate.referralCode.label": "Inserisci codice referral",
|
|
672
735
|
"affiliate.referralCode.bound": "Codice referral collegato",
|
|
673
736
|
"affiliate.referralCode.notExist": "Questo codice referral non esiste.",
|
|
674
|
-
"affiliate.process.title": "
|
|
737
|
+
"affiliate.process.title": "Come Funziona",
|
|
675
738
|
"affiliate.process.step1.title": "Trading $10,000+ o candidati",
|
|
676
|
-
"affiliate.process.step1.description": "
|
|
739
|
+
"affiliate.process.step1.description": "Sblocca automaticamente un codice di referral ($0 di $10,000 completato - solo account principale), o richiedi una tariffa più alta tramite il modulo.",
|
|
677
740
|
"affiliate.process.step1.volumeEq0.title": "Ottieni un codice referral automatico o candidati",
|
|
678
741
|
"affiliate.process.step1.volumeEq0.description": "Il tuo codice referral sarà pronto all'uso dopo il tuo primo trade. Puoi candidarti per una tariffa più alta tramite il modulo.",
|
|
679
742
|
"affiliate.process.step1.volumeGt0.title": "Trading ${{requireVolume}}+ o candidati",
|
|
680
743
|
"affiliate.process.step1.volumeGt0.description": "Ottieni un codice referral automaticamente (${{volume}} di ${{requireVolume}} completato), o candidati per una tariffa più alta tramite il modulo.",
|
|
681
744
|
"affiliate.process.step2.title": "Condividi",
|
|
682
|
-
"affiliate.process.step2.description": "
|
|
745
|
+
"affiliate.process.step2.description": "Condividi il tuo codice di referral personalizzato con altri per iniziare a guadagnare.",
|
|
683
746
|
"affiliate.process.step3.title": "Guadagna",
|
|
684
|
-
"affiliate.process.step3.description": "
|
|
747
|
+
"affiliate.process.step3.description": "Riferisci altri per guadagnare commissioni, o usa un codice di referral per ottenere sconti sul tuo trading",
|
|
685
748
|
"affiliate.summary": "Riepilogo",
|
|
686
749
|
"affiliate.summary.refereesTraded": "Referee che hanno fatto trading",
|
|
687
750
|
"affiliate.referralLink": "Link referral",
|
|
@@ -696,6 +759,7 @@
|
|
|
696
759
|
"affiliate.referralCodes.column.traders": "Trader",
|
|
697
760
|
"affiliate.referralCodes.column.referees&Traders": "Referee / Trader",
|
|
698
761
|
"affiliate.referralCodes.copyLink": "Copia link",
|
|
762
|
+
"affiliate.upTo": "Fino al 60%",
|
|
699
763
|
"affiliate.commission": "Commissione",
|
|
700
764
|
"affiliate.commission.30d": "Commissione 30g",
|
|
701
765
|
"affiliate.commission.column.activeUsers": "Utenti referral attivi",
|
|
@@ -737,6 +801,7 @@
|
|
|
737
801
|
"tradingLeaderboard.future": "Future",
|
|
738
802
|
"tradingLeaderboard.learnMore": "Scopri di più",
|
|
739
803
|
"tradingLeaderboard.tradeNow": "Fai trading ora",
|
|
804
|
+
"tradingLeaderboard.joinNow": "Unisciti ora",
|
|
740
805
|
"tradingLeaderboard.tradingVolume": "Volume trading",
|
|
741
806
|
"tradingLeaderboard.realizedPnl": "PnL realizzato",
|
|
742
807
|
"tradingLeaderboard.rank": "Posizione",
|
|
@@ -758,6 +823,8 @@
|
|
|
758
823
|
"tradingLeaderboard.arena": "Arena",
|
|
759
824
|
"tradingLeaderboard.generalLeaderboard": "Classifica generale",
|
|
760
825
|
"tradingLeaderboard.maxTicketsAchieved": "Biglietti massimi ottenuti",
|
|
826
|
+
"tradingLeaderboard.termsAndConditions": "Termini e Condizioni",
|
|
827
|
+
"tradingLeaderboard.rules": "Regole",
|
|
761
828
|
"assetHistory.status.pending": "In attesa",
|
|
762
829
|
"assetHistory.status.confirm": "Conferma",
|
|
763
830
|
"assetHistory.status.processing": "In elaborazione",
|
|
@@ -773,6 +840,7 @@
|
|
|
773
840
|
"linkDevice.scanQRCode.description": "Clicca sull'icona <0/> nell'angolo in alto a destra su desktop per generare un codice QR da scansionare.",
|
|
774
841
|
"linkDevice.scanQRCode.tooltip": "Collega al Desktop tramite Codice QR",
|
|
775
842
|
"linkDevice.scanQRCode.connected.description": "Sei connesso tramite un altro dispositivo. Questa modalità è solo per il trading. Per cambiare rete, depositare o prelevare asset, disconnetti e riconnetti il tuo portafoglio su questo dispositivo.",
|
|
843
|
+
"linkDevice.tooltip": "Collega dispositivo mobile",
|
|
776
844
|
"settle.settlePnl": "Regola P/L",
|
|
777
845
|
"settle.settlePnl.warning": "Per favore regola il tuo saldo",
|
|
778
846
|
"settle.settlePnl.description": "Sei sicuro di voler regolare il tuo P/L? <br/> Il regolamento richiederà fino a 1 minuto prima che tu possa prelevare il tuo saldo disponibile.",
|
|
@@ -783,6 +851,7 @@
|
|
|
783
851
|
"settle.settlement.failed": "Regolamento fallito",
|
|
784
852
|
"settle.settlement.error": "Il regolamento è consentito solo una volta ogni 10 minuti. Riprova più tardi.",
|
|
785
853
|
"languageSwitcher.language": "Lingua",
|
|
854
|
+
"languageSwitcher.tooltip": "Cambia lingua",
|
|
786
855
|
"languageSwitcher.tips": "Le traduzioni generate dall'IA potrebbero non essere completamente accurate.",
|
|
787
856
|
"announcement.type.listing": "Quotazione",
|
|
788
857
|
"announcement.type.maintenance": "Manutenzione",
|
|
@@ -815,5 +884,6 @@
|
|
|
815
884
|
"funding.annualRate": "Tasso annuale",
|
|
816
885
|
"funding.paymentType": "Tipo di pagamento",
|
|
817
886
|
"funding.paymentType.paid": "Pagato",
|
|
818
|
-
"funding.paymentType.received": "Ricevuto"
|
|
887
|
+
"funding.paymentType.received": "Ricevuto",
|
|
888
|
+
"leftNav.feedback": "Condividi il tuo feedback"
|
|
819
889
|
}
|