. 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' => '举报', 'title' => '举报 :username 的谱面?', ], 'beatmapset_discussion_post' => [ 'button' => '举报', 'title' => '举报 :username 的帖子?', ], 'comment' => [ 'button' => '举报', 'title' => '举报 :username 的评论?', ], 'forum_post' => [ 'button' => '举报', 'title' => '举报 :username 的帖子?', ], 'message' => [ 'button' => '举报消息', 'title' => '举报 :username 的消息?', ], 'scores' => [ 'button' => '举报成绩', 'title' => '举报 :username 的成绩?', ], 'user' => [ 'button' => '举报', 'title' => '举报 :username ?', ], ];