@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/{constant-C1UfMO16.d.mts → constant-CJUU0X8e.d.mts} +4 -1
- package/dist/{constant-C1UfMO16.d.ts → constant-CJUU0X8e.d.ts} +4 -1
- 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 +9 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -6
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +9 -6
- package/dist/locales/ar.json +9 -6
- package/dist/locales/de.json +9 -6
- package/dist/locales/en.json +9 -6
- package/dist/locales/es.json +9 -6
- package/dist/locales/fa.json +9 -6
- package/dist/locales/fr.json +9 -6
- package/dist/locales/he.json +9 -6
- package/dist/locales/id.json +9 -6
- package/dist/locales/it.json +9 -6
- package/dist/locales/ja.json +9 -6
- package/dist/locales/ko.json +9 -6
- package/dist/locales/nl.json +9 -6
- package/dist/locales/pl.json +9 -6
- package/dist/locales/pt.json +9 -6
- package/dist/locales/ru.json +9 -6
- package/dist/locales/tc.json +9 -6
- package/dist/locales/tr.json +9 -6
- package/dist/locales/uk.json +9 -6
- package/dist/locales/vi.json +9 -6
- package/dist/locales/zh.json +9 -6
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +9 -6
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +9 -6
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -742,6 +742,8 @@ declare const en: {
|
|
|
742
742
|
"orderEntry.reduceOnly.reminder.content": string;
|
|
743
743
|
"orderEntry.placeOrderNow": string;
|
|
744
744
|
"orderEntry.maxQty.reminder.content": string;
|
|
745
|
+
"orderEntry.usdcBorrowLimit.title": string;
|
|
746
|
+
"orderEntry.usdcBorrowLimit.content": string;
|
|
745
747
|
"orderEntry.permissionlessNotice.title": string;
|
|
746
748
|
"orderEntry.permissionlessNotice.content1": string;
|
|
747
749
|
"orderEntry.permissionlessNotice.content2": string;
|
|
@@ -801,7 +803,6 @@ declare const en: {
|
|
|
801
803
|
"tpsl.positionType.partial": string;
|
|
802
804
|
"tpsl.positionType.full.tips": string;
|
|
803
805
|
"tpsl.positionType.partial.tips": string;
|
|
804
|
-
"tpsl.positionType.full.tips.market": string;
|
|
805
806
|
"tpsl.advanced.ROI": string;
|
|
806
807
|
"tpsl.advanced.submit": string;
|
|
807
808
|
"tpsl.totalEstTpPnl": string;
|
|
@@ -872,6 +873,8 @@ declare const en: {
|
|
|
872
873
|
"positions.closePosition": string;
|
|
873
874
|
"positions.fundingFee.title": string;
|
|
874
875
|
"positions.fundingFee.tooltip": string;
|
|
876
|
+
"positions.unsettledFundingFee": string;
|
|
877
|
+
"positions.unsettledFundingFee.tooltip": string;
|
|
875
878
|
"positions.fundingRate.tooltip": string;
|
|
876
879
|
"positions.liquidation": string;
|
|
877
880
|
"positions.positionHistory": string;
|
|
@@ -742,6 +742,8 @@ declare const en: {
|
|
|
742
742
|
"orderEntry.reduceOnly.reminder.content": string;
|
|
743
743
|
"orderEntry.placeOrderNow": string;
|
|
744
744
|
"orderEntry.maxQty.reminder.content": string;
|
|
745
|
+
"orderEntry.usdcBorrowLimit.title": string;
|
|
746
|
+
"orderEntry.usdcBorrowLimit.content": string;
|
|
745
747
|
"orderEntry.permissionlessNotice.title": string;
|
|
746
748
|
"orderEntry.permissionlessNotice.content1": string;
|
|
747
749
|
"orderEntry.permissionlessNotice.content2": string;
|
|
@@ -801,7 +803,6 @@ declare const en: {
|
|
|
801
803
|
"tpsl.positionType.partial": string;
|
|
802
804
|
"tpsl.positionType.full.tips": string;
|
|
803
805
|
"tpsl.positionType.partial.tips": string;
|
|
804
|
-
"tpsl.positionType.full.tips.market": string;
|
|
805
806
|
"tpsl.advanced.ROI": string;
|
|
806
807
|
"tpsl.advanced.submit": string;
|
|
807
808
|
"tpsl.totalEstTpPnl": string;
|
|
@@ -872,6 +873,8 @@ declare const en: {
|
|
|
872
873
|
"positions.closePosition": string;
|
|
873
874
|
"positions.fundingFee.title": string;
|
|
874
875
|
"positions.fundingFee.tooltip": string;
|
|
876
|
+
"positions.unsettledFundingFee": string;
|
|
877
|
+
"positions.unsettledFundingFee.tooltip": string;
|
|
875
878
|
"positions.fundingRate.tooltip": string;
|
|
876
879
|
"positions.liquidation": string;
|
|
877
880
|
"positions.positionHistory": string;
|
package/dist/constant.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-
|
|
1
|
+
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-CJUU0X8e.mjs';
|
|
2
2
|
import 'react';
|
package/dist/constant.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-
|
|
1
|
+
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-CJUU0X8e.js';
|
|
2
2
|
import 'react';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-
|
|
2
|
-
export { b as Language, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-
|
|
1
|
+
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-CJUU0X8e.mjs';
|
|
2
|
+
export { b as Language, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-CJUU0X8e.mjs';
|
|
3
3
|
import * as react_i18next from 'react-i18next';
|
|
4
4
|
import { FallbackNs, UseTranslationOptions } from 'react-i18next';
|
|
5
5
|
export * from 'react-i18next';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-
|
|
2
|
-
export { b as Language, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-
|
|
1
|
+
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-CJUU0X8e.js';
|
|
2
|
+
export { b as Language, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-CJUU0X8e.js';
|
|
3
3
|
import * as react_i18next from 'react-i18next';
|
|
4
4
|
import { FallbackNs, UseTranslationOptions } from 'react-i18next';
|
|
5
5
|
export * from 'react-i18next';
|
package/dist/index.js
CHANGED
|
@@ -676,7 +676,7 @@ var orderEntry = {
|
|
|
676
676
|
"marginMode.crossMargin": "Cross Margin",
|
|
677
677
|
"marginMode.isolatedMargin": "Isolated Margin",
|
|
678
678
|
"marginMode.crossMarginDescription": "Margin and PnL are shared across positions. You may lose all positions if liquidation occurs.",
|
|
679
|
-
"marginMode.isolatedMarginDescription": "Margin and PnL are independent for each position. You'll only lose the current position if liquidation occurs.
|
|
679
|
+
"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>",
|
|
680
680
|
"marginMode.current": "Current",
|
|
681
681
|
"marginMode.marginModeSettings": "Margin mode settings",
|
|
682
682
|
"marginMode.updatedSuccessfully": "Updated successfully",
|
|
@@ -716,6 +716,8 @@ var orderEntry = {
|
|
|
716
716
|
"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?",
|
|
717
717
|
"orderEntry.placeOrderNow": "Place order now",
|
|
718
718
|
"orderEntry.maxQty.reminder.content": "Order qty reduced to max available: {{maxQty}}",
|
|
719
|
+
"orderEntry.usdcBorrowLimit.title": "Unable to open position",
|
|
720
|
+
"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.",
|
|
719
721
|
"orderEntry.permissionlessNotice.title": "Community-Listed Market Notice",
|
|
720
722
|
"orderEntry.permissionlessNotice.content1": "This market was listed by a third-party deployer through the permissionless listing system.",
|
|
721
723
|
"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.",
|
|
@@ -872,6 +874,8 @@ var positions = {
|
|
|
872
874
|
"positions.closePosition": "Close Position",
|
|
873
875
|
"positions.fundingFee.title": "Funding Fee",
|
|
874
876
|
"positions.fundingFee.tooltip": "Total funding fees from closed positions only, including partially closed portions.",
|
|
877
|
+
"positions.unsettledFundingFee": "Unsettled funding fee",
|
|
878
|
+
"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.",
|
|
875
879
|
"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.",
|
|
876
880
|
"positions.liquidation": "Liquidation",
|
|
877
881
|
"positions.positionHistory": "Position history",
|
|
@@ -1019,9 +1023,8 @@ var tpsl = {
|
|
|
1019
1023
|
"tpsl.SLOrderConfirm": "SL order confirm",
|
|
1020
1024
|
"tpsl.positionType.full": "TP/SL: Full position",
|
|
1021
1025
|
"tpsl.positionType.partial": "TP/SL: Partial position",
|
|
1022
|
-
"tpsl.positionType.full.tips": "
|
|
1023
|
-
"tpsl.positionType.partial.tips": "TP/SL
|
|
1024
|
-
"tpsl.positionType.full.tips.market": "Full-position TP/SL orders are market only",
|
|
1026
|
+
"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.",
|
|
1027
|
+
"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.",
|
|
1025
1028
|
"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/>.",
|
|
1026
1029
|
"tpsl.advanced.submit": "Submit",
|
|
1027
1030
|
"tpsl.totalEstTpPnl": "Total est. TP PnL",
|
|
@@ -1364,9 +1367,9 @@ var transfer = {
|
|
|
1364
1367
|
"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.`,
|
|
1365
1368
|
"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.`,
|
|
1366
1369
|
"transfer.LTV.currentLTV": "Current LTV",
|
|
1367
|
-
"transfer.LTV.isolatedModeUsdcOnly": "
|
|
1370
|
+
"transfer.LTV.isolatedModeUsdcOnly": "Isolated margin is denominated in USDC. Eligible collateral assets can back the required USDC balance.",
|
|
1368
1371
|
"transfer.LTV.availableCrossMarginHint": "Available balance = USDC balance + Unsettled PnL. All collateral assets contribute to your available margin.",
|
|
1369
|
-
"transfer.LTV.isolatedMarginOrderHint": "
|
|
1372
|
+
"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.",
|
|
1370
1373
|
"transfer.convert": "Convert",
|
|
1371
1374
|
// "transfer.convert.note": "Please note that convert fees will be charged.",
|
|
1372
1375
|
"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>",
|