@commercelayer/app-elements 5.1.4 → 5.1.6
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-BXcxTW78.js → CodeEditorComponent-CfiZ6r98.js} +1 -1
- package/dist/{InputDateComponent-B2bYYXQY.js → InputDateComponent-BpEHxmcx.js} +262 -274
- package/dist/{en-CMwZXuxY.js → en-vqJxCbTh.js} +13 -4
- package/dist/{it-rC7h-ZsW.js → it-FJl9M3rv.js} +13 -4
- package/dist/locales/en.d.ts +11 -2
- package/dist/{main-4iJylJnB.js → main-Dcq9Zi4A.js} +6121 -6244
- package/dist/main.js +28 -28
- package/dist/style.css +1 -1
- package/dist/vendor.css +1 -1
- package/package.json +12 -12
|
@@ -402,9 +402,18 @@ The {{organization}} team`,
|
|
|
402
402
|
type: "Type",
|
|
403
403
|
wallet: "Wallet",
|
|
404
404
|
groups: "Groups",
|
|
405
|
-
confirm_customer_delete: "Confirm that you want to delete {{email}}"
|
|
406
|
-
|
|
407
|
-
|
|
405
|
+
confirm_customer_delete: "Confirm that you want to delete {{email}}"
|
|
406
|
+
},
|
|
407
|
+
anonymize: {
|
|
408
|
+
title: "Customer cannot be deleted",
|
|
409
|
+
description: "The customer cannot be deleted. Instead, you can request the anonymization. Their personal data will be replaced in all the related resources, including orders. You can cancel the anonymization request until it is not in progress.",
|
|
410
|
+
request_button: "Request anonymization"
|
|
411
|
+
},
|
|
412
|
+
anonymization_info: {
|
|
413
|
+
alert_requested: "Customer anonymization requested by {{requestedby}} on {{requestedat}}. You can cancel this request until it is processed.",
|
|
414
|
+
alert_in_progress: "Customer anonymization in progress. Requested by {{requestedby}} on {{requestedat}}.",
|
|
415
|
+
alert_completed: "Customer anonymization completed on {{completedat}}. Requested by {{requestedby}} on {{requestedat}}.",
|
|
416
|
+
cancel_button: "Cancel request"
|
|
408
417
|
},
|
|
409
418
|
form: {
|
|
410
419
|
customer_group_label: "Group",
|
|
@@ -628,7 +637,7 @@ The {{organization}} team`,
|
|
|
628
637
|
validation: {
|
|
629
638
|
select_one_item: "Please select at least one item",
|
|
630
639
|
coupon_code_invalid: "Please enter a valid coupon code.",
|
|
631
|
-
coupon_code_too_short: "Coupon code is too short (minimum is
|
|
640
|
+
coupon_code_too_short: "Coupon code is too short (minimum is {{min}} characters)",
|
|
632
641
|
amount_invalid: "Please enter a valid amount",
|
|
633
642
|
required_field: "Required field"
|
|
634
643
|
}
|
|
@@ -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
|
},
|
|
@@ -409,9 +409,18 @@ Il team di {{organization}}`,
|
|
|
409
409
|
type: "Tipo",
|
|
410
410
|
wallet: "Portafoglio",
|
|
411
411
|
groups: "Gruppi",
|
|
412
|
-
confirm_customer_delete: "Sei sicuro di voler eliminare {{email}}?"
|
|
413
|
-
|
|
414
|
-
|
|
412
|
+
confirm_customer_delete: "Sei sicuro di voler eliminare {{email}}?"
|
|
413
|
+
},
|
|
414
|
+
anonymize: {
|
|
415
|
+
title: "Il cliente non può essere eliminato",
|
|
416
|
+
description: "Il cliente non può essere eliminato. Invece, puoi richiederne l'anonimizzazione. I suoi dati personali saranno sostituiti in tutte le risorse correlate, compresi gli ordini. Puoi annullare la richiesta di anonimizzazione finché non viene elaborata.",
|
|
417
|
+
request_button: "Richiedi anonimizzazione"
|
|
418
|
+
},
|
|
419
|
+
anonymization_info: {
|
|
420
|
+
alert_requested: "Anonimizzazione del cliente richiesta da {{requestedby}} il {{requestedat}}. È possibile annullare questa richiesta finché non è processata.",
|
|
421
|
+
alert_in_progress: "Anonimizzazione del cliente in corso. Richiesta da {{requestedby}} il {{requestedat}}.",
|
|
422
|
+
alert_completed: "Anonimizzazione del cliente completata il {{completedat}}. Richiesta da {{requestedby}} il {{requestedat}}.",
|
|
423
|
+
cancel_button: "Annulla richiesta"
|
|
415
424
|
},
|
|
416
425
|
form: {
|
|
417
426
|
customer_group_label: "Gruppo",
|
package/dist/locales/en.d.ts
CHANGED
|
@@ -398,8 +398,17 @@ declare const en: {
|
|
|
398
398
|
wallet: string;
|
|
399
399
|
groups: string;
|
|
400
400
|
confirm_customer_delete: string;
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
};
|
|
402
|
+
anonymize: {
|
|
403
|
+
title: string;
|
|
404
|
+
description: string;
|
|
405
|
+
request_button: string;
|
|
406
|
+
};
|
|
407
|
+
anonymization_info: {
|
|
408
|
+
alert_requested: string;
|
|
409
|
+
alert_in_progress: string;
|
|
410
|
+
alert_completed: string;
|
|
411
|
+
cancel_button: string;
|
|
403
412
|
};
|
|
404
413
|
form: {
|
|
405
414
|
customer_group_label: string;
|