Add reminder translations for english and spanish
This commit is contained in:
parent
206f1336b1
commit
a9f422bbda
|
|
@ -659,6 +659,12 @@ return [
|
|||
'heading' => 'Your invoice #:invoice_id for Order #:order_id',
|
||||
'subject' => 'Invoice for your order #:order_id',
|
||||
'summary' => 'Summary of Invoice',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'shipment' => [
|
||||
|
|
|
|||
|
|
@ -655,6 +655,12 @@ return [
|
|||
'heading' => 'Tu factura #:invoice_id para el pedido#:order_id',
|
||||
'subject' => 'Factura de tu pedido #:order_id',
|
||||
'summary' => 'Resumen de pedido',
|
||||
'reminder' => [
|
||||
'subject' => 'Recordatorio de factura',
|
||||
'your-invoice-is-overdue' => 'El pago de tu factura :invoice esta retrasado por :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Por favor haga su pago lo antes posible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'Si ya ha pagado, simplemente ignore este correo electrónico.',
|
||||
],
|
||||
],
|
||||
'shipment' => [
|
||||
'heading' => 'El Envío #:shipment_id ha sido generado por el pedido #:order_id',
|
||||
|
|
|
|||
Loading…
Reference in New Issue