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 'deleted' => '삭제됨',
8 'deleted_by' => ':user에 의해 :timeago에 제거됨',
9 'deleted_by_system' => '시스템',
10 'deleted_count' => ':count_delimited개의 삭제된 댓글',
11 'edited' => ':user에 의해 :timeago에 수정됨',
12 'pinned' => '고정됨',
13 'empty' => '아직 댓글이 없습니다.',
14 'empty_other' => '다른 댓글이 없습니다.',
15 'load_replies' => '답글 불러오기',
16 'replies_count' => '답글 :count_delimited개',
17 'title' => '댓글',
18
19 'commentable_name' => [
20 'beatmapset' => '비트맵',
21 'build' => '패치 노트',
22 'news_post' => '소식',
23 '_deleted' => '삭제된 항목',
24 ],
25
26 'editor' => [
27 'textarea_hint' => [
28 '_' => 'Enter를 눌러 :action, Shift+Enter로 줄을 바꿀 수 있습니다.',
29 'edit' => '저장',
30 'new' => '게시하기',
31 'reply' => '답변하기',
32 ],
33 ],
34
35 'guest_button' => [
36 'new' => '로그인하여 댓글 달기',
37 'reply' => '로그인하여 답글 작성',
38 ],
39
40 'index' => [
41 'nav_comments' => '댓글',
42 'nav_title' => '목록',
43 'no_comments' => '댓글이 없습니다...',
44 ],
45
46 'ogp' => [
47 'title' => ':user님의 댓글',
48 ],
49
50 'placeholder' => [
51 'edit' => '여기에서 댓글을 수정하세요.',
52 'new' => '여기에 새로운 댓글을 작성하세요.',
53 'reply' => '여기에 답변을 입력하세요.',
54 ],
55
56 'show' => [
57 'nav_title' => '댓글',
58 ],
59];