@orderly.network/i18n 2.10.2 → 2.11.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/{constant-UZhfXyyb.d.mts → constant-BeXwHrGj.d.mts} +27 -0
- package/dist/{constant-UZhfXyyb.d.ts → constant-BeXwHrGj.d.ts} +27 -0
- package/dist/constant.d.mts +1 -1
- package/dist/constant.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +33 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -4
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +30 -3
- package/dist/locales/de.json +30 -3
- package/dist/locales/en.json +30 -3
- package/dist/locales/es.json +30 -3
- package/dist/locales/fr.json +30 -3
- package/dist/locales/id.json +30 -3
- package/dist/locales/it.json +30 -3
- package/dist/locales/ja.json +30 -3
- package/dist/locales/ko.json +30 -3
- package/dist/locales/nl.json +30 -3
- package/dist/locales/pl.json +30 -3
- package/dist/locales/pt.json +30 -3
- package/dist/locales/ru.json +30 -3
- package/dist/locales/tc.json +30 -3
- package/dist/locales/tr.json +30 -3
- package/dist/locales/uk.json +30 -3
- package/dist/locales/vi.json +30 -3
- package/dist/locales/zh.json +30 -3
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +33 -4
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +33 -4
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/utils.mjs
CHANGED
|
@@ -189,6 +189,7 @@ var chart = {
|
|
|
189
189
|
// src/locale/module/common.ts
|
|
190
190
|
var common = {
|
|
191
191
|
"common.cancel": "Cancel",
|
|
192
|
+
"common.close": "Close",
|
|
192
193
|
"common.confirm": "Confirm",
|
|
193
194
|
"common.ok": "OK",
|
|
194
195
|
"common.yes": "Yes",
|
|
@@ -571,6 +572,21 @@ var orderEntry = {
|
|
|
571
572
|
"orderEntry.slTriggerPrice.error.max": "SL Price must be less than {{value}}",
|
|
572
573
|
"orderEntry.total.error.min": "The order value should be greater or equal to {{value}} USDC",
|
|
573
574
|
"orderEntry.initialMarginTotal.error.min": "The initial margin should be greater or equal to {{value}} USDC",
|
|
575
|
+
// Margin mode (Cross / Isolated)
|
|
576
|
+
"marginMode.switchMarginMode": "Switch Margin Mode",
|
|
577
|
+
"marginMode.cross": "Cross",
|
|
578
|
+
"marginMode.isolated": "Isolated",
|
|
579
|
+
"marginMode.crossMargin": "Cross Margin",
|
|
580
|
+
"marginMode.isolatedMargin": "Isolated Margin",
|
|
581
|
+
"marginMode.crossMarginDescription": "Margin and PnL are shared across positions. You may lose all positions if liquidation occurs.",
|
|
582
|
+
"marginMode.isolatedMarginDescription": "Margin and PnL are independent for each position. You'll only lose the current position if liquidation occurs.",
|
|
583
|
+
"marginMode.current": "Current",
|
|
584
|
+
"marginMode.marginModeSettings": "Margin mode settings",
|
|
585
|
+
"marginMode.updatedSuccessfully": "Updated successfully",
|
|
586
|
+
"marginMode.perpetualFutures": "Perpetual futures",
|
|
587
|
+
"marginMode.searchPlaceholder": "Search",
|
|
588
|
+
"marginMode.selectAll": "Select all",
|
|
589
|
+
"marginMode.setAs": "Set as",
|
|
574
590
|
"orderEntry.startPrice.error.required": "Start price is required",
|
|
575
591
|
"orderEntry.startPrice.error.min": "Start price must be greater than {{value}}",
|
|
576
592
|
"orderEntry.startPrice.error.max": "Start price must be less than {{value}}",
|
|
@@ -765,9 +781,9 @@ var positions = {
|
|
|
765
781
|
"positions.column.liqPrice": "Liq. price",
|
|
766
782
|
"positions.column.unrealPnl.tooltip": "Current unrealized profit or loss on your open positions across all widgets calculated using Mark Price.",
|
|
767
783
|
"positions.column.unrealPnl.priceBasis": "Unrealized PnL Price Basis",
|
|
768
|
-
"positions.column.margin": "
|
|
769
|
-
"positions.column.margin.tooltip": "
|
|
770
|
-
"positions.column.margin.formula": "Margin = Position size *
|
|
784
|
+
"positions.column.margin": "Margin",
|
|
785
|
+
"positions.column.margin.tooltip": "Isolated margin locked in the position",
|
|
786
|
+
"positions.column.margin.formula": "Margin = Position size * Open price * IMR",
|
|
771
787
|
"positions.column.close": "Close",
|
|
772
788
|
"positions.limitClose": "Limit close",
|
|
773
789
|
"positions.limitClose.description": "You agree closing {{quantity}} {{base}} position at limit price.",
|
|
@@ -815,7 +831,19 @@ var positions = {
|
|
|
815
831
|
"positions.reverse.marketOpenLong": "Market Open Long",
|
|
816
832
|
"positions.reverse.marketOpenShort": "Market Open Short",
|
|
817
833
|
"positions.reverse.reverseToLong": "Reverse to Long",
|
|
818
|
-
"positions.reverse.reverseToShort": "Reverse to Short"
|
|
834
|
+
"positions.reverse.reverseToShort": "Reverse to Short",
|
|
835
|
+
// Adjust Margin
|
|
836
|
+
"positions.adjustMargin.title": "Adjust Margin",
|
|
837
|
+
"positions.adjustMargin.add": "Add Margin",
|
|
838
|
+
"positions.adjustMargin.reduce": "Reduce Margin",
|
|
839
|
+
"positions.adjustMargin.quantity": "Quantity",
|
|
840
|
+
"positions.adjustMargin.max": "Max",
|
|
841
|
+
"positions.adjustMargin.currentMargin": "Current margin:",
|
|
842
|
+
"positions.adjustMargin.liqPriceAfter": "Liquidation price after adjustment:",
|
|
843
|
+
"positions.adjustMargin.leverageAfter": "Effective leverage after adjustment:",
|
|
844
|
+
"positions.adjustMargin.success": "Margin adjusted successfully",
|
|
845
|
+
"positions.adjustMargin.failed": "Failed to adjust margin",
|
|
846
|
+
"positions.adjustMargin.marginCannotMoreThanMax": "Margin cannot be more than max"
|
|
819
847
|
};
|
|
820
848
|
|
|
821
849
|
// src/locale/module/scaffold.ts
|
|
@@ -1235,6 +1263,7 @@ var transfer = {
|
|
|
1235
1263
|
"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.`,
|
|
1236
1264
|
"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.`,
|
|
1237
1265
|
"transfer.LTV.currentLTV": "Current LTV",
|
|
1266
|
+
"transfer.LTV.isolatedModeUsdcOnly": "Only USDC can be used as margin in Isolated Mode.",
|
|
1238
1267
|
"transfer.convert": "Convert",
|
|
1239
1268
|
// "transfer.convert.note": "Please note that convert fees will be charged.",
|
|
1240
1269
|
"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>",
|