@kodiak-finance/orderly-i18n 2.8.22-beta.0 → 2.8.22-beta.2
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +2 -0
- package/dist/locales/de.json +2 -0
- package/dist/locales/en.json +2 -0
- package/dist/locales/es.json +2 -0
- package/dist/locales/fr.json +2 -0
- package/dist/locales/id.json +2 -0
- package/dist/locales/it.json +2 -0
- package/dist/locales/ja.json +2 -0
- package/dist/locales/ko.json +2 -0
- package/dist/locales/nl.json +2 -0
- package/dist/locales/pl.json +2 -0
- package/dist/locales/pt.json +2 -0
- package/dist/locales/ru.json +2 -0
- package/dist/locales/tc.json +2 -0
- package/dist/locales/tr.json +2 -0
- package/dist/locales/uk.json +2 -0
- package/dist/locales/vi.json +2 -0
- package/dist/locales/zh.json +2 -0
- package/dist/{types-78lNM5Vi.d.ts → types-fdjlWU2e.d.ts} +2 -0
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +3 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +3 -1
- 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-fdjlWU2e.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-fdjlWU2e.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-fdjlWU2e.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-fdjlWU2e.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-fdjlWU2e.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-fdjlWU2e.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
|
@@ -995,7 +995,9 @@ var tradingLeaderboard = {
|
|
|
995
995
|
"tradingLeaderboard.rules": "Rules",
|
|
996
996
|
"tradingLeaderboard.pnl.tooltip": "Real-time PnL including both realized and unrealized gains. Existing positions and collateral price changes may affect PnL even with zero volume. Updated every 60 mins.",
|
|
997
997
|
"tradingLeaderboard.realizedPnl.tooltip": "Displays realized PnL from closed positions in the selected period.",
|
|
998
|
-
"tradingLeaderboard.tradingVolume.tooltip": "Total trading volume generated during the campaign period. Updated every 30 seconds."
|
|
998
|
+
"tradingLeaderboard.tradingVolume.tooltip": "Total trading volume generated during the campaign period. Updated every 30 seconds.",
|
|
999
|
+
"tradingLeaderboard.foxifyOnly": "Foxify Only",
|
|
1000
|
+
"tradingLeaderboard.foxifyOnly.tooltip": "Show only Foxify traders"
|
|
999
1001
|
};
|
|
1000
1002
|
|
|
1001
1003
|
// src/locale/module/tradingRewards.ts
|