Rajout du module de gestion des avoirs

This commit is contained in:
2020-06-10 10:26:45 +02:00
parent d3e8302015
commit 4e01079f72
115 changed files with 52849 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
"Credit note on your order %order_ref"
=> "Credit note on your order %order_ref",
"You have been granted a credit note of %credit_note_amount on your order %order_ref."
=> "You have been granted a credit note of %credit_note_amount on your order %order_ref.",
"Use the coupon code %coupon_code to use this credit note."
=> "Use the coupon code %coupon_code to use this credit note.",
];

View File

@@ -0,0 +1,9 @@
<?php
return [
"Credit note on your order %order_ref"
=> "Avoir sur votre commande %order_ref",
"You have been granted a credit note of %credit_note_amount on your order %order_ref."
=> "Un avoir de %credit_note_amount vous a été accordé suite à votre commande %order_ref.",
"Use the coupon code %coupon_code to use this credit note."
=> "Utilisez-le en entrant le code promo %coupon_code.",
];