@orderly.network/i18n 2.8.5 → 2.8.6

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
@@ -224,6 +224,9 @@ var common = {
224
224
  "common.partialTPSL": "Partial TP/SL",
225
225
  "common.vaults": "Vaults",
226
226
  "common.optional": "Optional",
227
+ "common.learnMore": "Learn more",
228
+ "common.switch": "Switch",
229
+ "common.notSupported": "Not supported",
227
230
  "common.details": "Details",
228
231
  "common.somethingWentWrong": "Something went wrong. Please try again later.",
229
232
  "common.rwa": "RWA",
@@ -701,7 +704,15 @@ var positions = {
701
704
  "positions.Liquidation.expand.tooltip.mr": "The ratio of collateral to position size at the time of liquidation.",
702
705
  "positions.Liquidation.expand.tooltip.mmr": "The minimum margin required to keep the position open.",
703
706
  "positions.Liquidation.expand.tooltip.collateral": "Total collateral value in the account when liquidation occurred.",
704
- "positions.Liquidation.expand.tooltip.notional": "The total notional value of positions in the account at liquidation."
707
+ "positions.Liquidation.expand.tooltip.notional": "The total notional value of positions in the account at liquidation.",
708
+ "positions.reverse.title": "Reverse Position",
709
+ "positions.reverse.description": "The reverse order will fail if your account balance isn\u2019t enough to open an opposite position of the same size.",
710
+ "positions.reverse.marketCloseLong": "Market Close Long",
711
+ "positions.reverse.marketCloseShort": "Market Close Short",
712
+ "positions.reverse.marketOpenLong": "Market Open Long",
713
+ "positions.reverse.marketOpenShort": "Market Open Short",
714
+ "positions.reverse.reverseToLong": "Reverse to Long",
715
+ "positions.reverse.reverseToShort": "Reverse to Short"
705
716
  };
706
717
 
707
718
  // src/locale/module/scaffold.ts
@@ -788,6 +799,8 @@ var tpsl = {
788
799
  "tpsl.validate.slTriggerPrice.error.priceErrorMax": "Your SL trigger price should be set higher than your order price.",
789
800
  "tpsl.validate.tpTriggerPrice.error.required": "TP trigger price is required",
790
801
  "tpsl.validate.slTriggerPrice.error.required": "SL trigger price is required",
802
+ "tpsl.validate.slTriggerPrice.warning.closeToLiqPrice": "Stop losses set near the liq. price may not trigger. Note: the liq. price can change with position notional.",
803
+ "tpsl.validate.slTriggerPrice.error.crossLiqPrice": "Stop loss crosses the liq. price. Please adjust your SL.",
791
804
  "tpsl.tpslDetail.qty": "Qty.",
792
805
  "tpsl.tpslDetail.estPnl": "Est. PnL",
793
806
  "tpsl.tpslDetail.estPnl.tooltip": "The actual value may differ based on the actual trading price. This value is only for reference.",
@@ -808,9 +821,11 @@ var trading = {
808
821
  "trading.orders.closeAll": "Close All",
809
822
  "trading.hideOtherSymbols": "Hide other symbols",
810
823
  "trading.history": "History",
811
- "trading.portfolioSettings": "Portfolio Settings",
824
+ "trading.portfolioSettings": "Preference",
812
825
  "trading.portfolioSettings.decimalPrecision": "Decimal Precision for PnL & Notional",
813
826
  "trading.portfolioSettings.unrealPnlPriceBasis": "Unrealized PnL Price Basis",
827
+ "trading.portfolioSettings.reversePosition": "Reverse button",
828
+ "trading.portfolioSettings.reversePosition.tooltip": "Close your current position and open the opposite at market price. The reverse order will fail if your account balance isn\u2019t enough to open an opposite position of the same size.",
814
829
  "trading.orderBook": "Order book",
815
830
  "trading.lastTrades": "Last trades",
816
831
  "trading.orderBook.column.value": "Value",
@@ -976,11 +991,13 @@ var transfer = {
976
991
  "transfer.deposit.failed": "Deposit failed",
977
992
  "transfer.deposit.feeUnavailable": "Fee data is currently unavailable. Please try again later.",
978
993
  "transfer.deposit.notEnoughGas": "Not enough gas. Add some {{token}} to your wallet to continue.",
994
+ "transfer.deposit.exceedCap": "Amount exceeds user deposit cap",
979
995
  "transfer.deposit.estGasFee": "Est. gas fee",
980
996
  "transfer.deposit.destinationGasFee": "Destination gas fee",
981
997
  "transfer.deposit.destinationGasFee.description": "Additional gas tokens are required to cover operations on the destination chain. The amount shown is an estimate - please prepare extra to ensure sufficient coverage.",
982
998
  "transfer.withdraw.unsupported.chain": "Withdrawals are not supported on this chain. Please switch to any of the bridgeless networks.",
983
999
  "transfer.withdraw.unsupported.networkName": "Withdrawals are not supported on {{networkName}}. Please switch to any of the bridgeless networks.",
1000
+ "transfer.withdraw.unsupported.token": "{{token}} withdrawals are unavailable on this network",
984
1001
  "transfer.withdraw.crossChain.confirmWithdraw": "Confirm to withdraw",
985
1002
  "transfer.withdraw.crossChain.recipientAddress": "Recipient address",
986
1003
  "transfer.withdraw.crossChain.recipientNetwork": "Recipient network",
@@ -1001,6 +1018,7 @@ var transfer = {
1001
1018
  "transfer.withdraw.otherAccount": "Other {{brokerName}} account",
1002
1019
  "transfer.withdraw.accountId.tips": "Please enter an Account ID instead of a wallet address.",
1003
1020
  "transfer.withdraw.accountId.invalid": "Invalid Account ID. Please try again.",
1021
+ "transfer.withdraw.available.tooltip": "Current maximum withdrawal per request is {{amount}}. To withdraw more, please submit multiple requests.",
1004
1022
  "transfer.internalTransfer.from": "From",
1005
1023
  "transfer.internalTransfer.to": "To",
1006
1024
  "transfer.internalTransfer.currentAssetValue": "Current asset value",
@@ -1041,6 +1059,8 @@ var transfer = {
1041
1059
  "transfer.swapDeposit.notEnoughLiquidity": "Not enough liquidity. Please try again later or use another chain to deposit.",
1042
1060
  "transfer.convert.completed": "Convert completed",
1043
1061
  "transfer.convert.failed": "Convert failed",
1062
+ "transfer.depositCap": "Deposit cap",
1063
+ "transfer.depositCap.tooltip": "Max deposit amount for ",
1044
1064
  "transfer.deposit.convertRate": "Convert rate",
1045
1065
  "transfer.convert.convertAssets": "Convert assets to USDC",
1046
1066
  "transfer.deposit.collateralContribution": "Collateral contribution",
@@ -1051,7 +1071,7 @@ var transfer = {
1051
1071
  "transfer.LTV.currentLTV": "Current LTV",
1052
1072
  "transfer.convert": "Convert",
1053
1073
  // "transfer.convert.note": "Please note that convert fees will be charged.",
1054
- "transfer.deposit.userMaxQty.error": "Collateral cap reached. Maximum allowed: {{maxQty}} {{token}}.",
1074
+ "transfer.deposit.userMaxQty.error": "Your deposit couldn't be processed because the global deposit cap for {{token}} on {{chain}} has been reached. This is typically resolved after rebalancing, which takes around 1 hour. Please try again later, or use a smaller amount or a different chain. <0>Learn more</0>",
1055
1075
  "transfer.deposit.gasFee.error": "Please ensure you have enough {{token}} for gas fees.",
1056
1076
  "transfer.deposit.status.pending.one": "You have a pending transaction",
1057
1077
  "transfer.deposit.status.pending.multiple": "You have pending transactions",
@@ -1089,6 +1109,8 @@ var vaults = {
1089
1109
  "vaults.card.orderly.description": "Earn passive yields effortlessly, no trading expertise required. OmniVault deploys market-making strategies, taking on liquidations, and accrue platform fees.",
1090
1110
  "vaults.card.tvl": "TVL",
1091
1111
  "vaults.card.apy": "30D APY",
1112
+ "vaults.card.allTimeReturn": "All-time return",
1113
+ "vaults.card.allTimeReturnTooltip": "Annualized returns using all historical data since vault inception. Available after the vault is 7 days old.",
1092
1114
  "vaults.card.myDeposits": "My deposits",
1093
1115
  "vaults.card.myEarnings": "My earnings",
1094
1116
  "vaults.card.accountBalance": "Account balance",