@orderly.network/i18n 2.9.1 → 2.10.0-alpha.1

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
@@ -442,6 +442,9 @@ var markets = {
442
442
  "markets.column.price&Change": "Price / Change",
443
443
  "markets.column.last": "Last",
444
444
  "markets.column.24hPercentage": "24h%",
445
+ "markets.column.24hVol": "24h Vol",
446
+ "markets.column.OI": "OI",
447
+ "markets.column.last&24hPercentage": "Last/24h%",
445
448
  "markets.funding.comparison": "Comparison",
446
449
  "markets.funding.column.estFunding": "Est. funding",
447
450
  "markets.funding.column.lastFunding": "Last funding",
@@ -452,13 +455,14 @@ var markets = {
452
455
  "markets.funding.column.30dAvg": "30D avg.",
453
456
  "markets.funding.column.90dAvg": "90D avg.",
454
457
  "markets.funding.column.positiveRate": "Positive rate",
458
+ "markets.symbolInfoBar.lastPrice.tooltip": "The price of the most recent executed trade on this symbol.",
455
459
  "markets.symbolInfoBar.Mark": "Mark",
456
460
  "markets.symbolInfoBar.Mark.tooltip": "Price for the computation of unrealized PnL and liquidation.",
457
461
  "markets.symbolInfoBar.Index": "Index",
458
462
  "markets.symbolInfoBar.Index.tooltip": "Average of the last prices across other exchanges.",
459
463
  "markets.symbolInfoBar.24hVolume": "24h volume",
460
464
  "markets.symbolInfoBar.24hVolume.tooltip": "24 hour total trading volume on the Orderly Network.",
461
- "markets.symbolInfoBar.predFundingRate": "Pred. funding rate",
465
+ "markets.symbolInfoBar.predFundingRate": "Est. funding rate",
462
466
  "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."
463
467
  };
464
468
 
@@ -929,6 +933,7 @@ var trading = {
929
933
  "trading.orderBook.sum": "Sum",
930
934
  "trading.orderBook.markPrice.tooltip": "Obtained from a third-party oracle, the mark price is calculated as the median of three prices: the last price, the fair price based on the funding rate basis, and the fair price based on the order books.",
931
935
  "trading.orderBook.spreadRatio.tooltip": "Spread Ratio of the ask1 and bid1.",
936
+ "trading.orderBook.middlePrice.tooltip": "A stabilized reference price calculated as the median of the best bid, best ask, and 24-hour closing price.",
932
937
  "trading.faucet.getTestUSDC": "Get test USDC",
933
938
  "trading.faucet.getTestUSDC.success": "{{quantity}} USDC will be added to your balance. Please note this may take up to 3 minutes. Please check back later.",
934
939
  "trading.asset.startTrading": "Start trading",
@@ -956,7 +961,8 @@ var trading = {
956
961
  "trading.riskRate.tooltip": "The Risk rate is used to assess the risk level of an account. When the Risk rate reaches 100%, the account will be liquidated",
957
962
  "trading.riskRate.formula": "Risk rate = Maintenance margin ratio / Margin ratio * 100%",
958
963
  "trading.asset&Margin": "Asset & Margin",
959
- "trading.fundingRate.predFundingRate": "Pred. funding rate",
964
+ "trading.fundingRate.predFundingRate": "Est. funding rate",
965
+ "trading.fundingRate.estFundingRateWithTimeframe": "Est. funding rate ({{timeframe}})",
960
966
  "trading.fundingRate.predFundingRate.interval": "Interval",
961
967
  "trading.fundingRate.predFundingRate.cap": "Funding cap",
962
968
  "trading.fundingRate.predFundingRate.floor": "floor",
@@ -1133,7 +1139,9 @@ var transfer = {
1133
1139
  "transfer.deposit.feeUnavailable": "Fee data is currently unavailable. Please try again later.",
1134
1140
  "transfer.deposit.notEnoughGas": "Not enough gas. Add some {{token}} to your wallet to continue.",
1135
1141
  "transfer.deposit.exceedCap": "Amount exceeds user deposit cap",
1142
+ "transfer.deposit.closeToMaxLimit": "Deposit amount too close to maximum limit. To ensure your transaction succeeds, please reduce the amount",
1136
1143
  "transfer.deposit.estGasFee": "Est. gas fee",
1144
+ "transfer.deposit.estGasFee.tooltip": "Estimated gas fee includes: transaction execution cost on this chain, and destination chain operation fee for Orderly deposit. Please prepare extra to ensure sufficient coverage.",
1137
1145
  "transfer.deposit.destinationGasFee": "Destination gas fee",
1138
1146
  "transfer.deposit.destinationGasFee.description": "Additional gas tokens are required to cover operations on the destination chain. The amount shown is an estimate - please prepare extra to ensure sufficient coverage.",
1139
1147
  "transfer.withdraw.unsupported.chain": "Withdrawals are not supported on this chain. Please switch to any of the bridgeless networks.",
@@ -1195,6 +1203,7 @@ var transfer = {
1195
1203
  "transfer.slippage": "Slippage",
1196
1204
  "transfer.slippage.slippageTolerance": "Slippage tolerance",
1197
1205
  "transfer.slippage.slippageTolerance.description": "Your transaction will revert if the price changes unfavorably by more than this percentage.",
1206
+ "transfer.slippage.error.high": "High slippage may result in significant loss",
1198
1207
  "transfer.swapDeposit.swapFee": "Swap fee",
1199
1208
  "transfer.swapDeposit.swapFee.description": "WOOFi charges a 0.025% on each swap.",
1200
1209
  "transfer.swapDeposit.bridgeFee": "Bridge fee",