feat: stripe
This commit is contained in:
@@ -67,6 +67,37 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'credit_products' => [
|
||||
'navigation' => [
|
||||
'label' => 'Produits de crédits',
|
||||
'singular' => 'Produit de crédits',
|
||||
'plural' => 'Produits de crédits',
|
||||
],
|
||||
'sections' => [
|
||||
'product' => 'Produit',
|
||||
'stripe' => 'Stripe',
|
||||
],
|
||||
'fields' => [
|
||||
'name' => 'Nom',
|
||||
'description' => 'Description',
|
||||
'type' => 'Type',
|
||||
'credits' => 'Crédits',
|
||||
'amount' => 'Prix',
|
||||
'currency' => 'Devise',
|
||||
'stripe_product_id' => 'Stripe product ID',
|
||||
'stripe_price_id' => 'Stripe price ID',
|
||||
'is_active' => 'Actif',
|
||||
'sort_order' => 'Ordre',
|
||||
'created_at' => 'Créé le',
|
||||
],
|
||||
'helpers' => [
|
||||
'amount' => 'Montant en centimes, par exemple 999 pour 9,99 €.',
|
||||
],
|
||||
'actions' => [
|
||||
'sync_stripe' => 'Créer dans Stripe',
|
||||
'sync_stripe_success' => 'Produit Stripe synchronisé.',
|
||||
],
|
||||
],
|
||||
'moderation_cases' => [
|
||||
'navigation' => [
|
||||
'label' => 'Modération',
|
||||
|
||||
Reference in New Issue
Block a user