. 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を報告しますか?', ], ];