@orderly.network/i18n 2.10.1 → 2.10.2

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
@@ -433,7 +433,7 @@ var markets = {
433
433
  "markets.favorites.tabs.delete.dialog.description": "Are you sure you want to delete {{name}}?",
434
434
  "markets.favorites.addFavorites": "Add favorites",
435
435
  "markets.column.market": "Market",
436
- "markets.column.24hChange": "24h change",
436
+ "markets.column.24hChange": "24h%",
437
437
  "markets.column.24hVolume": "24h volume",
438
438
  // TODO: use markets.column.market and common.volume
439
439
  "markets.column.market&Volume": "Market / Volume",
@@ -444,6 +444,9 @@ var markets = {
444
444
  "markets.column.24hVol": "24h Vol",
445
445
  "markets.column.OI": "OI",
446
446
  "markets.column.last&24hPercentage": "Last/24h%",
447
+ "markets.column.mark": "Mark",
448
+ "markets.column.index": "Index",
449
+ "markets.column.mark&Index": "Mark / Index",
447
450
  "markets.funding.comparison": "Comparison",
448
451
  "markets.funding.column.estFunding": "Est. funding",
449
452
  "markets.funding.column.lastFunding": "Last funding",
@@ -661,6 +664,8 @@ var portfolio = {
661
664
  "portfolio.overview.performance.volume.tooltip": "Trading volume over the selected period.",
662
665
  "portfolio.overview.performance.dailyPnl": "Daily PnL",
663
666
  "portfolio.overview.performance.cumulativePnl": "Cumulative PnL",
667
+ "portfolio.overview.performance.dailyVolume": "Daily Volume",
668
+ "portfolio.overview.performance.cumulativeVolume": "Cumulative Volume",
664
669
  "portfolio.overview.distribution": "Distribution",
665
670
  "portfolio.overview.transferHistory": "Transfer history",
666
671
  "portfolio.overview.vaults": "Vaults",
@@ -735,7 +740,8 @@ var portfolio = {
735
740
  "portfolio.setting.cancelOpenOrders": "Cancel open orders during system upgrade",
736
741
  "portfolio.setting.cancelOpenOrders.description": "During the upgrade period, all open orders will be cancelled to manage your risk in case of high market volatility.",
737
742
  "portfolio.setting.soundAlerts": "Sound notification",
738
- "portfolio.setting.soundAlerts.description": "Play a notification sound when an order is filled or canceled."
743
+ "portfolio.setting.soundAlerts.description": "Play a notification sound when an order is filled or canceled.",
744
+ "portfolio.setting.theme": "Theme"
739
745
  };
740
746
 
741
747
  // src/locale/module/positions.ts
@@ -750,6 +756,12 @@ var positions = {
750
756
  "positions.closeAll.ofSymbol": "Close all of {{symbol}}",
751
757
  "positions.closeAll.description": "Are you sure you want to close all of your positions? They will be closed using market orders.",
752
758
  "positions.closeAll.success": "All positions closed successfully",
759
+ "positions.closeAll.optionAll": "Close all positions",
760
+ "positions.closeAll.optionProfit": "Close profitable positions",
761
+ "positions.closeAll.optionLoss": "Close loss-making positions",
762
+ "positions.closeAll.noPositions.profit": "No profitable positions to close.",
763
+ "positions.closeAll.noPositions.loss": "No loss-making positions to close.",
764
+ "positions.closeAll.popover.desc": "Select which positions you want to close. They will be closed at the market price of the corresponding market.",
753
765
  "positions.column.liqPrice": "Liq. price",
754
766
  "positions.column.unrealPnl.tooltip": "Current unrealized profit or loss on your open positions across all widgets calculated using Mark Price.",
755
767
  "positions.column.unrealPnl.priceBasis": "Unrealized PnL Price Basis",