@orderly.network/i18n 3.1.11 → 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
package/dist/index.mjs
CHANGED
|
@@ -651,6 +651,7 @@ var orderEntry = {
|
|
|
651
651
|
"orderEntry.orderQuantity.error.required": "Quantity is required",
|
|
652
652
|
"orderEntry.orderQuantity.error.min": "Quantity must be greater than {{value}}",
|
|
653
653
|
"orderEntry.orderQuantity.error.max": "Quantity must be less than {{value}}",
|
|
654
|
+
"orderEntry.orderQuantity.error.insufficientBalance": "Insufficient balance to place this order",
|
|
654
655
|
"orderEntry.orderPrice.error.required": "Price is required",
|
|
655
656
|
"orderEntry.orderPrice.error.min": "Price must be greater than {{value}}",
|
|
656
657
|
"orderEntry.orderPrice.error.max": "Price must be less than {{value}}",
|