···110110 switch (lang) {
111111 case 'en':
112112 return AppLanguage.en
113113- case 'hi':
114114- return AppLanguage.hi
115115- case 'ja':
116116- return AppLanguage.ja
117117- case 'fr':
118118- return AppLanguage.fr
119113 // DISABLED until this translation is fixed -prf
120114 // case 'de':
121115 // return AppLanguage.de
122116 // DISABLED until this translation is more thoroughly reviewed -prf
123117 // case 'es':
124118 // return AppLanguage.es
119119+ case 'fr':
120120+ return AppLanguage.fr
121121+ case 'hi':
122122+ return AppLanguage.hi
123123+ case 'ja':
124124+ return AppLanguage.ja
125125+ case 'ko':
126126+ return AppLanguage.ko
125127 default:
126128 continue
127129 }
+20-15
src/locale/i18n.ts
···3344import {useLanguagePrefs} from '#/state/preferences'
55import {messages as messagesEn} from '#/locale/locales/en/messages'
66-import {messages as messagesHi} from '#/locale/locales/hi/messages'
77-import {messages as messagesJa} from '#/locale/locales/ja/messages'
88-import {messages as messagesFr} from '#/locale/locales/fr/messages'
96// DISABLED until this translation is fixed -prf
107// import {messages as messagesDe} from '#/locale/locales/de/messages'
118// DISABLED until this translation is more thoroughly reviewed -prf
129// import {messages as messagesEs} from '#/locale/locales/es/messages'
1010+import {messages as messagesFr} from '#/locale/locales/fr/messages'
1111+import {messages as messagesHi} from '#/locale/locales/hi/messages'
1212+import {messages as messagesJa} from '#/locale/locales/ja/messages'
1313+import {messages as messagesKo} from '#/locale/locales/ko/messages'
13141415import {sanitizeAppLanguageSetting} from '#/locale/helpers'
1516import {AppLanguage} from '#/locale/languages'
···1920 */
2021export async function dynamicActivate(locale: AppLanguage) {
2122 switch (locale) {
2323+ // DISABLED until this translation is fixed -prf
2424+ // case AppLanguage.de: {
2525+ // i18n.loadAndActivate({locale, messages: messagesDe})
2626+ // break
2727+ // }
2828+ // DISABLED until this translation is more thoroughly reviewed -prf
2929+ // case AppLanguage.es: {
3030+ // i18n.loadAndActivate({locale, messages: messagesEs})
3131+ // break
3232+ // }
3333+ case AppLanguage.fr: {
3434+ i18n.loadAndActivate({locale, messages: messagesFr})
3535+ break
3636+ }
2237 case AppLanguage.hi: {
2338 i18n.loadAndActivate({locale, messages: messagesHi})
2439 break
···2742 i18n.loadAndActivate({locale, messages: messagesJa})
2843 break
2944 }
3030- case AppLanguage.fr: {
3131- i18n.loadAndActivate({locale, messages: messagesFr})
4545+ case AppLanguage.ko: {
4646+ i18n.loadAndActivate({locale, messages: messagesKo})
3247 break
3348 }
3434- // DISABLED until this translation is fixed -prf
3535- // case AppLanguage.de: {
3636- // i18n.loadAndActivate({locale, messages: messagesDe})
3737- // break
3838- // }
3939- // DISABLED until this translation is more thoroughly reviewed -prf
4040- // case AppLanguage.es: {
4141- // i18n.loadAndActivate({locale, messages: messagesEs})
4242- // break
4343- // }
4449 default: {
4550 i18n.loadAndActivate({locale, messages: messagesEn})
4651 break
+16-12
src/locale/i18n.web.ts
···1212 let mod: any
13131414 switch (locale) {
1515- case AppLanguage.hi: {
1616- mod = await import(`./locales/hi/messages`)
1717- break
1818- }
1919- case AppLanguage.ja: {
2020- mod = await import(`./locales/ja/messages`)
2121- break
2222- }
2323- case AppLanguage.fr: {
2424- mod = await import(`./locales/fr/messages`)
2525- break
2626- }
2715 // DISABLED until this translation is fixed -prf
2816 // case AppLanguage.de: {
2917 // mod = await import(`./locales/de/messages`)
···3422 // mod = await import(`./locales/es/messages`)
3523 // break
3624 // }
2525+ case AppLanguage.fr: {
2626+ mod = await import(`./locales/fr/messages`)
2727+ break
2828+ }
2929+ case AppLanguage.hi: {
3030+ mod = await import(`./locales/hi/messages`)
3131+ break
3232+ }
3333+ case AppLanguage.ja: {
3434+ mod = await import(`./locales/ja/messages`)
3535+ break
3636+ }
3737+ case AppLanguage.ko: {
3838+ mod = await import(`./locales/ko/messages`)
3939+ break
4040+ }
3741 default: {
3842 mod = await import(`./locales/en/messages`)
3943 break
+8-6
src/locale/languages.ts
···6677export enum AppLanguage {
88 en = 'en',
99- hi = 'hi',
1010- ja = 'ja',
1111- fr = 'fr',
129 // DISABLED until this translation is fixed -prf
1310 // de = 'de',
1411 // DISABLED until this translation is more thoroughly reviewed -prf
1512 // es = 'es',
1313+ fr = 'fr',
1414+ hi = 'hi',
1515+ ja = 'ja',
1616+ ko = 'ko',
1617}
17181819interface AppLanguageConfig {
···22232324export const APP_LANGUAGES: AppLanguageConfig[] = [
2425 {code2: AppLanguage.en, name: 'English'},
2525- {code2: AppLanguage.hi, name: 'हिंदी'},
2626- {code2: AppLanguage.ja, name: '日本語'},
2727- {code2: AppLanguage.fr, name: 'Français'},
2826 // DISABLED until this translation is fixed -prf
2927 // {code2: AppLanguage.de, name: 'Deutsch'},
3028 // DISABLED until this translation is more thoroughly reviewed -prf
3129 // {code2: AppLanguage.es, name: 'Español'},
3030+ {code2: AppLanguage.fr, name: 'Français'},
3131+ {code2: AppLanguage.hi, name: 'हिंदी'},
3232+ {code2: AppLanguage.ja, name: '日本語'},
3333+ {code2: AppLanguage.ko, name: '한국어'},
3234]
33353436export const LANGUAGES: Language[] = [
+3281
src/locale/locales/ko/messages.po
···11+msgid ""
22+msgstr ""
33+"POT-Creation-Date: 2023-11-05 16:01-0800\n"
44+"MIME-Version: 1.0\n"
55+"Content-Type: text/plain; charset=utf-8\n"
66+"Content-Transfer-Encoding: 8bit\n"
77+"X-Generator: @lingui/cli\n"
88+"Language: ko\n"
99+"Project-Id-Version: \n"
1010+"Report-Msgid-Bugs-To: \n"
1111+"PO-Revision-Date: \n"
1212+"Last-Translator: quiple\n"
1313+"Language-Team: quiple\n"
1414+"Plural-Forms: \n"
1515+1616+#: src/view/screens/Profile.tsx:214
1717+#~ msgid "- end of feed -"
1818+#~ msgstr "- 피드 끝 -"
1919+2020+#: src/view/com/modals/SelfLabel.tsx:138
2121+#~ msgid ". This warning is only available for posts with media attached."
2222+#~ msgstr ". 이 경고는 미디어가 첨부된 게시물에만 사용할 수 있습니다."
2323+2424+#: src/view/shell/desktop/RightNav.tsx:168
2525+msgid "{0, plural, one {# invite code available} other {# invite codes available}}"
2626+msgstr "{0, plural, one {초대 코드 #개 사용 가능} other {초대 코드 #개 사용 가능}}"
2727+2828+#: src/view/com/modals/Repost.tsx:44
2929+msgid "{0}"
3030+msgstr "{0}"
3131+3232+#: src/view/com/modals/CreateOrEditList.tsx:177
3333+msgid "{0} {purposeLabel} List"
3434+msgstr "{purposeLabel} 리스트 {0}"
3535+3636+#: src/lib/strings/time.ts:28
3737+msgid "{0}d"
3838+msgstr "{0}일"
3939+4040+#: src/lib/strings/time.ts:26
4141+msgid "{0}h"
4242+msgstr "{0}시간"
4343+4444+#: src/lib/strings/time.ts:24
4545+msgid "{0}m"
4646+msgstr "{0}분"
4747+4848+#: src/lib/strings/time.ts:30
4949+msgid "{0}mo"
5050+msgstr "{0}개월"
5151+5252+#: src/lib/strings/time.ts:22
5353+msgid "{diffSeconds}s"
5454+msgstr "{diffSeconds}초"
5555+5656+#: src/view/shell/desktop/RightNav.tsx:151
5757+msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}"
5858+msgstr "{invitesAvailable, plural, one {초대 코드: #개 사용 가능} other {초대 코드: #개 사용 가능}}"
5959+6060+#: src/view/screens/Settings.tsx:408
6161+#: src/view/shell/Drawer.tsx:659
6262+msgid "{invitesAvailable} invite code available"
6363+msgstr "초대 코드 {invitesAvailable}개 사용 가능"
6464+6565+#: src/view/screens/Settings.tsx:410
6666+#: src/view/shell/Drawer.tsx:661
6767+msgid "{invitesAvailable} invite codes available"
6868+msgstr "초대 코드 {invitesAvailable}개 사용 가능"
6969+7070+#: src/view/screens/Search/Search.tsx:87
7171+msgid "{message}"
7272+msgstr "{message}"
7373+7474+#: src/view/com/modals/CreateOrEditList.tsx:133
7575+msgid "{purposeLabel} list created"
7676+msgstr "{purposeLabel} 리스트 생성됨"
7777+7878+#: src/view/com/modals/CreateOrEditList.tsx:124
7979+msgid "{purposeLabel} list updated"
8080+msgstr "{purposeLabel} 리스트 업데이트됨"
8181+8282+#: src/view/com/threadgate/WhoCanReply.tsx:158
8383+msgid "<0/> members"
8484+msgstr "<0/> 멤버"
8585+8686+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:30
8787+msgid "<0>Choose your</0><1>Recommended</1><2>Feeds</2>"
8888+msgstr "<1>추천 피드</1><0>선택하기</0>"
8989+9090+#: src/view/com/modals/DeleteAccount.tsx:82
9191+msgid "<0>Delete Account </0><1><2>\"</2><3>{0}</3><4>\"</4></1>"
9292+msgstr "<1><2>\"</2><3>{0}</3><4>\"</4></1><0> 계정 삭제</0>"
9393+9494+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:37
9595+msgid "<0>Follow some</0><1>Recommended</1><2>Users</2>"
9696+msgstr "<1>추천 사용자</1><0>팔로우하기</0>"
9797+9898+#: src/view/com/modals/AddAppPasswords.tsx:132
9999+#~ msgid "<0>Here is your app password.</0> Use this to sign into the other app along with your handle."
100100+#~ msgstr "<0>앱 비밀번호입니다.</0> 이 비밀번호와 핸들을 사용하여 다른 앱에 로그인하세요."
101101+102102+#: src/view/screens/Moderation.tsx:212
103103+#~ msgid "<0>Note: This setting may not be respected by third-party apps that display Bluesky content.</0>"
104104+#~ msgstr "<0>참고: Bluesky 콘텐츠를 표시하는 타사 앱은 이 설정을 준수하지 않을 수 있습니다.</0>"
105105+106106+#: src/view/screens/Moderation.tsx:212
107107+#~ msgid "<0>Note: Your profile and posts will remain publicly available. Third-party apps that display Bluesky content may not respect this setting.</0>"
108108+#~ msgstr "<0>참고: 프로필과 게시물은 공개 상태로 유지됩니다. Bluesky 콘텐츠를 표시하는 타사 앱은 이 설정을 준수하지 않을 수 있습니다.</0>"
109109+110110+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:22
111111+msgid "<0>Welcome to</0><1>Bluesky</1>"
112112+msgstr "<1>Bluesky</1><0>에 오신 것을 환영합니다</0>"
113113+114114+#: src/view/com/util/moderation/LabelInfo.tsx:45
115115+msgid "A content warning has been applied to this {0}."
116116+msgstr "이 {0}에 콘텐츠 경고가 적용되었습니다."
117117+118118+#: src/lib/hooks/useOTAUpdate.ts:16
119119+msgid "A new version of the app is available. Please update to continue using the app."
120120+msgstr "새 버전의 앱을 사용할 수 있습니다. 앱을 계속 사용하려면 업데이트하세요."
121121+122122+#: src/view/com/modals/EditImage.tsx:299
123123+#: src/view/screens/Settings.tsx:418
124124+msgid "Accessibility"
125125+msgstr "접근성"
126126+127127+#: src/view/com/auth/login/LoginForm.tsx:159
128128+#: src/view/screens/Settings.tsx:287
129129+msgid "Account"
130130+msgstr "계정"
131131+132132+#: src/view/com/profile/ProfileHeader.tsx:293
133133+msgid "Account blocked"
134134+msgstr "계정 차단됨"
135135+136136+#: src/view/com/profile/ProfileHeader.tsx:260
137137+msgid "Account muted"
138138+msgstr "계정 뮤트됨"
139139+140140+#: src/view/com/util/AccountDropdownBtn.tsx:41
141141+msgid "Account options"
142142+msgstr "계정 옵션"
143143+144144+#: src/view/com/util/AccountDropdownBtn.tsx:25
145145+msgid "Account removed from quick access"
146146+msgstr "퀵 액세스에서 계정 제거"
147147+148148+#: src/view/com/profile/ProfileHeader.tsx:315
149149+msgid "Account unblocked"
150150+msgstr "계정 차단 해제됨"
151151+152152+#: src/view/com/profile/ProfileHeader.tsx:273
153153+msgid "Account unmuted"
154154+msgstr "계정 언뮤트됨"
155155+156156+#: src/state/queries/preferences/moderation.ts:138
157157+msgid "Accounts falsely claiming to be people or orgs"
158158+msgstr "사람 또는 조직을 사칭하는 계정"
159159+160160+#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:151
161161+#: src/view/com/modals/ListAddRemoveUsers.tsx:264
162162+#: src/view/com/modals/UserAddRemoveLists.tsx:193
163163+#: src/view/screens/ProfileList.tsx:772
164164+msgid "Add"
165165+msgstr "추가"
166166+167167+#: src/view/com/modals/SelfLabel.tsx:56
168168+msgid "Add a content warning"
169169+msgstr "콘텐츠 경고 추가"
170170+171171+#: src/view/screens/ProfileList.tsx:762
172172+msgid "Add a user to this list"
173173+msgstr "이 리스트에 사용자 추가"
174174+175175+#: src/view/screens/Settings.tsx:356
176176+#: src/view/screens/Settings.tsx:365
177177+msgid "Add account"
178178+msgstr "계정 추가"
179179+180180+#: src/view/com/composer/photos/Gallery.tsx:119
181181+#: src/view/com/composer/photos/Gallery.tsx:180
182182+msgid "Add alt text"
183183+msgstr "대체 텍스트 추가"
184184+185185+#: src/view/com/modals/report/InputIssueDetails.tsx:41
186186+#: src/view/com/modals/report/Modal.tsx:194
187187+msgid "Add details"
188188+msgstr "상세 내용 추가"
189189+190190+#: src/view/com/modals/report/Modal.tsx:197
191191+msgid "Add details to report"
192192+msgstr "신고 상세 내용 추가"
193193+194194+#: src/view/com/composer/Composer.tsx:444
195195+msgid "Add link card"
196196+msgstr "링크 카드 추가"
197197+198198+#: src/view/com/composer/Composer.tsx:447
199199+msgid "Add link card:"
200200+msgstr "링크 카드 추가:"
201201+202202+#: src/view/com/modals/ChangeHandle.tsx:415
203203+msgid "Add the following DNS record to your domain:"
204204+msgstr "도메인에 다음 DNS 레코드를 추가하세요:"
205205+206206+#: src/view/com/profile/ProfileHeader.tsx:357
207207+msgid "Add to Lists"
208208+msgstr "리스트에 추가"
209209+210210+#: src/view/screens/ProfileFeed.tsx:281
211211+msgid "Add to my feeds"
212212+msgstr "내 피드에 추가"
213213+214214+#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:140
215215+msgid "Added"
216216+msgstr "추가됨"
217217+218218+#: src/view/com/modals/ListAddRemoveUsers.tsx:191
219219+#: src/view/com/modals/UserAddRemoveLists.tsx:128
220220+msgid "Added to list"
221221+msgstr "리스트에 추가됨"
222222+223223+#: src/view/com/feeds/FeedSourceCard.tsx:125
224224+msgid "Added to my feeds"
225225+msgstr "내 피드에 추가됨"
226226+227227+#: src/view/screens/PreferencesHomeFeed.tsx:167
228228+msgid "Adjust the number of likes a reply must have to be shown in your feed."
229229+msgstr "답글이 피드에 표시되기 위해 필요한 좋아요 표시 수를 조정합니다."
230230+231231+#: src/view/com/modals/SelfLabel.tsx:75
232232+msgid "Adult Content"
233233+msgstr "성인 콘텐츠"
234234+235235+#: src/view/com/modals/ContentFilteringSettings.tsx:137
236236+msgid "Adult content can only be enabled via the Web at <0/>."
237237+msgstr "성인 콘텐츠는 <0/>에서 웹을 통해서만 활성화할 수 있습니다."
238238+239239+#: src/view/screens/Settings.tsx:570
240240+msgid "Advanced"
241241+msgstr "고급"
242242+243243+#: src/view/com/auth/login/ChooseAccountForm.tsx:98
244244+msgid "Already signed in as @{0}"
245245+msgstr "이미 @{0}(으)로 로그인했습니다."
246246+247247+#: src/view/com/composer/photos/Gallery.tsx:130
248248+msgid "ALT"
249249+msgstr "ALT"
250250+251251+#: src/view/com/modals/EditImage.tsx:315
252252+msgid "Alt text"
253253+msgstr "대체 텍스트"
254254+255255+#: src/view/com/composer/photos/Gallery.tsx:209
256256+msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone."
257257+msgstr "대체 텍스트는 시각장애인과 저시력 사용자를 위해 이미지를 설명하며 모든 사용자의 이해를 돕습니다."
258258+259259+#: src/view/com/modals/VerifyEmail.tsx:118
260260+msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below."
261261+msgstr "{0}(으)로 이메일을 전송했습니다. 이 이메일에는 아래에 입력하는 확인 코드가 포함되어 있습니다."
262262+263263+#: src/view/com/modals/ChangeEmail.tsx:119
264264+msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below."
265265+msgstr "이전 주소인 {0}(으)로 이메일을 전송했습니다. 이 이메일에는 아래에 입력하는 확인 코드가 포함되어 있습니다."
266266+267267+#: src/view/com/profile/FollowButton.tsx:30
268268+#: src/view/com/profile/FollowButton.tsx:40
269269+#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:183
270270+#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:193
271271+msgid "An issue occurred, please try again."
272272+msgstr "문제가 발생했습니다. 다시 시도해 주세요."
273273+274274+#: src/view/com/auth/create/Policies.tsx:80
275275+#: src/view/com/notifications/FeedItem.tsx:240
276276+#: src/view/com/threadgate/WhoCanReply.tsx:178
277277+msgid "and"
278278+msgstr "및"
279279+280280+#: src/view/screens/LanguageSettings.tsx:95
281281+msgid "App Language"
282282+msgstr "앱 언어"
283283+284284+#: src/view/screens/AppPasswords.tsx:227
285285+msgid "App password deleted"
286286+msgstr "앱 비밀번호 삭제됨"
287287+288288+#: src/view/com/modals/AddAppPasswords.tsx:133
289289+msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores."
290290+msgstr "앱 비밀번호 이름에는 문자, 숫자, 공백, 대시, 밑줄만 사용할 수 있습니다."
291291+292292+#: src/view/com/modals/AddAppPasswords.tsx:98
293293+msgid "App Password names must be at least 4 characters long."
294294+msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다."
295295+296296+#: src/view/screens/Settings.tsx:590
297297+msgid "App passwords"
298298+msgstr "앱 비밀번호"
299299+300300+#: src/view/screens/AppPasswords.tsx:186
301301+msgid "App Passwords"
302302+msgstr "앱 비밀번호"
303303+304304+#: src/view/com/util/forms/PostDropdownBtn.tsx:238
305305+msgid "Appeal content warning"
306306+msgstr "콘텐츠 경고 이의신청"
307307+308308+#: src/view/com/modals/AppealLabel.tsx:65
309309+msgid "Appeal Content Warning"
310310+msgstr "콘텐츠 경고 이의신청"
311311+312312+#: src/view/com/modals/AppealLabel.tsx:65
313313+#~ msgid "Appeal Decision"
314314+#~ msgstr "이의신청"
315315+316316+#: src/view/com/util/moderation/LabelInfo.tsx:52
317317+msgid "Appeal this decision"
318318+msgstr "이 결정에 이의신청"
319319+320320+#: src/view/com/util/moderation/LabelInfo.tsx:56
321321+msgid "Appeal this decision."
322322+msgstr "이 결정에 이의신청합니다."
323323+324324+#: src/view/screens/Settings.tsx:433
325325+msgid "Appearance"
326326+msgstr "모양"
327327+328328+#: src/view/screens/Moderation.tsx:206
329329+#~ msgid "Apps that respect this setting, including the official Bluesky app and bsky.app website, won't show your content to logged out users."
330330+#~ msgstr "Bluesky 공식 앱과 bsky.app 웹사이트를 포함하여 이 설정을 준수하는 앱은 로그아웃한 사용자에게 내 콘텐츠를 표시하지 않습니다."
331331+332332+#: src/view/screens/AppPasswords.tsx:223
333333+msgid "Are you sure you want to delete the app password \"{name}\"?"
334334+msgstr "앱 비밀번호 \"{name}\"을(를) 삭제하시겠습니까?"
335335+336336+#: src/view/com/composer/Composer.tsx:142
337337+msgid "Are you sure you'd like to discard this draft?"
338338+msgstr "이 초안을 삭제하시겠습니까?"
339339+340340+#: src/view/screens/ProfileList.tsx:361
341341+msgid "Are you sure?"
342342+msgstr "확실합니까?"
343343+344344+#: src/view/com/util/forms/PostDropdownBtn.tsx:221
345345+msgid "Are you sure? This cannot be undone."
346346+msgstr "확실합니까? 취소할 수 없습니다."
347347+348348+#: src/view/com/modals/SelfLabel.tsx:123
349349+msgid "Artistic or non-erotic nudity."
350350+msgstr "선정적이지 않거나 예술적인 노출."
351351+352352+#: src/view/screens/Moderation.tsx:189
353353+#~ msgid "Ask apps to limit the visibility of my account"
354354+#~ msgstr "내 계정의 공개 범위를 제한하도록 앱에 요청하기"
355355+356356+#: src/view/com/auth/create/CreateAccount.tsx:141
357357+#: src/view/com/auth/login/ChooseAccountForm.tsx:151
358358+#: src/view/com/auth/login/ForgotPasswordForm.tsx:166
359359+#: src/view/com/auth/login/LoginForm.tsx:250
360360+#: src/view/com/auth/login/SetNewPasswordForm.tsx:148
361361+#: src/view/com/modals/report/InputIssueDetails.tsx:46
362362+#: src/view/com/post-thread/PostThread.tsx:388
363363+#: src/view/com/post-thread/PostThread.tsx:438
364364+#: src/view/com/post-thread/PostThread.tsx:446
365365+#: src/view/com/profile/ProfileHeader.tsx:676
366366+msgid "Back"
367367+msgstr "뒤로"
368368+369369+#: src/view/screens/Settings.tsx:462
370370+msgid "Basics"
371371+msgstr "기본"
372372+373373+#: src/view/com/auth/create/Step2.tsx:156
374374+#: src/view/com/modals/BirthDateSettings.tsx:73
375375+msgid "Birthday"
376376+msgstr "생년월일"
377377+378378+#: src/view/screens/Settings.tsx:313
379379+msgid "Birthday:"
380380+msgstr "생년월일:"
381381+382382+#: src/view/com/profile/ProfileHeader.tsx:286
383383+#: src/view/com/profile/ProfileHeader.tsx:393
384384+msgid "Block Account"
385385+msgstr "계정 차단"
386386+387387+#: src/view/screens/ProfileList.tsx:531
388388+msgid "Block accounts"
389389+msgstr "계정 차단"
390390+391391+#: src/view/screens/ProfileList.tsx:481
392392+msgid "Block list"
393393+msgstr "리스트 차단"
394394+395395+#: src/view/screens/ProfileList.tsx:312
396396+msgid "Block these accounts?"
397397+msgstr "이 계정들을 차단하시겠습니까?"
398398+399399+#: src/view/screens/Moderation.tsx:123
400400+msgid "Blocked accounts"
401401+msgstr "차단한 계정"
402402+403403+#: src/view/screens/ModerationBlockedAccounts.tsx:107
404404+msgid "Blocked Accounts"
405405+msgstr "차단한 계정"
406406+407407+#: src/view/com/profile/ProfileHeader.tsx:288
408408+msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
409409+msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다."
410410+411411+#: src/view/screens/ModerationBlockedAccounts.tsx:115
412412+msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
413413+msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다. 차단한 계정의 콘텐츠를 볼 수 없으며 해당 계정도 내 콘텐츠를 볼 수 없게 됩니다."
414414+415415+#: src/view/com/post-thread/PostThread.tsx:250
416416+msgid "Blocked post."
417417+msgstr "차단된 게시물."
418418+419419+#: src/view/screens/ProfileList.tsx:314
420420+msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
421421+msgstr "차단 목록은 공개됩니다. 차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다."
422422+423423+#: src/view/com/auth/HomeLoggedOutCTA.tsx:93
424424+#: src/view/com/auth/SplashScreen.web.tsx:113
425425+msgid "Blog"
426426+msgstr "블로그"
427427+428428+#: src/view/com/auth/HomeLoggedOutCTA.tsx:31
429429+msgid "Bluesky"
430430+msgstr "Bluesky"
431431+432432+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:82
433433+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:80
434434+msgid "Bluesky is flexible."
435435+msgstr "Bluesky는 유연합니다."
436436+437437+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:71
438438+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:69
439439+msgid "Bluesky is open."
440440+msgstr "Bluesky는 열려 있습니다."
441441+442442+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:58
443443+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:56
444444+msgid "Bluesky is public."
445445+msgstr "Bluesky는 공개적입니다."
446446+447447+#: src/view/com/modals/Waitlist.tsx:70
448448+msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon."
449449+msgstr "Bluesky는 더 건강한 커뮤니티를 구축하기 위해 초대 방식을 사용합니다. 초대해 준 사람이 없는 경우 대기자 명단에 등록하면 곧 초대를 보내겠습니다."
450450+451451+#: src/view/screens/Moderation.tsx:225
452452+msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private."
453453+msgstr "Bluesky는 로그아웃한 사용자에게 내 프로필과 게시물을 표시하지 않습니다. 다른 앱에서는 이 설정을 따르지 않을 수 있습니다. 내 계정을 비공개로 전환하지는 않습니다."
454454+455455+#: src/view/com/modals/ServerInput.tsx:78
456456+msgid "Bluesky.Social"
457457+msgstr "Bluesky.Social"
458458+459459+#: src/view/screens/Settings.tsx:719
460460+msgid "Build version {0} {1}"
461461+msgstr "빌드 버전 {0} {1}"
462462+463463+#: src/view/com/auth/HomeLoggedOutCTA.tsx:87
464464+#: src/view/com/auth/SplashScreen.web.tsx:108
465465+msgid "Business"
466466+msgstr "비즈니스"
467467+468468+#: src/view/com/auth/create/Policies.tsx:87
469469+msgid "By creating an account you agree to the {els}."
470470+msgstr "계정을 만들면 {els}에 동의하는 것입니다."
471471+472472+#: src/view/com/composer/photos/OpenCameraBtn.tsx:60
473473+#: src/view/com/util/UserAvatar.tsx:221
474474+#: src/view/com/util/UserBanner.tsx:38
475475+msgid "Camera"
476476+msgstr "카메라"
477477+478478+#: src/view/com/modals/AddAppPasswords.tsx:218
479479+msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long."
480480+msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. 길이는 4자 이상이어야 하고 32자를 넘지 않아야 합니다."
481481+482482+#: src/view/com/composer/Composer.tsx:291
483483+#: src/view/com/composer/Composer.tsx:294
484484+#: src/view/com/modals/AltImage.tsx:128
485485+#: src/view/com/modals/ChangeEmail.tsx:218
486486+#: src/view/com/modals/ChangeEmail.tsx:220
487487+#: src/view/com/modals/ChangeHandle.tsx:153
488488+#: src/view/com/modals/Confirm.tsx:88
489489+#: src/view/com/modals/Confirm.tsx:91
490490+#: src/view/com/modals/CreateOrEditList.tsx:268
491491+#: src/view/com/modals/CreateOrEditList.tsx:273
492492+#: src/view/com/modals/crop-image/CropImage.web.tsx:137
493493+#: src/view/com/modals/DeleteAccount.tsx:152
494494+#: src/view/com/modals/DeleteAccount.tsx:225
495495+#: src/view/com/modals/EditImage.tsx:323
496496+#: src/view/com/modals/EditProfile.tsx:249
497497+#: src/view/com/modals/LinkWarning.tsx:85
498498+#: src/view/com/modals/LinkWarning.tsx:87
499499+#: src/view/com/modals/Repost.tsx:73
500500+#: src/view/com/modals/Waitlist.tsx:136
501501+#: src/view/screens/Search/Search.tsx:601
502502+#: src/view/shell/desktop/Search.tsx:182
503503+msgid "Cancel"
504504+msgstr "취소"
505505+506506+#: src/view/com/modals/DeleteAccount.tsx:148
507507+#: src/view/com/modals/DeleteAccount.tsx:221
508508+msgid "Cancel account deletion"
509509+msgstr "계정 삭제 취소"
510510+511511+#: src/view/com/modals/AltImage.tsx:123
512512+msgid "Cancel add image alt text"
513513+msgstr "이미지 대체 텍스트 추가 취소"
514514+515515+#: src/view/com/modals/ChangeHandle.tsx:149
516516+msgid "Cancel change handle"
517517+msgstr "핸들 변경 취소"
518518+519519+#: src/view/com/modals/crop-image/CropImage.web.tsx:134
520520+msgid "Cancel image crop"
521521+msgstr "이미지 자르기 취소"
522522+523523+#: src/view/com/modals/EditProfile.tsx:244
524524+msgid "Cancel profile editing"
525525+msgstr "프로필 편집 취소"
526526+527527+#: src/view/com/modals/Repost.tsx:64
528528+msgid "Cancel quote post"
529529+msgstr "게시물 인용 취소"
530530+531531+#: src/view/com/modals/ListAddRemoveUsers.tsx:87
532532+#: src/view/shell/desktop/Search.tsx:178
533533+msgid "Cancel search"
534534+msgstr "검색 취소"
535535+536536+#: src/view/com/modals/Waitlist.tsx:132
537537+msgid "Cancel waitlist signup"
538538+msgstr "대기자 명단 등록 취소"
539539+540540+#: src/view/screens/Settings.tsx:307
541541+msgid "Change"
542542+msgstr "변경"
543543+544544+#: src/view/screens/Settings.tsx:602
545545+#: src/view/screens/Settings.tsx:611
546546+msgid "Change handle"
547547+msgstr "핸들 변경"
548548+549549+#: src/view/com/modals/ChangeHandle.tsx:161
550550+msgid "Change Handle"
551551+msgstr "핸들 변경"
552552+553553+#: src/view/com/modals/VerifyEmail.tsx:141
554554+msgid "Change my email"
555555+msgstr "내 이메일 변경"
556556+557557+#: src/view/com/modals/ChangeEmail.tsx:109
558558+msgid "Change Your Email"
559559+msgstr "이메일 변경"
560560+561561+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121
562562+msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds."
563563+msgstr "몇 가지 추천 피드를 확인하세요. +를 탭하여 고정된 피드 목록에 추가합니다."
564564+565565+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:185
566566+msgid "Check out some recommended users. Follow them to see similar users."
567567+msgstr "추천 사용자를 확인하세요. 해당 사용자를 팔로우하여 비슷한 사용자를 만날 수 있습니다."
568568+569569+#: src/view/com/modals/DeleteAccount.tsx:165
570570+msgid "Check your inbox for an email with the confirmation code to enter below:"
571571+msgstr "받은 편지함에서 아래에 입력하는 확인 코드가 포함된 이메일이 있는지 확인하세요:"
572572+573573+#: src/view/com/modals/Threadgate.tsx:72
574574+msgid "Choose \"Everybody\" or \"Nobody\""
575575+msgstr "\"모두\" 또는 \"없음\"을 선택하세요."
576576+577577+#: src/view/com/modals/ServerInput.tsx:38
578578+msgid "Choose Service"
579579+msgstr "서비스 선택"
580580+581581+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:85
582582+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:83
583583+msgid "Choose the algorithms that power your experience with custom feeds."
584584+msgstr "맞춤 피드를 통해 사용자 경험을 강화하는 알고리즘을 선택합니다."
585585+586586+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:65
587587+#~ msgid "Choose your"
588588+#~ msgstr "Choose your"
589589+590590+#: src/view/com/auth/create/Step2.tsx:127
591591+msgid "Choose your password"
592592+msgstr "비밀번호를 입력하세요"
593593+594594+#: src/view/screens/Settings.tsx:695
595595+msgid "Clear all legacy storage data"
596596+msgstr "모든 레거시 스토리지 데이터 지우기"
597597+598598+#: src/view/screens/Settings.tsx:697
599599+msgid "Clear all legacy storage data (restart after this)"
600600+msgstr "모든 레거시 스토리지 데이터 지우기 (이후 다시 시작)"
601601+602602+#: src/view/screens/Settings.tsx:707
603603+msgid "Clear all storage data"
604604+msgstr "모든 스토리지 데이터 지우기"
605605+606606+#: src/view/screens/Settings.tsx:709
607607+msgid "Clear all storage data (restart after this)"
608608+msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)"
609609+610610+#: src/view/com/util/forms/SearchInput.tsx:74
611611+#: src/view/screens/Search/Search.tsx:582
612612+msgid "Clear search query"
613613+msgstr "검색어 지우기"
614614+615615+#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38
616616+msgid "Close alert"
617617+msgstr "알림 닫기"
618618+619619+#: src/view/com/util/BottomSheetCustomBackdrop.tsx:33
620620+msgid "Close bottom drawer"
621621+msgstr "하단 서랍 닫기"
622622+623623+#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:26
624624+msgid "Close image"
625625+msgstr "이미지 닫기"
626626+627627+#: src/view/com/lightbox/Lightbox.web.tsx:112
628628+msgid "Close image viewer"
629629+msgstr "이미지 뷰어 닫기"
630630+631631+#: src/view/shell/index.web.tsx:49
632632+msgid "Close navigation footer"
633633+msgstr "탐색 푸터 닫기"
634634+635635+#: src/view/screens/CommunityGuidelines.tsx:32
636636+msgid "Community Guidelines"
637637+msgstr "커뮤니티 가이드라인"
638638+639639+#: src/view/com/composer/Prompt.tsx:24
640640+msgid "Compose reply"
641641+msgstr "답글 작성하기"
642642+643643+#: src/view/com/modals/AppealLabel.tsx:98
644644+#: src/view/com/modals/Confirm.tsx:75
645645+#: src/view/com/modals/Confirm.tsx:78
646646+#: src/view/com/modals/SelfLabel.tsx:154
647647+#: src/view/com/modals/VerifyEmail.tsx:225
648648+#: src/view/com/modals/VerifyEmail.tsx:227
649649+#: src/view/screens/PreferencesHomeFeed.tsx:302
650650+#: src/view/screens/PreferencesThreads.tsx:159
651651+msgid "Confirm"
652652+msgstr "확인"
653653+654654+#: src/view/com/modals/ChangeEmail.tsx:193
655655+#: src/view/com/modals/ChangeEmail.tsx:195
656656+msgid "Confirm Change"
657657+msgstr "변경 확인"
658658+659659+#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
660660+msgid "Confirm content language settings"
661661+msgstr "콘텐츠 언어 설정 확인"
662662+663663+#: src/view/com/modals/DeleteAccount.tsx:211
664664+msgid "Confirm delete account"
665665+msgstr "계정 삭제 확인"
666666+667667+#: src/view/com/modals/ChangeEmail.tsx:157
668668+#: src/view/com/modals/DeleteAccount.tsx:178
669669+#: src/view/com/modals/VerifyEmail.tsx:159
670670+msgid "Confirmation code"
671671+msgstr "확인 코드"
672672+673673+#: src/view/com/auth/create/CreateAccount.tsx:174
674674+#: src/view/com/auth/login/LoginForm.tsx:269
675675+msgid "Connecting..."
676676+msgstr "연결 중…"
677677+678678+#: src/view/screens/Moderation.tsx:81
679679+msgid "Content filtering"
680680+msgstr "콘텐츠 필터링"
681681+682682+#: src/view/com/modals/ContentFilteringSettings.tsx:44
683683+msgid "Content Filtering"
684684+msgstr "콘텐츠 필터링"
685685+686686+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74
687687+#: src/view/screens/LanguageSettings.tsx:278
688688+msgid "Content Languages"
689689+msgstr "콘텐츠 언어"
690690+691691+#: src/view/com/util/moderation/ScreenHider.tsx:78
692692+msgid "Content Warning"
693693+msgstr "콘텐츠 경고"
694694+695695+#: src/view/com/composer/labels/LabelsBtn.tsx:31
696696+msgid "Content warnings"
697697+msgstr "콘텐츠 경고"
698698+699699+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148
700700+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:209
701701+msgid "Continue"
702702+msgstr "계속"
703703+704704+#: src/view/com/modals/AddAppPasswords.tsx:197
705705+#: src/view/com/modals/InviteCodes.tsx:182
706706+msgid "Copied"
707707+msgstr "복사됨"
708708+709709+#: src/view/screens/Settings.tsx:236
710710+msgid "Copied build version to clipboard"
711711+msgstr "빌드 버전 클립보드에 복사됨"
712712+713713+#: src/lib/sharing.ts:23
714714+#: src/view/com/modals/AddAppPasswords.tsx:75
715715+#: src/view/com/modals/ChangeHandle.tsx:325
716716+#: src/view/com/modals/InviteCodes.tsx:152
717717+#: src/view/com/util/forms/PostDropdownBtn.tsx:100
718718+msgid "Copied to clipboard"
719719+msgstr "클립보드에 복사됨"
720720+721721+#: src/view/com/modals/AddAppPasswords.tsx:190
722722+msgid "Copy"
723723+msgstr "복사"
724724+725725+#: src/view/com/modals/ChangeHandle.tsx:479
726726+msgid "Copy {0}"
727727+msgstr "{0} 복사"
728728+729729+#: src/view/screens/ProfileList.tsx:393
730730+msgid "Copy link to list"
731731+msgstr "리스트 링크 복사"
732732+733733+#: src/view/com/util/forms/PostDropdownBtn.tsx:141
734734+msgid "Copy link to post"
735735+msgstr "게시물 링크 복사"
736736+737737+#: src/view/com/profile/ProfileHeader.tsx:342
738738+msgid "Copy link to profile"
739739+msgstr "프로필 링크 복사"
740740+741741+#: src/view/com/util/forms/PostDropdownBtn.tsx:127
742742+msgid "Copy post text"
743743+msgstr "게시물 텍스트 복사"
744744+745745+#: src/view/screens/CopyrightPolicy.tsx:29
746746+msgid "Copyright Policy"
747747+msgstr "저작권 정책"
748748+749749+#: src/view/screens/ProfileFeed.tsx:95
750750+msgid "Could not load feed"
751751+msgstr "피드를 불러올 수 없습니다"
752752+753753+#: src/view/screens/ProfileList.tsx:848
754754+msgid "Could not load list"
755755+msgstr "리스트를 불러올 수 없습니다"
756756+757757+#: src/view/com/auth/HomeLoggedOutCTA.tsx:62
758758+#: src/view/com/auth/SplashScreen.tsx:46
759759+#: src/view/com/auth/SplashScreen.web.tsx:78
760760+msgid "Create a new account"
761761+msgstr "새 계정 만들기"
762762+763763+#: src/view/com/auth/create/CreateAccount.tsx:121
764764+msgid "Create Account"
765765+msgstr "계정 만들기"
766766+767767+#: src/view/com/auth/HomeLoggedOutCTA.tsx:54
768768+#: src/view/com/auth/SplashScreen.tsx:43
769769+msgid "Create new account"
770770+msgstr "새 계정 만들기"
771771+772772+#: src/view/screens/AppPasswords.tsx:248
773773+msgid "Created {0}"
774774+msgstr "{0} 생성됨"
775775+776776+#: src/view/com/modals/ChangeHandle.tsx:387
777777+#: src/view/com/modals/ServerInput.tsx:102
778778+msgid "Custom domain"
779779+msgstr "사용자 지정 도메인"
780780+781781+#: src/view/screens/Settings.tsx:616
782782+msgid "Danger Zone"
783783+msgstr "위험 구역"
784784+785785+#: src/view/screens/Settings.tsx:452
786786+msgid "Dark"
787787+msgstr "어두움"
788788+789789+#: src/view/com/auth/create/Step1.tsx:61
790790+msgid "default"
791791+msgstr "기본"
792792+793793+#: src/view/screens/Settings.tsx:623
794794+msgid "Delete account"
795795+msgstr "계정 삭제"
796796+797797+#: src/view/com/modals/DeleteAccount.tsx:83
798798+#~ msgid "Delete Account"
799799+#~ msgstr "계정 삭제"
800800+801801+#: src/view/screens/AppPasswords.tsx:221
802802+#: src/view/screens/AppPasswords.tsx:241
803803+msgid "Delete app password"
804804+msgstr "앱 비밀번호 삭제"
805805+806806+#: src/view/screens/ProfileList.tsx:360
807807+#: src/view/screens/ProfileList.tsx:420
808808+msgid "Delete List"
809809+msgstr "리스트 삭제"
810810+811811+#: src/view/com/modals/DeleteAccount.tsx:214
812812+msgid "Delete my account"
813813+msgstr "내 계정 삭제"
814814+815815+#: src/view/screens/Settings.tsx:633
816816+msgid "Delete my account…"
817817+msgstr "내 계정 삭제…"
818818+819819+#: src/view/com/util/forms/PostDropdownBtn.tsx:216
820820+msgid "Delete post"
821821+msgstr "게시물 삭제"
822822+823823+#: src/view/com/util/forms/PostDropdownBtn.tsx:220
824824+msgid "Delete this post?"
825825+msgstr "이 게시물을 삭제하시겠습니까?"
826826+827827+#: src/view/com/post-thread/PostThread.tsx:242
828828+msgid "Deleted post."
829829+msgstr "삭제된 게시물."
830830+831831+#: src/view/com/modals/CreateOrEditList.tsx:219
832832+#: src/view/com/modals/CreateOrEditList.tsx:235
833833+#: src/view/com/modals/EditProfile.tsx:198
834834+#: src/view/com/modals/EditProfile.tsx:210
835835+msgid "Description"
836836+msgstr "설명"
837837+838838+#: src/view/com/auth/create/Step1.tsx:96
839839+msgid "Dev Server"
840840+msgstr "개발 서버"
841841+842842+#: src/view/screens/Settings.tsx:638
843843+msgid "Developer Tools"
844844+msgstr "개발자 도구"
845845+846846+#: src/view/com/composer/Composer.tsx:210
847847+msgid "Did you want to say anything?"
848848+msgstr "하고 싶은 말이 있나요?"
849849+850850+#: src/view/com/composer/Composer.tsx:143
851851+msgid "Discard"
852852+msgstr "삭제"
853853+854854+#: src/view/com/composer/Composer.tsx:137
855855+msgid "Discard draft"
856856+msgstr "초안 삭제"
857857+858858+#: src/view/screens/Moderation.tsx:207
859859+msgid "Discourage apps from showing my account to logged-out users"
860860+msgstr "앱이 로그아웃한 사용자에게 내 계정을 표시하지 않도록 설정하기"
861861+862862+#: src/view/com/posts/FollowingEmptyState.tsx:74
863863+msgid "Discover new custom feeds"
864864+msgstr "새로운 맞춤 피드 찾아보기"
865865+866866+#: src/view/screens/Feeds.tsx:405
867867+msgid "Discover new feeds"
868868+msgstr "새 피드 발견하기"
869869+870870+#: src/view/com/modals/EditProfile.tsx:192
871871+msgid "Display name"
872872+msgstr "표시 이름"
873873+874874+#: src/view/com/modals/EditProfile.tsx:180
875875+msgid "Display Name"
876876+msgstr "표시 이름"
877877+878878+#: src/view/com/modals/ChangeHandle.tsx:396
879879+msgid "DNS Panel"
880880+msgstr "DNS 패널"
881881+882882+#: src/state/queries/preferences/moderation.ts:108
883883+msgid "Does not include nudity"
884884+msgstr "신체 노출 미포함"
885885+886886+#: src/view/com/modals/ChangeHandle.tsx:480
887887+msgid "Domain Value"
888888+msgstr "도메인 값"
889889+890890+#: src/view/com/modals/ChangeHandle.tsx:487
891891+msgid "Domain verified!"
892892+msgstr "도메인을 확인했습니다!"
893893+894894+#: src/view/com/auth/create/Step2.tsx:83
895895+msgid "Don't have an invite code?"
896896+msgstr "초대 코드가 없으십니까?"
897897+898898+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:86
899899+#: src/view/com/modals/ContentFilteringSettings.tsx:88
900900+#: src/view/com/modals/ContentFilteringSettings.tsx:96
901901+#: src/view/com/modals/crop-image/CropImage.web.tsx:152
902902+#: src/view/com/modals/EditImage.tsx:333
903903+#: src/view/com/modals/InviteCodes.tsx:80
904904+#: src/view/com/modals/InviteCodes.tsx:123
905905+#: src/view/com/modals/ListAddRemoveUsers.tsx:142
906906+#: src/view/com/modals/ListAddRemoveUsers.tsx:144
907907+#: src/view/com/modals/SelfLabel.tsx:157
908908+#: src/view/com/modals/Threadgate.tsx:129
909909+#: src/view/com/modals/Threadgate.tsx:132
910910+#: src/view/com/modals/UserAddRemoveLists.tsx:79
911911+#: src/view/com/modals/UserAddRemoveLists.tsx:82
912912+#: src/view/screens/PreferencesHomeFeed.tsx:305
913913+#: src/view/screens/PreferencesThreads.tsx:162
914914+msgid "Done"
915915+msgstr "완료"
916916+917917+#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42
918918+msgid "Done{extraText}"
919919+msgstr "완료{extraText}"
920920+921921+#: src/view/com/modals/InviteCodes.tsx:96
922922+msgid "Each code works once. You'll receive more invite codes periodically."
923923+msgstr "각 코드는 한 번만 사용할 수 있습니다. 주기적으로 더 많은 초대 코드를 받게 됩니다."
924924+925925+#: src/view/com/modals/CreateOrEditList.tsx:178
926926+msgid "Edit"
927927+msgstr "편집"
928928+929929+#: src/view/com/composer/photos/Gallery.tsx:144
930930+#: src/view/com/modals/EditImage.tsx:207
931931+msgid "Edit image"
932932+msgstr "이미지 편집"
933933+934934+#: src/view/screens/ProfileList.tsx:408
935935+msgid "Edit list details"
936936+msgstr "리스트 상세 편집"
937937+938938+#: src/view/screens/Feeds.tsx:367
939939+#: src/view/screens/SavedFeeds.tsx:84
940940+msgid "Edit My Feeds"
941941+msgstr "내 피드 편집"
942942+943943+#: src/view/com/modals/EditProfile.tsx:152
944944+msgid "Edit my profile"
945945+msgstr "내 프로필 편집"
946946+947947+#: src/view/com/profile/ProfileHeader.tsx:457
948948+msgid "Edit profile"
949949+msgstr "프로필 편집"
950950+951951+#: src/view/com/profile/ProfileHeader.tsx:460
952952+msgid "Edit Profile"
953953+msgstr "프로필 편집"
954954+955955+#: src/view/screens/Feeds.tsx:330
956956+msgid "Edit Saved Feeds"
957957+msgstr "저장된 피드 편집"
958958+959959+#: src/view/com/auth/create/Step2.tsx:108
960960+#: src/view/com/auth/login/ForgotPasswordForm.tsx:148
961961+#: src/view/com/modals/ChangeEmail.tsx:141
962962+#: src/view/com/modals/Waitlist.tsx:88
963963+msgid "Email"
964964+msgstr "이메일"
965965+966966+#: src/view/com/auth/create/Step2.tsx:99
967967+msgid "Email address"
968968+msgstr "이메일 주소"
969969+970970+#: src/view/com/modals/ChangeEmail.tsx:56
971971+#: src/view/com/modals/ChangeEmail.tsx:88
972972+msgid "Email updated"
973973+msgstr "이메일 변경됨"
974974+975975+#: src/view/com/modals/ChangeEmail.tsx:111
976976+msgid "Email Updated"
977977+msgstr "이메일 변경됨"
978978+979979+#: src/view/com/modals/VerifyEmail.tsx:78
980980+msgid "Email verified"
981981+msgstr "이메일 확인됨"
982982+983983+#: src/view/screens/Settings.tsx:291
984984+msgid "Email:"
985985+msgstr "이메일:"
986986+987987+#: src/view/com/modals/ContentFilteringSettings.tsx:158
988988+msgid "Enable Adult Content"
989989+msgstr "성인 콘텐츠 활성화"
990990+991991+#: src/view/screens/PreferencesHomeFeed.tsx:141
992992+msgid "Enable this setting to only see replies between people you follow."
993993+msgstr "내가 팔로우하는 사람들 간의 답글만 표시합니다."
994994+995995+#: src/view/screens/Profile.tsx:427
996996+msgid "End of feed"
997997+msgstr "피드 끝"
998998+999999+#: src/view/com/auth/create/Step1.tsx:71
10001000+msgid "Enter the address of your provider:"
10011001+msgstr "제공자 주소를 입력하세요:"
10021002+10031003+#: src/view/com/modals/ChangeHandle.tsx:369
10041004+msgid "Enter the domain you want to use"
10051005+msgstr "사용할 도메인 입력"
10061006+10071007+#: src/view/com/auth/login/ForgotPasswordForm.tsx:101
10081008+msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password."
10091009+msgstr "계정을 만들 때 사용한 이메일을 입력합니다. 새 비밀번호를 설정할 수 있도록 \"재설정 코드\"를 보내드립니다."
10101010+10111011+#: src/view/com/auth/create/Step2.tsx:104
10121012+msgid "Enter your email address"
10131013+msgstr "이메일 주소를 입력하세요"
10141014+10151015+#: src/view/com/modals/ChangeEmail.tsx:117
10161016+msgid "Enter your new email address below."
10171017+msgstr "아래에 새 이메일 주소를 입력하세요."
10181018+10191019+#: src/view/com/auth/login/Login.tsx:99
10201020+msgid "Enter your username and password"
10211021+msgstr "사용자 이름 및 비밀번호 입력"
10221022+10231023+#: src/view/screens/Search/Search.tsx:105
10241024+msgid "Error:"
10251025+msgstr "오류:"
10261026+10271027+#: src/view/com/modals/Threadgate.tsx:76
10281028+msgid "Everybody"
10291029+msgstr "모두"
10301030+10311031+#: src/state/queries/preferences/moderation.ts:131
10321032+msgid "Excessive unwanted interactions"
10331033+msgstr "원치 않는 과도한 상호작용"
10341034+10351035+#: src/view/com/lightbox/Lightbox.web.tsx:156
10361036+msgid "Expand alt text"
10371037+msgstr "대체 텍스트 확장"
10381038+10391039+#: src/state/queries/preferences/moderation.ts:91
10401040+msgid "Explicit Sexual Images"
10411041+msgstr "노골적인 성적 이미지"
10421042+10431043+#: src/view/com/modals/AddAppPasswords.tsx:114
10441044+#: src/view/com/modals/AddAppPasswords.tsx:118
10451045+msgid "Failed to create app password."
10461046+msgstr "앱 비밀번호를 만들지 못했습니다."
10471047+10481048+#: src/view/com/util/forms/PostDropdownBtn.tsx:78
10491049+msgid "Failed to delete post, please try again"
10501050+msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요."
10511051+10521052+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:109
10531053+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:141
10541054+msgid "Failed to load recommended feeds"
10551055+msgstr "추천 피드를 불러오지 못했습니다"
10561056+10571057+#: src/view/com/lightbox/Lightbox.tsx:83
10581058+msgid "Failed to save image: {0}"
10591059+msgstr "이미지를 저장하지 못했습니다: {0}"
10601060+10611061+#: src/view/screens/Feeds.tsx:556
10621062+msgid "Feed offline"
10631063+msgstr "피드 오프라인"
10641064+10651065+#: src/view/com/feeds/FeedPage.tsx:143
10661066+msgid "Feed Preferences"
10671067+msgstr "피드 설정"
10681068+10691069+#: src/view/shell/desktop/RightNav.tsx:73
10701070+#: src/view/shell/Drawer.tsx:311
10711071+msgid "Feedback"
10721072+msgstr "피드백"
10731073+10741074+#: src/view/screens/Feeds.tsx:475
10751075+#: src/view/screens/Profile.tsx:165
10761076+#: src/view/shell/bottom-bar/BottomBar.tsx:181
10771077+#: src/view/shell/desktop/LeftNav.tsx:342
10781078+#: src/view/shell/Drawer.tsx:474
10791079+#: src/view/shell/Drawer.tsx:475
10801080+msgid "Feeds"
10811081+msgstr "피드"
10821082+10831083+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:57
10841084+msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting."
10851085+msgstr "피드는 콘텐츠를 큐레이션하기 위해 사용자에 의해 만들어집니다. 관심 있는 피드를 선택하세요."
10861086+10871087+#: src/view/screens/SavedFeeds.tsx:156
10881088+msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information."
10891089+msgstr "피드는 사용자가 약간의 코딩 전문 지식으로 구축할 수 있는 맞춤 알고리즘입니다. <0/>에서 자세한 내용을 확인하세요."
10901090+10911091+#: src/view/com/modals/ChangeHandle.tsx:480
10921092+msgid "File Contents"
10931093+msgstr "파일 내용"
10941094+10951095+#: src/view/com/posts/FollowingEmptyState.tsx:57
10961096+msgid "Find accounts to follow"
10971097+msgstr "팔로우할 계정 찾아보기"
10981098+10991099+#: src/view/screens/Search/Search.tsx:427
11001100+msgid "Find users on Bluesky"
11011101+msgstr "Bluesky에서 사용자 찾기"
11021102+11031103+#: src/view/screens/Search/Search.tsx:425
11041104+msgid "Find users with the search tool on the right"
11051105+msgstr "오른쪽의 검색 도구로 사용자 찾기"
11061106+11071107+#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:152
11081108+msgid "Finding similar accounts..."
11091109+msgstr "유사한 계정을 찾는 중…"
11101110+11111111+#: src/view/screens/PreferencesHomeFeed.tsx:105
11121112+msgid "Fine-tune the content you see on your home screen."
11131113+msgstr "홈 화면에 표시되는 콘텐츠를 미세 조정합니다."
11141114+11151115+#: src/view/screens/PreferencesThreads.tsx:60
11161116+msgid "Fine-tune the discussion threads."
11171117+msgstr "토론 스레드를 미세 조정합니다."
11181118+11191119+#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:138
11201120+#: src/view/com/profile/FollowButton.tsx:64
11211121+#: src/view/com/profile/ProfileHeader.tsx:542
11221122+#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:241
11231123+msgid "Follow"
11241124+msgstr "팔로우"
11251125+11261126+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:42
11271127+#~ msgid "Follow some"
11281128+#~ msgstr "팔로우:"
11291129+11301130+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:64
11311131+msgid "Follow some users to get started. We can recommend you more users based on who you find interesting."
11321132+msgstr "일부 사용자를 팔로우하여 시작하세요. 관심 있는 사용자를 기반으로 더 많은 사용자를 추천해 드릴 수 있습니다."
11331133+11341134+#: src/view/com/modals/Threadgate.tsx:98
11351135+msgid "Followed users"
11361136+msgstr "팔로우한 사용자"
11371137+11381138+#: src/view/screens/PreferencesHomeFeed.tsx:148
11391139+msgid "Followed users only"
11401140+msgstr "팔로우한 사용자만"
11411141+11421142+#: src/view/com/notifications/FeedItem.tsx:166
11431143+msgid "followed you"
11441144+msgstr "님이 나를 팔로우했습니다"
11451145+11461146+#: src/view/screens/ProfileFollowers.tsx:25
11471147+msgid "Followers"
11481148+msgstr "팔로워"
11491149+11501150+#: src/view/com/profile/ProfileHeader.tsx:628
11511151+msgid "following"
11521152+msgstr "팔로우 중"
11531153+11541154+#: src/view/com/profile/ProfileHeader.tsx:526
11551155+#: src/view/screens/ProfileFollows.tsx:25
11561156+msgid "Following"
11571157+msgstr "팔로우 중"
11581158+11591159+#: src/view/com/profile/ProfileHeader.tsx:196
11601160+msgid "Following {0}"
11611161+msgstr "{0} 팔로우 중"
11621162+11631163+#: src/view/com/profile/ProfileHeader.tsx:575
11641164+msgid "Follows you"
11651165+msgstr "나를 팔로우함"
11661166+11671167+#: src/view/com/modals/DeleteAccount.tsx:109
11681168+msgid "For security reasons, we'll need to send a confirmation code to your email address."
11691169+msgstr "보안상의 이유로 이메일 주소로 확인 코드를 보내야 합니다."
11701170+11711171+#: src/view/com/modals/AddAppPasswords.tsx:211
11721172+msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one."
11731173+msgstr "보안상의 이유로 이 비밀번호는 다시 볼 수 없습니다. 이 비밀번호를 분실한 경우 새 비밀번호를 생성해야 합니다."
11741174+11751175+#: src/view/com/auth/login/LoginForm.tsx:232
11761176+msgid "Forgot"
11771177+msgstr "분실"
11781178+11791179+#: src/view/com/auth/login/LoginForm.tsx:229
11801180+msgid "Forgot password"
11811181+msgstr "비밀번호 분실"
11821182+11831183+#: src/view/com/auth/login/Login.tsx:127
11841184+#: src/view/com/auth/login/Login.tsx:143
11851185+msgid "Forgot Password"
11861186+msgstr "비밀번호 분실"
11871187+11881188+#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43
11891189+msgid "Gallery"
11901190+msgstr "갤러리"
11911191+11921192+#: src/view/com/modals/VerifyEmail.tsx:183
11931193+msgid "Get Started"
11941194+msgstr "시작하기"
11951195+11961196+#: src/view/com/auth/LoggedOut.tsx:81
11971197+#: src/view/com/auth/LoggedOut.tsx:82
11981198+#: src/view/com/util/moderation/ScreenHider.tsx:123
11991199+#: src/view/shell/desktop/LeftNav.tsx:104
12001200+msgid "Go back"
12011201+msgstr "뒤로"
12021202+12031203+#: src/view/screens/ProfileFeed.tsx:104
12041204+#: src/view/screens/ProfileFeed.tsx:109
12051205+#: src/view/screens/ProfileList.tsx:857
12061206+#: src/view/screens/ProfileList.tsx:862
12071207+msgid "Go Back"
12081208+msgstr "뒤로"
12091209+12101210+#: src/view/com/auth/login/ForgotPasswordForm.tsx:181
12111211+#: src/view/com/auth/login/LoginForm.tsx:279
12121212+#: src/view/com/auth/login/SetNewPasswordForm.tsx:163
12131213+msgid "Go to next"
12141214+msgstr "다음"
12151215+12161216+#: src/state/queries/preferences/moderation.ts:116
12171217+msgid "Gore, self-harm, torture"
12181218+msgstr "고어, 자해, 고문"
12191219+12201220+#: src/view/com/modals/ChangeHandle.tsx:265
12211221+msgid "Handle"
12221222+msgstr "핸들"
12231223+12241224+#: src/state/queries/preferences/moderation.ts:123
12251225+msgid "Hate Group Iconography"
12261226+msgstr "증오 단체 도상학"
12271227+12281228+#: src/view/shell/desktop/RightNav.tsx:102
12291229+#: src/view/shell/Drawer.tsx:321
12301230+msgid "Help"
12311231+msgstr "도움말"
12321232+12331233+#: src/view/com/modals/AddAppPasswords.tsx:152
12341234+msgid "Here is your app password."
12351235+msgstr "앱 비밀번호입니다."
12361236+12371237+#: src/view/com/modals/ContentFilteringSettings.tsx:211
12381238+#: src/view/com/modals/ContentFilteringSettings.tsx:238
12391239+#: src/view/com/notifications/FeedItem.tsx:327
12401240+#: src/view/com/util/moderation/ContentHider.tsx:103
12411241+msgid "Hide"
12421242+msgstr "숨기기"
12431243+12441244+#: src/view/com/util/forms/PostDropdownBtn.tsx:175
12451245+msgid "Hide post"
12461246+msgstr "게시물 숨기기"
12471247+12481248+#: src/view/com/util/forms/PostDropdownBtn.tsx:179
12491249+msgid "Hide this post?"
12501250+msgstr "이 게시물을 숨기시겠습니까?"
12511251+12521252+#: src/view/com/notifications/FeedItem.tsx:319
12531253+msgid "Hide user list"
12541254+msgstr "사용자 리스트 숨기기"
12551255+12561256+#: src/view/com/posts/FeedErrorMessage.tsx:102
12571257+#~ msgid "Hmm, some kind of issue occured when contacting the feed server. Please let the feed owner know about this issue."
12581258+#~ msgstr "피드 서버에 연결하는 중 어떤 문제가 발생했습니다. 피드 소유자에게 이 문제에 대해 알려주세요."
12591259+12601260+#: src/view/com/posts/FeedErrorMessage.tsx:110
12611261+msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue."
12621262+msgstr "피드 서버에 연결하는 중 어떤 문제가 발생했습니다. 피드 소유자에게 이 문제에 대해 알려주세요."
12631263+12641264+#: src/view/com/posts/FeedErrorMessage.tsx:98
12651265+msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue."
12661266+msgstr "피드 서버가 잘못 구성된 것 같습니다. 피드 소유자에게 이 문제에 대해 알려주세요."
12671267+12681268+#: src/view/com/posts/FeedErrorMessage.tsx:104
12691269+msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue."
12701270+msgstr "피드 서버가 오프라인 상태인 것 같습니다. 피드 소유자에게 이 문제에 대해 알려주세요."
12711271+12721272+#: src/view/com/posts/FeedErrorMessage.tsx:101
12731273+msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue."
12741274+msgstr "피드 서버에서 잘못된 응답을 보냈습니다. 피드 소유자에게 이 문제에 대해 알려주세요."
12751275+12761276+#: src/view/com/posts/FeedErrorMessage.tsx:95
12771277+msgid "Hmm, we're having trouble finding this feed. It may have been deleted."
12781278+msgstr "이 피드를 찾는 데 문제가 있습니다. 피드가 삭제되었을 수 있습니다."
12791279+12801280+#: src/view/com/posts/FeedErrorMessage.tsx:87
12811281+#~ msgid "Hmmm, we're having trouble finding this feed. It may have been deleted."
12821282+#~ msgstr "이 피드를 찾는 데 문제가 있습니다. 피드가 삭제되었을 수 있습니다."
12831283+12841284+#: src/view/shell/bottom-bar/BottomBar.tsx:137
12851285+#: src/view/shell/desktop/LeftNav.tsx:306
12861286+#: src/view/shell/Drawer.tsx:398
12871287+#: src/view/shell/Drawer.tsx:399
12881288+msgid "Home"
12891289+msgstr "홈"
12901290+12911291+#: src/view/com/pager/FeedsTabBarMobile.tsx:96
12921292+#: src/view/screens/PreferencesHomeFeed.tsx:98
12931293+#: src/view/screens/Settings.tsx:482
12941294+msgid "Home Feed Preferences"
12951295+msgstr "홈 피드 설정"
12961296+12971297+#: src/view/com/modals/ChangeHandle.tsx:419
12981298+msgid "Host"
12991299+msgstr "호스트"
13001300+13011301+#: src/view/com/auth/login/ForgotPasswordForm.tsx:114
13021302+msgid "Hosting provider"
13031303+msgstr "호스팅 제공자"
13041304+13051305+#: src/view/com/auth/create/Step1.tsx:76
13061306+#: src/view/com/auth/create/Step1.tsx:81
13071307+msgid "Hosting provider address"
13081308+msgstr "호스팅 제공자 주소"
13091309+13101310+#: src/view/com/modals/VerifyEmail.tsx:208
13111311+msgid "I have a code"
13121312+msgstr "코드가 있습니다"
13131313+13141314+#: src/view/com/modals/ChangeHandle.tsx:281
13151315+msgid "I have my own domain"
13161316+msgstr "내 도메인을 가지고 있습니다"
13171317+13181318+#: src/state/queries/preferences/moderation.ts:92
13191319+msgid "i.e. pornography"
13201320+msgstr "예: 포르노그래피"
13211321+13221322+#: src/view/com/modals/SelfLabel.tsx:127
13231323+msgid "If none are selected, suitable for all ages."
13241324+msgstr "아무것도 선택하지 않으면 모든 연령대에 적합하다는 뜻입니다."
13251325+13261326+#: src/view/com/auth/create/Policies.tsx:91
13271327+msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf."
13281328+msgstr "당신이 거주하는 국가의 법률에 따라 아직 성인이 아닌 경우, 부모 또는 법적 보호자가 당신을 대신하여 본 약관을 읽어야 합니다."
13291329+13301330+#: src/view/com/modals/AltImage.tsx:97
13311331+msgid "Image alt text"
13321332+msgstr "이미지 대체 텍스트"
13331333+13341334+#: src/view/com/util/UserAvatar.tsx:308
13351335+#: src/view/com/util/UserBanner.tsx:116
13361336+msgid "Image options"
13371337+msgstr "이미지 옵션"
13381338+13391339+#: src/state/queries/preferences/moderation.ts:124
13401340+msgid "Images of terror groups, articles covering events, etc."
13411341+msgstr "테러 단체의 이미지, 사건 관련 기사 등"
13421342+13431343+#: src/state/queries/preferences/moderation.ts:137
13441344+msgid "Impersonation"
13451345+msgstr "사칭"
13461346+13471347+#: src/view/com/search/Suggestions.tsx:104
13481348+#: src/view/com/search/Suggestions.tsx:115
13491349+#~ msgid "In Your Network"
13501350+#~ msgstr "내 네트워크"
13511351+13521352+#: src/state/queries/preferences/moderation.ts:100
13531353+msgid "Including non-sexual and artistic"
13541354+msgstr "선정적이지 않거나 예술적 콘텐츠 포함"
13551355+13561356+#: src/view/com/auth/login/LoginForm.tsx:113
13571357+msgid "Invalid username or password"
13581358+msgstr "잘못된 사용자 이름 또는 비밀번호"
13591359+13601360+#: src/view/screens/Settings.tsx:384
13611361+msgid "Invite"
13621362+msgstr "초대"
13631363+13641364+#: src/view/com/modals/InviteCodes.tsx:93
13651365+#: src/view/screens/Settings.tsx:372
13661366+msgid "Invite a Friend"
13671367+msgstr "친구 초대하기"
13681368+13691369+#: src/view/com/auth/create/Step2.tsx:63
13701370+#: src/view/com/auth/create/Step2.tsx:72
13711371+msgid "Invite code"
13721372+msgstr "초대 코드"
13731373+13741374+#: src/view/com/auth/create/state.ts:136
13751375+msgid "Invite code not accepted. Check that you input it correctly and try again."
13761376+msgstr "초대 코드가 올바르지 않습니다. 코드를 올바르게 입력했는지 확인한 후 다시 시도하세요."
13771377+13781378+#: src/view/shell/Drawer.tsx:640
13791379+msgid "Invite codes: {invitesAvailable} available"
13801380+msgstr "초대 코드: {invitesAvailable}개 사용 가능"
13811381+13821382+#: src/view/com/auth/HomeLoggedOutCTA.tsx:99
13831383+#: src/view/com/auth/SplashScreen.web.tsx:118
13841384+msgid "Jobs"
13851385+msgstr "채용"
13861386+13871387+#: src/view/com/modals/Waitlist.tsx:67
13881388+msgid "Join the waitlist"
13891389+msgstr "대기자 명단 등록"
13901390+13911391+#: src/view/com/auth/create/Step2.tsx:86
13921392+#: src/view/com/auth/create/Step2.tsx:90
13931393+msgid "Join the waitlist."
13941394+msgstr "대기자 명단에 등록하세요."
13951395+13961396+#: src/view/com/modals/Waitlist.tsx:124
13971397+msgid "Join Waitlist"
13981398+msgstr "대기자 명단 등록"
13991399+14001400+#: src/view/com/composer/select-language/SelectLangBtn.tsx:104
14011401+msgid "Language selection"
14021402+msgstr "언어 선택"
14031403+14041404+#: src/view/screens/LanguageSettings.tsx:89
14051405+msgid "Language Settings"
14061406+msgstr "언어 설정"
14071407+14081408+#: src/view/screens/Settings.tsx:542
14091409+msgid "Languages"
14101410+msgstr "언어"
14111411+14121412+#: src/view/com/auth/create/StepHeader.tsx:14
14131413+msgid "Last step!"
14141414+msgstr "마지막 단계예요!"
14151415+14161416+#: src/view/com/util/moderation/ContentHider.tsx:101
14171417+msgid "Learn more"
14181418+msgstr "더 알아보기"
14191419+14201420+#: src/view/com/util/moderation/PostAlerts.tsx:47
14211421+#: src/view/com/util/moderation/ProfileHeaderAlerts.tsx:65
14221422+#: src/view/com/util/moderation/ScreenHider.tsx:104
14231423+msgid "Learn More"
14241424+msgstr "더 알아보기"
14251425+14261426+#: src/view/com/util/moderation/ContentHider.tsx:83
14271427+#: src/view/com/util/moderation/PostAlerts.tsx:40
14281428+#: src/view/com/util/moderation/PostHider.tsx:76
14291429+#: src/view/com/util/moderation/ProfileHeaderAlerts.tsx:49
14301430+#: src/view/com/util/moderation/ScreenHider.tsx:101
14311431+msgid "Learn more about this warning"
14321432+msgstr "이 경고에 대해 더 알아보기"
14331433+14341434+#: src/view/screens/Moderation.tsx:242
14351435+msgid "Learn more about what is public on Bluesky."
14361436+msgstr "Bluesky에서 공개되는 항목에 대해 자세히 알아보세요."
14371437+14381438+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:82
14391439+msgid "Leave them all unchecked to see any language."
14401440+msgstr "모든 언어를 보려면 모두 선택하지 않은 상태로 두세요."
14411441+14421442+#: src/view/com/modals/LinkWarning.tsx:49
14431443+msgid "Leaving Bluesky"
14441444+msgstr "Bluesky 떠나기"
14451445+14461446+#: src/view/screens/Settings.tsx:273
14471447+msgid "Legacy storage cleared, you need to restart the app now."
14481448+msgstr "레거시 스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다."
14491449+14501450+#: src/view/com/auth/login/Login.tsx:128
14511451+#: src/view/com/auth/login/Login.tsx:144
14521452+msgid "Let's get your password reset!"
14531453+msgstr "비밀번호를 재설정해 봅시다!"
14541454+14551455+#: src/view/com/util/UserAvatar.tsx:245
14561456+#: src/view/com/util/UserBanner.tsx:60
14571457+msgid "Library"
14581458+msgstr "라이브러리"
14591459+14601460+#: src/view/screens/Settings.tsx:446
14611461+msgid "Light"
14621462+msgstr "밝음"
14631463+14641464+#: src/view/screens/ProfileFeed.tsx:599
14651465+msgid "Like this feed"
14661466+msgstr "이 피드"
14671467+14681468+#: src/view/screens/PostLikedBy.tsx:27
14691469+#: src/view/screens/ProfileFeedLikedBy.tsx:27
14701470+msgid "Liked by"
14711471+msgstr "좋아요 표시한 계정"
14721472+14731473+#: src/view/com/notifications/FeedItem.tsx:171
14741474+msgid "liked your custom feed{0}"
14751475+msgstr "님이 내 맞춤 피드{0}을(를) 좋아합니다"
14761476+14771477+#: src/view/com/notifications/FeedItem.tsx:155
14781478+msgid "liked your post"
14791479+msgstr "님이 내 게시물을 좋아합니다"
14801480+14811481+#: src/view/screens/Profile.tsx:164
14821482+msgid "Likes"
14831483+msgstr "좋아요"
14841484+14851485+#: src/view/screens/Moderation.tsx:203
14861486+#~ msgid "Limit the visibility of my account"
14871487+#~ msgstr "내 계정 공개 범위 제한"
14881488+14891489+#: src/view/screens/Moderation.tsx:203
14901490+#~ msgid "Limit the visibility of my account to logged-out users"
14911491+#~ msgstr "내 계정의 공개 범위를 로그아웃한 사용자로 제한"
14921492+14931493+#: src/view/com/modals/CreateOrEditList.tsx:187
14941494+msgid "List Avatar"
14951495+msgstr "리스트 아바타"
14961496+14971497+#: src/view/screens/ProfileList.tsx:320
14981498+msgid "List blocked"
14991499+msgstr "리스트 차단됨"
15001500+15011501+#: src/view/screens/ProfileList.tsx:364
15021502+msgid "List deleted"
15031503+msgstr "리스트 삭제됨"
15041504+15051505+#: src/view/screens/ProfileList.tsx:279
15061506+msgid "List muted"
15071507+msgstr "리스트 뮤트됨"
15081508+15091509+#: src/view/com/modals/CreateOrEditList.tsx:200
15101510+msgid "List Name"
15111511+msgstr "리스트 이름"
15121512+15131513+#: src/view/screens/ProfileList.tsx:339
15141514+msgid "List unblocked"
15151515+msgstr "리스트 차단 해제됨"
15161516+15171517+#: src/view/screens/ProfileList.tsx:298
15181518+msgid "List unmuted"
15191519+msgstr "리스트 언뮤트됨"
15201520+15211521+#: src/view/screens/Profile.tsx:166
15221522+#: src/view/shell/desktop/LeftNav.tsx:379
15231523+#: src/view/shell/Drawer.tsx:490
15241524+#: src/view/shell/Drawer.tsx:491
15251525+msgid "Lists"
15261526+msgstr "리스트"
15271527+15281528+#: src/view/com/post-thread/PostThread.tsx:259
15291529+#: src/view/com/post-thread/PostThread.tsx:267
15301530+msgid "Load more posts"
15311531+msgstr "더 많은 게시물 불러오기"
15321532+15331533+#: src/view/screens/Notifications.tsx:148
15341534+msgid "Load new notifications"
15351535+msgstr "새 알림 불러오기"
15361536+15371537+#: src/view/com/feeds/FeedPage.tsx:189
15381538+#: src/view/screens/ProfileList.tsx:655
15391539+msgid "Load new posts"
15401540+msgstr "새 게시물 불러오기"
15411541+15421542+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:95
15431543+msgid "Loading..."
15441544+msgstr "불러오는 중…"
15451545+15461546+#: src/view/com/modals/ServerInput.tsx:50
15471547+msgid "Local dev server"
15481548+msgstr "로컬 개발 서버"
15491549+15501550+#: src/view/screens/Moderation.tsx:134
15511551+#~ msgid "Logged-out users"
15521552+#~ msgstr "로그아웃한 사용자"
15531553+15541554+#: src/view/screens/Moderation.tsx:136
15551555+msgid "Logged-out visibility"
15561556+msgstr "로그아웃 표시"
15571557+15581558+#: src/view/com/auth/login/ChooseAccountForm.tsx:133
15591559+msgid "Login to account that is not listed"
15601560+msgstr "목록에 없는 계정으로 로그인"
15611561+15621562+#: src/view/screens/ProfileFeed.tsx:472
15631563+#~ msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!"
15641564+#~ msgstr "이 피드는 Bluesky 계정이 있는 사용자만 이용할 수 있는 것 같습니다. 이 피드를 보려면 가입하거나 로그인하세요!"
15651565+15661566+#: src/view/com/modals/LinkWarning.tsx:63
15671567+msgid "Make sure this is where you intend to go!"
15681568+msgstr "이곳이 당신이 가고자 하는 곳인지 확인하세요!"
15691569+15701570+#: src/view/screens/Profile.tsx:163
15711571+msgid "Media"
15721572+msgstr "미디어"
15731573+15741574+#: src/view/com/threadgate/WhoCanReply.tsx:139
15751575+msgid "mentioned users"
15761576+msgstr "멘션한 사용자"
15771577+15781578+#: src/view/com/modals/Threadgate.tsx:93
15791579+msgid "Mentioned users"
15801580+msgstr "멘션한 사용자"
15811581+15821582+#: src/view/screens/Search/Search.tsx:537
15831583+msgid "Menu"
15841584+msgstr "메뉴"
15851585+15861586+#: src/view/com/posts/FeedErrorMessage.tsx:194
15871587+msgid "Message from server"
15881588+msgstr "서버에서 보낸 메시지"
15891589+15901590+#: src/view/com/modals/CreateOrEditList.tsx:68
15911591+#: src/view/screens/Moderation.tsx:64
15921592+#: src/view/screens/Settings.tsx:564
15931593+#: src/view/shell/desktop/LeftNav.tsx:397
15941594+#: src/view/shell/Drawer.tsx:509
15951595+#: src/view/shell/Drawer.tsx:510
15961596+msgid "Moderation"
15971597+msgstr "검토"
15981598+15991599+#: src/view/screens/Moderation.tsx:95
16001600+msgid "Moderation lists"
16011601+msgstr "검토 리스트"
16021602+16031603+#: src/view/screens/ModerationModlists.tsx:58
16041604+msgid "Moderation Lists"
16051605+msgstr "검토 리스트"
16061606+16071607+#: src/view/shell/desktop/Feeds.tsx:53
16081608+msgid "More feeds"
16091609+msgstr "피드 더 보기"
16101610+16111611+#: src/view/com/profile/ProfileHeader.tsx:552
16121612+#: src/view/screens/ProfileFeed.tsx:371
16131613+#: src/view/screens/ProfileList.tsx:592
16141614+msgid "More options"
16151615+msgstr "옵션 더 보기"
16161616+16171617+#: src/view/com/util/forms/PostDropdownBtn.tsx:158
16181618+#~ msgid "More post options"
16191619+#~ msgstr "게시물 옵션 더 보기"
16201620+16211621+#: src/view/screens/PreferencesThreads.tsx:82
16221622+msgid "Most-liked replies first"
16231623+msgstr "좋아요 많은 순"
16241624+16251625+#: src/view/com/profile/ProfileHeader.tsx:374
16261626+msgid "Mute Account"
16271627+msgstr "계정 뮤트"
16281628+16291629+#: src/view/screens/ProfileList.tsx:519
16301630+msgid "Mute accounts"
16311631+msgstr "계정 뮤트"
16321632+16331633+#: src/view/screens/ProfileList.tsx:466
16341634+msgid "Mute list"
16351635+msgstr "리스트 뮤트"
16361636+16371637+#: src/view/screens/ProfileList.tsx:271
16381638+msgid "Mute these accounts?"
16391639+msgstr "이 계정들을 뮤트하시겠습니까?"
16401640+16411641+#: src/view/com/util/forms/PostDropdownBtn.tsx:159
16421642+msgid "Mute thread"
16431643+msgstr "스레드 뮤트"
16441644+16451645+#: src/view/screens/Moderation.tsx:109
16461646+msgid "Muted accounts"
16471647+msgstr "뮤트한 계정"
16481648+16491649+#: src/view/screens/ModerationMutedAccounts.tsx:107
16501650+msgid "Muted Accounts"
16511651+msgstr "뮤트한 계정"
16521652+16531653+#: src/view/screens/ModerationMutedAccounts.tsx:115
16541654+msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
16551655+msgstr "계정을 뮤트하면 피드와 알림에서 해당 계정의 게시물이 사라집니다. 뮤트 목록은 완전히 비공개로 유지됩니다."
16561656+16571657+#: src/view/screens/ProfileList.tsx:273
16581658+msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them."
16591659+msgstr "뮤트 목록은 비공개입니다. 뮤트한 계정은 나와 상호작용할 수 있지만 해당 계정의 게시물을 보거나 해당 계정으로부터 알림을 받을 수 없습니다."
16601660+16611661+#: src/view/screens/Moderation.tsx:134
16621662+#~ msgid "My Account"
16631663+#~ msgstr "내 계정"
16641664+16651665+#: src/view/com/modals/BirthDateSettings.tsx:56
16661666+msgid "My Birthday"
16671667+msgstr "내 생년월일"
16681668+16691669+#: src/view/screens/Feeds.tsx:363
16701670+msgid "My Feeds"
16711671+msgstr "내 피드"
16721672+16731673+#: src/view/shell/desktop/LeftNav.tsx:65
16741674+msgid "My Profile"
16751675+msgstr "내 프로필"
16761676+16771677+#: src/view/screens/Settings.tsx:521
16781678+msgid "My Saved Feeds"
16791679+msgstr "내 저장된 피드"
16801680+16811681+#: src/view/com/modals/AddAppPasswords.tsx:181
16821682+#: src/view/com/modals/CreateOrEditList.tsx:212
16831683+msgid "Name"
16841684+msgstr "이름"
16851685+16861686+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:74
16871687+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:72
16881688+msgid "Never lose access to your followers and data."
16891689+msgstr "팔로워와 데이터에 대한 접근 권한을 잃지 않습니다."
16901690+16911691+#: src/view/com/modals/ChangeHandle.tsx:518
16921692+msgid "Nevermind, create a handle for me"
16931693+msgstr "취소하고 나만의 핸들 만들기"
16941694+16951695+#: src/view/com/modals/CreateOrEditList.tsx:178
16961696+#: src/view/screens/Lists.tsx:76
16971697+#: src/view/screens/ModerationModlists.tsx:78
16981698+msgid "New"
16991699+msgstr "신규"
17001700+17011701+#: src/view/com/feeds/FeedPage.tsx:200
17021702+#: src/view/screens/Feeds.tsx:507
17031703+#: src/view/screens/Profile.tsx:354
17041704+#: src/view/screens/ProfileFeed.tsx:441
17051705+#: src/view/screens/ProfileList.tsx:194
17061706+#: src/view/screens/ProfileList.tsx:222
17071707+#: src/view/shell/desktop/LeftNav.tsx:248
17081708+msgid "New post"
17091709+msgstr "새 게시물"
17101710+17111711+#: src/view/shell/desktop/LeftNav.tsx:258
17121712+msgid "New Post"
17131713+msgstr "새 게시물"
17141714+17151715+#: src/view/screens/PreferencesThreads.tsx:79
17161716+msgid "Newest replies first"
17171717+msgstr "새로운 순"
17181718+17191719+#: src/view/com/auth/create/CreateAccount.tsx:154
17201720+#: src/view/com/auth/login/ForgotPasswordForm.tsx:174
17211721+#: src/view/com/auth/login/ForgotPasswordForm.tsx:184
17221722+#: src/view/com/auth/login/LoginForm.tsx:282
17231723+#: src/view/com/auth/login/SetNewPasswordForm.tsx:156
17241724+#: src/view/com/auth/login/SetNewPasswordForm.tsx:166
17251725+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:79
17261726+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:105
17271727+msgid "Next"
17281728+msgstr "다음"
17291729+17301730+#: src/view/com/lightbox/Lightbox.web.tsx:142
17311731+msgid "Next image"
17321732+msgstr "다음 이미지"
17331733+17341734+#: src/view/screens/PreferencesHomeFeed.tsx:123
17351735+#: src/view/screens/PreferencesHomeFeed.tsx:194
17361736+#: src/view/screens/PreferencesHomeFeed.tsx:229
17371737+#: src/view/screens/PreferencesHomeFeed.tsx:266
17381738+#: src/view/screens/PreferencesThreads.tsx:106
17391739+#: src/view/screens/PreferencesThreads.tsx:129
17401740+msgid "No"
17411741+msgstr "아니요"
17421742+17431743+#: src/view/screens/ProfileFeed.tsx:592
17441744+#: src/view/screens/ProfileList.tsx:729
17451745+msgid "No description"
17461746+msgstr "설명 없음"
17471747+17481748+#: src/view/com/modals/ChangeHandle.tsx:404
17491749+msgid "No DNS Panel"
17501750+msgstr "DNS 패널 없음"
17511751+17521752+#: src/view/com/profile/ProfileHeader.tsx:217
17531753+msgid "No longer following {0}"
17541754+msgstr "더 이상 {0}(을)를 팔로우하지 않음"
17551755+17561756+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:97
17571757+msgid "No result"
17581758+msgstr "결과 없음"
17591759+17601760+#: src/view/screens/Feeds.tsx:452
17611761+msgid "No results found for \"{query}\""
17621762+msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다."
17631763+17641764+#: src/view/com/modals/ListAddUser.tsx:142
17651765+#: src/view/shell/desktop/Search.tsx:112
17661766+#~ msgid "No results found for {0}"
17671767+#~ msgstr "{0}에 대한 결과를 찾을 수 없습니다."
17681768+17691769+#: src/view/com/modals/ListAddRemoveUsers.tsx:127
17701770+#: src/view/screens/Search/Search.tsx:270
17711771+#: src/view/screens/Search/Search.tsx:298
17721772+#: src/view/screens/Search/Search.tsx:629
17731773+#: src/view/shell/desktop/Search.tsx:210
17741774+msgid "No results found for {query}"
17751775+msgstr "{query}에 대한 결과를 찾을 수 없습니다."
17761776+17771777+#: src/view/com/modals/Threadgate.tsx:82
17781778+msgid "Nobody"
17791779+msgstr "없음"
17801780+17811781+#: src/view/com/modals/SelfLabel.tsx:136
17821782+#~ msgid "Not Applicable"
17831783+#~ msgstr "해당 없음"
17841784+17851785+#: src/view/com/modals/SelfLabel.tsx:135
17861786+msgid "Not Applicable."
17871787+msgstr "해당 없음."
17881788+17891789+#: src/view/screens/Moderation.tsx:227
17901790+#~ msgid "Note: Bluesky is an open and public network, and enabling this will not make your profile private or limit the ability of logged in users to see your posts. This setting only limits the visibility of posts on the Bluesky app and website; third-party apps that display Bluesky content may not respect this setting, and could show your content to logged-out users."
17911791+#~ msgstr "참고: Bluesky는 개방형 공개 네트워크이므로 이 설정을 사용 설정해도 내 프로필이 비공개로 전환되거나 로그인한 사용자가 내 게시물을 볼 수 있는 기능이 제한되지 않습니다. 이 설정은 Bluesky 앱과 웹사이트의 게시물 공개 여부만 제한하며, Bluesky 콘텐츠를 표시하는 타사 앱은 이 설정을 준수하지 않을 수 있으며, 로그아웃한 사용자에게 내 콘텐츠가 표시될 수 있습니다."
17921792+17931793+#: src/view/screens/Moderation.tsx:232
17941794+msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
17951795+msgstr "참고: Bluesky는 개방형 공개 네트워크입니다. 이 설정은 Bluesky 앱과 웹사이트에서만 내 콘텐츠가 표시되는 것을 제한하며, 다른 앱에서는 이 설정을 준수하지 않을 수 있습니다. 다른 앱과 웹사이트에서는 로그아웃한 사용자에게 내 콘텐츠가 계속 표시될 수 있습니다."
17961796+17971797+#: src/view/screens/Moderation.tsx:227
17981798+#~ msgid "Note: Third-party apps that display Bluesky content may not respect this setting."
17991799+#~ msgstr "참고: Bluesky 콘텐츠를 표시하는 타사 앱은 이 설정을 준수하지 않을 수 있습니다."
18001800+18011801+#: src/view/screens/Notifications.tsx:113
18021802+#: src/view/screens/Notifications.tsx:137
18031803+#: src/view/shell/bottom-bar/BottomBar.tsx:205
18041804+#: src/view/shell/desktop/LeftNav.tsx:361
18051805+#: src/view/shell/Drawer.tsx:435
18061806+#: src/view/shell/Drawer.tsx:436
18071807+msgid "Notifications"
18081808+msgstr "알림"
18091809+18101810+#: src/lib/strings/time.ts:20
18111811+msgid "now"
18121812+msgstr "지금"
18131813+18141814+#: src/view/com/util/ErrorBoundary.tsx:34
18151815+msgid "Oh no!"
18161816+msgstr "안 돼!"
18171817+18181818+#: src/view/com/auth/login/PasswordUpdatedForm.tsx:41
18191819+msgid "Okay"
18201820+msgstr "확인"
18211821+18221822+#: src/view/screens/PreferencesThreads.tsx:78
18231823+msgid "Oldest replies first"
18241824+msgstr "오래된 순"
18251825+18261826+#: src/view/screens/Settings.tsx:229
18271827+msgid "Onboarding reset"
18281828+msgstr "온보딩 재설정"
18291829+18301830+#: src/view/com/composer/Composer.tsx:360
18311831+msgid "One or more images is missing alt text."
18321832+msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다."
18331833+18341834+#: src/view/com/threadgate/WhoCanReply.tsx:100
18351835+msgid "Only {0} can reply."
18361836+msgstr "{0}만 답글을 달 수 있습니다."
18371837+18381838+#: src/view/com/pager/FeedsTabBarMobile.tsx:76
18391839+msgid "Open navigation"
18401840+msgstr "내비게이션을 엽니다"
18411841+18421842+#: src/view/screens/Settings.tsx:534
18431843+msgid "Opens configurable language settings"
18441844+msgstr "구성 가능한 언어 설정을 엽니다"
18451845+18461846+#: src/view/shell/desktop/RightNav.tsx:156
18471847+#: src/view/shell/Drawer.tsx:641
18481848+msgid "Opens list of invite codes"
18491849+msgstr "초대 코드 목록 열기"
18501850+18511851+#: src/view/com/modals/ChangeHandle.tsx:279
18521852+msgid "Opens modal for using custom domain"
18531853+msgstr "사용자 지정 도메인을 사용하기 위한 대화 상자를 엽니다"
18541854+18551855+#: src/view/screens/Settings.tsx:559
18561856+msgid "Opens moderation settings"
18571857+msgstr "검토 설정을 엽니다"
18581858+18591859+#: src/view/screens/Settings.tsx:515
18601860+msgid "Opens screen with all saved feeds"
18611861+msgstr "모든 저장된 피드 화면을 엽니다"
18621862+18631863+#: src/view/screens/Settings.tsx:582
18641864+msgid "Opens the app password settings page"
18651865+msgstr "비밀번호 설정 페이지를 엽니다"
18661866+18671867+#: src/view/screens/Settings.tsx:474
18681868+msgid "Opens the home feed preferences"
18691869+msgstr "홈 피드 설정을 엽니다"
18701870+18711871+#: src/view/screens/Settings.tsx:665
18721872+msgid "Opens the storybook page"
18731873+msgstr "스토리북 페이지를 엽니다"
18741874+18751875+#: src/view/screens/Settings.tsx:645
18761876+msgid "Opens the system log page"
18771877+msgstr "시스템 로그 페이지를 엽니다"
18781878+18791879+#: src/view/screens/Settings.tsx:495
18801880+msgid "Opens the threads preferences"
18811881+msgstr "스레드 설정을 엽니다"
18821882+18831883+#: src/view/com/modals/Threadgate.tsx:89
18841884+msgid "Or combine these options:"
18851885+msgstr "또는 다음 옵션을 결합하세요:"
18861886+18871887+#: src/view/com/auth/create/Step1.tsx:67
18881888+msgid "Other"
18891889+msgstr "기타"
18901890+18911891+#: src/view/com/auth/login/ChooseAccountForm.tsx:138
18921892+msgid "Other account"
18931893+msgstr "다른 계정"
18941894+18951895+#: src/state/queries/preferences/moderation.ts:99
18961896+msgid "Other Nudity"
18971897+msgstr "기타 신체 노출"
18981898+18991899+#: src/view/com/modals/ServerInput.tsx:88
19001900+msgid "Other service"
19011901+msgstr "다른 서비스"
19021902+19031903+#: src/view/com/composer/select-language/SelectLangBtn.tsx:91
19041904+msgid "Other..."
19051905+msgstr "기타…"
19061906+19071907+#: src/view/screens/NotFound.tsx:42
19081908+#: src/view/screens/NotFound.tsx:45
19091909+msgid "Page not found"
19101910+msgstr "페이지를 찾을 수 없음"
19111911+19121912+#: src/view/com/auth/create/Step2.tsx:122
19131913+#: src/view/com/auth/create/Step2.tsx:132
19141914+#: src/view/com/auth/login/LoginForm.tsx:217
19151915+#: src/view/com/auth/login/SetNewPasswordForm.tsx:130
19161916+#: src/view/com/modals/DeleteAccount.tsx:193
19171917+msgid "Password"
19181918+msgstr "비밀번호"
19191919+19201920+#: src/view/com/auth/login/Login.tsx:157
19211921+msgid "Password updated"
19221922+msgstr "비밀번호 변경됨"
19231923+19241924+#: src/view/com/auth/login/PasswordUpdatedForm.tsx:28
19251925+msgid "Password updated!"
19261926+msgstr "비밀번호 변경됨"
19271927+19281928+#: src/view/com/lightbox/Lightbox.tsx:66
19291929+msgid "Permission to access camera roll is required."
19301930+msgstr "앨범에 접근할 수 있는 권한이 필요합니다."
19311931+19321932+#: src/view/com/lightbox/Lightbox.tsx:72
19331933+msgid "Permission to access camera roll was denied. Please enable it in your system settings."
19341934+msgstr "앨범에 접근할 수 있는 권한이 거부되었습니다. 시스템 설정에서 활성화하세요."
19351935+19361936+#: src/view/com/modals/SelfLabel.tsx:121
19371937+msgid "Pictures meant for adults."
19381938+msgstr "성인용 사진."
19391939+19401940+#: src/view/screens/ProfileFeed.tsx:362
19411941+#: src/view/screens/ProfileList.tsx:556
19421942+msgid "Pin to home"
19431943+msgstr "홈에 고정"
19441944+19451945+#: src/view/screens/SavedFeeds.tsx:88
19461946+msgid "Pinned Feeds"
19471947+msgstr "고정된 피드"
19481948+19491949+#: src/view/com/auth/create/state.ts:116
19501950+msgid "Please choose your handle."
19511951+msgstr "핸들을 입력하세요."
19521952+19531953+#: src/view/com/auth/create/state.ts:109
19541954+msgid "Please choose your password."
19551955+msgstr "비밀번호를 입력하세요."
19561956+19571957+#: src/view/com/modals/ChangeEmail.tsx:67
19581958+msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed."
19591959+msgstr "이메일을 변경하기 전에 이메일을 확인해 주세요. 이는 이메일 변경 도구가 추가되는 동안 일시적으로 요구되는 사항이며 곧 제거될 예정입니다."
19601960+19611961+#: src/view/com/modals/AddAppPasswords.tsx:89
19621962+msgid "Please enter a name for your app password. All spaces is not allowed."
19631963+msgstr "앱 비밀번호의 이름을 입력하세요. 모든 공백은 허용되지 않습니다."
19641964+19651965+#: src/view/com/modals/AddAppPasswords.tsx:144
19661966+msgid "Please enter a unique name for this App Password or use our randomly generated one."
19671967+msgstr "이 앱 비밀번호에 대해 고유한 이름을 입력하거나 무작위로 생성된 이름을 사용하세요."
19681968+19691969+#: src/view/com/auth/create/state.ts:95
19701970+msgid "Please enter your email."
19711971+msgstr "이메일을 입력하세요."
19721972+19731973+#: src/view/com/modals/DeleteAccount.tsx:182
19741974+msgid "Please enter your password as well:"
19751975+msgstr "비밀번호도 입력해 주세요:"
19761976+19771977+#: src/lib/hooks/useAccountSwitcher.ts:42
19781978+msgid "Please sign in as @{0}"
19791979+msgstr "@{0}(으)로 로그인하세요."
19801980+19811981+#: src/view/com/modals/AppealLabel.tsx:72
19821982+#: src/view/com/modals/AppealLabel.tsx:75
19831983+msgid "Please tell us why you think this content warning was incorrectly applied!"
19841984+msgstr "이 콘텐츠 경고가 잘못 적용되었다고 생각하는 이유를 알려주세요!"
19851985+19861986+#: src/view/com/modals/AppealLabel.tsx:72
19871987+#: src/view/com/modals/AppealLabel.tsx:75
19881988+#~ msgid "Please tell us why you think this decision was incorrect."
19891989+#~ msgstr "이 결정이 잘못되었다고 생각하는 이유를 알려주세요."
19901990+19911991+#: src/view/com/composer/Composer.tsx:214
19921992+msgid "Please wait for your link card to finish loading"
19931993+msgstr "링크 카드를 완전히 불러올 때까지 기다려주세요."
19941994+19951995+#: src/view/com/post-thread/PostThread.tsx:225
19961996+#: src/view/screens/PostThread.tsx:80
19971997+msgid "Post"
19981998+msgstr "게시물"
19991999+20002000+#: src/view/com/composer/Composer.tsx:336
20012001+#: src/view/com/composer/Composer.tsx:343
20022002+msgid "Post (verb)"
20032003+msgstr "게시하기"
20042004+20052005+#: src/view/com/util/forms/PostDropdownBtn.tsx:74
20062006+msgid "Post deleted"
20072007+msgstr "게시물 삭제됨"
20082008+20092009+#: src/view/com/post-thread/PostThread.tsx:378
20102010+msgid "Post hidden"
20112011+msgstr "게시물 숨김"
20122012+20132013+#: src/view/com/composer/select-language/SelectLangBtn.tsx:87
20142014+msgid "Post language"
20152015+msgstr "게시물 언어"
20162016+20172017+#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:75
20182018+msgid "Post Languages"
20192019+msgstr "게시물 언어"
20202020+20212021+#: src/view/com/post-thread/PostThread.tsx:430
20222022+msgid "Post not found"
20232023+msgstr "게시물을 찾을 수 없음"
20242024+20252025+#: src/view/screens/Profile.tsx:161
20262026+msgid "Posts"
20272027+msgstr "게시물"
20282028+20292029+#: src/view/com/modals/LinkWarning.tsx:44
20302030+msgid "Potentially Misleading Link"
20312031+msgstr "오해의 소지가 있는 링크"
20322032+20332033+#: src/view/com/lightbox/Lightbox.web.tsx:128
20342034+msgid "Previous image"
20352035+msgstr "이전 이미지"
20362036+20372037+#: src/view/screens/LanguageSettings.tsx:187
20382038+msgid "Primary Language"
20392039+msgstr "주 언어"
20402040+20412041+#: src/view/screens/PreferencesThreads.tsx:97
20422042+msgid "Prioritize Your Follows"
20432043+msgstr "내 팔로우 우선시키기"
20442044+20452045+#: src/view/shell/desktop/RightNav.tsx:84
20462046+msgid "Privacy"
20472047+msgstr "개인정보"
20482048+20492049+#: src/view/com/auth/create/Policies.tsx:69
20502050+#: src/view/screens/PrivacyPolicy.tsx:29
20512051+#: src/view/screens/Settings.tsx:751
20522052+#: src/view/shell/Drawer.tsx:262
20532053+msgid "Privacy Policy"
20542054+msgstr "개인정보 처리방침"
20552055+20562056+#: src/view/com/auth/login/ForgotPasswordForm.tsx:190
20572057+msgid "Processing..."
20582058+msgstr "처리 중…"
20592059+20602060+#: src/view/shell/bottom-bar/BottomBar.tsx:247
20612061+#: src/view/shell/desktop/LeftNav.tsx:415
20622062+#: src/view/shell/Drawer.tsx:70
20632063+#: src/view/shell/Drawer.tsx:544
20642064+#: src/view/shell/Drawer.tsx:545
20652065+msgid "Profile"
20662066+msgstr "프로필"
20672067+20682068+#: src/view/com/modals/EditProfile.tsx:128
20692069+msgid "Profile updated"
20702070+msgstr "프로필 업데이트됨"
20712071+20722072+#: src/view/screens/Settings.tsx:809
20732073+msgid "Protect your account by verifying your email."
20742074+msgstr "이메일을 인증하여 계정을 보호하세요."
20752075+20762076+#: src/view/screens/ModerationModlists.tsx:61
20772077+msgid "Public, shareable lists of users to mute or block in bulk."
20782078+msgstr "음소거하거나 일괄 차단할 수 있는 공개적이고 공유할 수 있는 사용자 목록입니다."
20792079+20802080+#: src/view/screens/Lists.tsx:61
20812081+msgid "Public, shareable lists which can drive feeds."
20822082+msgstr "피드를 탐색할 수 있는 공개적이고 공유할 수 있는 목록입니다."
20832083+20842084+#: src/view/com/composer/Composer.tsx:324
20852085+msgid "Publish post"
20862086+msgstr "게시물 게시하기"
20872087+20882088+#: src/view/com/composer/Composer.tsx:324
20892089+msgid "Publish reply"
20902090+msgstr "답글 게시하기"
20912091+20922092+#: src/view/com/modals/Repost.tsx:52
20932093+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:58
20942094+msgid "Quote post"
20952095+msgstr "게시물 인용"
20962096+20972097+#: src/view/com/modals/Repost.tsx:56
20982098+msgid "Quote Post"
20992099+msgstr "게시물 인용"
21002100+21012101+#: src/view/screens/PreferencesThreads.tsx:86
21022102+msgid "Random (aka \"Poster's Roulette\")"
21032103+msgstr "무작위"
21042104+21052105+#: src/view/com/modals/EditImage.tsx:236
21062106+msgid "Ratios"
21072107+msgstr "비율"
21082108+21092109+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:73
21102110+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:50
21112111+#~ msgid "Recommended"
21122112+#~ msgstr "추천"
21132113+21142114+#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:116
21152115+msgid "Recommended Feeds"
21162116+msgstr "추천 피드"
21172117+21182118+#: src/view/com/auth/onboarding/RecommendedFollows.tsx:180
21192119+msgid "Recommended Users"
21202120+msgstr "추천 사용자"
21212121+21222122+#: src/view/com/modals/ListAddRemoveUsers.tsx:264
21232123+#: src/view/com/modals/SelfLabel.tsx:83
21242124+#: src/view/com/modals/UserAddRemoveLists.tsx:193
21252125+#: src/view/com/util/UserAvatar.tsx:282
21262126+#: src/view/com/util/UserBanner.tsx:89
21272127+msgid "Remove"
21282128+msgstr "제거"
21292129+21302130+#: src/view/com/feeds/FeedSourceCard.tsx:106
21312131+msgid "Remove {0} from my feeds?"
21322132+msgstr "{0}을(를) 내 피드에서 제거하시겠습니까?"
21332133+21342134+#: src/view/com/util/AccountDropdownBtn.tsx:22
21352135+msgid "Remove account"
21362136+msgstr "계정 제거"
21372137+21382138+#: src/view/com/posts/FeedErrorMessage.tsx:130
21392139+msgid "Remove feed"
21402140+msgstr "피드 제거"
21412141+21422142+#: src/view/com/feeds/FeedSourceCard.tsx:105
21432143+#: src/view/com/feeds/FeedSourceCard.tsx:172
21442144+#: src/view/screens/ProfileFeed.tsx:281
21452145+msgid "Remove from my feeds"
21462146+msgstr "내 피드에서 제거"
21472147+21482148+#: src/view/com/composer/photos/Gallery.tsx:167
21492149+msgid "Remove image"
21502150+msgstr "이미지 제거"
21512151+21522152+#: src/view/com/composer/ExternalEmbed.tsx:70
21532153+msgid "Remove image preview"
21542154+msgstr "이미지 미리보기 제거"
21552155+21562156+#: src/view/com/feeds/FeedSourceCard.tsx:173
21572157+msgid "Remove this feed from my feeds?"
21582158+msgstr "이 피드를 내 피드에서 제거하시겠습니까?"
21592159+21602160+#: src/view/com/posts/FeedErrorMessage.tsx:131
21612161+msgid "Remove this feed from your saved feeds?"
21622162+msgstr "이 피드를 저장된 피드에서 제거하시겠습니까?"
21632163+21642164+#: src/view/com/modals/ListAddRemoveUsers.tsx:199
21652165+#: src/view/com/modals/UserAddRemoveLists.tsx:136
21662166+msgid "Removed from list"
21672167+msgstr "리스트에서 제거됨"
21682168+21692169+#: src/view/com/feeds/FeedSourceCard.tsx:111
21702170+#: src/view/com/feeds/FeedSourceCard.tsx:178
21712171+msgid "Removed from my feeds"
21722172+msgstr "내 피드에서 제거됨"
21732173+21742174+#: src/view/screens/Profile.tsx:162
21752175+msgid "Replies"
21762176+msgstr "답글"
21772177+21782178+#: src/view/com/threadgate/WhoCanReply.tsx:98
21792179+msgid "Replies to this thread are disabled"
21802180+msgstr "이 스레드에 대한 답글이 비활성화됩니다."
21812181+21822182+#: src/view/com/composer/Composer.tsx:336
21832183+msgid "Reply"
21842184+msgstr "답글"
21852185+21862186+#: src/view/screens/PreferencesHomeFeed.tsx:138
21872187+msgid "Reply Filters"
21882188+msgstr "답글 필터"
21892189+21902190+#: src/view/com/modals/report/Modal.tsx:169
21912191+msgid "Report {collectionName}"
21922192+msgstr "{collectionName} 신고"
21932193+21942194+#: src/view/com/profile/ProfileHeader.tsx:408
21952195+msgid "Report Account"
21962196+msgstr "계정 신고"
21972197+21982198+#: src/view/screens/ProfileFeed.tsx:301
21992199+msgid "Report feed"
22002200+msgstr "피드 신고"
22012201+22022202+#: src/view/screens/ProfileList.tsx:434
22032203+msgid "Report List"
22042204+msgstr "리스트 신고"
22052205+22062206+#: src/view/com/modals/report/SendReportButton.tsx:37
22072207+#: src/view/com/util/forms/PostDropdownBtn.tsx:198
22082208+msgid "Report post"
22092209+msgstr "포스트 신고"
22102210+22112211+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:48
22122212+msgid "Repost"
22132213+msgstr "재게시"
22142214+22152215+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:94
22162216+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:105
22172217+msgid "Repost or quote post"
22182218+msgstr "재게시 또는 게시물 인용"
22192219+22202220+#: src/view/screens/PostRepostedBy.tsx:27
22212221+msgid "Reposted by"
22222222+msgstr "재게시한 계정"
22232223+22242224+#: src/view/com/posts/FeedItem.tsx:203
22252225+msgid "Reposted by {0}"
22262226+msgstr "{0} 님이 재게시함"
22272227+22282228+#: src/view/com/posts/FeedItem.tsx:220
22292229+msgid "Reposted by <0/>"
22302230+msgstr "<0/> 님이 재게시함"
22312231+22322232+#: src/view/com/notifications/FeedItem.tsx:162
22332233+msgid "reposted your post"
22342234+msgstr "님이 내 게시물을 재게시했습니다"
22352235+22362236+#: src/view/com/modals/ChangeEmail.tsx:181
22372237+#: src/view/com/modals/ChangeEmail.tsx:183
22382238+msgid "Request Change"
22392239+msgstr "변경 요청"
22402240+22412241+#: src/view/screens/Moderation.tsx:188
22422242+#~ msgid "Request to limit the visibility of my account"
22432243+#~ msgstr "내 계정의 공개 범위 제한 요청하기"
22442244+22452245+#: src/view/screens/Settings.tsx:423
22462246+msgid "Require alt text before posting"
22472247+msgstr "게시하기 전 대체 텍스트 필수"
22482248+22492249+#: src/view/com/auth/create/Step2.tsx:68
22502250+msgid "Required for this provider"
22512251+msgstr "이 제공자에서 필수"
22522252+22532253+#: src/view/com/auth/login/SetNewPasswordForm.tsx:108
22542254+msgid "Reset code"
22552255+msgstr "코드 재설정"
22562256+22572257+#: src/view/screens/Settings.tsx:687
22582258+msgid "Reset onboarding state"
22592259+msgstr "온보딩 상태 재설정"
22602260+22612261+#: src/view/com/auth/login/ForgotPasswordForm.tsx:98
22622262+msgid "Reset password"
22632263+msgstr "비밀번호 재설정"
22642264+22652265+#: src/view/screens/Settings.tsx:677
22662266+msgid "Reset preferences state"
22672267+msgstr "설정 상태 재설정"
22682268+22692269+#: src/view/screens/Settings.tsx:685
22702270+msgid "Resets the onboarding state"
22712271+msgstr "온보딩 상태 재설정"
22722272+22732273+#: src/view/screens/Settings.tsx:675
22742274+msgid "Resets the preferences state"
22752275+msgstr "설정 상태 재설정"
22762276+22772277+#: src/view/com/auth/create/CreateAccount.tsx:163
22782278+#: src/view/com/auth/create/CreateAccount.tsx:167
22792279+#: src/view/com/auth/login/LoginForm.tsx:259
22802280+#: src/view/com/auth/login/LoginForm.tsx:262
22812281+#: src/view/com/util/error/ErrorMessage.tsx:55
22822282+#: src/view/com/util/error/ErrorScreen.tsx:65
22832283+msgid "Retry"
22842284+msgstr "다시 시도"
22852285+22862286+#: src/view/com/modals/ChangeHandle.tsx:169
22872287+#~ msgid "Retry change handle"
22882288+#~ msgstr "핸들 변경 다시 시도"
22892289+22902290+#: src/view/com/modals/AltImage.tsx:115
22912291+#: src/view/com/modals/BirthDateSettings.tsx:94
22922292+#: src/view/com/modals/BirthDateSettings.tsx:97
22932293+#: src/view/com/modals/ChangeHandle.tsx:173
22942294+#: src/view/com/modals/CreateOrEditList.tsx:250
22952295+#: src/view/com/modals/CreateOrEditList.tsx:258
22962296+#: src/view/com/modals/EditProfile.tsx:224
22972297+#: src/view/screens/ProfileFeed.tsx:354
22982298+msgid "Save"
22992299+msgstr "저장"
23002300+23012301+#: src/view/com/modals/AltImage.tsx:106
23022302+msgid "Save alt text"
23032303+msgstr "대체 텍스트 저장"
23042304+23052305+#: src/view/com/modals/UserAddRemoveLists.tsx:212
23062306+#~ msgid "Save changes"
23072307+#~ msgstr "변경 사항 저장"
23082308+23092309+#: src/view/com/modals/EditProfile.tsx:232
23102310+msgid "Save Changes"
23112311+msgstr "변경 사항 저장"
23122312+23132313+#: src/view/com/modals/ChangeHandle.tsx:170
23142314+msgid "Save handle change"
23152315+msgstr "핸들 변경 저장"
23162316+23172317+#: src/view/com/modals/crop-image/CropImage.web.tsx:144
23182318+msgid "Save image crop"
23192319+msgstr "이미지 자르기 저장"
23202320+23212321+#: src/view/screens/SavedFeeds.tsx:122
23222322+msgid "Saved Feeds"
23232323+msgstr "저장된 피드"
23242324+23252325+#: src/view/com/lightbox/Lightbox.tsx:81
23262326+msgid "Saved to your camera roll."
23272327+msgstr "내 앨범에 저장됨"
23282328+23292329+#: src/view/com/modals/ListAddRemoveUsers.tsx:75
23302330+#: src/view/com/util/forms/SearchInput.tsx:53
23312331+#: src/view/com/util/forms/SearchInput.tsx:65
23322332+#: src/view/screens/Search/Search.tsx:406
23332333+#: src/view/screens/Search/Search.tsx:559
23342334+#: src/view/screens/Search/Search.tsx:572
23352335+#: src/view/shell/bottom-bar/BottomBar.tsx:159
23362336+#: src/view/shell/desktop/LeftNav.tsx:324
23372337+#: src/view/shell/desktop/Search.tsx:161
23382338+#: src/view/shell/desktop/Search.tsx:170
23392339+#: src/view/shell/Drawer.tsx:362
23402340+#: src/view/shell/Drawer.tsx:363
23412341+msgid "Search"
23422342+msgstr "검색"
23432343+23442344+#: src/view/screens/Search/Search.tsx:390
23452345+#~ msgid "Search for posts and users."
23462346+#~ msgstr "게시물 및 사용자를 검색합니다."
23472347+23482348+#: src/view/com/auth/LoggedOut.tsx:104
23492349+#: src/view/com/auth/LoggedOut.tsx:105
23502350+#: src/view/com/modals/ListAddRemoveUsers.tsx:70
23512351+msgid "Search for users"
23522352+msgstr "사용자 검색하기"
23532353+23542354+#: src/view/com/modals/ChangeEmail.tsx:110
23552355+msgid "Security Step Required"
23562356+msgstr "보안 단계 필요"
23572357+23582358+#: src/view/screens/SavedFeeds.tsx:163
23592359+msgid "See this guide"
23602360+msgstr "이 가이드"
23612361+23622362+#: src/view/com/auth/HomeLoggedOutCTA.tsx:39
23632363+msgid "See what's next"
23642364+msgstr "See what's next"
23652365+23662366+#: src/view/com/modals/ServerInput.tsx:75
23672367+msgid "Select Bluesky Social"
23682368+msgstr "Bluesky Social 선택"
23692369+23702370+#: src/view/com/auth/login/Login.tsx:117
23712371+msgid "Select from an existing account"
23722372+msgstr "기존 계정에서 선택"
23732373+23742374+#: src/view/com/auth/login/LoginForm.tsx:143
23752375+msgid "Select service"
23762376+msgstr "서비스 선택"
23772377+23782378+#: src/view/screens/LanguageSettings.tsx:281
23792379+msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
23802380+msgstr "구독하는 피드에 포함할 언어를 선택합니다. 선택하지 않으면 모든 언어가 표시됩니다."
23812381+23822382+#: src/view/screens/LanguageSettings.tsx:98
23832383+msgid "Select your app language for the default text to display in the app"
23842384+msgstr "앱에 표시되는 기본 텍스트의 언어를 선택합니다."
23852385+23862386+#: src/view/screens/LanguageSettings.tsx:190
23872387+msgid "Select your preferred language for translations in your feed."
23882388+msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다."
23892389+23902390+#: src/view/com/modals/VerifyEmail.tsx:196
23912391+msgid "Send Confirmation Email"
23922392+msgstr "확인 이메일 전송"
23932393+23942394+#: src/view/com/modals/DeleteAccount.tsx:129
23952395+msgid "Send email"
23962396+msgstr "이메일 전송"
23972397+23982398+#: src/view/com/modals/DeleteAccount.tsx:140
23992399+msgid "Send Email"
24002400+msgstr "이메일 전송"
24012401+24022402+#: src/view/shell/Drawer.tsx:295
24032403+#: src/view/shell/Drawer.tsx:316
24042404+msgid "Send feedback"
24052405+msgstr "피드백 전송"
24062406+24072407+#: src/view/com/modals/report/SendReportButton.tsx:45
24082408+msgid "Send Report"
24092409+msgstr "신고 전송"
24102410+24112411+#: src/view/com/auth/login/SetNewPasswordForm.tsx:78
24122412+msgid "Set new password"
24132413+msgstr "새 비밀번호 설정"
24142414+24152415+#: src/view/screens/PreferencesHomeFeed.tsx:219
24162416+msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible."
24172417+msgstr "피드에서 모든 인용 게시물을 숨기려면 이 설정을 \"아니요\"로 설정합니다. 재게시는 계속 표시됩니다."
24182418+24192419+#: src/view/screens/PreferencesHomeFeed.tsx:116
24202420+msgid "Set this setting to \"No\" to hide all replies from your feed."
24212421+msgstr "피드에서 모든 답글을 숨기려면 이 설정을 \"아니요\"로 설정합니다."
24222422+24232423+#: src/view/screens/PreferencesHomeFeed.tsx:185
24242424+msgid "Set this setting to \"No\" to hide all reposts from your feed."
24252425+msgstr "피드에서 모든 재게시를 숨기려면 이 설정을 \"아니요\"로 설정합니다."
24262426+24272427+#: src/view/screens/PreferencesThreads.tsx:122
24282428+msgid "Set this setting to \"Yes\" to show replies in a threaded view. This is an experimental feature."
24292429+msgstr "스레드 보기에 답글을 표시하려면 이 설정을 \"예\"로 설정합니다. 이는 실험적인 기능입니다."
24302430+24312431+#: src/view/screens/PreferencesHomeFeed.tsx:255
24322432+msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your following feed. This is an experimental feature."
24332433+msgstr "팔로우한 피드에 저장된 피드 샘플을 표시하려면 이 설정을 \"예\"로 설정합니다. 이는 실험적인 기능입니다."
24342434+24352435+#: src/view/screens/Settings.tsx:278
24362436+#: src/view/shell/desktop/LeftNav.tsx:433
24372437+#: src/view/shell/Drawer.tsx:565
24382438+#: src/view/shell/Drawer.tsx:566
24392439+msgid "Settings"
24402440+msgstr "설정"
24412441+24422442+#: src/view/com/modals/SelfLabel.tsx:125
24432443+msgid "Sexual activity or erotic nudity."
24442444+msgstr "성행위 또는 선정적인 노출."
24452445+24462446+#: src/state/queries/preferences/moderation.ts:107
24472447+msgid "Sexually Suggestive"
24482448+msgstr "성적 암시"
24492449+24502450+#: src/view/com/profile/ProfileHeader.tsx:342
24512451+#: src/view/com/util/forms/PostDropdownBtn.tsx:141
24522452+#: src/view/screens/ProfileList.tsx:393
24532453+msgid "Share"
24542454+msgstr "공유"
24552455+24562456+#: src/view/screens/ProfileFeed.tsx:313
24572457+msgid "Share feed"
24582458+msgstr "피드 공유"
24592459+24602460+#: src/view/screens/ProfileFeed.tsx:276
24612461+#~ msgid "Share link"
24622462+#~ msgstr "링크 공유"
24632463+24642464+#: src/view/com/modals/ContentFilteringSettings.tsx:253
24652465+#: src/view/com/util/moderation/ContentHider.tsx:105
24662466+#: src/view/screens/Settings.tsx:317
24672467+msgid "Show"
24682468+msgstr "표시"
24692469+24702470+#: src/view/screens/PreferencesHomeFeed.tsx:62
24712471+msgid "Show all replies"
24722472+msgstr "모든 답글 표시"
24732473+24742474+#: src/view/com/util/moderation/ScreenHider.tsx:132
24752475+msgid "Show anyway"
24762476+msgstr "무시하고 표시"
24772477+24782478+#: src/view/screens/PreferencesHomeFeed.tsx:252
24792479+msgid "Show Posts from My Feeds"
24802480+msgstr "내 피드에서 게시물 표시"
24812481+24822482+#: src/view/screens/PreferencesHomeFeed.tsx:216
24832483+msgid "Show Quote Posts"
24842484+msgstr "인용 게시물 표시"
24852485+24862486+#: src/view/screens/PreferencesHomeFeed.tsx:113
24872487+msgid "Show Replies"
24882488+msgstr "답글 표시"
24892489+24902490+#: src/view/screens/PreferencesThreads.tsx:100
24912491+msgid "Show replies by people you follow before all other replies."
24922492+msgstr "내가 팔로우하는 사람들의 답글을 다른 모든 답글보다 먼저 표시합니다."
24932493+24942494+#: src/view/screens/PreferencesHomeFeed.tsx:64
24952495+msgid "Show replies with at least {value} {0}"
24962496+msgstr "좋아요가 {value}개 이상인 답글 표시"
24972497+24982498+#: src/view/screens/PreferencesHomeFeed.tsx:182
24992499+msgid "Show Reposts"
25002500+msgstr "재게시 표시"
25012501+25022502+#: src/view/com/notifications/FeedItem.tsx:348
25032503+msgid "Show users"
25042504+msgstr "사용자 표시"
25052505+25062506+#: src/view/com/auth/HomeLoggedOutCTA.tsx:70
25072507+#: src/view/com/auth/login/Login.tsx:98
25082508+#: src/view/com/auth/SplashScreen.tsx:54
25092509+#: src/view/shell/bottom-bar/BottomBar.tsx:285
25102510+#: src/view/shell/bottom-bar/BottomBar.tsx:286
25112511+#: src/view/shell/bottom-bar/BottomBar.tsx:288
25122512+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:177
25132513+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:178
25142514+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:180
25152515+#: src/view/shell/NavSignupCard.tsx:58
25162516+#: src/view/shell/NavSignupCard.tsx:59
25172517+#: src/view/shell/NavSignupCard.tsx:61
25182518+msgid "Sign in"
25192519+msgstr "로그인"
25202520+25212521+#: src/view/com/auth/HomeLoggedOutCTA.tsx:78
25222522+#: src/view/com/auth/SplashScreen.tsx:57
25232523+#: src/view/com/auth/SplashScreen.web.tsx:88
25242524+msgid "Sign In"
25252525+msgstr "로그인"
25262526+25272527+#: src/view/com/auth/login/ChooseAccountForm.tsx:44
25282528+msgid "Sign in as {0}"
25292529+msgstr "{0}(으)로 로그인"
25302530+25312531+#: src/view/com/auth/login/ChooseAccountForm.tsx:118
25322532+#: src/view/com/auth/login/Login.tsx:116
25332533+msgid "Sign in as..."
25342534+msgstr "로그인"
25352535+25362536+#: src/view/com/auth/login/LoginForm.tsx:130
25372537+msgid "Sign into"
25382538+msgstr "로그인"
25392539+25402540+#: src/view/com/modals/SwitchAccount.tsx:64
25412541+#: src/view/com/modals/SwitchAccount.tsx:67
25422542+#: src/view/screens/Settings.tsx:102
25432543+#: src/view/screens/Settings.tsx:105
25442544+msgid "Sign out"
25452545+msgstr "로그아웃"
25462546+25472547+#: src/view/shell/bottom-bar/BottomBar.tsx:275
25482548+#: src/view/shell/bottom-bar/BottomBar.tsx:276
25492549+#: src/view/shell/bottom-bar/BottomBar.tsx:278
25502550+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:167
25512551+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:168
25522552+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:170
25532553+#: src/view/shell/NavSignupCard.tsx:49
25542554+#: src/view/shell/NavSignupCard.tsx:50
25552555+#: src/view/shell/NavSignupCard.tsx:52
25562556+msgid "Sign up"
25572557+msgstr "가입하기"
25582558+25592559+#: src/view/shell/NavSignupCard.tsx:42
25602560+msgid "Sign up or sign in to join the conversation"
25612561+msgstr "가입 또는 로그인하여 대화에 참여하세요"
25622562+25632563+#: src/view/com/util/moderation/ScreenHider.tsx:76
25642564+msgid "Sign-in Required"
25652565+msgstr "로그인 필요"
25662566+25672567+#: src/view/screens/Settings.tsx:328
25682568+msgid "Signed in as"
25692569+msgstr "로그인한 계정"
25702570+25712571+#: src/lib/hooks/useAccountSwitcher.ts:36
25722572+#: src/view/com/auth/login/ChooseAccountForm.tsx:103
25732573+msgid "Signed in as @{0}"
25742574+msgstr "@{0}(으)로 로그인했습니다."
25752575+25762576+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:33
25772577+msgid "Skip"
25782578+msgstr "건너뛰기"
25792579+25802580+#: src/lib/hooks/useAccountSwitcher.ts:47
25812581+msgid "Sorry! We need you to enter your password."
25822582+msgstr "죄송합니다. 비밀번호를 입력해 주세요."
25832583+25842584+#: src/App.native.tsx:57
25852585+#~ msgid "Sorry! Your session expired. Please log in again."
25862586+#~ msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요."
25872587+25882588+#: src/view/screens/PreferencesThreads.tsx:69
25892589+msgid "Sort Replies"
25902590+msgstr "답글 정렬"
25912591+25922592+#: src/view/screens/PreferencesThreads.tsx:72
25932593+msgid "Sort replies to the same post by:"
25942594+msgstr "동일한 게시물에 대한 답글을 정렬하는 기준입니다."
25952595+25962596+#: src/state/queries/preferences/moderation.ts:130
25972597+msgid "Spam"
25982598+msgstr "스팸"
25992599+26002600+#: src/view/com/modals/crop-image/CropImage.web.tsx:122
26012601+msgid "Square"
26022602+msgstr "정사각형"
26032603+26042604+#: src/view/com/auth/create/Step1.tsx:90
26052605+#: src/view/com/modals/ServerInput.tsx:62
26062606+msgid "Staging"
26072607+msgstr "스테이징"
26082608+26092609+#: src/view/screens/Settings.tsx:731
26102610+msgid "Status page"
26112611+msgstr "상태 페이지"
26122612+26132613+#: src/view/com/auth/create/CreateAccount.tsx:120
26142614+msgid "Step {0}"
26152615+msgstr "{0}단계"
26162616+26172617+#: src/view/com/auth/create/StepHeader.tsx:16
26182618+msgid "Step {step} of 3"
26192619+msgstr "3단계 중 {step}단계"
26202620+26212621+#: src/view/screens/Settings.tsx:269
26222622+msgid "Storage cleared, you need to restart the app now."
26232623+msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다."
26242624+26252625+#: src/view/screens/Settings.tsx:667
26262626+msgid "Storybook"
26272627+msgstr "스토리북"
26282628+26292629+#: src/view/com/modals/AppealLabel.tsx:101
26302630+msgid "Submit"
26312631+msgstr "확인"
26322632+26332633+#: src/view/screens/ProfileList.tsx:583
26342634+msgid "Subscribe"
26352635+msgstr "구독"
26362636+26372637+#: src/view/screens/ProfileList.tsx:579
26382638+msgid "Subscribe to this list"
26392639+msgstr "이 리스트로 구독"
26402640+26412641+#: src/view/screens/Search/Search.tsx:362
26422642+msgid "Suggested Follows"
26432643+msgstr "팔로우 추천"
26442644+26452645+#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:65
26462646+msgid "Suggested for you"
26472647+msgstr "나를 위한 추천"
26482648+26492649+#: src/view/screens/Support.tsx:30
26502650+#: src/view/screens/Support.tsx:33
26512651+msgid "Support"
26522652+msgstr "지원"
26532653+26542654+#: src/view/com/modals/SwitchAccount.tsx:115
26552655+msgid "Switch Account"
26562656+msgstr "계정 전환"
26572657+26582658+#: src/view/screens/Settings.tsx:439
26592659+msgid "System"
26602660+msgstr "시스템"
26612661+26622662+#: src/view/screens/Settings.tsx:647
26632663+msgid "System log"
26642664+msgstr "시스템 로그"
26652665+26662666+#: src/view/com/modals/crop-image/CropImage.web.tsx:112
26672667+msgid "Tall"
26682668+msgstr "세로"
26692669+26702670+#: src/view/shell/desktop/RightNav.tsx:93
26712671+msgid "Terms"
26722672+msgstr "이용약관"
26732673+26742674+#: src/view/com/auth/create/Policies.tsx:59
26752675+#: src/view/screens/Settings.tsx:745
26762676+#: src/view/screens/TermsOfService.tsx:29
26772677+#: src/view/shell/Drawer.tsx:256
26782678+msgid "Terms of Service"
26792679+msgstr "서비스 이용약관"
26802680+26812681+#: src/view/com/modals/AppealLabel.tsx:70
26822682+#: src/view/com/modals/report/InputIssueDetails.tsx:51
26832683+msgid "Text input field"
26842684+msgstr "텍스트 입력 필드"
26852685+26862686+#: src/view/com/modals/report/Modal.tsx:82
26872687+msgid "Thank you for your report! We'll look into it promptly."
26882688+msgstr "신고해 주셔서 감사합니다! 즉시 검토하겠습니다."
26892689+26902690+#: src/view/com/modals/ChangeHandle.tsx:464
26912691+msgid "That contains the following:"
26922692+msgstr "텍스트 파일 내용:"
26932693+26942694+#: src/view/com/profile/ProfileHeader.tsx:310
26952695+msgid "The account will be able to interact with you after unblocking."
26962696+msgstr "차단을 해제하면 해당 계정이 나와 상호작용할 수 있게 됩니다."
26972697+26982698+#: src/view/screens/CommunityGuidelines.tsx:36
26992699+msgid "The Community Guidelines have been moved to <0/>"
27002700+msgstr "커뮤니티 가이드라인이 <0/>(으)로 이동되었습니다."
27012701+27022702+#: src/view/screens/CopyrightPolicy.tsx:33
27032703+msgid "The Copyright Policy has been moved to <0/>"
27042704+msgstr "저작권 정책이 <0/>(으)로 이동되었습니다."
27052705+27062706+#: src/view/com/post-thread/PostThread.tsx:433
27072707+msgid "The post may have been deleted."
27082708+msgstr "게시물이 삭제되었을 수 있습니다."
27092709+27102710+#: src/view/screens/PrivacyPolicy.tsx:33
27112711+msgid "The Privacy Policy has been moved to <0/>"
27122712+msgstr "개인정보 처리방침이 <0/>(으)로 이동되었습니다."
27132713+27142714+#: src/view/screens/Support.tsx:36
27152715+msgid "The support form has been moved. If you need help, please<0/> or visit {HELP_DESK_URL} to get in touch with us."
27162716+msgstr "지원 양식이 이동되었습니다. 도움이 필요하다면 {HELP_DESK_URL}을 방문하거나 <0/>로 문의해 주세요."
27172717+27182718+#: src/view/screens/Debug.tsx:184
27192719+msgid "The task has been completed"
27202720+msgstr "작업을 완료했습니다."
27212721+27222722+#: src/view/screens/Debug.tsx:188
27232723+msgid "The task has been completed successfully and with no problems"
27242724+msgstr "작업을 문제 없이 성공적으로 완료했습니다."
27252725+27262726+#: src/view/screens/TermsOfService.tsx:33
27272727+msgid "The Terms of Service have been moved to"
27282728+msgstr "서비스 이용약관이 다음으로 이동되었습니다:"
27292729+27302730+#: src/view/screens/ProfileFeed.tsx:557
27312731+msgid "There was an an issue contacting the server, please check your internet connection and try again."
27322732+msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요."
27332733+27342734+#: src/view/screens/ProfileFeed.tsx:218
27352735+msgid "There was an an issue updating your feeds, please check your internet connection and try again."
27362736+msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요."
27372737+27382738+#: src/view/screens/ProfileFeed.tsx:245
27392739+#: src/view/screens/ProfileList.tsx:263
27402740+#: src/view/screens/SavedFeeds.tsx:209
27412741+#: src/view/screens/SavedFeeds.tsx:231
27422742+#: src/view/screens/SavedFeeds.tsx:252
27432743+msgid "There was an issue contacting the server"
27442744+msgstr "서버에 연결하는 동안 문제가 발생했습니다."
27452745+27462746+#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:58
27472747+#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:67
27482748+#: src/view/com/feeds/FeedSourceCard.tsx:113
27492749+#: src/view/com/feeds/FeedSourceCard.tsx:127
27502750+#: src/view/com/feeds/FeedSourceCard.tsx:181
27512751+msgid "There was an issue contacting your server"
27522752+msgstr "서버에 연결하는 동안 문제가 발생했습니다."
27532753+27542754+#: src/view/com/modals/ContentFilteringSettings.tsx:126
27552755+msgid "There was an issue syncing your preferences with the server"
27562756+msgstr "설정을 서버와 동기화하는 동안 문제가 발생했습니다."
27572757+27582758+#: src/view/com/profile/ProfileHeader.tsx:204
27592759+#: src/view/com/profile/ProfileHeader.tsx:225
27602760+#: src/view/com/profile/ProfileHeader.tsx:264
27612761+#: src/view/com/profile/ProfileHeader.tsx:277
27622762+#: src/view/com/profile/ProfileHeader.tsx:297
27632763+#: src/view/com/profile/ProfileHeader.tsx:319
27642764+msgid "There was an issue! {0}"
27652765+msgstr "문제가 발생했습니다! {0}"
27662766+27672767+#: src/view/screens/ProfileList.tsx:284
27682768+#: src/view/screens/ProfileList.tsx:303
27692769+#: src/view/screens/ProfileList.tsx:325
27702770+#: src/view/screens/ProfileList.tsx:344
27712771+msgid "There was an issue. Please check your internet connection and try again."
27722772+msgstr "문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요."
27732773+27742774+#: src/view/com/util/ErrorBoundary.tsx:35
27752775+msgid "There was an unexpected issue in the application. Please let us know if this happened to you!"
27762776+msgstr "애플리케이션에 예기치 않은 문제가 발생했습니다. 이런 일이 발생하면 저희에게 알려주세요!"
27772777+27782778+#: src/view/com/util/moderation/LabelInfo.tsx:45
27792779+#~ msgid "This {0} has been labeled."
27802780+#~ msgstr "이 {0}에 레이블이 지정되었습니다."
27812781+27822782+#: src/view/com/util/moderation/ScreenHider.tsx:88
27832783+msgid "This {screenDescription} has been flagged:"
27842784+msgstr "이 {screenDescription}에 플래그가 지정되었습니다:"
27852785+27862786+#: src/view/com/util/moderation/ScreenHider.tsx:83
27872787+msgid "This account has requested that users sign in to view their profile."
27882788+msgstr "이 계정의 프로필을 보려면 로그인해야 합니다."
27892789+27902790+#: src/view/com/posts/FeedErrorMessage.tsx:107
27912791+msgid "This content is not viewable without a Bluesky account."
27922792+msgstr "이 콘텐츠는 Bluesky 계정이 없으면 볼 수 없습니다."
27932793+27942794+#: src/view/com/posts/FeedErrorMessage.tsx:113
27952795+msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later."
27962796+msgstr "이 피드는 현재 트래픽이 많아 일시적으로 사용할 수 없습니다. 나중에 다시 시도해 주세요."
27972797+27982798+#: src/view/screens/Profile.tsx:392
27992799+#: src/view/screens/ProfileFeed.tsx:484
28002800+#: src/view/screens/ProfileList.tsx:636
28012801+msgid "This feed is empty!"
28022802+msgstr "이 피드는 비어 있습니다."
28032803+28042804+#: src/view/com/modals/BirthDateSettings.tsx:61
28052805+msgid "This information is not shared with other users."
28062806+msgstr "이 정보는 다른 사용자와 공유되지 않습니다."
28072807+28082808+#: src/view/com/modals/VerifyEmail.tsx:113
28092809+msgid "This is important in case you ever need to change your email or reset your password."
28102810+msgstr "이는 이메일을 변경하거나 비밀번호를 재설정해야 할 때 중요한 정보입니다."
28112811+28122812+#: src/view/com/auth/create/Step1.tsx:55
28132813+msgid "This is the service that keeps you online."
28142814+msgstr "온라인 상태를 유지할 수 있게 하는 서비스입니다."
28152815+28162816+#: src/view/com/modals/LinkWarning.tsx:56
28172817+msgid "This link is taking you to the following website:"
28182818+msgstr "이 링크를 클릭하면 다음 웹사이트로 이동합니다:"
28192819+28202820+#: src/view/screens/ProfileList.tsx:794
28212821+msgid "This list is empty!"
28222822+msgstr "이 리스트는 비어 있습니다."
28232823+28242824+#: src/view/com/modals/AddAppPasswords.tsx:105
28252825+msgid "This name is already in use"
28262826+msgstr "이 이름은 이미 사용 중입니다."
28272827+28282828+#: src/view/com/post-thread/PostThreadItem.tsx:123
28292829+msgid "This post has been deleted."
28302830+msgstr "이 게시물은 삭제되었습니다."
28312831+28322832+#: src/view/com/auth/create/Policies.tsx:46
28332833+msgid "This service has not provided terms of service or a privacy policy."
28342834+msgstr "이 서비스에는 서비스 이용약관이나 개인정보 처리방침이 제공되지 않습니다."
28352835+28362836+#: src/view/com/modals/ChangeHandle.tsx:444
28372837+msgid "This should create a domain record at:"
28382838+msgstr "이 도메인에 레코드가 추가됩니다:"
28392839+28402840+#: src/view/com/modals/SelfLabel.tsx:137
28412841+msgid "This warning is only available for posts with media attached."
28422842+msgstr "이 경고는 미디어가 첨부된 게시물에만 사용할 수 있습니다."
28432843+28442844+#: src/view/com/util/forms/PostDropdownBtn.tsx:180
28452845+msgid "This will hide this post from your feeds."
28462846+msgstr "피드에서 이 게시물을 숨깁니다."
28472847+28482848+#: src/view/screens/PreferencesThreads.tsx:53
28492849+#: src/view/screens/Settings.tsx:504
28502850+msgid "Thread Preferences"
28512851+msgstr "스레드 설정"
28522852+28532853+#: src/view/screens/PreferencesThreads.tsx:119
28542854+msgid "Threaded Mode"
28552855+msgstr "스레드 모드"
28562856+28572857+#: src/view/com/util/forms/DropdownButton.tsx:230
28582858+msgid "Toggle dropdown"
28592859+msgstr "드롭다운 열기 및 닫기"
28602860+28612861+#: src/view/com/modals/EditImage.tsx:271
28622862+msgid "Transformations"
28632863+msgstr "변형"
28642864+28652865+#: src/view/com/post-thread/PostThreadItem.tsx:705
28662866+#: src/view/com/post-thread/PostThreadItem.tsx:707
28672867+#: src/view/com/util/forms/PostDropdownBtn.tsx:113
28682868+msgid "Translate"
28692869+msgstr "번역"
28702870+28712871+#: src/view/com/util/error/ErrorScreen.tsx:73
28722872+msgid "Try again"
28732873+msgstr "다시 시도"
28742874+28752875+#: src/view/com/modals/ChangeHandle.tsx:427
28762876+msgid "Type"
28772877+msgstr "유형"
28782878+28792879+#: src/view/screens/ProfileList.tsx:481
28802880+msgid "Un-block list"
28812881+msgstr "리스트 차단 해제"
28822882+28832883+#: src/view/screens/ProfileList.tsx:466
28842884+msgid "Un-mute list"
28852885+msgstr "리스트 언뮤트"
28862886+28872887+#: src/view/com/auth/create/CreateAccount.tsx:65
28882888+#: src/view/com/auth/login/Login.tsx:76
28892889+#: src/view/com/auth/login/LoginForm.tsx:117
28902890+msgid "Unable to contact your service. Please check your Internet connection."
28912891+msgstr "서비스에 연결할 수 없습니다. 인터넷 연결을 확인하세요."
28922892+28932893+#: src/view/com/profile/ProfileHeader.tsx:470
28942894+#: src/view/com/profile/ProfileHeader.tsx:473
28952895+#: src/view/screens/ProfileList.tsx:565
28962896+msgid "Unblock"
28972897+msgstr "차단 해제"
28982898+28992899+#: src/view/com/profile/ProfileHeader.tsx:308
29002900+#: src/view/com/profile/ProfileHeader.tsx:392
29012901+msgid "Unblock Account"
29022902+msgstr "계정 차단 해제"
29032903+29042904+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:48
29052905+msgid "Undo repost"
29062906+msgstr "재게시 취소"
29072907+29082908+#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:138
29092909+#: src/view/com/profile/FollowButton.tsx:55
29102910+#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:241
29112911+msgid "Unfollow"
29122912+msgstr "언팔로우"
29132913+29142914+#: src/view/com/auth/create/state.ts:210
29152915+msgid "Unfortunately, you do not meet the requirements to create an account."
29162916+msgstr "아쉽지만 계정을 만들 수 있는 요건을 충족하지 못했습니다."
29172917+29182918+#: src/view/screens/ProfileList.tsx:572
29192919+msgid "Unmute"
29202920+msgstr "언뮤트"
29212921+29222922+#: src/view/com/profile/ProfileHeader.tsx:373
29232923+msgid "Unmute Account"
29242924+msgstr "계정 언뮤트"
29252925+29262926+#: src/view/com/util/forms/PostDropdownBtn.tsx:159
29272927+msgid "Unmute thread"
29282928+msgstr "스레드 언뮤트"
29292929+29302930+#: src/view/screens/ProfileFeed.tsx:362
29312931+#: src/view/screens/ProfileList.tsx:556
29322932+msgid "Unpin"
29332933+msgstr "고정 해제"
29342934+29352935+#: src/view/screens/ProfileList.tsx:449
29362936+msgid "Unpin moderation list"
29372937+msgstr "검토 리스트 고정 해제"
29382938+29392939+#: src/view/screens/ProfileFeed.tsx:354
29402940+msgid "Unsave"
29412941+msgstr "저장 해제"
29422942+29432943+#: src/view/com/modals/UserAddRemoveLists.tsx:54
29442944+msgid "Update {displayName} in Lists"
29452945+msgstr "리스트에서 {displayName} 업데이트"
29462946+29472947+#: src/lib/hooks/useOTAUpdate.ts:15
29482948+msgid "Update Available"
29492949+msgstr "업데이트 사용 가능"
29502950+29512951+#: src/view/com/modals/ChangeHandle.tsx:507
29522952+msgid "Update to {handle}"
29532953+msgstr "{handle}로 변경"
29542954+29552955+#: src/view/com/auth/login/SetNewPasswordForm.tsx:172
29562956+msgid "Updating..."
29572957+msgstr "업데이트 중…"
29582958+29592959+#: src/view/com/modals/ChangeHandle.tsx:453
29602960+msgid "Upload a text file to:"
29612961+msgstr "텍스트 파일 업로드 경로:"
29622962+29632963+#: src/view/screens/AppPasswords.tsx:194
29642964+msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password."
29652965+msgstr "앱 비밀번호를 사용하면 계정이나 비밀번호에 대한 전체 접근 권한을 제공하지 않고도 다른 Bluesky 클라이언트에 로그인할 수 있습니다."
29662966+29672967+#: src/view/com/modals/ChangeHandle.tsx:515
29682968+msgid "Use default provider"
29692969+msgstr "기본 제공자 사용"
29702970+29712971+#: src/view/com/modals/AddAppPasswords.tsx:154
29722972+msgid "Use this to sign into the other app along with your handle."
29732973+msgstr "이 비밀번호와 핸들을 사용하여 다른 앱에 로그인하세요."
29742974+29752975+#: src/view/com/modals/InviteCodes.tsx:200
29762976+msgid "Used by:"
29772977+msgstr "사용 계정:"
29782978+29792979+#: src/view/com/modals/CreateOrEditList.tsx:68
29802980+msgid "User"
29812981+msgstr "사용자"
29822982+29832983+#: src/view/com/auth/create/Step3.tsx:38
29842984+msgid "User handle"
29852985+msgstr "사용자 핸들"
29862986+29872987+#: src/view/screens/Lists.tsx:58
29882988+msgid "User Lists"
29892989+msgstr "사용자 리스트"
29902990+29912991+#: src/view/com/auth/login/LoginForm.tsx:170
29922992+#: src/view/com/auth/login/LoginForm.tsx:188
29932993+msgid "Username or email address"
29942994+msgstr "사용자 이름 또는 이메일 주소"
29952995+29962996+#: src/view/screens/ProfileList.tsx:756
29972997+msgid "Users"
29982998+msgstr "사용자"
29992999+30003000+#: src/view/com/threadgate/WhoCanReply.tsx:143
30013001+msgid "users followed by <0/>"
30023002+msgstr "<0/>(이)가 팔로우한 사용자"
30033003+30043004+#: src/view/com/threadgate/WhoCanReply.tsx:115
30053005+#~ msgid "Users followed by <0/>"
30063006+#~ msgstr "<0/>(이)가 팔로우한 사용자"
30073007+30083008+#: src/view/com/modals/Threadgate.tsx:106
30093009+msgid "Users in \"{0}\""
30103010+msgstr "\"{0}\"에 있는 사용자"
30113011+30123012+#: src/view/com/modals/ChangeHandle.tsx:435
30133013+msgid "Value"
30143014+msgstr "값"
30153015+30163016+#: src/view/com/modals/ChangeHandle.tsx:508
30173017+msgid "Verify {0}"
30183018+msgstr "{0} 확인"
30193019+30203020+#: src/view/screens/Settings.tsx:770
30213021+msgid "Verify email"
30223022+msgstr "이메일 확인"
30233023+30243024+#: src/view/screens/Settings.tsx:795
30253025+msgid "Verify my email"
30263026+msgstr "내 이메일 확인"
30273027+30283028+#: src/view/screens/Settings.tsx:804
30293029+msgid "Verify My Email"
30303030+msgstr "내 이메일 확인"
30313031+30323032+#: src/view/com/modals/ChangeEmail.tsx:205
30333033+#: src/view/com/modals/ChangeEmail.tsx:207
30343034+msgid "Verify New Email"
30353035+msgstr "새 이메일 확인"
30363036+30373037+#: src/view/screens/Log.tsx:52
30383038+msgid "View debug entry"
30393039+msgstr "디버그 항목 보기"
30403040+30413041+#: src/view/com/posts/FeedSlice.tsx:103
30423042+msgid "View full thread"
30433043+msgstr "전체 스레드 보기"
30443044+30453045+#: src/view/com/profile/ProfileSubpageHeader.tsx:128
30463046+msgid "View the avatar"
30473047+msgstr "아바타 보기"
30483048+30493049+#: src/state/queries/preferences/moderation.ts:115
30503050+msgid "Violent / Bloody"
30513051+msgstr "폭력 및 유혈"
30523052+30533053+#: src/view/com/modals/LinkWarning.tsx:73
30543054+msgid "Visit Site"
30553055+msgstr "사이트 방문"
30563056+30573057+#: src/view/com/modals/ContentFilteringSettings.tsx:246
30583058+msgid "Warn"
30593059+msgstr "경고"
30603060+30613061+#: src/view/com/modals/AppealLabel.tsx:48
30623062+msgid "We'll look into your appeal promptly."
30633063+msgstr "이의신청을 즉시 검토하겠습니다."
30643064+30653065+#: src/view/com/auth/create/CreateAccount.tsx:122
30663066+msgid "We're so excited to have you join us!"
30673067+msgstr "당신과 함께하게 되어 정말 기쁘네요!"
30683068+30693069+#: src/view/com/posts/FeedErrorMessage.tsx:99
30703070+#~ msgid "We're sorry, but this content is not viewable without a Bluesky account."
30713071+#~ msgstr "죄송하지만 이 콘텐츠는 Bluesky 계정이 없으면 볼 수 없습니다."
30723072+30733073+#: src/view/com/posts/FeedErrorMessage.tsx:105
30743074+#~ msgid "We're sorry, but this feed is currently receiving high traffic and is temporarily unavailable. Please try again later."
30753075+#~ msgstr "죄송하지만 현재 트래픽이 많아 이 피드를 일시적으로 사용할 수 없습니다. 잠시 후 다시 시도해 주세요."
30763076+30773077+#: src/view/screens/Search/Search.tsx:243
30783078+msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
30793079+msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요."
30803080+30813081+#: src/view/screens/NotFound.tsx:48
30823082+msgid "We're sorry! We can't find the page you were looking for."
30833083+msgstr "죄송합니다! 페이지를 찾을 수 없습니다."
30843084+30853085+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:46
30863086+msgid "Welcome to <0>Bluesky</0>"
30873087+msgstr "<0>Bluesky</0>에 오신 것을 환영합니다"
30883088+30893089+#: src/view/com/modals/report/Modal.tsx:172
30903090+msgid "What is the issue with this {collectionName}?"
30913091+msgstr "이 {collectionName}에 어떤 문제가 있습니까?"
30923092+30933093+#: src/view/com/auth/SplashScreen.tsx:34
30943094+#: src/view/com/composer/Composer.tsx:274
30953095+msgid "What's up?"
30963096+msgstr "무슨 일이 일어나고 있나요?"
30973097+30983098+#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:78
30993099+msgid "Which languages are used in this post?"
31003100+msgstr "이 게시물에는 어떤 언어가 사용됩니까?"
31013101+31023102+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:77
31033103+msgid "Which languages would you like to see in your algorithmic feeds?"
31043104+msgstr "알고리즘 피드에 어떤 언어를 표시하시겠습니까?"
31053105+31063106+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:47
31073107+#: src/view/com/modals/Threadgate.tsx:66
31083108+msgid "Who can reply"
31093109+msgstr "답글을 달 수 있는 사람"
31103110+31113111+#: src/view/com/threadgate/WhoCanReply.tsx:79
31123112+#~ msgid "Who can reply?"
31133113+#~ msgstr "답글을 달 수 있는 사람"
31143114+31153115+#: src/view/com/modals/crop-image/CropImage.web.tsx:102
31163116+msgid "Wide"
31173117+msgstr "가로"
31183118+31193119+#: src/view/com/composer/Composer.tsx:415
31203120+msgid "Write post"
31213121+msgstr "게시물 작성"
31223122+31233123+#: src/view/com/composer/Composer.tsx:273
31243124+#: src/view/com/composer/Prompt.tsx:33
31253125+msgid "Write your reply"
31263126+msgstr "답글 작성하기"
31273127+31283128+#: src/view/screens/PreferencesHomeFeed.tsx:123
31293129+#: src/view/screens/PreferencesHomeFeed.tsx:195
31303130+#: src/view/screens/PreferencesHomeFeed.tsx:230
31313131+#: src/view/screens/PreferencesHomeFeed.tsx:265
31323132+#: src/view/screens/PreferencesThreads.tsx:106
31333133+#: src/view/screens/PreferencesThreads.tsx:129
31343134+msgid "Yes"
31353135+msgstr "예"
31363136+31373137+#: src/view/com/posts/FollowingEmptyState.tsx:67
31383138+msgid "You can also discover new Custom Feeds to follow."
31393139+msgstr "팔로우할 새로운 맞춤 피드를 찾을 수도 있습니다."
31403140+31413141+#: src/view/com/auth/create/Step1.tsx:106
31423142+msgid "You can change hosting providers at any time."
31433143+msgstr "언제든지 호스팅 제공자를 변경할 수 있습니다."
31443144+31453145+#: src/view/com/auth/login/Login.tsx:158
31463146+#: src/view/com/auth/login/PasswordUpdatedForm.tsx:31
31473147+msgid "You can now sign in with your new password."
31483148+msgstr "이제 새 비밀번호로 로그인할 수 있습니다."
31493149+31503150+#: src/view/com/modals/InviteCodes.tsx:66
31513151+msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer."
31523152+msgstr "아직 초대 코드가 없습니다! Bluesky를 좀 더 오래 사용하신 후에 보내드리겠습니다."
31533153+31543154+#: src/view/screens/SavedFeeds.tsx:102
31553155+msgid "You don't have any pinned feeds."
31563156+msgstr "고정된 피드가 없습니다."
31573157+31583158+#: src/view/screens/Feeds.tsx:383
31593159+msgid "You don't have any saved feeds!"
31603160+msgstr "저장된 피드가 없습니다!"
31613161+31623162+#: src/view/screens/SavedFeeds.tsx:135
31633163+msgid "You don't have any saved feeds."
31643164+msgstr "저장된 피드가 없습니다."
31653165+31663166+#: src/view/com/post-thread/PostThread.tsx:381
31673167+msgid "You have blocked the author or you have been blocked by the author."
31683168+msgstr "작성자를 차단했거나 작성자가 나를 차단한 경우입니다."
31693169+31703170+#: src/view/com/feeds/ProfileFeedgens.tsx:134
31713171+msgid "You have no feeds."
31723172+msgstr "피드가 없습니다."
31733173+31743174+#: src/view/com/lists/MyLists.tsx:89
31753175+#: src/view/com/lists/ProfileLists.tsx:138
31763176+msgid "You have no lists."
31773177+msgstr "리스트가 없습니다."
31783178+31793179+#: src/view/screens/ModerationBlockedAccounts.tsx:132
31803180+msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account."
31813181+msgstr "아직 어떤 계정도 차단하지 않았습니다. 계정을 차단하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 차단\"을 선택하세요."
31823182+31833183+#: src/view/screens/AppPasswords.tsx:86
31843184+msgid "You have not created any app passwords yet. You can create one by pressing the button below."
31853185+msgstr "아직 앱 비밀번호를 생성하지 않았습니다. 아래 버튼을 눌러 생성할 수 있습니다."
31863186+31873187+#: src/view/screens/ModerationMutedAccounts.tsx:131
31883188+msgid "You have not muted any accounts yet. To mute an account, go to their profile and selected \"Mute account\" from the menu on their account."
31893189+msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 뮤트\"를 선택하세요."
31903190+31913191+#: src/view/com/modals/ContentFilteringSettings.tsx:166
31923192+msgid "You must be 18 or older to enable adult content."
31933193+msgstr "성인 콘텐츠를 활성화하려면 18세 이상이어야 합니다."
31943194+31953195+#: src/view/com/util/forms/PostDropdownBtn.tsx:88
31963196+msgid "You will no longer receive notifications for this thread"
31973197+msgstr "이 스레드에 대한 알림을 더 이상 받지 않습니다."
31983198+31993199+#: src/view/com/util/forms/PostDropdownBtn.tsx:91
32003200+msgid "You will now receive notifications for this thread"
32013201+msgstr "이제 이 스레드에 대한 알림을 받습니다."
32023202+32033203+#: src/view/com/auth/login/SetNewPasswordForm.tsx:81
32043204+msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password."
32053205+msgstr "\"재설정 코드\"가 포함된 이메일을 받게 되면 여기에 해당 코드를 입력한 다음 새 비밀번호를 입력합니다."
32063206+32073207+#: src/view/com/composer/Composer.tsx:263
32083208+msgid "Your {0} has been published"
32093209+msgstr "내 {0}(을)를 게시했습니다."
32103210+32113211+#: src/view/com/auth/create/Step2.tsx:58
32123212+msgid "Your account"
32133213+msgstr "내 계정"
32143214+32153215+#: src/view/com/modals/DeleteAccount.tsx:65
32163216+msgid "Your account has been deleted"
32173217+msgstr "계정을 삭제했습니다."
32183218+32193219+#: src/view/com/auth/create/Step2.tsx:146
32203220+msgid "Your birth date"
32213221+msgstr "생년월일"
32223222+32233223+#: src/view/com/auth/create/state.ts:102
32243224+msgid "Your email appears to be invalid."
32253225+msgstr "이메일이 잘못된 것 같습니다."
32263226+32273227+#: src/view/com/modals/Waitlist.tsx:107
32283228+msgid "Your email has been saved! We'll be in touch soon."
32293229+msgstr "이메일이 저장되었습니다! 가까운 시일 내에 연락드리겠습니다."
32303230+32313231+#: src/view/com/modals/ChangeEmail.tsx:125
32323232+msgid "Your email has been updated but not verified. As a next step, please verify your new email."
32333233+msgstr "이메일이 변경되었지만 인증되지 않았습니다. 다음 단계로 새 이메일을 인증해 주세요."
32343234+32353235+#: src/view/com/modals/VerifyEmail.tsx:108
32363236+msgid "Your email has not yet been verified. This is an important security step which we recommend."
32373237+msgstr "이메일이 아직 인증되지 않았습니다. 이는 중요한 보안 단계이므로 권장하는 사항입니다."
32383238+32393239+#: src/view/com/posts/FollowingEmptyState.tsx:47
32403240+msgid "Your following feed is empty! Follow more users to see what's happening."
32413241+msgstr "팔로우 중인 피드가 비어 있습니다! 더 많은 사용자를 팔로우하여 무슨 일이 일어나고 있는지 확인하세요."
32423242+32433243+#: src/view/com/auth/create/Step3.tsx:42
32443244+#: src/view/com/modals/ChangeHandle.tsx:270
32453245+msgid "Your full handle will be"
32463246+msgstr "내 전체 핸들:"
32473247+32483248+#: src/view/com/auth/create/Step1.tsx:53
32493249+msgid "Your hosting provider"
32503250+msgstr "호스팅 제공자"
32513251+32523252+#: src/view/screens/Settings.tsx:403
32533253+#: src/view/shell/desktop/RightNav.tsx:137
32543254+#: src/view/shell/Drawer.tsx:655
32553255+msgid "Your invite codes are hidden when logged in using an App Password"
32563256+msgstr "앱 비밀번호를 사용하여 로그인하면 초대 코드가 숨겨집니다"
32573257+32583258+#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:61
32593259+#: src/view/com/auth/onboarding/WelcomeMobile.tsx:59
32603260+msgid "Your posts, likes, and blocks are public. Mutes are private."
32613261+msgstr "내 게시물, 좋아요, 차단 목록은 공개됩니다. 뮤트 목록은 공개되지 않습니다."
32623262+32633263+#: src/view/com/modals/SwitchAccount.tsx:82
32643264+msgid "Your profile"
32653265+msgstr "내 프로필"
32663266+32673267+#: src/view/screens/Moderation.tsx:205
32683268+#~ msgid "Your profile and account will not be visible to anyone visiting the Bluesky app without an account, or to account holders who are not logged in. Enabling this will not make your profile private."
32693269+#~ msgstr "내 프로필과 계정은 계정 없이 Bluesky 앱을 방문하는 사람이나 로그인하지 않은 계정에게 표시되지 않습니다. 이 기능을 활성화해도 내 프로필이 비공개로 전환되지는 않습니다."
32703270+32713271+#: src/view/screens/Moderation.tsx:220
32723272+#~ msgid "Your profile and content will not be visible to anyone visiting the Bluesky app without an account. Enabling this will not make your profile private."
32733273+#~ msgstr "내 프로필과 콘텐츠는 계정 없이 Bluesky 앱을 방문하는 사람에게 표시되지 않습니다. 이 기능을 활성화해도 내 프로필이 비공개로 전환되지는 않습니다."
32743274+32753275+#: src/view/screens/Moderation.tsx:220
32763276+#~ msgid "Your profile and posts will not be visible to people visiting the Bluesky app or website without having an account and being logged in."
32773277+#~ msgstr "계정이 없거나 로그인하지 않은 상태에서 Bluesky 앱이나 웹사이트를 방문하는 사람들에게는 내 프로필과 게시물이 표시되지 않습니다."
32783278+32793279+#: src/view/com/auth/create/Step3.tsx:28
32803280+msgid "Your user handle"
32813281+msgstr "내 사용자 핸들"