@orderly.network/i18n 2.8.6 → 2.8.7-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 +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +6 -0
- package/dist/locales/de.json +6 -0
- package/dist/locales/en.json +6 -0
- package/dist/locales/es.json +6 -0
- package/dist/locales/fr.json +6 -0
- package/dist/locales/id.json +6 -0
- package/dist/locales/it.json +6 -0
- package/dist/locales/ja.json +6 -0
- package/dist/locales/ko.json +6 -0
- package/dist/locales/nl.json +6 -0
- package/dist/locales/pl.json +6 -0
- package/dist/locales/pt.json +6 -0
- package/dist/locales/ru.json +6 -0
- package/dist/locales/tc.json +6 -0
- package/dist/locales/tr.json +6 -0
- package/dist/locales/uk.json +6 -0
- package/dist/locales/vi.json +6 -0
- package/dist/locales/zh.json +6 -0
- package/dist/{types-D3WjF8oB.d.ts → types-C3cKLoxd.d.ts} +6 -0
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +7 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +7 -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-C3cKLoxd.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-C3cKLoxd.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-C3cKLoxd.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-C3cKLoxd.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-C3cKLoxd.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-C3cKLoxd.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
|
@@ -234,6 +234,7 @@ var common = {
|
|
|
234
234
|
"common.overview": "Overview",
|
|
235
235
|
"common.funding": "Funding",
|
|
236
236
|
"common.assets": "Assets",
|
|
237
|
+
"common.allAssets": "All assets",
|
|
237
238
|
"common.countdown": "Countdown",
|
|
238
239
|
"common.current": "Current",
|
|
239
240
|
"common.account": "Account",
|
|
@@ -242,6 +243,8 @@ var common = {
|
|
|
242
243
|
"common.deposits": "Deposits",
|
|
243
244
|
"common.withdrawals": "Withdrawals",
|
|
244
245
|
"common.transfer": "Transfer",
|
|
246
|
+
"common.inflow": "Inflow",
|
|
247
|
+
"common.outflow": "Outflow",
|
|
245
248
|
"common.settle": "Settle",
|
|
246
249
|
"common.markets": "Markets",
|
|
247
250
|
"common.portfolio": "Portfolio",
|
|
@@ -959,7 +962,10 @@ var tradingLeaderboard = {
|
|
|
959
962
|
"tradingLeaderboard.generalLeaderboard": "General leaderboard",
|
|
960
963
|
"tradingLeaderboard.maxTicketsAchieved": "Max tickets achieved",
|
|
961
964
|
"tradingLeaderboard.termsAndConditions": "Terms and Conditions",
|
|
962
|
-
"tradingLeaderboard.rules": "Rules"
|
|
965
|
+
"tradingLeaderboard.rules": "Rules",
|
|
966
|
+
"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.",
|
|
967
|
+
"tradingLeaderboard.realizedPnl.tooltip": "Displays realized PnL from closed positions in the selected period.",
|
|
968
|
+
"tradingLeaderboard.tradingVolume.tooltip": "Total trading volume generated during the campaign period. Updated every 30 seconds."
|
|
963
969
|
};
|
|
964
970
|
|
|
965
971
|
// src/locale/module/tradingRewards.ts
|