Add reminder translations for english and spanish

This commit is contained in:
David Callizaya 2021-10-28 17:34:17 -04:00
parent 206f1336b1
commit a9f422bbda
2 changed files with 12 additions and 0 deletions

View File

@ -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' => [

View File

@ -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',