@orderly.network/i18n 2.2.0 → 2.3.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/index.d.mts +120 -41
- package/dist/index.d.ts +120 -41
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +124 -43
- package/dist/locales/de.json +122 -41
- package/dist/locales/en.json +122 -41
- package/dist/locales/es.json +123 -42
- package/dist/locales/fr.json +122 -41
- package/dist/locales/id.json +122 -41
- package/dist/locales/it.json +123 -42
- package/dist/locales/ja.json +123 -42
- package/dist/locales/ko.json +122 -41
- package/dist/locales/nl.json +122 -41
- package/dist/locales/pl.json +123 -42
- package/dist/locales/pt.json +123 -42
- package/dist/locales/ru.json +122 -41
- package/dist/locales/tr.json +123 -42
- package/dist/locales/uk.json +122 -41
- package/dist/locales/vi.json +122 -41
- package/dist/locales/zh.json +122 -41
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -89,6 +89,61 @@ declare const i18nLocalStorageKey = "orderly_i18nLng";
|
|
|
89
89
|
declare const i18nCookieKey = "orderly_i18nLng";
|
|
90
90
|
|
|
91
91
|
declare const en: {
|
|
92
|
+
"assetHistory.status.pending": string;
|
|
93
|
+
"assetHistory.status.confirm": string;
|
|
94
|
+
"assetHistory.status.processing": string;
|
|
95
|
+
"assetHistory.status.completed": string;
|
|
96
|
+
"assetHistory.status.failed": string;
|
|
97
|
+
"assetHistory.status.pendingRebalance": string;
|
|
98
|
+
"linkDevice.createQRCode.loading.description": string;
|
|
99
|
+
"linkDevice.createQRCode.linkMobileDevice": string;
|
|
100
|
+
"linkDevice.createQRCode.linkMobileDevice.description": string;
|
|
101
|
+
"linkDevice.createQRCode.success.description": string;
|
|
102
|
+
"linkDevice.createQRCode.success.copyUrl": string;
|
|
103
|
+
"linkDevice.scanQRCode": string;
|
|
104
|
+
"linkDevice.scanQRCode.description": string;
|
|
105
|
+
"linkDevice.scanQRCode.tooltip": string;
|
|
106
|
+
"linkDevice.scanQRCode.connected.description": string;
|
|
107
|
+
"settle.settlePnl": string;
|
|
108
|
+
"settle.settlePnl.warning": string;
|
|
109
|
+
"settle.settlePnl.description": string;
|
|
110
|
+
"settle.unsettled": string;
|
|
111
|
+
"settle.unsettled.tooltip": string;
|
|
112
|
+
"settle.settlement.requested": string;
|
|
113
|
+
"settle.settlement.completed": string;
|
|
114
|
+
"settle.settlement.failed": string;
|
|
115
|
+
"settle.settlement.error": string;
|
|
116
|
+
"languageSwitcher.language": string;
|
|
117
|
+
"languageSwitcher.tips": string;
|
|
118
|
+
"announcement.type.listing": string;
|
|
119
|
+
"announcement.type.maintenance": string;
|
|
120
|
+
"announcement.type.delisting": string;
|
|
121
|
+
"maintenance.dialog.title": string;
|
|
122
|
+
"maintenance.dialog.description": string;
|
|
123
|
+
"maintenance.tips.description": string;
|
|
124
|
+
"restrictedInfo.description.default": string;
|
|
125
|
+
"subAccount.modal.title": string;
|
|
126
|
+
"subAccount.modal.switch.success.description": string;
|
|
127
|
+
"subAccount.modal.mainAccount.title": string;
|
|
128
|
+
"subAccount.modal.subAccounts.title": string;
|
|
129
|
+
"subAccount.modal.current": string;
|
|
130
|
+
"subAccount.modal.noAccount.description": string;
|
|
131
|
+
"subAccount.modal.create.max.description": string;
|
|
132
|
+
"subAccount.modal.create.title": string;
|
|
133
|
+
"subAccount.modal.create.description": string;
|
|
134
|
+
"subAccount.modal.create.nickname.role": string;
|
|
135
|
+
"subAccount.modal.create.success.description": string;
|
|
136
|
+
"subAccount.modal.create.failed.description": string;
|
|
137
|
+
"subAccount.modal.edit.title": string;
|
|
138
|
+
"subAccount.modal.nickName.label": string;
|
|
139
|
+
"subAccount.modal.edit.success.description": string;
|
|
140
|
+
"subAccount.modal.edit.failed.description": string;
|
|
141
|
+
"funding.fundingFee": string;
|
|
142
|
+
"funding.fundingRate": string;
|
|
143
|
+
"funding.annualRate": string;
|
|
144
|
+
"funding.paymentType": string;
|
|
145
|
+
"funding.paymentType.paid": string;
|
|
146
|
+
"funding.paymentType.received": string;
|
|
92
147
|
"tradingLeaderboard.leaderboard": string;
|
|
93
148
|
"tradingLeaderboard.campaigns": string;
|
|
94
149
|
"tradingLeaderboard.ongoing": string;
|
|
@@ -97,7 +152,23 @@ declare const en: {
|
|
|
97
152
|
"tradingLeaderboard.learnMore": string;
|
|
98
153
|
"tradingLeaderboard.tradeNow": string;
|
|
99
154
|
"tradingLeaderboard.tradingVolume": string;
|
|
155
|
+
"tradingLeaderboard.realizedPnl": string;
|
|
100
156
|
"tradingLeaderboard.rank": string;
|
|
157
|
+
"tradingLeaderboard.estimatedRewards": string;
|
|
158
|
+
"tradingLeaderboard.lastUpdate": string;
|
|
159
|
+
"tradingLeaderboard.estimatedTicketsEarned": string;
|
|
160
|
+
"tradingLeaderboard.ticketPrizePool": string;
|
|
161
|
+
"tradingLeaderboard.viewRules": string;
|
|
162
|
+
"tradingLeaderboard.prizePool": string;
|
|
163
|
+
"tradingLeaderboard.participants": string;
|
|
164
|
+
"tradingLeaderboard.battleStartsIn": string;
|
|
165
|
+
"tradingLeaderboard.battleEndsIn": string;
|
|
166
|
+
"tradingLeaderboard.battleStarts": string;
|
|
167
|
+
"tradingLeaderboard.battleEnds": string;
|
|
168
|
+
"tradingLeaderboard.rewardDistribution": string;
|
|
169
|
+
"tradingLeaderboard.batteleHasEnded": string;
|
|
170
|
+
"tradingLeaderboard.tradeForMoreTickets": string;
|
|
171
|
+
"tradingLeaderboard.earnTickets": string;
|
|
101
172
|
"ui.pagination.morePages": string;
|
|
102
173
|
"ui.pagination.rowsPerPage": string;
|
|
103
174
|
"ui.picker.selectDate": string;
|
|
@@ -126,6 +197,10 @@ declare const en: {
|
|
|
126
197
|
"affiliate.process.title": string;
|
|
127
198
|
"affiliate.process.step1.title": string;
|
|
128
199
|
"affiliate.process.step1.description": string;
|
|
200
|
+
"affiliate.process.step1.volumeEq0.title": string;
|
|
201
|
+
"affiliate.process.step1.volumeEq0.description": string;
|
|
202
|
+
"affiliate.process.step1.volumeGt0.title": string;
|
|
203
|
+
"affiliate.process.step1.volumeGt0.description": string;
|
|
129
204
|
"affiliate.process.step2.title": string;
|
|
130
205
|
"affiliate.process.step2.description": string;
|
|
131
206
|
"affiliate.process.step3.title": string;
|
|
@@ -160,6 +235,19 @@ declare const en: {
|
|
|
160
235
|
"affiliate.trader.tradingRebates": string;
|
|
161
236
|
"affiliate.trader.myRebates": string;
|
|
162
237
|
"affiliate.trader.tradingVol": string;
|
|
238
|
+
"affiliate.referralCode.editCodeModal.title": string;
|
|
239
|
+
"affiliate.referralCode.editCodeModal.description": string;
|
|
240
|
+
"affiliate.referralCode.editCodeModal.label": string;
|
|
241
|
+
"affiliate.referralCode.editCodeModal.helpText.length": string;
|
|
242
|
+
"affiliate.referralCode.editCodeModal.helpText.format": string;
|
|
243
|
+
"affiliate.referralCode.editCodeModal.success": string;
|
|
244
|
+
"affiliate.referralRate.editRateModal.title": string;
|
|
245
|
+
"affiliate.referralRate.editRateModal.description": string;
|
|
246
|
+
"affiliate.referralRate.editRateModal.label": string;
|
|
247
|
+
"affiliate.referralRate.editRateModal.label.you": string;
|
|
248
|
+
"affiliate.referralRate.editRateModal.label.referee": string;
|
|
249
|
+
"affiliate.referralRate.editRateModal.helpText.max": string;
|
|
250
|
+
"affiliate.referralRate.editRateModal.success": string;
|
|
163
251
|
"transfer.network": string;
|
|
164
252
|
"transfer.lowestFee": string;
|
|
165
253
|
"transfer.web3Wallet": string;
|
|
@@ -190,6 +278,15 @@ declare const en: {
|
|
|
190
278
|
"transfer.withdraw.requested": string;
|
|
191
279
|
"transfer.withdraw.completed": string;
|
|
192
280
|
"transfer.withdraw.failed": string;
|
|
281
|
+
"transfer.internalTransfer.from": string;
|
|
282
|
+
"transfer.internalTransfer.to": string;
|
|
283
|
+
"transfer.internalTransfer.currentAssetValue": string;
|
|
284
|
+
"transfer.internalTransfer.success": string;
|
|
285
|
+
"transfer.internalTransfer.failed": string;
|
|
286
|
+
"transfer.internalTransfer.failed.transferInProgress": string;
|
|
287
|
+
"transfer.internalTransfer.failed.withdrawalInProgress": string;
|
|
288
|
+
"transfer.internalTransfer.unsettled.tooltip": string;
|
|
289
|
+
"transfer.internalTransfer.settlePnl.description": string;
|
|
193
290
|
"connector.testnet": string;
|
|
194
291
|
"connector.mainnet": string;
|
|
195
292
|
"connector.disconnect": string;
|
|
@@ -286,6 +383,10 @@ declare const en: {
|
|
|
286
383
|
"tradingRewards.rewardHistory.column.start&EndDate": string;
|
|
287
384
|
"tradingRewards.rewardHistory.column.startDate": string;
|
|
288
385
|
"tradingRewards.rewardHistory.column.endDate": string;
|
|
386
|
+
"tradingRewards.epochPauseCountdown.title": string;
|
|
387
|
+
"tradingRewards.eopchStatus.pause": string;
|
|
388
|
+
"tradingRewards.eopchStatus.ended": string;
|
|
389
|
+
"tradingRewards.eopchStatus.linkDescription": string;
|
|
289
390
|
"scaffold.footer.operational": string;
|
|
290
391
|
"scaffold.footer.joinCommunity": string;
|
|
291
392
|
"scaffold.footer.poweredBy": string;
|
|
@@ -339,6 +440,11 @@ declare const en: {
|
|
|
339
440
|
"orderEntry.slTriggerPrice.error.min": string;
|
|
340
441
|
"orderEntry.slTriggerPrice.error.max": string;
|
|
341
442
|
"orderEntry.total.error.min": string;
|
|
443
|
+
"orderEntry.slippage": string;
|
|
444
|
+
"orderEntry.slippage.est": string;
|
|
445
|
+
"orderEntry.slippage.tips": string;
|
|
446
|
+
"orderEntry.slippage.error.exceed": string;
|
|
447
|
+
"orderEntry.slippage.error.max": string;
|
|
342
448
|
"share.pnl.sharePnl": string;
|
|
343
449
|
"share.pnl.share.long": string;
|
|
344
450
|
"share.pnl.share.short": string;
|
|
@@ -437,7 +543,6 @@ declare const en: {
|
|
|
437
543
|
"positions.history.column.timeOpened": string;
|
|
438
544
|
"positions.history.column.timeClosed": string;
|
|
439
545
|
"positions.history.column.updatedTime": string;
|
|
440
|
-
"positions.history.netPnl.fundingFee": string;
|
|
441
546
|
"positions.history.netPnl.tradingFee": string;
|
|
442
547
|
"positions.Liquidation.column.liquidationId": string;
|
|
443
548
|
"positions.Liquidation.column.insFundTransfer": string;
|
|
@@ -497,12 +602,15 @@ declare const en: {
|
|
|
497
602
|
"portfolio.overview.performance.cumulativePnl": string;
|
|
498
603
|
"portfolio.overview.deposits&Withdrawals": string;
|
|
499
604
|
"portfolio.overview.distribution": string;
|
|
605
|
+
"portfolio.overview.transferHistory": string;
|
|
500
606
|
"portfolio.overview.column.txId": string;
|
|
501
|
-
"portfolio.overview.column.
|
|
502
|
-
"portfolio.overview.column.
|
|
503
|
-
"portfolio.overview.column.
|
|
504
|
-
"portfolio.overview.column.
|
|
505
|
-
"portfolio.overview.column.
|
|
607
|
+
"portfolio.overview.column.token": string;
|
|
608
|
+
"portfolio.overview.column.qty": string;
|
|
609
|
+
"portfolio.overview.column.indexPrice": string;
|
|
610
|
+
"portfolio.overview.column.collateralRatio": string;
|
|
611
|
+
"portfolio.overview.column.assetContribution": string;
|
|
612
|
+
"portfolio.overview.column.form": string;
|
|
613
|
+
"portfolio.overview.column.to": string;
|
|
506
614
|
"portfolio.overview.distribution.type.referralCommission": string;
|
|
507
615
|
"portfolio.overview.distribution.type.refereeRebate": string;
|
|
508
616
|
"portfolio.overview.distribution.type.brokerFee": string;
|
|
@@ -640,6 +748,7 @@ declare const en: {
|
|
|
640
748
|
"common.type": string;
|
|
641
749
|
"common.notional": string;
|
|
642
750
|
"common.fee": string;
|
|
751
|
+
"common.fees": string;
|
|
643
752
|
"common.avgPrice": string;
|
|
644
753
|
"common.avgOpen": string;
|
|
645
754
|
"common.avgClose": string;
|
|
@@ -663,6 +772,7 @@ declare const en: {
|
|
|
663
772
|
"common.account": string;
|
|
664
773
|
"common.deposit": string;
|
|
665
774
|
"common.withdraw": string;
|
|
775
|
+
"common.transfer": string;
|
|
666
776
|
"common.settle": string;
|
|
667
777
|
"common.markets": string;
|
|
668
778
|
"common.portfolio": string;
|
|
@@ -674,41 +784,10 @@ declare const en: {
|
|
|
674
784
|
"common.affiliate": string;
|
|
675
785
|
"common.tradingRewards": string;
|
|
676
786
|
"common.trading": string;
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"assetHistory.status.failed": string;
|
|
682
|
-
"assetHistory.status.pendingRebalance": string;
|
|
683
|
-
/** linkDevice */
|
|
684
|
-
"linkDevice.createQRCode.loading.description": string;
|
|
685
|
-
"linkDevice.createQRCode.linkMobileDevice": string;
|
|
686
|
-
"linkDevice.createQRCode.linkMobileDevice.description": string;
|
|
687
|
-
"linkDevice.createQRCode.success.description": string;
|
|
688
|
-
"linkDevice.createQRCode.success.copyUrl": string;
|
|
689
|
-
"linkDevice.scanQRCode": string;
|
|
690
|
-
"linkDevice.scanQRCode.description": string;
|
|
691
|
-
"linkDevice.scanQRCode.tooltip": string;
|
|
692
|
-
"linkDevice.scanQRCode.connected.description": string;
|
|
693
|
-
/** settle */
|
|
694
|
-
"settle.settlePnl": string;
|
|
695
|
-
"settle.settlePnl.warning": string;
|
|
696
|
-
"settle.settlePnl.description": string;
|
|
697
|
-
"settle.unsettled": string;
|
|
698
|
-
"settle.unsettled.tooltip": string;
|
|
699
|
-
"settle.settlement.requested": string;
|
|
700
|
-
"settle.settlement.completed": string;
|
|
701
|
-
"settle.settlement.failed": string;
|
|
702
|
-
"settle.settlement.error": string;
|
|
703
|
-
"languageSwitcher.language": string;
|
|
704
|
-
"languageSwitcher.tips": string;
|
|
705
|
-
"announcement.type.listing": string;
|
|
706
|
-
"announcement.type.maintenance": string;
|
|
707
|
-
"announcement.type.delisting": string;
|
|
708
|
-
"maintenance.dialog.title": string;
|
|
709
|
-
"maintenance.dialog.description": string;
|
|
710
|
-
"maintenance.tips.description": string;
|
|
711
|
-
"restrictedInfo.description.default": string;
|
|
787
|
+
"common.allAccount": string;
|
|
788
|
+
"common.mainAccount": string;
|
|
789
|
+
"common.subAccount": string;
|
|
790
|
+
"common.settings": string;
|
|
712
791
|
};
|
|
713
792
|
|
|
714
793
|
type LocaleCode = keyof typeof LocaleEnum | (string & {});
|
package/dist/index.d.ts
CHANGED
|
@@ -89,6 +89,61 @@ declare const i18nLocalStorageKey = "orderly_i18nLng";
|
|
|
89
89
|
declare const i18nCookieKey = "orderly_i18nLng";
|
|
90
90
|
|
|
91
91
|
declare const en: {
|
|
92
|
+
"assetHistory.status.pending": string;
|
|
93
|
+
"assetHistory.status.confirm": string;
|
|
94
|
+
"assetHistory.status.processing": string;
|
|
95
|
+
"assetHistory.status.completed": string;
|
|
96
|
+
"assetHistory.status.failed": string;
|
|
97
|
+
"assetHistory.status.pendingRebalance": string;
|
|
98
|
+
"linkDevice.createQRCode.loading.description": string;
|
|
99
|
+
"linkDevice.createQRCode.linkMobileDevice": string;
|
|
100
|
+
"linkDevice.createQRCode.linkMobileDevice.description": string;
|
|
101
|
+
"linkDevice.createQRCode.success.description": string;
|
|
102
|
+
"linkDevice.createQRCode.success.copyUrl": string;
|
|
103
|
+
"linkDevice.scanQRCode": string;
|
|
104
|
+
"linkDevice.scanQRCode.description": string;
|
|
105
|
+
"linkDevice.scanQRCode.tooltip": string;
|
|
106
|
+
"linkDevice.scanQRCode.connected.description": string;
|
|
107
|
+
"settle.settlePnl": string;
|
|
108
|
+
"settle.settlePnl.warning": string;
|
|
109
|
+
"settle.settlePnl.description": string;
|
|
110
|
+
"settle.unsettled": string;
|
|
111
|
+
"settle.unsettled.tooltip": string;
|
|
112
|
+
"settle.settlement.requested": string;
|
|
113
|
+
"settle.settlement.completed": string;
|
|
114
|
+
"settle.settlement.failed": string;
|
|
115
|
+
"settle.settlement.error": string;
|
|
116
|
+
"languageSwitcher.language": string;
|
|
117
|
+
"languageSwitcher.tips": string;
|
|
118
|
+
"announcement.type.listing": string;
|
|
119
|
+
"announcement.type.maintenance": string;
|
|
120
|
+
"announcement.type.delisting": string;
|
|
121
|
+
"maintenance.dialog.title": string;
|
|
122
|
+
"maintenance.dialog.description": string;
|
|
123
|
+
"maintenance.tips.description": string;
|
|
124
|
+
"restrictedInfo.description.default": string;
|
|
125
|
+
"subAccount.modal.title": string;
|
|
126
|
+
"subAccount.modal.switch.success.description": string;
|
|
127
|
+
"subAccount.modal.mainAccount.title": string;
|
|
128
|
+
"subAccount.modal.subAccounts.title": string;
|
|
129
|
+
"subAccount.modal.current": string;
|
|
130
|
+
"subAccount.modal.noAccount.description": string;
|
|
131
|
+
"subAccount.modal.create.max.description": string;
|
|
132
|
+
"subAccount.modal.create.title": string;
|
|
133
|
+
"subAccount.modal.create.description": string;
|
|
134
|
+
"subAccount.modal.create.nickname.role": string;
|
|
135
|
+
"subAccount.modal.create.success.description": string;
|
|
136
|
+
"subAccount.modal.create.failed.description": string;
|
|
137
|
+
"subAccount.modal.edit.title": string;
|
|
138
|
+
"subAccount.modal.nickName.label": string;
|
|
139
|
+
"subAccount.modal.edit.success.description": string;
|
|
140
|
+
"subAccount.modal.edit.failed.description": string;
|
|
141
|
+
"funding.fundingFee": string;
|
|
142
|
+
"funding.fundingRate": string;
|
|
143
|
+
"funding.annualRate": string;
|
|
144
|
+
"funding.paymentType": string;
|
|
145
|
+
"funding.paymentType.paid": string;
|
|
146
|
+
"funding.paymentType.received": string;
|
|
92
147
|
"tradingLeaderboard.leaderboard": string;
|
|
93
148
|
"tradingLeaderboard.campaigns": string;
|
|
94
149
|
"tradingLeaderboard.ongoing": string;
|
|
@@ -97,7 +152,23 @@ declare const en: {
|
|
|
97
152
|
"tradingLeaderboard.learnMore": string;
|
|
98
153
|
"tradingLeaderboard.tradeNow": string;
|
|
99
154
|
"tradingLeaderboard.tradingVolume": string;
|
|
155
|
+
"tradingLeaderboard.realizedPnl": string;
|
|
100
156
|
"tradingLeaderboard.rank": string;
|
|
157
|
+
"tradingLeaderboard.estimatedRewards": string;
|
|
158
|
+
"tradingLeaderboard.lastUpdate": string;
|
|
159
|
+
"tradingLeaderboard.estimatedTicketsEarned": string;
|
|
160
|
+
"tradingLeaderboard.ticketPrizePool": string;
|
|
161
|
+
"tradingLeaderboard.viewRules": string;
|
|
162
|
+
"tradingLeaderboard.prizePool": string;
|
|
163
|
+
"tradingLeaderboard.participants": string;
|
|
164
|
+
"tradingLeaderboard.battleStartsIn": string;
|
|
165
|
+
"tradingLeaderboard.battleEndsIn": string;
|
|
166
|
+
"tradingLeaderboard.battleStarts": string;
|
|
167
|
+
"tradingLeaderboard.battleEnds": string;
|
|
168
|
+
"tradingLeaderboard.rewardDistribution": string;
|
|
169
|
+
"tradingLeaderboard.batteleHasEnded": string;
|
|
170
|
+
"tradingLeaderboard.tradeForMoreTickets": string;
|
|
171
|
+
"tradingLeaderboard.earnTickets": string;
|
|
101
172
|
"ui.pagination.morePages": string;
|
|
102
173
|
"ui.pagination.rowsPerPage": string;
|
|
103
174
|
"ui.picker.selectDate": string;
|
|
@@ -126,6 +197,10 @@ declare const en: {
|
|
|
126
197
|
"affiliate.process.title": string;
|
|
127
198
|
"affiliate.process.step1.title": string;
|
|
128
199
|
"affiliate.process.step1.description": string;
|
|
200
|
+
"affiliate.process.step1.volumeEq0.title": string;
|
|
201
|
+
"affiliate.process.step1.volumeEq0.description": string;
|
|
202
|
+
"affiliate.process.step1.volumeGt0.title": string;
|
|
203
|
+
"affiliate.process.step1.volumeGt0.description": string;
|
|
129
204
|
"affiliate.process.step2.title": string;
|
|
130
205
|
"affiliate.process.step2.description": string;
|
|
131
206
|
"affiliate.process.step3.title": string;
|
|
@@ -160,6 +235,19 @@ declare const en: {
|
|
|
160
235
|
"affiliate.trader.tradingRebates": string;
|
|
161
236
|
"affiliate.trader.myRebates": string;
|
|
162
237
|
"affiliate.trader.tradingVol": string;
|
|
238
|
+
"affiliate.referralCode.editCodeModal.title": string;
|
|
239
|
+
"affiliate.referralCode.editCodeModal.description": string;
|
|
240
|
+
"affiliate.referralCode.editCodeModal.label": string;
|
|
241
|
+
"affiliate.referralCode.editCodeModal.helpText.length": string;
|
|
242
|
+
"affiliate.referralCode.editCodeModal.helpText.format": string;
|
|
243
|
+
"affiliate.referralCode.editCodeModal.success": string;
|
|
244
|
+
"affiliate.referralRate.editRateModal.title": string;
|
|
245
|
+
"affiliate.referralRate.editRateModal.description": string;
|
|
246
|
+
"affiliate.referralRate.editRateModal.label": string;
|
|
247
|
+
"affiliate.referralRate.editRateModal.label.you": string;
|
|
248
|
+
"affiliate.referralRate.editRateModal.label.referee": string;
|
|
249
|
+
"affiliate.referralRate.editRateModal.helpText.max": string;
|
|
250
|
+
"affiliate.referralRate.editRateModal.success": string;
|
|
163
251
|
"transfer.network": string;
|
|
164
252
|
"transfer.lowestFee": string;
|
|
165
253
|
"transfer.web3Wallet": string;
|
|
@@ -190,6 +278,15 @@ declare const en: {
|
|
|
190
278
|
"transfer.withdraw.requested": string;
|
|
191
279
|
"transfer.withdraw.completed": string;
|
|
192
280
|
"transfer.withdraw.failed": string;
|
|
281
|
+
"transfer.internalTransfer.from": string;
|
|
282
|
+
"transfer.internalTransfer.to": string;
|
|
283
|
+
"transfer.internalTransfer.currentAssetValue": string;
|
|
284
|
+
"transfer.internalTransfer.success": string;
|
|
285
|
+
"transfer.internalTransfer.failed": string;
|
|
286
|
+
"transfer.internalTransfer.failed.transferInProgress": string;
|
|
287
|
+
"transfer.internalTransfer.failed.withdrawalInProgress": string;
|
|
288
|
+
"transfer.internalTransfer.unsettled.tooltip": string;
|
|
289
|
+
"transfer.internalTransfer.settlePnl.description": string;
|
|
193
290
|
"connector.testnet": string;
|
|
194
291
|
"connector.mainnet": string;
|
|
195
292
|
"connector.disconnect": string;
|
|
@@ -286,6 +383,10 @@ declare const en: {
|
|
|
286
383
|
"tradingRewards.rewardHistory.column.start&EndDate": string;
|
|
287
384
|
"tradingRewards.rewardHistory.column.startDate": string;
|
|
288
385
|
"tradingRewards.rewardHistory.column.endDate": string;
|
|
386
|
+
"tradingRewards.epochPauseCountdown.title": string;
|
|
387
|
+
"tradingRewards.eopchStatus.pause": string;
|
|
388
|
+
"tradingRewards.eopchStatus.ended": string;
|
|
389
|
+
"tradingRewards.eopchStatus.linkDescription": string;
|
|
289
390
|
"scaffold.footer.operational": string;
|
|
290
391
|
"scaffold.footer.joinCommunity": string;
|
|
291
392
|
"scaffold.footer.poweredBy": string;
|
|
@@ -339,6 +440,11 @@ declare const en: {
|
|
|
339
440
|
"orderEntry.slTriggerPrice.error.min": string;
|
|
340
441
|
"orderEntry.slTriggerPrice.error.max": string;
|
|
341
442
|
"orderEntry.total.error.min": string;
|
|
443
|
+
"orderEntry.slippage": string;
|
|
444
|
+
"orderEntry.slippage.est": string;
|
|
445
|
+
"orderEntry.slippage.tips": string;
|
|
446
|
+
"orderEntry.slippage.error.exceed": string;
|
|
447
|
+
"orderEntry.slippage.error.max": string;
|
|
342
448
|
"share.pnl.sharePnl": string;
|
|
343
449
|
"share.pnl.share.long": string;
|
|
344
450
|
"share.pnl.share.short": string;
|
|
@@ -437,7 +543,6 @@ declare const en: {
|
|
|
437
543
|
"positions.history.column.timeOpened": string;
|
|
438
544
|
"positions.history.column.timeClosed": string;
|
|
439
545
|
"positions.history.column.updatedTime": string;
|
|
440
|
-
"positions.history.netPnl.fundingFee": string;
|
|
441
546
|
"positions.history.netPnl.tradingFee": string;
|
|
442
547
|
"positions.Liquidation.column.liquidationId": string;
|
|
443
548
|
"positions.Liquidation.column.insFundTransfer": string;
|
|
@@ -497,12 +602,15 @@ declare const en: {
|
|
|
497
602
|
"portfolio.overview.performance.cumulativePnl": string;
|
|
498
603
|
"portfolio.overview.deposits&Withdrawals": string;
|
|
499
604
|
"portfolio.overview.distribution": string;
|
|
605
|
+
"portfolio.overview.transferHistory": string;
|
|
500
606
|
"portfolio.overview.column.txId": string;
|
|
501
|
-
"portfolio.overview.column.
|
|
502
|
-
"portfolio.overview.column.
|
|
503
|
-
"portfolio.overview.column.
|
|
504
|
-
"portfolio.overview.column.
|
|
505
|
-
"portfolio.overview.column.
|
|
607
|
+
"portfolio.overview.column.token": string;
|
|
608
|
+
"portfolio.overview.column.qty": string;
|
|
609
|
+
"portfolio.overview.column.indexPrice": string;
|
|
610
|
+
"portfolio.overview.column.collateralRatio": string;
|
|
611
|
+
"portfolio.overview.column.assetContribution": string;
|
|
612
|
+
"portfolio.overview.column.form": string;
|
|
613
|
+
"portfolio.overview.column.to": string;
|
|
506
614
|
"portfolio.overview.distribution.type.referralCommission": string;
|
|
507
615
|
"portfolio.overview.distribution.type.refereeRebate": string;
|
|
508
616
|
"portfolio.overview.distribution.type.brokerFee": string;
|
|
@@ -640,6 +748,7 @@ declare const en: {
|
|
|
640
748
|
"common.type": string;
|
|
641
749
|
"common.notional": string;
|
|
642
750
|
"common.fee": string;
|
|
751
|
+
"common.fees": string;
|
|
643
752
|
"common.avgPrice": string;
|
|
644
753
|
"common.avgOpen": string;
|
|
645
754
|
"common.avgClose": string;
|
|
@@ -663,6 +772,7 @@ declare const en: {
|
|
|
663
772
|
"common.account": string;
|
|
664
773
|
"common.deposit": string;
|
|
665
774
|
"common.withdraw": string;
|
|
775
|
+
"common.transfer": string;
|
|
666
776
|
"common.settle": string;
|
|
667
777
|
"common.markets": string;
|
|
668
778
|
"common.portfolio": string;
|
|
@@ -674,41 +784,10 @@ declare const en: {
|
|
|
674
784
|
"common.affiliate": string;
|
|
675
785
|
"common.tradingRewards": string;
|
|
676
786
|
"common.trading": string;
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"assetHistory.status.failed": string;
|
|
682
|
-
"assetHistory.status.pendingRebalance": string;
|
|
683
|
-
/** linkDevice */
|
|
684
|
-
"linkDevice.createQRCode.loading.description": string;
|
|
685
|
-
"linkDevice.createQRCode.linkMobileDevice": string;
|
|
686
|
-
"linkDevice.createQRCode.linkMobileDevice.description": string;
|
|
687
|
-
"linkDevice.createQRCode.success.description": string;
|
|
688
|
-
"linkDevice.createQRCode.success.copyUrl": string;
|
|
689
|
-
"linkDevice.scanQRCode": string;
|
|
690
|
-
"linkDevice.scanQRCode.description": string;
|
|
691
|
-
"linkDevice.scanQRCode.tooltip": string;
|
|
692
|
-
"linkDevice.scanQRCode.connected.description": string;
|
|
693
|
-
/** settle */
|
|
694
|
-
"settle.settlePnl": string;
|
|
695
|
-
"settle.settlePnl.warning": string;
|
|
696
|
-
"settle.settlePnl.description": string;
|
|
697
|
-
"settle.unsettled": string;
|
|
698
|
-
"settle.unsettled.tooltip": string;
|
|
699
|
-
"settle.settlement.requested": string;
|
|
700
|
-
"settle.settlement.completed": string;
|
|
701
|
-
"settle.settlement.failed": string;
|
|
702
|
-
"settle.settlement.error": string;
|
|
703
|
-
"languageSwitcher.language": string;
|
|
704
|
-
"languageSwitcher.tips": string;
|
|
705
|
-
"announcement.type.listing": string;
|
|
706
|
-
"announcement.type.maintenance": string;
|
|
707
|
-
"announcement.type.delisting": string;
|
|
708
|
-
"maintenance.dialog.title": string;
|
|
709
|
-
"maintenance.dialog.description": string;
|
|
710
|
-
"maintenance.tips.description": string;
|
|
711
|
-
"restrictedInfo.description.default": string;
|
|
787
|
+
"common.allAccount": string;
|
|
788
|
+
"common.mainAccount": string;
|
|
789
|
+
"common.subAccount": string;
|
|
790
|
+
"common.settings": string;
|
|
712
791
|
};
|
|
713
792
|
|
|
714
793
|
type LocaleCode = keyof typeof LocaleEnum | (string & {});
|