feat: moderation
CI / 🧪 Tests Laravel (push) Successful in 2m11s
CI / 🐳 Build & Push Image (push) Successful in 40s

This commit is contained in:
2026-08-12 09:46:28 +02:00
parent df4f523089
commit eef021fc1f
17 changed files with 593 additions and 1 deletions
+4
View File
@@ -28,6 +28,10 @@ return [
'failed' => 'Unable to analyze the image right now.',
'subscription_required' => 'Analysis is available during the trial or with a subscription.',
],
'moderation' => [
'rejected' => 'This content cannot be published because it violates the community guidelines.',
'unavailable' => 'Content verification is temporarily unavailable. Please try again shortly.',
],
'legal_documents' => [
'not_found' => 'Legal document not found.',
],