feat: subscriptions
This commit is contained in:
+35
-3
@@ -28,6 +28,8 @@ return [
|
||||
'role' => 'Role',
|
||||
'email_verified_at' => 'Email verified at',
|
||||
'account_verified_at' => 'Account verified at',
|
||||
'certification_purchased_at' => 'Certification purchased at',
|
||||
'trial_ends_at' => 'Trial ends at',
|
||||
'suspended_at' => 'Suspended at',
|
||||
'suspended_by' => 'Suspended by',
|
||||
'avatar' => 'Avatar',
|
||||
@@ -69,9 +71,9 @@ return [
|
||||
],
|
||||
'credit_products' => [
|
||||
'navigation' => [
|
||||
'label' => 'Credit products',
|
||||
'singular' => 'Credit product',
|
||||
'plural' => 'Credit products',
|
||||
'label' => 'Offers',
|
||||
'singular' => 'Offer',
|
||||
'plural' => 'Offers',
|
||||
],
|
||||
'sections' => [
|
||||
'product' => 'Product',
|
||||
@@ -81,6 +83,7 @@ return [
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'type' => 'Type',
|
||||
'purpose' => 'Offer',
|
||||
'credits' => 'Credits',
|
||||
'amount' => 'Price',
|
||||
'currency' => 'Currency',
|
||||
@@ -98,6 +101,35 @@ return [
|
||||
'sync_stripe_success' => 'Stripe product synchronized.',
|
||||
],
|
||||
],
|
||||
'identity_verification_requests' => [
|
||||
'navigation' => [
|
||||
'label' => 'Identity verifications',
|
||||
'singular' => 'Identity verification',
|
||||
'plural' => 'Identity verifications',
|
||||
],
|
||||
'sections' => [
|
||||
'request' => 'Certification request',
|
||||
],
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'status' => 'Status',
|
||||
'user' => 'User',
|
||||
'submitted_at' => 'Submitted at',
|
||||
'reviewed_at' => 'Reviewed at',
|
||||
'reviewed_by' => 'Reviewed by',
|
||||
'document' => 'Identity document',
|
||||
'document_deleted_at' => 'Document deleted at',
|
||||
'rejection_reason' => 'Rejection reason',
|
||||
],
|
||||
'actions' => [
|
||||
'open_document' => 'Open for 5 minutes',
|
||||
'approve' => 'Approve',
|
||||
'reject' => 'Reject',
|
||||
],
|
||||
'placeholders' => [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'payment_transactions' => [
|
||||
'navigation' => [
|
||||
'label' => 'Payments',
|
||||
|
||||
Reference in New Issue
Block a user