. 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' => 'Reportar', 'title' => '¿Reportar el mapa de :username?', ], 'beatmapset_discussion_post' => [ 'button' => 'Reportar', 'title' => '¿Reportar la publicación de :username?', ], 'comment' => [ 'button' => 'Reportar', 'title' => '¿Reportar el comentario de :username?', ], 'forum_post' => [ 'button' => 'Reportar', 'title' => '¿Reportar la publicación de :username?', ], 'message' => [ 'button' => 'Reportar mensaje', 'title' => '¿Reportar el mensaje de :username?', ], 'scores' => [ 'button' => 'Reportar puntuación', 'title' => '¿Reportar la puntuación de :username?', ], 'user' => [ 'button' => 'Reportar', 'title' => '¿Reportar a :username?', ], ];