@orderly.network/i18n 3.1.11-alpha.0 → 3.1.12-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-BjFnx0A5.d.mts → constant-C1UfMO16.d.mts} +1 -0
- package/dist/{constant-BjFnx0A5.d.ts → constant-C1UfMO16.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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +1 -0
- package/dist/locales/ar.json +1 -0
- package/dist/locales/de.json +1 -0
- package/dist/locales/en.json +1 -0
- package/dist/locales/es.json +1 -0
- package/dist/locales/fa.json +1 -0
- package/dist/locales/fr.json +1 -0
- package/dist/locales/he.json +1 -0
- package/dist/locales/id.json +1 -0
- package/dist/locales/it.json +1 -0
- package/dist/locales/ja.json +1 -0
- package/dist/locales/ko.json +1 -0
- package/dist/locales/nl.json +1 -0
- package/dist/locales/pl.json +1 -0
- package/dist/locales/pt.json +1 -0
- package/dist/locales/ru.json +1 -0
- package/dist/locales/tc.json +1 -0
- package/dist/locales/tr.json +1 -0
- package/dist/locales/uk.json +1 -0
- package/dist/locales/vi.json +1 -0
- package/dist/locales/zh.json +1 -0
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -0
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +1 -0
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -683,6 +683,7 @@ declare const en: {
|
|
|
683
683
|
"orderEntry.orderQuantity.error.required": string;
|
|
684
684
|
"orderEntry.orderQuantity.error.min": string;
|
|
685
685
|
"orderEntry.orderQuantity.error.max": string;
|
|
686
|
+
"orderEntry.orderQuantity.error.insufficientBalance": string;
|
|
686
687
|
"orderEntry.orderPrice.error.required": string;
|
|
687
688
|
"orderEntry.orderPrice.error.min": string;
|
|
688
689
|
"orderEntry.orderPrice.error.max": string;
|
|
@@ -683,6 +683,7 @@ declare const en: {
|
|
|
683
683
|
"orderEntry.orderQuantity.error.required": string;
|
|
684
684
|
"orderEntry.orderQuantity.error.min": string;
|
|
685
685
|
"orderEntry.orderQuantity.error.max": string;
|
|
686
|
+
"orderEntry.orderQuantity.error.insufficientBalance": string;
|
|
686
687
|
"orderEntry.orderPrice.error.required": string;
|
|
687
688
|
"orderEntry.orderPrice.error.min": string;
|
|
688
689
|
"orderEntry.orderPrice.error.max": string;
|
package/dist/constant.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-
|
|
1
|
+
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-C1UfMO16.mjs';
|
|
2
2
|
import 'react';
|
package/dist/constant.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-
|
|
1
|
+
export { d as LocaleEnum, g as defaultLanguages, h as defaultLng, i as defaultNS, k as i18nCookieKey, l as i18nLocalStorageKey } from './constant-C1UfMO16.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, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-
|
|
1
|
+
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-C1UfMO16.mjs';
|
|
2
|
+
export { b as Language, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-C1UfMO16.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, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-
|
|
1
|
+
import { R as Resources, A as AsyncResources, L as LocaleCode, a as LanguageContextState } from './constant-C1UfMO16.js';
|
|
2
|
+
export { b as Language, c as LanguageContext, d as LocaleEnum, e as LocaleMessages, P as PopupMode, f as PopupProps, g as defaultLanguages, h as defaultLng, i as defaultNS, j as en, k as i18nCookieKey, l as i18nLocalStorageKey, u as useLanguageContext } from './constant-C1UfMO16.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
|
@@ -656,6 +656,7 @@ var orderEntry = {
|
|
|
656
656
|
"orderEntry.orderQuantity.error.required": "Quantity is required",
|
|
657
657
|
"orderEntry.orderQuantity.error.min": "Quantity must be greater than {{value}}",
|
|
658
658
|
"orderEntry.orderQuantity.error.max": "Quantity must be less than {{value}}",
|
|
659
|
+
"orderEntry.orderQuantity.error.insufficientBalance": "Insufficient balance to place this order",
|
|
659
660
|
"orderEntry.orderPrice.error.required": "Price is required",
|
|
660
661
|
"orderEntry.orderPrice.error.min": "Price must be greater than {{value}}",
|
|
661
662
|
"orderEntry.orderPrice.error.max": "Price must be less than {{value}}",
|