@orderly.network/i18n 2.11.3-rc.0 → 2.12.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/index.mjs CHANGED
@@ -460,6 +460,7 @@ var markets = {
460
460
  "markets.favorites": "Favorites",
461
461
  "markets.recent": "Recent",
462
462
  "markets.newListings": "New listings",
463
+ "markets.community": "Community",
463
464
  "markets.allMarkets": "All markets",
464
465
  "markets.openInterest": "Open interest",
465
466
  "markets.openInterest.tooltip": "Total size of positions per side.",
@@ -509,7 +510,8 @@ var markets = {
509
510
  "markets.symbolInfoBar.24hVolume": "24h volume",
510
511
  "markets.symbolInfoBar.24hVolume.tooltip": "24 hour total trading volume on the Orderly Network.",
511
512
  "markets.symbolInfoBar.predFundingRate": "Est. funding rate",
512
- "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."
513
+ "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.",
514
+ "markets.symbolInfoBar.riskNotice.content": "{{symbolWithBroker}} is a permissionless listing supported on Isolated Margin only, deployed and operated independently by {{brokerName}}. Please be aware of elevated risks, including low liquidity, high volatility, and increased liquidation risk."
513
515
  };
514
516
 
515
517
  // src/locale/module/notification.ts
@@ -554,6 +556,7 @@ var orderEntry = {
554
556
  "orderEntry.orderType.ioc.tooltip": "Executes immediately; any unfilled amount is canceled.",
555
557
  "orderEntry.orderType.fok": "FOK",
556
558
  "orderEntry.orderType.fok.tooltip": "Executes immediately in full, or is canceled entirely.",
559
+ "orderEntry.orderType.symbolPostOnly.tooltip": "This symbol is in POST_ONLY mode. Only limit orders are accepted until the order book is ready.",
557
560
  "orderEntry.orderType.scaledOrder": "Scaled",
558
561
  "orderEntry.orderType.trailingStop": "Trailing stop",
559
562
  "orderEntry.orderSize": "Order size",
@@ -626,10 +629,13 @@ var orderEntry = {
626
629
  "marginMode.current": "Current",
627
630
  "marginMode.marginModeSettings": "Margin mode settings",
628
631
  "marginMode.updatedSuccessfully": "Updated successfully",
632
+ "marginMode.noEditableSymbolsSelected": "No editable symbols selected",
633
+ "marginMode.failedToUpdateMarginMode": "Failed to update margin mode",
629
634
  "marginMode.perpetualFutures": "Perpetual futures",
630
635
  "marginMode.searchPlaceholder": "Search",
631
636
  "marginMode.selectAll": "Select all",
632
637
  "marginMode.setAs": "Set as",
638
+ "marginMode.disabledSymbolTooltip": "This symbol is independently operated by a third party. Isolated Margin is enforced to prevent risk from affecting your other positions.",
633
639
  "orderEntry.startPrice.error.required": "Start price is required",
634
640
  "orderEntry.startPrice.error.min": "Start price must be greater than {{value}}",
635
641
  "orderEntry.startPrice.error.max": "Start price must be less than {{value}}",
@@ -658,7 +664,12 @@ var orderEntry = {
658
664
  "orderEntry.reduceOnly.reminder": "Reduce-only reminder",
659
665
  "orderEntry.reduceOnly.reminder.content": "Your account is in reduce-only and cannot open new positions. Would you like to turn off reduce-only mode and proceed with the\xA0order?",
660
666
  "orderEntry.placeOrderNow": "Place order now",
661
- "orderEntry.maxQty.reminder.content": "Order qty reduced to max available: {{maxQty}}"
667
+ "orderEntry.maxQty.reminder.content": "Order qty reduced to max available: {{maxQty}}",
668
+ "orderEntry.permissionlessNotice.title": "Community-Listed Market Notice",
669
+ "orderEntry.permissionlessNotice.content1": "This market was listed by a third-party deployer through the permissionless listing system.",
670
+ "orderEntry.permissionlessNotice.content2": "It is not created, reviewed, or endorsed by Orderly. Such markets may involve low liquidity, high volatility, incomplete information, or increased liquidation risk.",
671
+ "orderEntry.permissionlessNotice.content3": "Please review the deployer's documentation and trade at your own risk.",
672
+ "orderEntry.permissionlessNotice.checkbox": "I understand this is a community-listed market and accept the risks."
662
673
  };
663
674
 
664
675
  // src/locale/module/orders.ts
@@ -1060,6 +1071,7 @@ var trading = {
1060
1071
  "trading.rwa.tooltip.openIn": "Regular trading hours will open in <0>{{timeFormat}}</0>",
1061
1072
  "trading.rwa.tooltip.checkDetailRules": "Check detail rules",
1062
1073
  "trading.rwa.countdown.title": "US markets are closing soon, volatility may be lower.",
1074
+ "trading.symbolDelisting": "{{symbol}} has entered forced deleveraging mode (insufficient liquidity depth / insufficient IF balance). Your position on this symbol only allows closing operations.",
1063
1075
  "trading.rwa.outsideMarketHours.notify": "This market is currently outside regular trading hours. You can still place a trade, but please be aware of reduced liquidity and potential risks.",
1064
1076
  "trading.rwa.mWeb.outsideMarketHours.desc": "Regular trading hours are about to close - 24/7 trading continues; price may slow and liquidity may be lower.",
1065
1077
  "trading.rwa.mWeb.insideMarketHours.desc": "Regular trading hours are about to open - get ready."
@@ -1196,6 +1208,7 @@ var tradingView = {
1196
1208
  "tradingView.displayControl.buySell": "Buy/Sell",
1197
1209
  "tradingView.displayControl.limitOrders": "Limit orders",
1198
1210
  "tradingView.displayControl.stopOrders": "Stop orders",
1211
+ "tradingView.displayControl.liquidationPrice": "Liquidation Price",
1199
1212
  "tradingView.noScriptSrc": "Due to TradingView's policy, you will need to apply for your own license.",
1200
1213
  "tradingView.noScriptSrc.1": "1. Please apply for your TradingView Advanced Chart license <0>here</0>",
1201
1214
  "tradingView.noScriptSrc.2": "2. Follow the instructions on <0>orderly.network</0> to set up."
@@ -1218,10 +1231,20 @@ var transfer = {
1218
1231
  "transfer.deposit.requested": "Deposit requested",
1219
1232
  "transfer.deposit.completed": "Deposit completed",
1220
1233
  "transfer.deposit.failed": "Deposit failed",
1234
+ "transfer.exclusiveDeposit.warning": "Only send {{token}} on {{network}} to this address. Sending other tokens, using other chains, or amounts below the minimum deposit will result in permanent loss of funds.",
1235
+ "transfer.exclusiveDeposit.selectFirst": "Select your network and token first",
1236
+ "transfer.exclusiveDeposit.selectNetwork": "Select network",
1237
+ "transfer.exclusiveDeposit.selectToken": "Select token",
1238
+ "transfer.exclusiveDeposit.minDeposit": "Min. deposit",
1239
+ "transfer.exclusiveDeposit.estimatedTime": "Estimated time",
1240
+ "transfer.exclusiveDeposit.estimatedTime.default": "~ 5 min",
1241
+ "transfer.exclusiveDeposit.depositPending": "Deposit pending: {{amount}} {{symbol}}",
1221
1242
  "transfer.deposit.feeUnavailable": "Fee data is currently unavailable. Please try again later.",
1222
1243
  "transfer.deposit.notEnoughGas": "Not enough gas. Add some {{token}} to your wallet to continue.",
1223
1244
  "transfer.deposit.exceedCap": "Amount exceeds user deposit cap",
1224
1245
  "transfer.deposit.closeToMaxLimit": "Deposit amount too close to maximum limit. To ensure your transaction succeeds, please reduce the amount",
1246
+ "transfer.deposit.tab.connectedWallet": "From connected wallet",
1247
+ "transfer.deposit.tab.exchangeOrOtherWallet": "From exchange / other wallet",
1225
1248
  "transfer.deposit.estGasFee": "Est. gas fee",
1226
1249
  "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.",
1227
1250
  "transfer.deposit.destinationGasFee": "Destination gas fee",