feat: add invoice
This commit is contained in:
@@ -33,4 +33,19 @@ return [
|
||||
'password_confirmation' => 'Confirmer le mot de passe',
|
||||
'submit' => 'Modifier le mot de passe',
|
||||
],
|
||||
'payment_invoice' => [
|
||||
'subject' => 'Ta facture Bowli',
|
||||
'title' => 'Ta facture est disponible',
|
||||
'greeting' => 'Bonjour :name,',
|
||||
'default_name' => 'à toi',
|
||||
'intro' => 'Merci pour ton paiement. Tu trouveras ci-dessous le récapitulatif et le lien vers ta facture.',
|
||||
'product' => 'Produit',
|
||||
'default_product' => 'Crédits Bowli',
|
||||
'credits' => 'Crédits',
|
||||
'amount' => 'Montant',
|
||||
'unknown_amount' => 'Montant indisponible',
|
||||
'action' => 'Voir ma facture',
|
||||
'pdf_link' => 'Lien PDF :',
|
||||
'footer' => 'Si tu as une question, réponds simplement à cet email.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user