. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'beatmapset' => [ 'button' => 'Denunciar', 'title' => 'Denunciar o beatmap de :username?', ], 'beatmapset_discussion_post' => [ 'button' => 'Denunciar', 'title' => 'Queres denunciar a publicação de :username?', ], 'comment' => [ 'button' => 'Denunciar', 'title' => 'Queres denunciar o comentário de :username?', ], 'forum_post' => [ 'button' => 'Denunciar', 'title' => 'Queres denunciar a publicação de :username?', ], 'message' => [ 'button' => 'Relatar mensagem', 'title' => 'Relatar mensagem de :username?', ], 'scores' => [ 'button' => 'Denunciar pontuação', 'title' => 'Denunciar a pontuação de :username?', ], 'user' => [ 'button' => 'Denunciar', 'title' => 'Pretendes denunciar :username?', ], ];