@orderly.network/i18n 3.1.5-alpha.0 → 3.1.6-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-BnIK9IXF.d.mts → constant-B6wMFeN4.d.mts} +1 -0
- package/dist/{constant-BnIK9IXF.d.ts → constant-B6wMFeN4.d.ts} +1 -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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +6 -5
- package/dist/locales/ar.json +6 -5
- package/dist/locales/de.json +3 -2
- package/dist/locales/en.json +3 -2
- package/dist/locales/es.json +6 -5
- package/dist/locales/fa.json +6 -5
- package/dist/locales/fr.json +6 -5
- package/dist/locales/he.json +6 -5
- package/dist/locales/id.json +6 -5
- package/dist/locales/it.json +6 -5
- package/dist/locales/ja.json +6 -5
- package/dist/locales/ko.json +6 -5
- package/dist/locales/nl.json +6 -5
- package/dist/locales/pl.json +6 -5
- package/dist/locales/pt.json +6 -5
- package/dist/locales/ru.json +6 -5
- package/dist/locales/tc.json +6 -5
- package/dist/locales/tr.json +6 -5
- package/dist/locales/uk.json +6 -5
- package/dist/locales/vi.json +6 -5
- package/dist/locales/zh.json +6 -5
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +3 -2
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +3 -2
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -264,6 +264,7 @@ declare const en: {
|
|
|
264
264
|
"affiliate.referralCode.review.modal.title": string;
|
|
265
265
|
"affiliate.referralCode.create": string;
|
|
266
266
|
"affiliate.referralCode.create.modal.title": string;
|
|
267
|
+
"affiliate.referralCode.create.input.placeholder": string;
|
|
267
268
|
"affiliate.referralCode.create.success": string;
|
|
268
269
|
"affiliate.referralCode.create.warning": string;
|
|
269
270
|
"affiliate.rebateRate.edit.warning": string;
|
|
@@ -264,6 +264,7 @@ declare const en: {
|
|
|
264
264
|
"affiliate.referralCode.review.modal.title": string;
|
|
265
265
|
"affiliate.referralCode.create": string;
|
|
266
266
|
"affiliate.referralCode.create.modal.title": string;
|
|
267
|
+
"affiliate.referralCode.create.input.placeholder": string;
|
|
267
268
|
"affiliate.referralCode.create.success": string;
|
|
268
269
|
"affiliate.referralCode.create.warning": string;
|
|
269
270
|
"affiliate.rebateRate.edit.warning": 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-B6wMFeN4.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-B6wMFeN4.js';
|
|
2
2
|
import 'react';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-
|
|
2
|
-
export { b as Language, d as LanguageContext, 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 useLanguageContext } from './constant-
|
|
1
|
+
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-B6wMFeN4.mjs';
|
|
2
|
+
export { b as Language, d as LanguageContext, 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 useLanguageContext } from './constant-B6wMFeN4.mjs';
|
|
3
3
|
import * as react_i18next from 'react-i18next';
|
|
4
4
|
import { FallbackNs, UseTranslationOptions } from 'react-i18next';
|
|
5
5
|
export * from 'react-i18next';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-
|
|
2
|
-
export { b as Language, d as LanguageContext, 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 useLanguageContext } from './constant-
|
|
1
|
+
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-B6wMFeN4.js';
|
|
2
|
+
export { b as Language, d as LanguageContext, 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 useLanguageContext } from './constant-B6wMFeN4.js';
|
|
3
3
|
import * as react_i18next from 'react-i18next';
|
|
4
4
|
import { FallbackNs, UseTranslationOptions } from 'react-i18next';
|
|
5
5
|
export * from 'react-i18next';
|
package/dist/index.js
CHANGED
|
@@ -179,6 +179,7 @@ var affiliate = {
|
|
|
179
179
|
"affiliate.referralCode.review.modal.title": "Save changes?",
|
|
180
180
|
"affiliate.referralCode.create": "Create referral code",
|
|
181
181
|
"affiliate.referralCode.create.modal.title": "Create new referral code",
|
|
182
|
+
"affiliate.referralCode.create.input.placeholder": "Input code (e.g., A1B2C3D4)",
|
|
182
183
|
"affiliate.referralCode.create.success": "Referral code created!",
|
|
183
184
|
"affiliate.referralCode.create.warning": "You are creating your referral code. Note that referee allocations can be increased later, but once a code has active referrals, its allocation cannot be decreased.",
|
|
184
185
|
"affiliate.rebateRate.edit.warning": "To protect existing users, once there are active referrals bound to this code, default commission split for referees can only be adjusted upward.",
|
|
@@ -528,10 +529,10 @@ var markets = {
|
|
|
528
529
|
// TODO: confirm "change" first letter capital
|
|
529
530
|
"markets.column.price&Change": "Price / Change",
|
|
530
531
|
"markets.column.last": "Last",
|
|
531
|
-
"markets.column.24hPercentage": "24h%",
|
|
532
|
+
"markets.column.24hPercentage": "24h %",
|
|
532
533
|
"markets.column.24hVol": "24h Vol",
|
|
533
534
|
"markets.column.OI": "OI",
|
|
534
|
-
"markets.column.last&24hPercentage": "Last/24h%",
|
|
535
|
+
"markets.column.last&24hPercentage": "Last/24h %",
|
|
535
536
|
"markets.column.mark": "Mark",
|
|
536
537
|
"markets.column.index": "Index",
|
|
537
538
|
"markets.column.mark&Index": "Mark / Index",
|