@orderly.network/i18n 2.8.13-rc.0 → 2.8.13

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.
@@ -378,7 +378,7 @@ declare const en: {
378
378
  "transfer.LTV.tooltip": string;
379
379
  "transfer.LTV.currentLTV": string;
380
380
  "transfer.convert": string;
381
- "transfer.deposit.userMaxQty.error": string;
381
+ "transfer.deposit.globalMaxQty.error": string;
382
382
  "transfer.deposit.gasFee.error": string;
383
383
  "transfer.deposit.status.pending.one": string;
384
384
  "transfer.deposit.status.pending.multiple": string;
@@ -528,8 +528,11 @@ declare const en: {
528
528
  "orderEntry.orderType.stopLimit": string;
529
529
  "orderEntry.orderType.stopMarket": string;
530
530
  "orderEntry.orderType.postOnly": string;
531
+ "orderEntry.orderType.postOnly.tooltip": string;
531
532
  "orderEntry.orderType.ioc": string;
533
+ "orderEntry.orderType.ioc.tooltip": string;
532
534
  "orderEntry.orderType.fok": string;
535
+ "orderEntry.orderType.fok.tooltip": string;
533
536
  "orderEntry.orderType.scaledOrder": string;
534
537
  "orderEntry.orderType.trailingStop": string;
535
538
  "orderEntry.orderSize": string;
@@ -565,6 +568,7 @@ declare const en: {
565
568
  "orderEntry.orderConfirm": string;
566
569
  "orderEntry.confirmScaledOrder": string;
567
570
  "orderEntry.hidden": string;
571
+ "orderEntry.hidden.tooltip": string;
568
572
  "orderEntry.keepVisible": string;
569
573
  "orderEntry.maxBuy": string;
570
574
  "orderEntry.maxSell": string;
@@ -378,7 +378,7 @@ declare const en: {
378
378
  "transfer.LTV.tooltip": string;
379
379
  "transfer.LTV.currentLTV": string;
380
380
  "transfer.convert": string;
381
- "transfer.deposit.userMaxQty.error": string;
381
+ "transfer.deposit.globalMaxQty.error": string;
382
382
  "transfer.deposit.gasFee.error": string;
383
383
  "transfer.deposit.status.pending.one": string;
384
384
  "transfer.deposit.status.pending.multiple": string;
@@ -528,8 +528,11 @@ declare const en: {
528
528
  "orderEntry.orderType.stopLimit": string;
529
529
  "orderEntry.orderType.stopMarket": string;
530
530
  "orderEntry.orderType.postOnly": string;
531
+ "orderEntry.orderType.postOnly.tooltip": string;
531
532
  "orderEntry.orderType.ioc": string;
533
+ "orderEntry.orderType.ioc.tooltip": string;
532
534
  "orderEntry.orderType.fok": string;
535
+ "orderEntry.orderType.fok.tooltip": string;
533
536
  "orderEntry.orderType.scaledOrder": string;
534
537
  "orderEntry.orderType.trailingStop": string;
535
538
  "orderEntry.orderSize": string;
@@ -565,6 +568,7 @@ declare const en: {
565
568
  "orderEntry.orderConfirm": string;
566
569
  "orderEntry.confirmScaledOrder": string;
567
570
  "orderEntry.hidden": string;
571
+ "orderEntry.hidden.tooltip": string;
568
572
  "orderEntry.keepVisible": string;
569
573
  "orderEntry.maxBuy": string;
570
574
  "orderEntry.maxSell": string;
@@ -1,2 +1,2 @@
1
- export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-Bu5tmOhO.mjs';
1
+ export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-DI4HUf_e.mjs';
2
2
  import 'react';
@@ -1,2 +1,2 @@
1
- export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-Bu5tmOhO.js';
1
+ export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-DI4HUf_e.js';
2
2
  import 'react';
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-Bu5tmOhO.mjs';
2
- export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-Bu5tmOhO.mjs';
1
+ import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-DI4HUf_e.mjs';
2
+ export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-DI4HUf_e.mjs';
3
3
  import * as react_i18next from 'react-i18next';
4
4
  import { I18nextProviderProps, FallbackNs, UseTranslationOptions } from 'react-i18next';
5
5
  export * from 'react-i18next';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-Bu5tmOhO.js';
2
- export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-Bu5tmOhO.js';
1
+ import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-DI4HUf_e.js';
2
+ export { b as Language, d as LocaleContext, f as LocaleEnum, e as LocaleMessages, P as PopupMode, c as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, l as en, k as i18nCookieKey, j as i18nLocalStorageKey, u as useLocaleContext } from './constant-DI4HUf_e.js';
3
3
  import * as react_i18next from 'react-i18next';
4
4
  import { I18nextProviderProps, FallbackNs, UseTranslationOptions } from 'react-i18next';
5
5
  export * from 'react-i18next';
package/dist/index.js CHANGED
@@ -472,8 +472,11 @@ var orderEntry = {
472
472
  "orderEntry.orderType.stopLimit": "Stop limit",
473
473
  "orderEntry.orderType.stopMarket": "Stop market",
474
474
  "orderEntry.orderType.postOnly": "Post only",
475
+ "orderEntry.orderType.postOnly.tooltip": "Ensures your order is maker-only; cancels if it would execute immediately.",
475
476
  "orderEntry.orderType.ioc": "IOC",
477
+ "orderEntry.orderType.ioc.tooltip": "Executes immediately; any unfilled amount is canceled.",
476
478
  "orderEntry.orderType.fok": "FOK",
479
+ "orderEntry.orderType.fok.tooltip": "Executes immediately in full, or is canceled entirely.",
477
480
  "orderEntry.orderType.scaledOrder": "Scaled",
478
481
  "orderEntry.orderType.trailingStop": "Trailing stop",
479
482
  "orderEntry.orderSize": "Order size",
@@ -509,6 +512,7 @@ var orderEntry = {
509
512
  "orderEntry.orderConfirm": "Order confirm",
510
513
  "orderEntry.confirmScaledOrder": "Confirm scaled order",
511
514
  "orderEntry.hidden": "Hidden",
515
+ "orderEntry.hidden.tooltip": "Hidden orders provide trading privacy by concealing your order size from other market participants while still executing normally.",
512
516
  "orderEntry.keepVisible": "Keep visible",
513
517
  "orderEntry.maxBuy": "Max buy",
514
518
  "orderEntry.maxSell": "Max sell",
@@ -1188,7 +1192,7 @@ var transfer = {
1188
1192
  "transfer.LTV.currentLTV": "Current LTV",
1189
1193
  "transfer.convert": "Convert",
1190
1194
  // "transfer.convert.note": "Please note that convert fees will be charged.",
1191
- "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>",
1195
+ "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>",
1192
1196
  "transfer.deposit.gasFee.error": "Please ensure you have enough {{token}} for gas fees.",
1193
1197
  "transfer.deposit.status.pending.one": "You have a pending transaction",
1194
1198
  "transfer.deposit.status.pending.multiple": "You have pending transactions",