@orderly.network/i18n 2.8.10-alpha.0 → 2.8.11-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
@@ -233,6 +233,8 @@ var common = {
233
233
  "common.vaults": "Vaults",
234
234
  "common.optional": "Optional",
235
235
  "common.learnMore": "Learn more",
236
+ "common.liquidationPrice.tooltip": "Estimated price at which your position will be liquidated. Prices are estimated and depend on multiple factors across all positions.",
237
+ "common.liquidationPrice.tooltip.learnMore": "Learn more about liquidation",
236
238
  "common.switch": "Switch",
237
239
  "common.notSupported": "Not supported",
238
240
  "common.details": "Details",
@@ -659,8 +661,8 @@ var portfolio = {
659
661
  var positions = {
660
662
  "positions.closePosition": "Close Position",
661
663
  "positions.fundingFee.title": "Funding Fee",
662
- "positions.fundingFee.tooltip": "Shows funding fees for closed or partially closed positions.",
663
- "positions.fundingRate.tooltip": "Records include funding from current open positions.",
664
+ "positions.fundingFee.tooltip": "Total funding fees from closed positions only, including partially closed portions.",
665
+ "positions.fundingRate.tooltip": "Funding fee amount for each funding interval during the time the position was open. Records may include funding fees from both closed positions and currently open positions.",
664
666
  "positions.liquidation": "Liquidation",
665
667
  "positions.positionHistory": "Position history",
666
668
  "positions.closeAll": "Close all",
@@ -668,7 +670,6 @@ var positions = {
668
670
  "positions.closeAll.description": "Are you sure you want to close all of your positions? They will be closed using market orders.",
669
671
  "positions.closeAll.success": "All positions closed successfully",
670
672
  "positions.column.liqPrice": "Liq. price",
671
- "positions.column.liqPrice.tooltip": "Estimated price at which your position will be liquidated. Prices are estimated and depend on multiple factors across all positions.",
672
673
  "positions.column.unrealPnl.tooltip": "Current unrealized profit or loss on your open positions across all widgets calculated using Mark Price.",
673
674
  "positions.column.unrealPnl.priceBasis": "Unrealized PnL Price Basis",
674
675
  "positions.column.margin": "Margin",
@@ -838,6 +839,8 @@ var trading = {
838
839
  "trading.orderBook": "Order book",
839
840
  "trading.lastTrades": "Last trades",
840
841
  "trading.orderBook.column.value": "Value",
842
+ "trading.orderBook.settings": "Settings",
843
+ "trading.orderBook.showBuySellRatio": "Show buy/sell ratio",
841
844
  "trading.tabs.chart": "Chart",
842
845
  "trading.tabs.trades": "Trades",
843
846
  "trading.tabs.data": "Data",
@@ -863,6 +866,12 @@ var trading = {
863
866
  "trading.asset.maintenanceMarginRatio": "Maintenance margin ratio",
864
867
  "trading.asset.maintenanceMarginRatio.tooltip": "The minimum margin ratio required to protect your positions from being liquidated. If the Margin ratio falls below the Maintenance margin ratio, the account will be liquidated.",
865
868
  "trading.asset.maintenanceMarginRatio.formula": "Account maintenance margin ratio = Sum(Position notional * Symbol maintenance Margin Ratio) / Total position notional * 100%",
869
+ "trading.asset.maintenanceMargin": "Maintenance margin",
870
+ "trading.asset.maintenanceMargin.tooltip": "Maintenance margin is the minimum amount of margin required to keep all your open positions alive. If your account equity falls below the maintenance margin, the account will be liquidated.",
871
+ "trading.asset.maintenanceMargin.formula": "Maintenance margin = Sum(Position notional * Symbol maintenance margin ratio)",
872
+ "trading.asset.currentLeverage": "Current leverage",
873
+ "trading.asset.currentLeverage.tooltip": "Current Account Leverage shows how much leverage you are currently using based on your open positions.",
874
+ "trading.asset.currentLeverage.formula": "Current leverage = (Total position notional / Total collateral value)",
866
875
  "trading.riskRate": "Risk rate",
867
876
  "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",
868
877
  "trading.riskRate.formula": "Risk rate = Maintenance margin ratio / Margin ratio * 100%",
@@ -875,8 +884,8 @@ var trading = {
875
884
  "trading.fundingRate.estimatedFundingRate": "Estimated funding rate",
876
885
  "trading.fundingRate.estimatedFundingFee": "Estimated funding fee",
877
886
  "trading.fundingRate.annualized": "Annualized",
878
- "trading.rwa.marketHours": "Market hours",
879
- "trading.rwa.outsideMarketHours": "Outside market hours",
887
+ "trading.rwa.marketHours": "Market on",
888
+ "trading.rwa.outsideMarketHours": "Market off",
880
889
  "trading.rwa.tooltip.description.open": "Trading aligns with the underlying market - higher liquidity, normal price movements.",
881
890
  "trading.rwa.tooltip.description.close": "Trading is available, but liquidity may be lower and price movement slower.",
882
891
  "trading.rwa.tooltip.closeIn": "Regular trading hours will close in <0>{{timeFormat}}</0>",
@@ -1320,5 +1329,5 @@ function generatePath(params) {
1320
1329
  }
1321
1330
 
1322
1331
  export { generatePath, getLocalePathFromPathname, parseI18nLang, removeLangPrefix };
1323
- //# sourceMappingURL=out.js.map
1332
+ //# sourceMappingURL=utils.mjs.map
1324
1333
  //# sourceMappingURL=utils.mjs.map