feat: moderation
This commit is contained in:
@@ -24,6 +24,27 @@ return [
|
||||
'admin' => 'Administrator',
|
||||
'moderator' => 'Moderator',
|
||||
],
|
||||
'report_reason' => [
|
||||
'spam' => 'Spam',
|
||||
'harassment' => 'Harassment',
|
||||
'hate_speech' => 'Hate speech',
|
||||
'inappropriate' => 'Inappropriate content',
|
||||
'dangerous_content' => 'Dangerous content',
|
||||
'misleading' => 'Misleading information',
|
||||
'other' => 'Other',
|
||||
],
|
||||
'report_status' => [
|
||||
'open' => 'Open',
|
||||
'reviewing' => 'Reviewing',
|
||||
'resolved' => 'Resolved',
|
||||
'rejected' => 'Rejected',
|
||||
],
|
||||
'moderation_case_status' => [
|
||||
'open' => 'Open',
|
||||
'reviewing' => 'Reviewing',
|
||||
'resolved' => 'Resolved',
|
||||
'rejected' => 'Rejected',
|
||||
],
|
||||
'weight_goal' => [
|
||||
'lose_weight' => 'Lose weight',
|
||||
'maintain_weight' => 'Maintain weight',
|
||||
|
||||
Reference in New Issue
Block a user