@orderly.network/i18n 3.1.0-alpha.0 → 3.1.1-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/utils.mjs CHANGED
@@ -81,6 +81,7 @@ var affiliate = {
81
81
  "affiliate.referralCodes.remaining": "Remaining referral codes",
82
82
  "affiliate.referralCodes.column.defaultSplit": "Default split",
83
83
  "affiliate.referralCodes.column.you&Referee": "You / Referee",
84
+ "affiliate.referralCodes.column.you&DirectReferees": "You / Direct referees",
84
85
  "affiliate.referralCodes.column.traders": "Traders",
85
86
  "affiliate.referralCodes.column.referees&Traders": "Referees / Traders",
86
87
  "affiliate.referralCodes.copyLink": "Copy link",
@@ -117,11 +118,11 @@ var affiliate = {
117
118
  "affiliate.referralRate.editRateModal.helpText.max": "The total commission rate must equal to your maximum commission rate limit",
118
119
  "affiliate.referralRate.editRateModal.success": "Referral rate updated successfully",
119
120
  "affiliate.direct": "Direct",
120
- "affiliate.directInclBonus": "Incl. {{amount}} bonus",
121
121
  "affiliate.indirect": "Indirect",
122
122
  "affiliate.referredBy": "Referred by {{name}}",
123
123
  "affiliate.referrals": "Referrals",
124
124
  "affiliate.referralCode.edit.modal.title": "Configure your referral settings",
125
+ "affiliate.referralCode.review.modal.title": "Save changes?",
125
126
  "affiliate.referralCode.create": "Create referral code",
126
127
  "affiliate.referralCode.create.modal.title": "Create new referral code",
127
128
  "affiliate.referralCode.create.success": "Referral code created!",
@@ -138,9 +139,18 @@ var affiliate = {
138
139
  "affiliate.resetRebateRate.modal.title": "Reset to default commission rate",
139
140
  "affiliate.resetRebateRate.modal.description": "This action will remove custom settings for {{accountId}} and apply the default configuration.",
140
141
  "affiliate.resetRebateRate.rateAfterReset": "Rate after reset",
141
- "affiliate.revenueSplitStrategy": "Revenue split strategy",
142
142
  "affiliate.youKeep": "You keep",
143
143
  "affiliate.refereesGet": "Referees get",
144
+ "affiliate.directReferee": "Direct referee",
145
+ "affiliate.directRefereesGet": "Direct referees get",
146
+ "affiliate.affiliateGet": "Affiliate get",
147
+ "affiliate.totalToSplit": "Total to split",
148
+ "affiliate.atLeastPassesDown": "At least {{amount}} passes down to your direct referees.",
149
+ "affiliate.yourCommissionRates": "Your commission rates",
150
+ "affiliate.directTrades": "Direct trades",
151
+ "affiliate.indirectTrades": "Indirect trades",
152
+ "affiliate.directTradesDescription": "When your direct referee trades.",
153
+ "affiliate.indirectTradesDescription": "When your referee's recruits (or deeper) trade.",
144
154
  "affiliate.extraBonusOnDirectReferrals": "<0>+ {{amount}}%</0> extra bonus on direct referrals",
145
155
  "affiliate.earnReferralCommissions": "Earn referral commissions",
146
156
  "affiliate.earnReferralCommissions.description": "Invite traders and earn passive commissions from trades made throughout your entire referral network",
@@ -428,6 +438,8 @@ var markets = {
428
438
  "markets.recent": "Recent",
429
439
  "markets.newListings": "New listings",
430
440
  "markets.community": "Community",
441
+ "markets.tradFi": "TradFi",
442
+ "markets.preTge": "Pre-launch",
431
443
  "markets.allMarkets": "All markets",
432
444
  "markets.openInterest": "Open interest",
433
445
  "markets.openInterest.tooltip": "Total size of positions per side.",
@@ -478,7 +490,8 @@ var markets = {
478
490
  "markets.symbolInfoBar.24hVolume.tooltip": "24 hour total trading volume on the Orderly Network.",
479
491
  "markets.symbolInfoBar.predFundingRate": "Est. funding rate",
480
492
  "markets.symbolInfoBar.predFundingRate.tooltip": "Funding rates are payments between traders who are long and short. When positive, long positions pay short positions funding. When negative, short positions pay long positions.",
481
- "markets.symbolInfoBar.riskNotice.content": "{{symbolWithBroker}} is a permissionless listing supported on Isolated Margin only, deployed and operated independently by {{brokerName}}. Please be aware of elevated risks, including low liquidity, high volatility, and increased liquidation risk."
493
+ "markets.symbolInfoBar.riskNotice.content": "{{symbolWithBroker}} is a permissionless listing supported on Isolated Margin only, deployed and operated independently by {{brokerName}}. Please be aware of elevated risks, including low liquidity, high volatility, and increased liquidation risk.",
494
+ "markets.symbolInfoBar.riskNotice.preLaunch.content": "{{symbolWithBroker}} is a Pre-launch permissionless listing supported on Isolated Margin only, deployed and operated independently by {{brokerName}}. The underlying token has not yet launched. Please be aware of elevated risks, including low liquidity, high volatility, and increased liquidation risk. No funding fee is charged during the pre-launch phase."
482
495
  };
483
496
 
484
497
  // src/locale/module/navigation.ts
@@ -1257,6 +1270,7 @@ var transfer = {
1257
1270
  "transfer.swapDeposit.notEnoughLiquidity": "Not enough liquidity. Please try again later or use another chain to deposit.",
1258
1271
  "transfer.convert.completed": "Convert completed",
1259
1272
  "transfer.convert.failed": "Convert failed",
1273
+ "transfer.convert.quoteFailed": "Quote request failed. Please try again later.",
1260
1274
  "transfer.depositCap": "Deposit cap",
1261
1275
  "transfer.depositCap.tooltip": "Max deposit amount for ",
1262
1276
  "transfer.deposit.convertRate": "Convert rate",