. 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?', ], ];