1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'beatmapset' => [
8 'button' => '報告',
9 'title' => ':usernameのビートマップを報告しますか?',
10 ],
11
12 'beatmapset_discussion_post' => [
13 'button' => '報告',
14 'title' => ':username の投稿を報告しますか?',
15 ],
16
17 'comment' => [
18 'button' => '報告',
19 'title' => ':usernameのコメントを報告しますか?',
20 ],
21
22 'forum_post' => [
23 'button' => '報告',
24 'title' => ':username の投稿を報告しますか?',
25 ],
26
27 'message' => [
28 'button' => 'メッセージを報告',
29 'title' => ':username のメッセージを報告しますか?',
30 ],
31
32 'scores' => [
33 'button' => 'スコアを報告',
34 'title' => ':username のスコアを報告しますか?',
35 ],
36
37 'user' => [
38 'button' => '報告',
39 'title' => ':usernameを報告しますか?',
40 ],
41];