@orderly.network/i18n 2.8.3 → 2.8.4-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
@@ -330,8 +330,6 @@ var markets = {
330
330
  "markets.recent": "Recent",
331
331
  "markets.newListings": "New listings",
332
332
  "markets.allMarkets": "All markets",
333
- "markets.spot.description": "One-click crosschain swap.",
334
- "markets.perps.description": "Gasless orderbook PERP DEX with up to 100x leverage.",
335
333
  "markets.openInterest": "Open interest",
336
334
  "markets.openInterest.tooltip": "Total size of positions per side.",
337
335
  "markets.topGainers": "Top gainers",
@@ -385,12 +383,12 @@ var notification = {
385
383
  "notification.joinNow": "Join now",
386
384
  "notification.listing": "New token listing",
387
385
  "notification.maintenance": "System maintenance",
388
- "notification.maintenanceDuration": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
386
+ "notification.maintenanceDuration.hours": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
387
+ "notification.maintenanceDuration.minutes": "{{minutes}} MINs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
389
388
  "notification.recentlyUpdated": "Recently updated",
390
389
  "notification.title": "Announcement",
391
390
  "notification.centerTitle": "Announcement center",
392
391
  // Notification related keys
393
- "notification.campaignTitle": "Latest Campaign is coming",
394
392
  "notification.closeAll": "Close all ({{total}})",
395
393
  "notification.delistingTitle": "Token Delisting Notice",
396
394
  "notification.generalTitle": "General Update",
@@ -538,6 +536,11 @@ var orders = {
538
536
  "orders.pending.cancelAll.description": "Are you sure you want to cancel all of your pending orders?",
539
537
  "orders.tpsl.cancelAll": "Cancel all TP/SL orders",
540
538
  "orders.tpsl.cancelAll.description": "Are you sure you want to cancel all of your TP/SL orders?",
539
+ "orders.cancelAll.ofSymbol": "Cancel all of {{symbol}}",
540
+ "orders.pending.cancelAll.forSymbol": "Cancel all pending orders for {{symbol}}",
541
+ "orders.pending.cancelAll.forSymbol.description": "Are you sure you want to cancel all pending orders for {{symbol}}?",
542
+ "orders.tpsl.cancelAll.forSymbol": "Cancel all TP/SL orders for {{symbol}}",
543
+ "orders.tpsl.cancelAll.forSymbol.description": "Are you sure you want to cancel all TP/SL orders for {{symbol}}?",
541
544
  "orders.price.greaterThan": "Price can not be greater than {{max}} USDC.",
542
545
  "orders.price.lessThan": "Price can not be less than {{min}} USDC.",
543
546
  "orders.quantity.lessThan": "Quantity should be less than {{quantity}}",
@@ -650,6 +653,7 @@ var positions = {
650
653
  "positions.liquidation": "Liquidation",
651
654
  "positions.positionHistory": "Position history",
652
655
  "positions.closeAll": "Close all",
656
+ "positions.closeAll.ofSymbol": "Close all of {{symbol}}",
653
657
  "positions.closeAll.description": "Are you sure you want to close all of your positions? They will be closed using market orders.",
654
658
  "positions.closeAll.success": "All positions closed successfully",
655
659
  "positions.column.liqPrice": "Liq. price",