@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/utils.mjs CHANGED
@@ -417,6 +417,7 @@ var markets = {
417
417
  "markets.favorites": "Favorites",
418
418
  "markets.recent": "Recent",
419
419
  "markets.newListings": "New listings",
420
+ "markets.community": "Community",
420
421
  "markets.allMarkets": "All markets",
421
422
  "markets.openInterest": "Open interest",
422
423
  "markets.openInterest.tooltip": "Total size of positions per side.",
@@ -466,7 +467,8 @@ var markets = {
466
467
  "markets.symbolInfoBar.24hVolume": "24h volume",
467
468
  "markets.symbolInfoBar.24hVolume.tooltip": "24 hour total trading volume on the Orderly Network.",
468
469
  "markets.symbolInfoBar.predFundingRate": "Est. funding rate",
469
- "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."
470
+ "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.",
471
+ "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."
470
472
  };
471
473
 
472
474
  // src/locale/module/notification.ts
@@ -511,6 +513,7 @@ var orderEntry = {
511
513
  "orderEntry.orderType.ioc.tooltip": "Executes immediately; any unfilled amount is canceled.",
512
514
  "orderEntry.orderType.fok": "FOK",
513
515
  "orderEntry.orderType.fok.tooltip": "Executes immediately in full, or is canceled entirely.",
516
+ "orderEntry.orderType.symbolPostOnly.tooltip": "This symbol is in POST_ONLY mode. Only limit orders are accepted until the order book is ready.",
514
517
  "orderEntry.orderType.scaledOrder": "Scaled",
515
518
  "orderEntry.orderType.trailingStop": "Trailing stop",
516
519
  "orderEntry.orderSize": "Order size",
@@ -583,10 +586,13 @@ var orderEntry = {
583
586
  "marginMode.current": "Current",
584
587
  "marginMode.marginModeSettings": "Margin mode settings",
585
588
  "marginMode.updatedSuccessfully": "Updated successfully",
589
+ "marginMode.noEditableSymbolsSelected": "No editable symbols selected",
590
+ "marginMode.failedToUpdateMarginMode": "Failed to update margin mode",
586
591
  "marginMode.perpetualFutures": "Perpetual futures",
587
592
  "marginMode.searchPlaceholder": "Search",
588
593
  "marginMode.selectAll": "Select all",
589
594
  "marginMode.setAs": "Set as",
595
+ "marginMode.disabledSymbolTooltip": "This symbol is independently operated by a third party. Isolated Margin is enforced to prevent risk from affecting your other positions.",
590
596
  "orderEntry.startPrice.error.required": "Start price is required",
591
597
  "orderEntry.startPrice.error.min": "Start price must be greater than {{value}}",
592
598
  "orderEntry.startPrice.error.max": "Start price must be less than {{value}}",
@@ -615,7 +621,12 @@ var orderEntry = {
615
621
  "orderEntry.reduceOnly.reminder": "Reduce-only reminder",
616
622
  "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?",
617
623
  "orderEntry.placeOrderNow": "Place order now",
618
- "orderEntry.maxQty.reminder.content": "Order qty reduced to max available: {{maxQty}}"
624
+ "orderEntry.maxQty.reminder.content": "Order qty reduced to max available: {{maxQty}}",
625
+ "orderEntry.permissionlessNotice.title": "Community-Listed Market Notice",
626
+ "orderEntry.permissionlessNotice.content1": "This market was listed by a third-party deployer through the permissionless listing system.",
627
+ "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.",
628
+ "orderEntry.permissionlessNotice.content3": "Please review the deployer's documentation and trade at your own risk.",
629
+ "orderEntry.permissionlessNotice.checkbox": "I understand this is a community-listed market and accept the risks."
619
630
  };
620
631
 
621
632
  // src/locale/module/orders.ts
@@ -1017,6 +1028,7 @@ var trading = {
1017
1028
  "trading.rwa.tooltip.openIn": "Regular trading hours will open in <0>{{timeFormat}}</0>",
1018
1029
  "trading.rwa.tooltip.checkDetailRules": "Check detail rules",
1019
1030
  "trading.rwa.countdown.title": "US markets are closing soon, volatility may be lower.",
1031
+ "trading.symbolDelisting": "{{symbol}} has entered forced deleveraging mode (insufficient liquidity depth / insufficient IF balance). Your position on this symbol only allows closing operations.",
1020
1032
  "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.",
1021
1033
  "trading.rwa.mWeb.outsideMarketHours.desc": "Regular trading hours are about to close - 24/7 trading continues; price may slow and liquidity may be lower.",
1022
1034
  "trading.rwa.mWeb.insideMarketHours.desc": "Regular trading hours are about to open - get ready."
@@ -1153,6 +1165,7 @@ var tradingView = {
1153
1165
  "tradingView.displayControl.buySell": "Buy/Sell",
1154
1166
  "tradingView.displayControl.limitOrders": "Limit orders",
1155
1167
  "tradingView.displayControl.stopOrders": "Stop orders",
1168
+ "tradingView.displayControl.liquidationPrice": "Liquidation Price",
1156
1169
  "tradingView.noScriptSrc": "Due to TradingView's policy, you will need to apply for your own license.",
1157
1170
  "tradingView.noScriptSrc.1": "1. Please apply for your TradingView Advanced Chart license <0>here</0>",
1158
1171
  "tradingView.noScriptSrc.2": "2. Follow the instructions on <0>orderly.network</0> to set up."
@@ -1175,10 +1188,20 @@ var transfer = {
1175
1188
  "transfer.deposit.requested": "Deposit requested",
1176
1189
  "transfer.deposit.completed": "Deposit completed",
1177
1190
  "transfer.deposit.failed": "Deposit failed",
1191
+ "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.",
1192
+ "transfer.exclusiveDeposit.selectFirst": "Select your network and token first",
1193
+ "transfer.exclusiveDeposit.selectNetwork": "Select network",
1194
+ "transfer.exclusiveDeposit.selectToken": "Select token",
1195
+ "transfer.exclusiveDeposit.minDeposit": "Min. deposit",
1196
+ "transfer.exclusiveDeposit.estimatedTime": "Estimated time",
1197
+ "transfer.exclusiveDeposit.estimatedTime.default": "~ 5 min",
1198
+ "transfer.exclusiveDeposit.depositPending": "Deposit pending: {{amount}} {{symbol}}",
1178
1199
  "transfer.deposit.feeUnavailable": "Fee data is currently unavailable. Please try again later.",
1179
1200
  "transfer.deposit.notEnoughGas": "Not enough gas. Add some {{token}} to your wallet to continue.",
1180
1201
  "transfer.deposit.exceedCap": "Amount exceeds user deposit cap",
1181
1202
  "transfer.deposit.closeToMaxLimit": "Deposit amount too close to maximum limit. To ensure your transaction succeeds, please reduce the amount",
1203
+ "transfer.deposit.tab.connectedWallet": "From connected wallet",
1204
+ "transfer.deposit.tab.exchangeOrOtherWallet": "From exchange / other wallet",
1182
1205
  "transfer.deposit.estGasFee": "Est. gas fee",
1183
1206
  "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.",
1184
1207
  "transfer.deposit.destinationGasFee": "Destination gas fee",