fork
Configure Feed
Select the types of activity you want to include in your feed.
the browser-facing portion of osu!
fork
Configure Feed
Select the types of activity you want to include in your feed.
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 'edit' => [
8 'title_compact' => '설정',
9 'username' => '아이디',
10
11 'avatar' => [
12 'title' => '아바타',
13 'reset' => '초기화',
14 'rules' => '아바타가 :link을 따르고 있는지 확인하세요.<br/>이는 아바타가 <strong>모든 연령에 적합해야 하므로</strong> 과도한 노출, 욕설 혹은 이러한 것을 암시하는 내용이 없어야 한다는 의미입니다.',
15 'rules_link' => '커뮤니티 규칙',
16 ],
17
18 'email' => [
19 'new' => '새 이메일 주소',
20 'new_confirmation' => '이메일 주소 확인',
21 'title' => '이메일',
22 'locked' => [
23 '_' => '이메일 변경이 필요하시다면 :accounts에 연락해 주세요.',
24 'accounts' => '계정 지원 팀',
25 ],
26 ],
27
28 'legacy_api' => [
29 'api' => 'api',
30 'irc' => 'irc',
31 'title' => '레거시 API',
32 ],
33
34 'password' => [
35 'current' => '현재 비밀번호',
36 'new' => '새 비밀번호',
37 'new_confirmation' => '비밀번호 확인',
38 'title' => '비밀번호',
39 ],
40
41 'profile' => [
42 'country' => '국가',
43 'title' => '프로필',
44
45 'country_change' => [
46 '_' => "계정에 등록된 국가와 실제 거주 국가가 다른 것 같습니다. :update_link",
47 'update_link' => ':country(으)로 변경',
48 ],
49
50 'user' => [
51 'user_discord' => '',
52 'user_from' => '거주지',
53 'user_interests' => '관심 분야',
54 'user_occ' => '직업',
55 'user_twitter' => '',
56 'user_website' => '웹사이트',
57 ],
58 ],
59
60 'signature' => [
61 'title' => '서명',
62 'update' => '적용',
63 ],
64 ],
65
66 'github_user' => [
67 'info' => "osu!의 오픈소스 저장소에 기여를 한 사람인 경우, 여기에 GitHub 계정을 연결하면 당신의 변경 사항 항목이 osu! 프로필과 연결됩니다. osu!에 기여를 한 이력 없는 GitHub 계정은 연결할 수 없습니다.",
68 'link' => 'GitHub 계정 연결',
69 'title' => 'GitHub',
70 'unlink' => 'GitHub 계정 연결 해제',
71
72 'error' => [
73 'already_linked' => '이 GitHub 계정은 이미 다른 유저에게 연결되어 있습니다.',
74 'no_contribution' => 'osu! 저장소에 기여를 한 이력이 없으면 GitHub 계정을 연결할 수 없습니다.',
75 'unverified_email' => 'GitHub에서 주 이메일을 인증한 후에 계정을 다시 연결해보세요.',
76 ],
77 ],
78
79 'notifications' => [
80 'beatmapset_discussion_qualified_problem' => 'Qualified 비트맵에 문제가 생길 경우 알림을 수신할 모드',
81 'beatmapset_disqualify' => '비트맵이 Disqualified 처리됐을 때 알림을 수신할 모드',
82 'comment_reply' => '댓글에 답글이 달리면 알림 받기',
83 'title' => '알림',
84 'topic_auto_subscribe' => '새로 만드는 포럼 주제에 대한 알림을 자동으로 활성화',
85
86 'options' => [
87 '_' => '수신 옵션',
88 'beatmap_owner_change' => '게스트 난이도',
89 'beatmapset:modding' => '비트맵 모딩',
90 'channel_message' => '개인 채팅 메시지',
91 'comment_new' => '새 댓글',
92 'forum_topic_reply' => '주제 답글',
93 'mail' => '메일',
94 'mapping' => '비트맵 제작자',
95 'push' => '푸시 알림',
96 ],
97 ],
98
99 'oauth' => [
100 'authorized_clients' => '인증된 클라이언트',
101 'own_clients' => '소유 중인 클라이언트',
102 'title' => 'OAuth',
103 ],
104
105 'options' => [
106 'beatmapset_show_nsfw' => '부적절한 내용에 대한 비트맵 경고 숨기기',
107 'beatmapset_title_show_original' => '원본 언어로 비트맵 메타데이터 표시하기',
108 'title' => '설정',
109
110 'beatmapset_download' => [
111 '_' => '기본 비트맵 다운로드 형식',
112 'all' => '가능하면 영상이 있는 비트맵으로 받기',
113 'direct' => 'osu!direct에서 열기',
114 'no_video' => '영상이 없는 비트맵으로 받기',
115 ],
116 ],
117
118 'playstyles' => [
119 'keyboard' => '키보드',
120 'mouse' => '마우스',
121 'tablet' => '태블릿',
122 'title' => '플레이 방식',
123 'touch' => '터치스크린',
124 ],
125
126 'privacy' => [
127 'friends_only' => '친구 목록에 없는 사람들이 보낸 개인 메시지를 차단',
128 'hide_online' => '온라인 상태 숨기기',
129 'title' => '개인 정보',
130 ],
131
132 'security' => [
133 'current_session' => '현재 세션',
134 'end_session' => '세션 종료',
135 'end_session_confirmation' => '이 작업은 해당 장치의 세션을 즉시 종료합니다. 계속할까요?',
136 'last_active' => '최근 활동:',
137 'title' => '보안',
138 'web_sessions' => '웹 세션',
139 ],
140
141 'update_email' => [
142 'update' => '변경',
143 ],
144
145 'update_password' => [
146 'update' => '변경',
147 ],
148
149 'verification_completed' => [
150 'text' => '이제 창을 닫으셔도 됩니다.',
151 'title' => '인증이 완료되었습니다.',
152 ],
153
154 'verification_invalid' => [
155 'title' => '유효하지 않거나 만료된 인증 링크입니다.',
156 ],
157];