|
113 | 113 | 'comments.reactions-count' => '{0} No reactions|{1} :count reaction|[2,*] :count reactions', |
114 | 114 | 'comments.count' => '{0} No comments|{1} :count comment|[2,*] :count comments', |
115 | 115 |
|
| 116 | + /* |
| 117 | + |-------------------------------------------------------------------------- |
| 118 | + | Reports |
| 119 | + |-------------------------------------------------------------------------- |
| 120 | + */ |
| 121 | + |
| 122 | + 'reports.navigation-label' => 'Content Reports', |
| 123 | + 'reports.label' => 'Content Report', |
| 124 | + 'reports.plural-label' => 'Content Reports', |
| 125 | + 'reports.report' => 'Report', |
| 126 | + 'reports.actions' => 'Report actions', |
| 127 | + 'reports.resolve' => 'Resolve', |
| 128 | + 'reports.dismiss' => 'Dismiss', |
| 129 | + 'reports.reason' => 'Reason', |
| 130 | + 'reports.details' => 'Details', |
| 131 | + 'reports.status' => 'Status', |
| 132 | + 'reports.content' => 'Reported content', |
| 133 | + 'reports.review' => 'Review', |
| 134 | + 'reports.reviewer' => 'Reviewer', |
| 135 | + 'reports.resolution-note' => 'Resolution note', |
| 136 | + 'reports.no-details' => 'No details provided', |
| 137 | + 'reports.no-resolution-note' => 'No resolution note', |
| 138 | + 'reports.not-reviewed' => 'Not reviewed yet', |
| 139 | + 'reports.login-required' => 'You must be logged in to report content', |
| 140 | + 'reports.already-reported' => 'You already reported this content', |
| 141 | + 'reports.submitted' => 'Report submitted', |
| 142 | + 'reports.modal.heading' => 'Report content', |
| 143 | + 'reports.modal.description' => 'Send this to moderators for review.', |
| 144 | + 'reports.modal.submit' => 'Submit report', |
| 145 | + 'reports.status.pending' => 'Pending', |
| 146 | + 'reports.status.resolved' => 'Resolved', |
| 147 | + 'reports.status.dismissed' => 'Dismissed', |
| 148 | + 'reports.table.content-type' => 'Content type', |
| 149 | + 'reports.table.reporter' => 'Reporter', |
| 150 | + 'reports.table.reported-at' => 'Reported', |
| 151 | + |
116 | 152 | /* |
117 | 153 | |-------------------------------------------------------------------------- |
118 | 154 | | Reactions |
|
0 commit comments