@orderly.network/i18n 2.9.1-alpha.0 → 2.10.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-EO7xR-iV.d.mts → constant-BT4Q2XDP.d.mts} +9 -0
- package/dist/{constant-EO7xR-iV.d.ts → constant-BT4Q2XDP.d.ts} +9 -0
- package/dist/constant.d.mts +1 -1
- package/dist/constant.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -2
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +11 -2
- package/dist/locales/de.json +11 -2
- package/dist/locales/en.json +11 -2
- package/dist/locales/es.json +11 -2
- package/dist/locales/fr.json +11 -2
- package/dist/locales/id.json +11 -2
- package/dist/locales/it.json +11 -2
- package/dist/locales/ja.json +11 -2
- package/dist/locales/ko.json +9 -0
- package/dist/locales/nl.json +11 -2
- package/dist/locales/pl.json +11 -2
- package/dist/locales/pt.json +11 -2
- package/dist/locales/ru.json +11 -2
- package/dist/locales/tc.json +9 -0
- package/dist/locales/tr.json +9 -0
- package/dist/locales/uk.json +11 -2
- package/dist/locales/vi.json +11 -2
- package/dist/locales/zh.json +9 -0
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +11 -2
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +11 -2
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -485,6 +485,9 @@ var markets = {
|
|
|
485
485
|
"markets.column.price&Change": "Price / Change",
|
|
486
486
|
"markets.column.last": "Last",
|
|
487
487
|
"markets.column.24hPercentage": "24h%",
|
|
488
|
+
"markets.column.24hVol": "24h Vol",
|
|
489
|
+
"markets.column.OI": "OI",
|
|
490
|
+
"markets.column.last&24hPercentage": "Last/24h%",
|
|
488
491
|
"markets.funding.comparison": "Comparison",
|
|
489
492
|
"markets.funding.column.estFunding": "Est. funding",
|
|
490
493
|
"markets.funding.column.lastFunding": "Last funding",
|
|
@@ -495,13 +498,14 @@ var markets = {
|
|
|
495
498
|
"markets.funding.column.30dAvg": "30D avg.",
|
|
496
499
|
"markets.funding.column.90dAvg": "90D avg.",
|
|
497
500
|
"markets.funding.column.positiveRate": "Positive rate",
|
|
501
|
+
"markets.symbolInfoBar.lastPrice.tooltip": "The price of the most recent executed trade on this symbol.",
|
|
498
502
|
"markets.symbolInfoBar.Mark": "Mark",
|
|
499
503
|
"markets.symbolInfoBar.Mark.tooltip": "Price for the computation of unrealized PnL and liquidation.",
|
|
500
504
|
"markets.symbolInfoBar.Index": "Index",
|
|
501
505
|
"markets.symbolInfoBar.Index.tooltip": "Average of the last prices across other exchanges.",
|
|
502
506
|
"markets.symbolInfoBar.24hVolume": "24h volume",
|
|
503
507
|
"markets.symbolInfoBar.24hVolume.tooltip": "24 hour total trading volume on the Orderly Network.",
|
|
504
|
-
"markets.symbolInfoBar.predFundingRate": "
|
|
508
|
+
"markets.symbolInfoBar.predFundingRate": "Est. funding rate",
|
|
505
509
|
"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."
|
|
506
510
|
};
|
|
507
511
|
|
|
@@ -972,6 +976,7 @@ var trading = {
|
|
|
972
976
|
"trading.orderBook.sum": "Sum",
|
|
973
977
|
"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.",
|
|
974
978
|
"trading.orderBook.spreadRatio.tooltip": "Spread Ratio of the ask1 and bid1.",
|
|
979
|
+
"trading.orderBook.middlePrice.tooltip": "A stabilized reference price calculated as the median of the best bid, best ask, and 24-hour closing price.",
|
|
975
980
|
"trading.faucet.getTestUSDC": "Get test USDC",
|
|
976
981
|
"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.",
|
|
977
982
|
"trading.asset.startTrading": "Start trading",
|
|
@@ -999,7 +1004,8 @@ var trading = {
|
|
|
999
1004
|
"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",
|
|
1000
1005
|
"trading.riskRate.formula": "Risk rate = Maintenance margin ratio / Margin ratio * 100%",
|
|
1001
1006
|
"trading.asset&Margin": "Asset & Margin",
|
|
1002
|
-
"trading.fundingRate.predFundingRate": "
|
|
1007
|
+
"trading.fundingRate.predFundingRate": "Est. funding rate",
|
|
1008
|
+
"trading.fundingRate.estFundingRateWithTimeframe": "Est. funding rate ({{timeframe}})",
|
|
1003
1009
|
"trading.fundingRate.predFundingRate.interval": "Interval",
|
|
1004
1010
|
"trading.fundingRate.predFundingRate.cap": "Funding cap",
|
|
1005
1011
|
"trading.fundingRate.predFundingRate.floor": "floor",
|
|
@@ -1176,7 +1182,9 @@ var transfer = {
|
|
|
1176
1182
|
"transfer.deposit.feeUnavailable": "Fee data is currently unavailable. Please try again later.",
|
|
1177
1183
|
"transfer.deposit.notEnoughGas": "Not enough gas. Add some {{token}} to your wallet to continue.",
|
|
1178
1184
|
"transfer.deposit.exceedCap": "Amount exceeds user deposit cap",
|
|
1185
|
+
"transfer.deposit.closeToMaxLimit": "Deposit amount too close to maximum limit. To ensure your transaction succeeds, please reduce the amount",
|
|
1179
1186
|
"transfer.deposit.estGasFee": "Est. gas fee",
|
|
1187
|
+
"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.",
|
|
1180
1188
|
"transfer.deposit.destinationGasFee": "Destination gas fee",
|
|
1181
1189
|
"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.",
|
|
1182
1190
|
"transfer.withdraw.unsupported.chain": "Withdrawals are not supported on this chain. Please switch to any of the bridgeless networks.",
|
|
@@ -1238,6 +1246,7 @@ var transfer = {
|
|
|
1238
1246
|
"transfer.slippage": "Slippage",
|
|
1239
1247
|
"transfer.slippage.slippageTolerance": "Slippage tolerance",
|
|
1240
1248
|
"transfer.slippage.slippageTolerance.description": "Your transaction will revert if the price changes unfavorably by more than this percentage.",
|
|
1249
|
+
"transfer.slippage.error.high": "High slippage may result in significant loss",
|
|
1241
1250
|
"transfer.swapDeposit.swapFee": "Swap fee",
|
|
1242
1251
|
"transfer.swapDeposit.swapFee.description": "WOOFi charges a 0.025% on each swap.",
|
|
1243
1252
|
"transfer.swapDeposit.bridgeFee": "Bridge fee",
|