@orderly.network/i18n 2.11.1-alpha.0 → 2.11.2-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-BeXwHrGj.d.mts → constant-Cnn9w6rN.d.mts} +2 -0
- package/dist/{constant-BeXwHrGj.d.ts → constant-Cnn9w6rN.d.ts} +2 -0
- 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 +3 -1
- package/dist/locales/de.json +3 -1
- package/dist/locales/en.json +3 -1
- package/dist/locales/es.json +3 -1
- package/dist/locales/fr.json +3 -1
- package/dist/locales/id.json +3 -1
- package/dist/locales/it.json +3 -1
- package/dist/locales/ja.json +3 -1
- package/dist/locales/ko.json +3 -1
- package/dist/locales/nl.json +3 -1
- package/dist/locales/pl.json +3 -1
- package/dist/locales/pt.json +3 -1
- package/dist/locales/ru.json +3 -1
- package/dist/locales/tc.json +3 -1
- package/dist/locales/tr.json +3 -1
- package/dist/locales/uk.json +3 -1
- package/dist/locales/vi.json +3 -1
- package/dist/locales/zh.json +3 -1
- 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
|
@@ -1006,6 +1006,8 @@ declare const en: {
|
|
|
1006
1006
|
"portfolio.overview.performance.cumulativePnl": string;
|
|
1007
1007
|
"portfolio.overview.performance.dailyVolume": string;
|
|
1008
1008
|
"portfolio.overview.performance.cumulativeVolume": string;
|
|
1009
|
+
"portfolio.overview.todaysPnl": string;
|
|
1010
|
+
"portfolio.overview.todaysVol": string;
|
|
1009
1011
|
"portfolio.overview.distribution": string;
|
|
1010
1012
|
"portfolio.overview.transferHistory": string;
|
|
1011
1013
|
"portfolio.overview.vaults": string;
|
|
@@ -1006,6 +1006,8 @@ declare const en: {
|
|
|
1006
1006
|
"portfolio.overview.performance.cumulativePnl": string;
|
|
1007
1007
|
"portfolio.overview.performance.dailyVolume": string;
|
|
1008
1008
|
"portfolio.overview.performance.cumulativeVolume": string;
|
|
1009
|
+
"portfolio.overview.todaysPnl": string;
|
|
1010
|
+
"portfolio.overview.todaysVol": string;
|
|
1009
1011
|
"portfolio.overview.distribution": string;
|
|
1010
1012
|
"portfolio.overview.transferHistory": string;
|
|
1011
1013
|
"portfolio.overview.vaults": string;
|
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 './constant-
|
|
1
|
+
export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-Cnn9w6rN.mjs';
|
|
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 './constant-
|
|
1
|
+
export { f as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, j as i18nLocalStorageKey } from './constant-Cnn9w6rN.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-
|
|
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-
|
|
1
|
+
import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-Cnn9w6rN.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-Cnn9w6rN.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-
|
|
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-
|
|
1
|
+
import { L as LocaleCode, R as Resources, a as LocaleContextState } from './constant-Cnn9w6rN.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-Cnn9w6rN.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
|
@@ -130,7 +130,7 @@ var affiliate = {
|
|
|
130
130
|
"affiliate.base": "Affiliate",
|
|
131
131
|
"affiliate.directBonus": "Direct bonus",
|
|
132
132
|
"affiliate.commission.30d": "30d commission",
|
|
133
|
-
"affiliate.commission.column.activeUsers": "
|
|
133
|
+
"affiliate.commission.column.activeUsers": "New traders",
|
|
134
134
|
"affiliate.myReferees": "My referees",
|
|
135
135
|
"affiliate.referees": "Referees",
|
|
136
136
|
"affiliate.referees.column.refereeAddress": "Referee address",
|
|
@@ -730,6 +730,8 @@ var portfolio = {
|
|
|
730
730
|
"portfolio.overview.performance.cumulativePnl": "Cumulative PnL",
|
|
731
731
|
"portfolio.overview.performance.dailyVolume": "Daily Volume",
|
|
732
732
|
"portfolio.overview.performance.cumulativeVolume": "Cumulative Volume",
|
|
733
|
+
"portfolio.overview.todaysPnl": "Today's PnL",
|
|
734
|
+
"portfolio.overview.todaysVol": "Today's Vol",
|
|
733
735
|
"portfolio.overview.distribution": "Distribution",
|
|
734
736
|
"portfolio.overview.transferHistory": "Transfer history",
|
|
735
737
|
"portfolio.overview.vaults": "Vaults",
|