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];