feat: stripe
This commit is contained in:
@@ -49,6 +49,18 @@ return [
|
||||
'privacy_policy' => 'Politique de confidentialité',
|
||||
'terms' => 'Conditions d’utilisation',
|
||||
],
|
||||
'credit_product_type' => [
|
||||
'monthly' => 'Mensuel',
|
||||
'one_time' => 'Pack de crédits',
|
||||
],
|
||||
'credit_ledger_entry_type' => [
|
||||
'free_grant' => 'Crédits offerts',
|
||||
'purchase' => 'Achat',
|
||||
'subscription_renewal' => 'Renouvellement',
|
||||
'usage' => 'Utilisation',
|
||||
'refund' => 'Remboursement',
|
||||
'adjustment' => 'Ajustement',
|
||||
],
|
||||
'weight_goal' => [
|
||||
'lose_weight' => 'Perdre du poids',
|
||||
'maintain_weight' => 'Maintenir le poids',
|
||||
|
||||
Reference in New Issue
Block a user