feat: subscriptions
CI / 🧪 Tests Laravel (push) Successful in 2m48s
CI / 🐳 Build & Push Image (push) Successful in 3m0s

This commit is contained in:
2026-08-07 11:53:46 +02:00
parent 99cb0e63e6
commit 2ece4b6e3e
51 changed files with 1489 additions and 254 deletions
+9 -1
View File
@@ -26,7 +26,7 @@ return [
],
'meal_image_analysis' => [
'failed' => 'Unable to analyze the image right now.',
'insufficient_credits' => 'You do not have any analysis credits left.',
'subscription_required' => 'Analysis is available during the trial or with a subscription.',
],
'legal_documents' => [
'not_found' => 'Legal document not found.',
@@ -34,6 +34,14 @@ return [
'billing' => [
'active_subscription_exists' => 'You already have an active subscription.',
'no_active_subscription' => 'There is no active subscription to manage.',
'certification_already_purchased' => 'You have already purchased lifetime certification.',
],
'certification' => [
'document_required' => 'Add a photo or PDF of your identity document.',
'document_type' => 'The document must be a JPG, PNG, or PDF file.',
'document_max' => 'The document may not be larger than 10 MB.',
'already_pending' => 'Your identity document is already being reviewed.',
'rejection_reason_required' => 'A rejection reason is required.',
],
'notifications' => [
'test_title' => 'Test',