@orderly.network/i18n 2.8.3 → 2.8.4-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.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 +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +8 -4
- package/dist/locales/de.json +8 -4
- package/dist/locales/en.json +8 -4
- package/dist/locales/es.json +8 -4
- package/dist/locales/fr.json +8 -4
- package/dist/locales/id.json +8 -4
- package/dist/locales/it.json +8 -4
- package/dist/locales/ja.json +8 -4
- package/dist/locales/ko.json +8 -4
- package/dist/locales/nl.json +8 -4
- package/dist/locales/pl.json +8 -4
- package/dist/locales/pt.json +8 -4
- package/dist/locales/ru.json +8 -4
- package/dist/locales/tc.json +8 -4
- package/dist/locales/tr.json +8 -4
- package/dist/locales/uk.json +8 -4
- package/dist/locales/vi.json +8 -4
- package/dist/locales/zh.json +8 -4
- package/dist/{types-BNhRIPQN.d.ts → types-ph7N0zra.d.ts} +8 -4
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +8 -4
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +8 -4
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/constant.d.mts
CHANGED
|
@@ -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 './types-
|
|
1
|
+
export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './types-ph7N0zra.js';
|
|
2
2
|
import 'react';
|
package/dist/constant.d.ts
CHANGED
|
@@ -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 './types-
|
|
1
|
+
export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './types-ph7N0zra.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 './types-
|
|
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 './types-
|
|
1
|
+
import { L as LocaleCode, R as Resources, a as LocaleContextState } from './types-ph7N0zra.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 './types-ph7N0zra.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.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LocaleCode, R as Resources, a as LocaleContextState } from './types-
|
|
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 './types-
|
|
1
|
+
import { L as LocaleCode, R as Resources, a as LocaleContextState } from './types-ph7N0zra.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 './types-ph7N0zra.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
|
@@ -378,8 +378,6 @@ var markets = {
|
|
|
378
378
|
"markets.recent": "Recent",
|
|
379
379
|
"markets.newListings": "New listings",
|
|
380
380
|
"markets.allMarkets": "All markets",
|
|
381
|
-
"markets.spot.description": "One-click crosschain swap.",
|
|
382
|
-
"markets.perps.description": "Gasless orderbook PERP DEX with up to 100x leverage.",
|
|
383
381
|
"markets.openInterest": "Open interest",
|
|
384
382
|
"markets.openInterest.tooltip": "Total size of positions per side.",
|
|
385
383
|
"markets.topGainers": "Top gainers",
|
|
@@ -433,12 +431,12 @@ var notification = {
|
|
|
433
431
|
"notification.joinNow": "Join now",
|
|
434
432
|
"notification.listing": "New token listing",
|
|
435
433
|
"notification.maintenance": "System maintenance",
|
|
436
|
-
"notification.maintenanceDuration": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
|
|
434
|
+
"notification.maintenanceDuration.hours": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
|
|
435
|
+
"notification.maintenanceDuration.minutes": "{{minutes}} MINs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
|
|
437
436
|
"notification.recentlyUpdated": "Recently updated",
|
|
438
437
|
"notification.title": "Announcement",
|
|
439
438
|
"notification.centerTitle": "Announcement center",
|
|
440
439
|
// Notification related keys
|
|
441
|
-
"notification.campaignTitle": "Latest Campaign is coming",
|
|
442
440
|
"notification.closeAll": "Close all ({{total}})",
|
|
443
441
|
"notification.delistingTitle": "Token Delisting Notice",
|
|
444
442
|
"notification.generalTitle": "General Update",
|
|
@@ -586,6 +584,11 @@ var orders = {
|
|
|
586
584
|
"orders.pending.cancelAll.description": "Are you sure you want to cancel all of your pending orders?",
|
|
587
585
|
"orders.tpsl.cancelAll": "Cancel all TP/SL orders",
|
|
588
586
|
"orders.tpsl.cancelAll.description": "Are you sure you want to cancel all of your TP/SL orders?",
|
|
587
|
+
"orders.cancelAll.ofSymbol": "Cancel all of {{symbol}}",
|
|
588
|
+
"orders.pending.cancelAll.forSymbol": "Cancel all pending orders for {{symbol}}",
|
|
589
|
+
"orders.pending.cancelAll.forSymbol.description": "Are you sure you want to cancel all pending orders for {{symbol}}?",
|
|
590
|
+
"orders.tpsl.cancelAll.forSymbol": "Cancel all TP/SL orders for {{symbol}}",
|
|
591
|
+
"orders.tpsl.cancelAll.forSymbol.description": "Are you sure you want to cancel all TP/SL orders for {{symbol}}?",
|
|
589
592
|
"orders.price.greaterThan": "Price can not be greater than {{max}} USDC.",
|
|
590
593
|
"orders.price.lessThan": "Price can not be less than {{min}} USDC.",
|
|
591
594
|
"orders.quantity.lessThan": "Quantity should be less than {{quantity}}",
|
|
@@ -698,6 +701,7 @@ var positions = {
|
|
|
698
701
|
"positions.liquidation": "Liquidation",
|
|
699
702
|
"positions.positionHistory": "Position history",
|
|
700
703
|
"positions.closeAll": "Close all",
|
|
704
|
+
"positions.closeAll.ofSymbol": "Close all of {{symbol}}",
|
|
701
705
|
"positions.closeAll.description": "Are you sure you want to close all of your positions? They will be closed using market orders.",
|
|
702
706
|
"positions.closeAll.success": "All positions closed successfully",
|
|
703
707
|
"positions.column.liqPrice": "Liq. price",
|