@orderly.network/i18n 3.1.12-alpha.0 → 3.2.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
@@ -622,7 +622,7 @@ var orderEntry = {
622
622
  "marginMode.crossMargin": "Cross Margin",
623
623
  "marginMode.isolatedMargin": "Isolated Margin",
624
624
  "marginMode.crossMarginDescription": "Margin and PnL are shared across positions. You may lose all positions if liquidation occurs.",
625
- "marginMode.isolatedMarginDescription": "Margin and PnL are independent for each position. You'll only lose the current position if liquidation occurs. Only USDC is accepted as collateral. <0>Learn more</0>",
625
+ "marginMode.isolatedMarginDescription": "Margin and PnL are independent for each position. You'll only lose the current position if liquidation occurs. Isolated margin is denominated in USDC, and eligible collateral assets can back the required USDC balance. <0>Learn more</0>",
626
626
  "marginMode.current": "Current",
627
627
  "marginMode.marginModeSettings": "Margin mode settings",
628
628
  "marginMode.updatedSuccessfully": "Updated successfully",
@@ -662,6 +662,8 @@ var orderEntry = {
662
662
  "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?",
663
663
  "orderEntry.placeOrderNow": "Place order now",
664
664
  "orderEntry.maxQty.reminder.content": "Order qty reduced to max available: {{maxQty}}",
665
+ "orderEntry.usdcBorrowLimit.title": "Unable to open position",
666
+ "orderEntry.usdcBorrowLimit.content": "This order would cause your USDC borrowing to exceed the {{limit}} USDC limit. Reduce your order size, or deposit/transfer more USDC and try again.",
665
667
  "orderEntry.permissionlessNotice.title": "Community-Listed Market Notice",
666
668
  "orderEntry.permissionlessNotice.content1": "This market was listed by a third-party deployer through the permissionless listing system.",
667
669
  "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.",
@@ -818,6 +820,8 @@ var positions = {
818
820
  "positions.closePosition": "Close Position",
819
821
  "positions.fundingFee.title": "Funding Fee",
820
822
  "positions.fundingFee.tooltip": "Total funding fees from closed positions only, including partially closed portions.",
823
+ "positions.unsettledFundingFee": "Unsettled funding fee",
824
+ "positions.unsettledFundingFee.tooltip": "Funding fees accrued since the most recent settlement or position cost update. After settlement or position adjustments, the amount is incorporated into the position cost and starts accruing again. It does not represent the total funding fees since the position was opened.",
821
825
  "positions.fundingRate.tooltip": "Funding fee amount for each funding interval during the time the position was open. Records may include funding fees from both closed positions and currently open positions.",
822
826
  "positions.liquidation": "Liquidation",
823
827
  "positions.positionHistory": "Position history",
@@ -965,9 +969,8 @@ var tpsl = {
965
969
  "tpsl.SLOrderConfirm": "SL order confirm",
966
970
  "tpsl.positionType.full": "TP/SL: Full position",
967
971
  "tpsl.positionType.partial": "TP/SL: Partial position",
968
- "tpsl.positionType.full.tips": "TPSL (full) applies to the full position. Newly activated TPSL (full) orders will overwrite previous orders. Full position will be market closed when the price is triggered.",
969
- "tpsl.positionType.partial.tips": "TP/SL triggers at the specified mark price and executes as a market order. By default, it applies to the entire position. Adjust settings in open positions for partial TP/SL.",
970
- "tpsl.positionType.full.tips.market": "Full-position TP/SL orders are market only",
972
+ "tpsl.positionType.full.tips": "Full-position TP/SL closes the position using a market or limit order. Its quantity is determined when triggered. A triggered limit order keeps that quantity even if the position changes, and may not fill immediately.",
973
+ "tpsl.positionType.partial.tips": "Partial TP/SL closes the specified quantity using a market or limit order when the mark price reaches the trigger price.",
971
974
  "tpsl.advanced.ROI": "When the mark price reaches <0/>, it will trigger a <1/> order, and estimated PnL will be <2/> and ROI is <3/>.",
972
975
  "tpsl.advanced.submit": "Submit",
973
976
  "tpsl.totalEstTpPnl": "Total est. TP PnL",
@@ -1310,9 +1313,9 @@ var transfer = {
1310
1313
  "transfer.LTV.description": `LTV (Loan-to-Value) is the ratio between your negative USDC and the current value of your collateral. If your LTV exceeds {{threshold}}, your collateral will be automatically converted to USDC.`,
1311
1314
  "transfer.LTV.tooltip": `If your LTV exceeds {{threshold}}% or your USDC balance plus Unsettled PnL falls below {{usdcThreshold}}, your collateral will be automatically converted with a haircut. To avoid this, you can manually convert assets to USDC.`,
1312
1315
  "transfer.LTV.currentLTV": "Current LTV",
1313
- "transfer.LTV.isolatedModeUsdcOnly": "Only USDC can be used as margin in Isolated Mode.",
1316
+ "transfer.LTV.isolatedModeUsdcOnly": "Isolated margin is denominated in USDC. Eligible collateral assets can back the required USDC balance.",
1314
1317
  "transfer.LTV.availableCrossMarginHint": "Available balance = USDC balance + Unsettled PnL. All collateral assets contribute to your available margin.",
1315
- "transfer.LTV.isolatedMarginOrderHint": "In Isolated Margin mode, only USDC is accepted as margin. Convert your assets to USDC to place orders.",
1318
+ "transfer.LTV.isolatedMarginOrderHint": "Isolated margin is denominated in USDC. Eligible collateral assets can back the required USDC balance. A negative USDC balance contributes to LTV and may trigger automatic conversion.",
1316
1319
  "transfer.convert": "Convert",
1317
1320
  // "transfer.convert.note": "Please note that convert fees will be charged.",
1318
1321
  "transfer.deposit.globalMaxQty.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>",