@commercelayer/app-elements 5.1.3 → 5.1.5
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/{CodeEditorComponent-BokHI6Ul.js → CodeEditorComponent-CgmV7mxi.js} +1 -1
- package/dist/{InputDateComponent-Cd0WZ1Gg.js → InputDateComponent-DEwjT9sG.js} +262 -274
- package/dist/{en-CMwZXuxY.js → en-DWJ3uXEY.js} +1 -1
- package/dist/{it-rC7h-ZsW.js → it-DgQb6BE7.js} +1 -1
- package/dist/{main-DXXgurqc.js → main-DZbCeaQM.js} +6126 -6247
- package/dist/main.js +28 -28
- package/dist/style.css +1 -1
- package/dist/vendor.css +1 -1
- package/package.json +12 -12
|
@@ -628,7 +628,7 @@ The {{organization}} team`,
|
|
|
628
628
|
validation: {
|
|
629
629
|
select_one_item: "Please select at least one item",
|
|
630
630
|
coupon_code_invalid: "Please enter a valid coupon code.",
|
|
631
|
-
coupon_code_too_short: "Coupon code is too short (minimum is
|
|
631
|
+
coupon_code_too_short: "Coupon code is too short (minimum is {{min}} characters)",
|
|
632
632
|
amount_invalid: "Please enter a valid amount",
|
|
633
633
|
required_field: "Required field"
|
|
634
634
|
}
|
|
@@ -392,7 +392,7 @@ Il team di {{organization}}`,
|
|
|
392
392
|
validation: {
|
|
393
393
|
select_one_item: "Seleziona almeno un elemento",
|
|
394
394
|
coupon_code_invalid: "Inserisci un codice valido",
|
|
395
|
-
coupon_code_too_short: "Il codice è troppo corto (minimo
|
|
395
|
+
coupon_code_too_short: "Il codice è troppo corto (minimo {{min}} caratteri)",
|
|
396
396
|
amount_invalid: "Inserisci un importo valido",
|
|
397
397
|
required_field: "Campo obbligatorio"
|
|
398
398
|
},
|