@orderly.network/i18n 3.1.11 → 3.1.12
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/utils.mjs
CHANGED
|
@@ -602,6 +602,7 @@ var orderEntry = {
|
|
|
602
602
|
"orderEntry.orderQuantity.error.required": "Quantity is required",
|
|
603
603
|
"orderEntry.orderQuantity.error.min": "Quantity must be greater than {{value}}",
|
|
604
604
|
"orderEntry.orderQuantity.error.max": "Quantity must be less than {{value}}",
|
|
605
|
+
"orderEntry.orderQuantity.error.insufficientBalance": "Insufficient balance to place this order",
|
|
605
606
|
"orderEntry.orderPrice.error.required": "Price is required",
|
|
606
607
|
"orderEntry.orderPrice.error.min": "Price must be greater than {{value}}",
|
|
607
608
|
"orderEntry.orderPrice.error.max": "Price must be less than {{value}}",
|