feat: moderation
This commit is contained in:
@@ -53,4 +53,51 @@ return [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
'moderation_cases' => [
|
||||
'navigation' => [
|
||||
'label' => 'Modération',
|
||||
'singular' => 'Dossier de modération',
|
||||
'plural' => 'Dossiers de modération',
|
||||
],
|
||||
'sections' => [
|
||||
'case' => 'Dossier',
|
||||
'target' => 'Contenu signalé',
|
||||
'resolution' => 'Traitement',
|
||||
'metadata' => 'Métadonnées',
|
||||
],
|
||||
'fields' => [
|
||||
'id' => 'ID',
|
||||
'target_type' => 'Type',
|
||||
'target_title' => 'Cible',
|
||||
'caseable_id' => 'ID cible',
|
||||
'status' => 'Statut',
|
||||
'reports_count' => 'Signalements',
|
||||
'threshold' => 'Seuil',
|
||||
'threshold_notified_at' => 'Notification envoyée le',
|
||||
'assigned_to' => 'Assigné à',
|
||||
'resolved_by' => 'Traité par',
|
||||
'resolved_at' => 'Traité le',
|
||||
'resolution_note' => 'Note de traitement',
|
||||
'created_at' => 'Créé le',
|
||||
'updated_at' => 'Mis à jour le',
|
||||
],
|
||||
'targets' => [
|
||||
'meal_post' => 'Plat',
|
||||
'user' => 'Utilisateur',
|
||||
'unknown' => 'Inconnu',
|
||||
],
|
||||
'actions' => [
|
||||
'mark_reviewing' => 'Prendre en charge',
|
||||
'hide_meal' => 'Masquer le plat',
|
||||
'suspend_user' => 'Suspendre',
|
||||
'resolve' => 'Résoudre',
|
||||
'reject' => 'Rejeter',
|
||||
],
|
||||
'filters' => [
|
||||
'target_type' => 'Type',
|
||||
],
|
||||
'placeholders' => [
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user