@orderly.network/i18n 2.8.8 → 2.8.9

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
@@ -218,6 +218,11 @@ var common = {
218
218
  "common.settings": "Settings",
219
219
  "common.accountId": "Account ID",
220
220
  "common.web3Wallet": "Web3 wallet",
221
+ "common.wallet": "Wallet",
222
+ "common.myWallet": "My wallet",
223
+ "common.externalWallet": "External wallet",
224
+ "common.invalid": "Invalid",
225
+ "common.network": "Network",
221
226
  "common.txId": "TxID",
222
227
  "common.result": "Result",
223
228
  "common.orderQty": "Order Qty.",
@@ -709,7 +714,8 @@ var positions = {
709
714
  "positions.Liquidation.expand.tooltip.collateral": "Total collateral value in the account when liquidation occurred.",
710
715
  "positions.Liquidation.expand.tooltip.notional": "The total notional value of positions in the account at liquidation.",
711
716
  "positions.reverse.title": "Reverse Position",
712
- "positions.reverse.description": "The reverse order will fail if your account balance isn\u2019t enough to open an opposite position of the same size.",
717
+ "positions.reverse.description": "Close your current position and open the opposite at market price. If your account balance isn't enough, the reverse order will fail. Orders exceeding the maximum quantity will be automatically split into multiple smaller orders.",
718
+ "positions.reverse.error.belowMin": "The reverse order quantity is below the minimum allowed. Please close your position and place a new order manually.",
713
719
  "positions.reverse.marketCloseLong": "Market Close Long",
714
720
  "positions.reverse.marketCloseShort": "Market Close Short",
715
721
  "positions.reverse.marketOpenLong": "Market Open Long",
@@ -828,7 +834,7 @@ var trading = {
828
834
  "trading.portfolioSettings.decimalPrecision": "Decimal Precision for PnL & Notional",
829
835
  "trading.portfolioSettings.unrealPnlPriceBasis": "Unrealized PnL Price Basis",
830
836
  "trading.portfolioSettings.reversePosition": "Reverse button",
831
- "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.",
837
+ "trading.portfolioSettings.reversePosition.tooltip": "Close your current position and open the opposite at market price. If your account balance isn't enough, the reverse order will fail. Orders exceeding the maximum quantity will be automatically split into multiple smaller orders.",
832
838
  "trading.orderBook": "Order book",
833
839
  "trading.lastTrades": "Last trades",
834
840
  "trading.orderBook.column.value": "Value",
@@ -1023,8 +1029,15 @@ var transfer = {
1023
1029
  // "Are you sure you want to settle your PnL? Settlement will take up to 1 minute before you can withdraw your available balance.",
1024
1030
  "transfer.withdraw.otherAccount": "Other {{brokerName}} account",
1025
1031
  "transfer.withdraw.accountId.tips": "Please enter an Account ID instead of a wallet address.",
1026
- "transfer.withdraw.accountId.invalid": "Invalid Account ID. Please try again.",
1032
+ "transfer.withdraw.accountId.invalid": "No account found",
1027
1033
  "transfer.withdraw.available.tooltip": "Current maximum withdrawal per request is {{amount}}. To withdraw more, please submit multiple requests.",
1034
+ "transfer.withdraw.accountIdOrAddress.placeholder": "Account ID or address",
1035
+ "transfer.withdraw.accountIdOrAddress.hint": "Enter an account ID or address to find the account",
1036
+ "transfer.withdraw.addExternalWallet": "Add external wallet",
1037
+ "transfer.withdraw.addExternalWallet.addressDescription": "Fill in and confirm the address to receive the funds on the destination chain.",
1038
+ "transfer.withdraw.addExternalWallet.addressWarning": "Please do not enter any address other than the {{networkLabel}} address.",
1039
+ "transfer.withdraw.addExternalWallet.label": "Enter external wallet",
1040
+ "transfer.withdraw.addExternalWallet.networkMismatch": "This address doesn't match the selected network. Please enter a valid {{networkLabel}} address.",
1028
1041
  "transfer.internalTransfer.from": "From",
1029
1042
  "transfer.internalTransfer.to": "To",
1030
1043
  "transfer.internalTransfer.currentAssetValue": "Current asset value",