Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Korean localization (#4387)

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

* Update messages.po

authored by

Minseo Lee and committed by
GitHub
815ab793 43f6b68a

+151 -140
+151 -140
src/locale/locales/ko/messages.po
··· 8 8 "Language: ko\n" 9 9 "Project-Id-Version: \n" 10 10 "Report-Msgid-Bugs-To: \n" 11 - "PO-Revision-Date: 2024-06-04 07:58+0900\n" 11 + "PO-Revision-Date: 2024-06-08 15:32+0900\n" 12 12 "Last-Translator: quiple\n" 13 13 "Language-Team: quiple, lens0021, HaruChanHeart, hazzzi, heartade\n" 14 14 "Plural-Forms: \n" 15 15 16 16 #: src/screens/Messages/List/ChatListItem.tsx:119 17 17 msgid "(contains embedded content)" 18 - msgstr "" 18 + msgstr "(임베드 콘텐츠 포함)" 19 19 20 20 #: src/view/com/modals/VerifyEmail.tsx:150 21 21 msgid "(no email)" ··· 33 33 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" 34 34 msgstr "이 콘텐츠에 {0, plural, other {#}}개의 라벨이 지정됨" 35 35 36 - #: src/view/com/util/post-ctrls/RepostButton.tsx:64 36 + #: src/view/com/util/post-ctrls/RepostButton.tsx:65 37 37 msgid "{0, plural, one {# repost} other {# reposts}}" 38 38 msgstr "{0, plural, other {#}}개" 39 39 ··· 55 55 msgid "{0, plural, one {like} other {likes}}" 56 56 msgstr "좋아요" 57 57 58 - #: src/view/com/feeds/FeedSourceCard.tsx:280 58 + #: src/view/com/feeds/FeedSourceCard.tsx:301 59 59 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" 60 60 msgstr "{0, plural, other {#}}명의 사용자가 좋아함" 61 61 ··· 271 271 msgid "Add to Lists" 272 272 msgstr "리스트에 추가" 273 273 274 - #: src/view/com/feeds/FeedSourceCard.tsx:246 274 + #: src/view/com/feeds/FeedSourceCard.tsx:267 275 275 msgid "Add to my feeds" 276 276 msgstr "내 피드에 추가" 277 277 ··· 280 280 msgid "Added to list" 281 281 msgstr "리스트에 추가됨" 282 282 283 - #: src/view/com/feeds/FeedSourceCard.tsx:118 283 + #: src/view/com/feeds/FeedSourceCard.tsx:126 284 284 msgid "Added to my feeds" 285 285 msgstr "내 피드에 추가됨" 286 286 ··· 460 460 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." 461 461 msgstr "정말 이 대화에서 나가시겠습니까? 나에게 보이는 메시지는 삭제되지만 상대방에게는 삭제되지 않습니다." 462 462 463 - #: src/view/com/feeds/FeedSourceCard.tsx:293 463 + #: src/view/com/feeds/FeedSourceCard.tsx:314 464 464 msgid "Are you sure you want to remove {0} from your feeds?" 465 465 msgstr "피드에서 {0}을(를) 제거하시겠습니까?" 466 466 467 - #: src/view/com/composer/Composer.tsx:617 467 + #: src/view/com/composer/Composer.tsx:651 468 468 msgid "Are you sure you'd like to discard this draft?" 469 469 msgstr "이 초안을 삭제하시겠습니까?" 470 470 ··· 572 572 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." 573 573 msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다. 차단한 계정의 콘텐츠를 볼 수 없으며 해당 계정도 내 콘텐츠를 볼 수 없게 됩니다." 574 574 575 - #: src/view/com/post-thread/PostThread.tsx:363 575 + #: src/view/com/post-thread/PostThread.tsx:362 576 576 msgid "Blocked post." 577 577 msgstr "차단된 게시물." 578 578 ··· 659 659 #: src/components/Prompt.tsx:121 660 660 #: src/components/TagMenu/index.tsx:268 661 661 #: src/screens/Deactivated.tsx:161 662 - #: src/view/com/composer/Composer.tsx:417 663 - #: src/view/com/composer/Composer.tsx:423 662 + #: src/view/com/composer/Composer.tsx:451 663 + #: src/view/com/composer/Composer.tsx:457 664 664 #: src/view/com/modals/ChangeEmail.tsx:213 665 665 #: src/view/com/modals/ChangeEmail.tsx:215 666 666 #: src/view/com/modals/ChangeHandle.tsx:148 ··· 676 676 #: src/view/com/modals/LinkWarning.tsx:107 677 677 #: src/view/com/modals/VerifyEmail.tsx:255 678 678 #: src/view/com/modals/VerifyEmail.tsx:261 679 - #: src/view/com/util/post-ctrls/RepostButton.tsx:136 679 + #: src/view/com/util/post-ctrls/RepostButton.tsx:138 680 680 #: src/view/screens/Search/Search.tsx:738 681 681 #: src/view/shell/desktop/Search.tsx:218 682 682 msgid "Cancel" ··· 706 706 msgid "Cancel profile editing" 707 707 msgstr "프로필 편집 취소" 708 708 709 - #: src/view/com/util/post-ctrls/RepostButton.tsx:130 709 + #: src/view/com/util/post-ctrls/RepostButton.tsx:132 710 710 msgid "Cancel quote post" 711 711 msgstr "게시물 인용 취소" 712 712 713 713 #: src/screens/Deactivated.tsx:155 714 714 msgid "Cancel reactivation and log out" 715 - msgstr "" 715 + msgstr "재활성화 취소 및 로그아웃" 716 716 717 717 #: src/view/com/modals/ListAddRemoveUsers.tsx:87 718 718 #: src/view/shell/desktop/Search.tsx:214 ··· 857 857 858 858 #: src/view/com/modals/DeleteAccount.tsx:208 859 859 msgid "Click here for more information on deactivating your account" 860 - msgstr "" 860 + msgstr "계정 비활성화에 대한 자세한 내용을 보려면 이곳을 클릭하세요" 861 861 862 862 #: src/view/com/modals/DeleteAccount.tsx:216 863 863 msgid "Click here for more information." 864 - msgstr "" 864 + msgstr "자세한 내용을 보려면 이곳을 클릭하세요." 865 865 866 866 #: src/components/TagMenu/index.web.tsx:138 867 867 msgid "Click here to open tag menu for {tag}" ··· 939 939 msgid "Closes password update alert" 940 940 msgstr "비밀번호 변경 알림을 닫습니다" 941 941 942 - #: src/view/com/composer/Composer.tsx:419 942 + #: src/view/com/composer/Composer.tsx:453 943 943 msgid "Closes post composer and discards post draft" 944 944 msgstr "게시물 작성 상자를 닫고 게시물 초안을 삭제합니다" 945 945 ··· 976 976 msgid "Complete the challenge" 977 977 msgstr "챌린지 완료하기" 978 978 979 - #: src/view/com/composer/Composer.tsx:536 979 + #: src/view/com/composer/Composer.tsx:570 980 980 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" 981 981 msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습니다" 982 982 ··· 1077 1077 msgstr "컨텍스트 메뉴 배경을 클릭하여 메뉴를 닫습니다." 1078 1078 1079 1079 #: src/screens/Onboarding/StepInterests/index.tsx:253 1080 - #: src/screens/Onboarding/StepProfile/index.tsx:268 1080 + #: src/screens/Onboarding/StepProfile/index.tsx:269 1081 1081 msgid "Continue" 1082 1082 msgstr "계속" 1083 1083 ··· 1086 1086 msgstr "{0}(으)로 계속하기 (현재 로그인)" 1087 1087 1088 1088 #: src/screens/Onboarding/StepInterests/index.tsx:250 1089 - #: src/screens/Onboarding/StepProfile/index.tsx:265 1089 + #: src/screens/Onboarding/StepProfile/index.tsx:266 1090 1090 #: src/screens/Signup/index.tsx:213 1091 1091 msgid "Continue to next step" 1092 1092 msgstr "다음 단계로 계속하기" ··· 1195 1195 msgid "Create an account" 1196 1196 msgstr "계정 만들기" 1197 1197 1198 - #: src/screens/Onboarding/StepProfile/index.tsx:282 1198 + #: src/screens/Onboarding/StepProfile/index.tsx:283 1199 1199 msgid "Create an avatar instead" 1200 1200 msgstr "대신 아바타 만들기" 1201 1201 ··· 1257 1257 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 1258 1258 #: src/view/screens/Settings/index.tsx:806 1259 1259 msgid "Deactivate account" 1260 - msgstr "" 1260 + msgstr "계정 비활성화" 1261 1261 1262 1262 #: src/view/screens/Settings/index.tsx:818 1263 1263 msgid "Deactivate my account" 1264 - msgstr "" 1264 + msgstr "내 계정 비활성화" 1265 1265 1266 1266 #: src/view/screens/Settings/index.tsx:873 1267 1267 msgid "Debug Moderation" ··· 1301 1301 1302 1302 #: src/components/dms/MessageMenu.tsx:124 1303 1303 msgid "Delete for me" 1304 - msgstr "내게서 삭제" 1304 + msgstr "나에게서 삭제" 1305 1305 1306 1306 #: src/view/screens/ProfileList.tsx:471 1307 1307 msgid "Delete List" ··· 1340 1340 msgid "Deleted" 1341 1341 msgstr "삭제됨" 1342 1342 1343 - #: src/view/com/post-thread/PostThread.tsx:349 1343 + #: src/view/com/post-thread/PostThread.tsx:348 1344 1344 msgid "Deleted post." 1345 1345 msgstr "삭제된 게시물." 1346 1346 ··· 1359 1359 msgid "Descriptive alt text" 1360 1360 msgstr "설명이 포함된 대체 텍스트" 1361 1361 1362 - #: src/view/com/composer/Composer.tsx:264 1362 + #: src/view/com/composer/Composer.tsx:292 1363 1363 msgid "Did you want to say anything?" 1364 1364 msgstr "하고 싶은 말이 없나요?" 1365 1365 ··· 1392 1392 msgid "Disabled" 1393 1393 msgstr "사용 안 함" 1394 1394 1395 - #: src/view/com/composer/Composer.tsx:619 1395 + #: src/view/com/composer/Composer.tsx:653 1396 1396 msgid "Discard" 1397 1397 msgstr "삭제" 1398 1398 1399 - #: src/view/com/composer/Composer.tsx:616 1399 + #: src/view/com/composer/Composer.tsx:650 1400 1400 msgid "Discard draft?" 1401 1401 msgstr "초안 삭제" 1402 1402 ··· 1446 1446 #: src/components/dialogs/BirthDateSettings.tsx:125 1447 1447 #: src/components/forms/DateField/index.tsx:74 1448 1448 #: src/components/forms/DateField/index.tsx:80 1449 - #: src/screens/Onboarding/StepProfile/index.tsx:321 1450 - #: src/screens/Onboarding/StepProfile/index.tsx:324 1449 + #: src/screens/Onboarding/StepProfile/index.tsx:322 1450 + #: src/screens/Onboarding/StepProfile/index.tsx:325 1451 1451 #: src/view/com/auth/server-input/index.tsx:169 1452 1452 #: src/view/com/auth/server-input/index.tsx:170 1453 1453 #: src/view/com/modals/AddAppPasswords.tsx:243 ··· 1845 1845 #: src/components/dialogs/GifSelect.ios.tsx:196 1846 1846 #: src/components/dialogs/GifSelect.tsx:212 1847 1847 msgid "Failed to load GIFs" 1848 - msgstr "GIF 불러오기 실패" 1848 + msgstr "GIF를 불러오지 못했습니다" 1849 1849 1850 1850 #: src/screens/Messages/Conversation/MessageListError.tsx:23 1851 1851 msgid "Failed to load past messages" ··· 1873 1873 msgid "Feed" 1874 1874 msgstr "피드" 1875 1875 1876 - #: src/view/com/feeds/FeedSourceCard.tsx:230 1876 + #: src/view/com/feeds/FeedSourceCard.tsx:251 1877 1877 msgid "Feed by {0}" 1878 1878 msgstr "{0} 님의 피드" 1879 1879 ··· 2093 2093 msgid "Get Started" 2094 2094 msgstr "시작하기" 2095 2095 2096 - #: src/screens/Onboarding/StepProfile/index.tsx:224 2096 + #: src/screens/Onboarding/StepProfile/index.tsx:225 2097 2097 msgid "Give your profile a face" 2098 2098 msgstr "프로필에 얼굴 달기" 2099 2099 ··· 2138 2138 msgid "Go Home" 2139 2139 msgstr "홈으로 이동" 2140 2140 2141 - #: src/screens/Messages/List/ChatListItem.tsx:208 2141 + #: src/screens/Messages/List/ChatListItem.tsx:209 2142 2142 msgid "Go to conversation with {0}" 2143 2143 msgstr "{0} 님과의 대화로 이동합니다" 2144 2144 ··· 2188 2188 msgid "Help" 2189 2189 msgstr "도움말" 2190 2190 2191 - #: src/screens/Onboarding/StepProfile/index.tsx:227 2191 + #: src/screens/Onboarding/StepProfile/index.tsx:228 2192 2192 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." 2193 2193 msgstr "사진을 업로드하거나 아바타를 만들어 사람들이 내가 봇이 아니라는 사실을 알 수 있도록 하세요." 2194 2194 ··· 2230 2230 msgid "Hide user list" 2231 2231 msgstr "사용자 리스트 숨기기" 2232 2232 2233 - #: src/view/com/posts/FeedErrorMessage.tsx:118 2233 + #: src/view/com/posts/FeedErrorMessage.tsx:117 2234 2234 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." 2235 2235 msgstr "피드 서버에 연결하는 중 어떤 문제가 발생했습니다. 피드 소유자에게 이 문제에 대해 알려주세요." 2236 2236 2237 - #: src/view/com/posts/FeedErrorMessage.tsx:106 2237 + #: src/view/com/posts/FeedErrorMessage.tsx:105 2238 2238 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." 2239 2239 msgstr "피드 서버가 잘못 구성된 것 같습니다. 피드 소유자에게 이 문제에 대해 알려주세요." 2240 2240 2241 - #: src/view/com/posts/FeedErrorMessage.tsx:112 2241 + #: src/view/com/posts/FeedErrorMessage.tsx:111 2242 2242 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." 2243 2243 msgstr "피드 서버가 오프라인 상태인 것 같습니다. 피드 소유자에게 이 문제에 대해 알려주세요." 2244 2244 2245 - #: src/view/com/posts/FeedErrorMessage.tsx:109 2245 + #: src/view/com/posts/FeedErrorMessage.tsx:108 2246 2246 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." 2247 2247 msgstr "피드 서버에서 잘못된 응답을 보냈습니다. 피드 소유자에게 이 문제에 대해 알려주세요." 2248 2248 2249 - #: src/view/com/posts/FeedErrorMessage.tsx:103 2249 + #: src/view/com/posts/FeedErrorMessage.tsx:102 2250 2250 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." 2251 2251 msgstr "이 피드를 찾는 데 문제가 있습니다. 피드가 삭제되었을 수 있습니다." 2252 2252 ··· 2293 2293 2294 2294 #: src/view/com/modals/ChangeHandle.tsx:278 2295 2295 msgid "I have my own domain" 2296 - msgstr "내 도메인을 가지고 있습니다" 2296 + msgstr "도메인을 가지고 있음" 2297 2297 2298 2298 #: src/components/dms/BlockedByListDialog.tsx:56 2299 2299 #: src/components/dms/ReportConversationPrompt.tsx:22 ··· 2322 2322 2323 2323 #: src/view/com/modals/ChangePassword.tsx:149 2324 2324 msgid "If you want to change your password, we will send you a code to verify that this is your account." 2325 - msgstr "비밀번호를 변경하고 싶다면 본인 계정임을 확인할 수 있는 코드를 보내드리겠습니다." 2325 + msgstr "비밀번호를 변경하고 싶다면 본인 계정임을 확인할 수 있는 코드를 보내드립니다." 2326 2326 2327 2327 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 2328 2328 msgid "If you're trying to change your handle or email, do so before you deactivate." 2329 - msgstr "" 2329 + msgstr "핸들이나 이메일을 변경하려는 경우 비활성화하기 전에 변경하세요." 2330 2330 2331 2331 #: src/lib/moderation/useReportOptions.ts:37 2332 2332 msgid "Illegal and Urgent" ··· 2596 2596 msgid "List blocked" 2597 2597 msgstr "리스트 차단됨" 2598 2598 2599 - #: src/view/com/feeds/FeedSourceCard.tsx:232 2599 + #: src/view/com/feeds/FeedSourceCard.tsx:253 2600 2600 msgid "List by {0}" 2601 2601 msgstr "{0} 님의 리스트" 2602 2602 ··· 2633 2633 msgid "Lists blocking this user:" 2634 2634 msgstr "이 사용자를 차단한 리스트:" 2635 2635 2636 - #: src/view/screens/Notifications.tsx:168 2636 + #: src/view/screens/Notifications.tsx:184 2637 2637 msgid "Load new notifications" 2638 2638 msgstr "새 알림 불러오기" 2639 2639 ··· 2655 2655 #: src/screens/Deactivated.tsx:214 2656 2656 #: src/screens/Deactivated.tsx:220 2657 2657 msgid "Log in or sign up" 2658 - msgstr "" 2658 + msgstr "로그인 또는 가입" 2659 2659 2660 2660 #: src/screens/SignupQueued.tsx:155 2661 2661 #: src/screens/SignupQueued.tsx:158 ··· 2732 2732 msgid "Message deleted" 2733 2733 msgstr "메시지 삭제됨" 2734 2734 2735 - #: src/view/com/posts/FeedErrorMessage.tsx:201 2735 + #: src/view/com/posts/FeedErrorMessage.tsx:200 2736 2736 msgid "Message from server: {0}" 2737 2737 msgstr "서버에서 보낸 메시지: {0}" 2738 2738 ··· 3023 3023 msgstr "새 게시물" 3024 3024 3025 3025 #: src/view/screens/Feeds.tsx:627 3026 - #: src/view/screens/Notifications.tsx:177 3026 + #: src/view/screens/Notifications.tsx:193 3027 3027 #: src/view/screens/Profile.tsx:464 3028 3028 #: src/view/screens/ProfileFeed.tsx:426 3029 3029 #: src/view/screens/ProfileList.tsx:201 ··· 3104 3104 msgid "No more conversations to show" 3105 3105 msgstr "더 이상 표시할 대화가 없습니다" 3106 3106 3107 - #: src/view/com/notifications/Feed.tsx:117 3107 + #: src/view/com/notifications/Feed.tsx:118 3108 3108 msgid "No notifications yet!" 3109 3109 msgstr "아직 알림이 없습니다." 3110 3110 ··· 3114 3114 #: src/screens/Messages/Settings.tsx:96 3115 3115 msgid "No one" 3116 3116 msgstr "없음" 3117 + 3118 + #: src/screens/Profile/Sections/Feed.tsx:59 3119 + msgid "No posts yet." 3120 + msgstr "아직 게시물이 없습니다." 3117 3121 3118 3122 #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 3119 3123 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 ··· 3198 3202 msgstr "알림음" 3199 3203 3200 3204 #: src/Navigation.tsx:516 3201 - #: src/view/screens/Notifications.tsx:126 3202 - #: src/view/screens/Notifications.tsx:154 3205 + #: src/view/screens/Notifications.tsx:132 3206 + #: src/view/screens/Notifications.tsx:169 3203 3207 #: src/view/shell/bottom-bar/BottomBar.tsx:227 3204 3208 #: src/view/shell/desktop/LeftNav.tsx:350 3205 3209 #: src/view/shell/Drawer.tsx:456 ··· 3249 3253 msgid "Onboarding reset" 3250 3254 msgstr "온보딩 재설정" 3251 3255 3252 - #: src/view/com/composer/Composer.tsx:488 3256 + #: src/view/com/composer/Composer.tsx:522 3253 3257 msgid "One or more images is missing alt text." 3254 3258 msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다." 3255 3259 3256 - #: src/screens/Onboarding/StepProfile/index.tsx:116 3260 + #: src/screens/Onboarding/StepProfile/index.tsx:117 3257 3261 msgid "Only .jpg and .png files are supported" 3258 3262 msgstr ".jpg 및 .png 파일만 지원합니다" 3259 3263 ··· 3283 3287 msgid "Open {name} profile shortcut menu" 3284 3288 msgstr "{name} 님의 프로필 단축 메뉴 열기" 3285 3289 3286 - #: src/screens/Onboarding/StepProfile/index.tsx:276 3290 + #: src/screens/Onboarding/StepProfile/index.tsx:277 3287 3291 msgid "Open avatar creator" 3288 3292 msgstr "아바타 생성기 열기" 3289 3293 3290 - #: src/screens/Messages/List/ChatListItem.tsx:214 3291 - #: src/screens/Messages/List/ChatListItem.tsx:215 3294 + #: src/screens/Messages/List/ChatListItem.tsx:217 3295 + #: src/screens/Messages/List/ChatListItem.tsx:218 3292 3296 msgid "Open conversation options" 3293 3297 msgstr "대화 옵션 열기" 3294 3298 3295 - #: src/view/com/composer/Composer.tsx:600 3296 - #: src/view/com/composer/Composer.tsx:601 3299 + #: src/view/com/composer/Composer.tsx:634 3300 + #: src/view/com/composer/Composer.tsx:635 3297 3301 msgid "Open emoji picker" 3298 3302 msgstr "이모티콘 선택기 열기" 3299 3303 ··· 3386 3390 3387 3391 #: src/view/screens/Settings/index.tsx:808 3388 3392 msgid "Opens modal for account deactivation confirmation" 3389 - msgstr "" 3393 + msgstr "계정 비활성화 확인을 위한 대화 상자를 엽니다" 3390 3394 3391 3395 #: src/view/screens/Settings/index.tsx:830 3392 3396 msgid "Opens modal for account deletion confirmation. Requires email code" ··· 3474 3478 3475 3479 #: src/screens/Deactivated.tsx:211 3476 3480 msgid "Or, continue with another account." 3477 - msgstr "" 3481 + msgstr "또는 다른 계정으로 계속 진행하세요." 3478 3482 3479 3483 #: src/screens/Deactivated.tsx:194 3480 3484 msgid "Or, log into one of your other accounts." 3481 - msgstr "" 3485 + msgstr "또는 다른 계정 중 하나로 로그인하세요." 3482 3486 3483 3487 #: src/lib/moderation/useReportOptions.ts:26 3484 3488 msgid "Other" ··· 3636 3640 3637 3641 #: src/screens/Messages/Conversation/ChatDisabled.tsx:110 3638 3642 msgid "Please explain why you think your chats were incorrectly disabled" 3639 - msgstr "채팅이 잘못 비활성화되었다고 생각하는 이유를 설명해 주세요" 3643 + msgstr "대화가 잘못 비활성화되었다고 생각하는 이유를 설명해 주세요" 3640 3644 3641 3645 #: src/lib/hooks/useAccountSwitcher.ts:48 3642 3646 #: src/lib/hooks/useAccountSwitcher.ts:58 ··· 3647 3651 msgid "Please Verify Your Email" 3648 3652 msgstr "이메일 인증하기" 3649 3653 3650 - #: src/view/com/composer/Composer.tsx:268 3654 + #: src/view/com/composer/Composer.tsx:296 3651 3655 msgid "Please wait for your link card to finish loading" 3652 3656 msgstr "링크 카드를 완전히 불러올 때까지 기다려주세요" 3653 3657 ··· 3659 3663 msgid "Porn" 3660 3664 msgstr "음란물" 3661 3665 3662 - #: src/view/com/composer/Composer.tsx:462 3663 - #: src/view/com/composer/Composer.tsx:470 3666 + #: src/view/com/composer/Composer.tsx:496 3667 + #: src/view/com/composer/Composer.tsx:504 3664 3668 msgctxt "action" 3665 3669 msgid "Post" 3666 3670 msgstr "게시하기" 3667 3671 3668 - #: src/view/com/post-thread/PostThread.tsx:427 3672 + #: src/view/com/post-thread/PostThread.tsx:426 3669 3673 msgctxt "description" 3670 3674 msgid "Post" 3671 3675 msgstr "게시물" ··· 3684 3688 msgid "Post deleted" 3685 3689 msgstr "게시물 삭제됨" 3686 3690 3687 - #: src/view/com/post-thread/PostThread.tsx:193 3691 + #: src/view/com/post-thread/PostThread.tsx:192 3688 3692 msgid "Post hidden" 3689 3693 msgstr "게시물 숨김" 3690 3694 ··· 3706 3710 msgid "Post Languages" 3707 3711 msgstr "게시물 언어" 3708 3712 3709 - #: src/view/com/post-thread/PostThread.tsx:188 3710 - #: src/view/com/post-thread/PostThread.tsx:200 3713 + #: src/view/com/post-thread/PostThread.tsx:187 3714 + #: src/view/com/post-thread/PostThread.tsx:199 3711 3715 msgid "Post not found" 3712 3716 msgstr "게시물을 찾을 수 없음" 3713 3717 ··· 3723 3727 msgid "Posts can be muted based on their text, their tags, or both." 3724 3728 msgstr "게시물의 글 및 태그에 따라 게시물을 뮤트할 수 있습니다." 3725 3729 3726 - #: src/view/com/posts/FeedErrorMessage.tsx:69 3730 + #: src/view/com/posts/FeedErrorMessage.tsx:68 3727 3731 msgid "Posts hidden" 3728 3732 msgstr "게시물 숨겨짐" 3729 3733 ··· 3773 3777 3774 3778 #: src/components/dms/MessagesNUX.tsx:91 3775 3779 msgid "Privately chat with other users." 3776 - msgstr "다른 사용자와 비공개로 채팅하세요." 3780 + msgstr "다른 사용자와 비공개로 대화하세요." 3777 3781 3778 3782 #: src/screens/Login/ForgotPasswordForm.tsx:156 3779 3783 msgid "Processing..." ··· 3812 3816 msgid "Public, shareable lists which can drive feeds." 3813 3817 msgstr "피드를 탐색할 수 있는 공개적이고 공유 가능한 목록입니다." 3814 3818 3815 - #: src/view/com/composer/Composer.tsx:447 3819 + #: src/view/com/composer/Composer.tsx:481 3816 3820 msgid "Publish post" 3817 3821 msgstr "게시물 게시하기" 3818 3822 3819 - #: src/view/com/composer/Composer.tsx:447 3823 + #: src/view/com/composer/Composer.tsx:481 3820 3824 msgid "Publish reply" 3821 3825 msgstr "답글 게시하기" 3822 3826 3823 - #: src/view/com/util/post-ctrls/RepostButton.tsx:113 3824 - #: src/view/com/util/post-ctrls/RepostButton.tsx:125 3827 + #: src/view/com/util/post-ctrls/RepostButton.tsx:115 3828 + #: src/view/com/util/post-ctrls/RepostButton.tsx:127 3825 3829 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 3826 3830 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 3827 3831 msgid "Quote post" ··· 3837 3841 3838 3842 #: src/screens/Deactivated.tsx:144 3839 3843 msgid "Reactivate your account" 3840 - msgstr "" 3844 + msgstr "계정 재활성화" 3841 3845 3842 3846 #: src/components/dms/ReportDialog.tsx:172 3843 3847 msgid "Reason:" ··· 3856 3860 msgstr "대화 다시 불러오기" 3857 3861 3858 3862 #: src/components/dialogs/MutedWords.tsx:288 3859 - #: src/view/com/feeds/FeedSourceCard.tsx:296 3863 + #: src/view/com/feeds/FeedSourceCard.tsx:317 3860 3864 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 3861 3865 #: src/view/com/modals/SelfLabel.tsx:84 3862 3866 #: src/view/com/modals/UserAddRemoveLists.tsx:230 3863 - #: src/view/com/posts/FeedErrorMessage.tsx:213 3867 + #: src/view/com/posts/FeedErrorMessage.tsx:212 3864 3868 msgid "Remove" 3865 3869 msgstr "제거" 3866 3870 ··· 3880 3884 msgid "Remove embed" 3881 3885 msgstr "임베드 제거" 3882 3886 3883 - #: src/view/com/posts/FeedErrorMessage.tsx:169 3887 + #: src/view/com/posts/FeedErrorMessage.tsx:168 3884 3888 #: src/view/com/posts/FeedShutdownMsg.tsx:113 3885 3889 #: src/view/com/posts/FeedShutdownMsg.tsx:117 3886 3890 msgid "Remove feed" 3887 3891 msgstr "피드 제거" 3888 3892 3889 - #: src/view/com/posts/FeedErrorMessage.tsx:210 3893 + #: src/view/com/posts/FeedErrorMessage.tsx:209 3890 3894 msgid "Remove feed?" 3891 3895 msgstr "피드를 제거하시겠습니까?" 3892 3896 3893 - #: src/view/com/feeds/FeedSourceCard.tsx:180 3894 - #: src/view/com/feeds/FeedSourceCard.tsx:245 3897 + #: src/view/com/feeds/FeedSourceCard.tsx:188 3898 + #: src/view/com/feeds/FeedSourceCard.tsx:266 3895 3899 #: src/view/screens/ProfileFeed.tsx:330 3896 3900 #: src/view/screens/ProfileFeed.tsx:336 3897 3901 #: src/view/screens/ProfileList.tsx:443 3898 3902 msgid "Remove from my feeds" 3899 3903 msgstr "내 피드에서 제거" 3900 3904 3901 - #: src/view/com/feeds/FeedSourceCard.tsx:291 3905 + #: src/view/com/feeds/FeedSourceCard.tsx:312 3902 3906 msgid "Remove from my feeds?" 3903 3907 msgstr "내 피드에서 제거하시겠습니까?" 3904 3908 ··· 3916 3920 3917 3921 #: src/view/screens/Search/Search.tsx:1014 3918 3922 msgid "Remove profile" 3919 - msgstr "" 3923 + msgstr "프로필 제거" 3920 3924 3921 3925 #: src/view/screens/Search/Search.tsx:1016 3922 3926 msgid "Remove profile from search history" 3923 - msgstr "" 3927 + msgstr "검색 기록에서 프로필을 제거합니다" 3924 3928 3925 3929 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:238 3926 3930 msgid "Remove quote" 3927 3931 msgstr "인용 제거" 3928 3932 3929 - #: src/view/com/util/post-ctrls/RepostButton.tsx:90 3930 - #: src/view/com/util/post-ctrls/RepostButton.tsx:106 3933 + #: src/view/com/util/post-ctrls/RepostButton.tsx:92 3934 + #: src/view/com/util/post-ctrls/RepostButton.tsx:108 3931 3935 msgid "Remove repost" 3932 3936 msgstr "재게시를 취소합니다" 3933 3937 3934 - #: src/view/com/posts/FeedErrorMessage.tsx:211 3938 + #: src/view/com/posts/FeedErrorMessage.tsx:210 3935 3939 msgid "Remove this feed from your saved feeds" 3936 3940 msgstr "저장한 피드에서 이 피드를 제거합니다" 3937 3941 ··· 3940 3944 msgid "Removed from list" 3941 3945 msgstr "리스트에서 제거됨" 3942 3946 3943 - #: src/view/com/feeds/FeedSourceCard.tsx:131 3947 + #: src/view/com/feeds/FeedSourceCard.tsx:139 3944 3948 msgid "Removed from my feeds" 3945 3949 msgstr "내 피드에서 제거됨" 3946 3950 ··· 3971 3975 msgid "Replies to this thread are disabled" 3972 3976 msgstr "이 스레드에 대한 답글이 비활성화됩니다." 3973 3977 3974 - #: src/view/com/composer/Composer.tsx:460 3978 + #: src/view/com/composer/Composer.tsx:494 3975 3979 msgctxt "action" 3976 3980 msgid "Reply" 3977 3981 msgstr "답글" ··· 4051 4055 msgid "Report this user" 4052 4056 msgstr "이 사용자 신고하기" 4053 4057 4054 - #: src/view/com/util/post-ctrls/RepostButton.tsx:63 4055 - #: src/view/com/util/post-ctrls/RepostButton.tsx:91 4056 - #: src/view/com/util/post-ctrls/RepostButton.tsx:107 4058 + #: src/view/com/util/post-ctrls/RepostButton.tsx:64 4059 + #: src/view/com/util/post-ctrls/RepostButton.tsx:93 4060 + #: src/view/com/util/post-ctrls/RepostButton.tsx:109 4057 4061 msgctxt "action" 4058 4062 msgid "Repost" 4059 4063 msgstr "재게시" ··· 4063 4067 msgid "Repost" 4064 4068 msgstr "재게시" 4065 4069 4066 - #: src/view/com/util/post-ctrls/RepostButton.tsx:83 4070 + #: src/view/com/util/post-ctrls/RepostButton.tsx:85 4067 4071 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 4068 4072 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 4069 4073 msgid "Repost or quote post" ··· 4443 4447 msgid "Send message" 4444 4448 msgstr "메시지 보내기" 4445 4449 4446 - #: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 4450 + #: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 4447 4451 msgid "Send post to..." 4448 4452 msgstr "게시물을 다음으로 보내기" 4449 4453 ··· 4461 4465 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 4462 4466 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 4463 4467 msgid "Send verification email" 4464 - msgstr "인증 메일 보내기" 4468 + msgstr "인증 이메일 보내기" 4465 4469 4466 4470 #: src/view/com/util/forms/PostDropdownBtn.tsx:299 4467 4471 #: src/view/com/util/forms/PostDropdownBtn.tsx:302 ··· 4712 4716 #: src/view/shell/bottom-bar/BottomBar.tsx:312 4713 4717 #: src/view/shell/bottom-bar/BottomBar.tsx:313 4714 4718 #: src/view/shell/bottom-bar/BottomBar.tsx:315 4715 - #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 4716 - #: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 4717 - #: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 4719 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 4720 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 4721 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 4718 4722 #: src/view/shell/NavSignupCard.tsx:69 4719 4723 #: src/view/shell/NavSignupCard.tsx:70 4720 4724 #: src/view/shell/NavSignupCard.tsx:72 ··· 4745 4749 #: src/view/shell/bottom-bar/BottomBar.tsx:302 4746 4750 #: src/view/shell/bottom-bar/BottomBar.tsx:303 4747 4751 #: src/view/shell/bottom-bar/BottomBar.tsx:305 4748 - #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 4749 - #: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 4750 - #: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 4752 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 4753 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 4754 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 4751 4755 #: src/view/shell/NavSignupCard.tsx:60 4752 4756 #: src/view/shell/NavSignupCard.tsx:61 4753 4757 #: src/view/shell/NavSignupCard.tsx:63 ··· 4795 4799 #: src/screens/Deactivated.tsx:94 4796 4800 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 4797 4801 msgid "Something went wrong, please try again" 4798 - msgstr "" 4802 + msgstr "알 수 없는 오류가 발생했습니다. 다시 시도해 주세요" 4799 4803 4800 4804 #: src/components/ReportDialog/index.tsx:59 4801 4805 #: src/screens/Moderation/index.tsx:114 ··· 5025 5029 msgid "The following steps will help customize your Bluesky experience." 5026 5030 msgstr "다음 단계는 Bluesky 환경을 맞춤 설정하는 데 도움이 됩니다." 5027 5031 5028 - #: src/view/com/post-thread/PostThread.tsx:189 5029 - #: src/view/com/post-thread/PostThread.tsx:201 5032 + #: src/view/com/post-thread/PostThread.tsx:188 5033 + #: src/view/com/post-thread/PostThread.tsx:200 5030 5034 msgid "The post may have been deleted." 5031 5035 msgstr "게시물이 삭제되었을 수 있습니다." 5032 5036 ··· 5044 5048 5045 5049 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 5046 5050 msgid "There is no time limit for account deactivation, come back any time." 5047 - msgstr "" 5051 + msgstr "계정 비활성화에는 시간 제한이 없으므로 언제든지 다시 돌아올 수 있습니다." 5048 5052 5049 5053 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:115 5050 5054 #: src/view/screens/ProfileFeed.tsx:541 5051 5055 msgid "There was an an issue contacting the server, please check your internet connection and try again." 5052 5056 msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." 5053 5057 5054 - #: src/view/com/posts/FeedErrorMessage.tsx:146 5058 + #: src/view/com/posts/FeedErrorMessage.tsx:145 5055 5059 msgid "There was an an issue removing this feed. Please check your internet connection and try again." 5056 5060 msgstr "이 피드를 삭제하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." 5057 5061 ··· 5075 5079 msgid "There was an issue contacting the server" 5076 5080 msgstr "서버에 연결하는 동안 문제가 발생했습니다" 5077 5081 5078 - #: src/view/com/feeds/FeedSourceCard.tsx:120 5079 - #: src/view/com/feeds/FeedSourceCard.tsx:133 5082 + #: src/view/com/feeds/FeedSourceCard.tsx:128 5083 + #: src/view/com/feeds/FeedSourceCard.tsx:141 5080 5084 msgid "There was an issue contacting your server" 5081 5085 msgstr "서버에 연결하는 동안 문제가 발생했습니다" 5082 5086 5083 - #: src/view/com/notifications/Feed.tsx:125 5087 + #: src/view/com/notifications/Feed.tsx:126 5084 5088 msgid "There was an issue fetching notifications. Tap here to try again." 5085 5089 msgstr "알림을 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." 5086 5090 ··· 5135 5139 5136 5140 #: src/screens/SignupQueued.tsx:112 5137 5141 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." 5138 - msgstr "Bluesky에 신규 사용자가 몰리고 있습니다! 최대한 빨리 계정을 활성화해 드리겠습니다." 5142 + msgstr "Bluesky에 신규 사용자가 몰리고 있습니다! 최대한 빨리 계정을 활성화하겠습니다." 5139 5143 5140 5144 #: src/components/moderation/ScreenHider.tsx:116 5141 5145 msgid "This {screenDescription} has been flagged:" ··· 5159 5163 5160 5164 #: src/screens/Messages/Conversation/MessageListError.tsx:18 5161 5165 msgid "This chat was disconnected" 5162 - msgstr "이 채팅은 연결이 끊어졌습니다" 5166 + msgstr "이 대화는 연결이 끊어졌습니다" 5163 5167 5164 5168 #: src/lib/moderation/useGlobalLabelStrings.ts:19 5165 5169 msgid "This content has been hidden by the moderators." ··· 5178 5182 msgid "This content is not available because one of the users involved has blocked the other." 5179 5183 msgstr "관련 사용자 중 한 명이 다른 사용자를 차단했기 때문에 이 콘텐츠를 사용할 수 없습니다." 5180 5184 5181 - #: src/view/com/posts/FeedErrorMessage.tsx:115 5185 + #: src/view/com/posts/FeedErrorMessage.tsx:114 5182 5186 msgid "This content is not viewable without a Bluesky account." 5183 5187 msgstr "이 콘텐츠는 Bluesky 계정이 없으면 볼 수 없습니다." 5184 5188 5189 + #: src/screens/Messages/List/ChatListItem.tsx:211 5190 + msgid "This conversation is with a deleted or a deactivated account. Press for options." 5191 + msgstr "이 대화는 삭제되었거나 비활성화된 계정과의 대화입니다. 옵션을 보려면 누르세요." 5192 + 5185 5193 #: src/view/screens/Settings/ExportCarDialog.tsx:93 5186 5194 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>." 5187 5195 msgstr "이 기능은 베타 버전입니다. 저장소 내보내기에 대한 자세한 내용은 <0>이 블로그 글</0>에서 확인할 수 있습니다." 5188 5196 5189 - #: src/view/com/posts/FeedErrorMessage.tsx:121 5197 + #: src/view/com/posts/FeedErrorMessage.tsx:120 5190 5198 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." 5191 5199 msgstr "이 피드는 현재 트래픽이 많아 일시적으로 사용할 수 없습니다. 나중에 다시 시도해 주세요." 5192 5200 5193 - #: src/screens/Profile/Sections/Feed.tsx:59 5194 - #: src/view/screens/ProfileFeed.tsx:471 5195 - #: src/view/screens/ProfileList.tsx:729 5196 - msgid "This feed is empty!" 5197 - msgstr "이 피드는 비어 있습니다." 5198 - 5199 5201 #: src/view/com/posts/CustomFeedEmptyState.tsx:37 5200 5202 msgid "This feed is empty! You may need to follow more users or tune your language settings." 5201 5203 msgstr "이 피드는 비어 있습니다. 더 많은 사용자를 팔로우하거나 언어 설정을 조정해 보세요." 5202 5204 5205 + #: src/view/screens/ProfileFeed.tsx:471 5206 + #: src/view/screens/ProfileList.tsx:729 5207 + msgid "This feed is empty." 5208 + msgstr "이 피드는 비어 있습니다." 5209 + 5203 5210 #: src/view/com/posts/FeedShutdownMsg.tsx:97 5204 5211 msgid "This feed is no longer online. We are showing <0>Discover</0> instead." 5205 5212 msgstr "이 피드는 더 이상 온라인 상태가 아닙니다. 대신 <0>Discover</0>를 표시합니다." ··· 5426 5433 msgid "Unblock Account?" 5427 5434 msgstr "계정을 차단 해제하시겠습니까?" 5428 5435 5429 - #: src/view/com/util/post-ctrls/RepostButton.tsx:62 5436 + #: src/view/com/util/post-ctrls/RepostButton.tsx:63 5430 5437 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 5431 5438 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 5432 5439 msgid "Undo repost" ··· 5523 5530 msgid "Updating..." 5524 5531 msgstr "업데이트 중…" 5525 5532 5526 - #: src/screens/Onboarding/StepProfile/index.tsx:280 5533 + #: src/screens/Onboarding/StepProfile/index.tsx:281 5527 5534 msgid "Upload a photo instead" 5528 5535 msgstr "대신 사진 업로드하기" 5529 5536 ··· 5743 5750 #: src/components/ProfileHoverCard/index.web.tsx:396 5744 5751 #: src/components/ProfileHoverCard/index.web.tsx:429 5745 5752 #: src/view/com/posts/AviFollowButton.tsx:58 5746 - #: src/view/com/posts/FeedErrorMessage.tsx:175 5753 + #: src/view/com/posts/FeedErrorMessage.tsx:174 5747 5754 msgid "View profile" 5748 5755 msgstr "프로필 보기" 5749 5756 ··· 5842 5849 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." 5843 5850 msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요." 5844 5851 5852 + #: src/view/com/composer/Composer.tsx:333 5853 + msgid "We're sorry! The post you are replying to has been deleted." 5854 + msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다." 5855 + 5845 5856 #: src/components/Lists.tsx:212 5846 5857 #: src/view/screens/NotFound.tsx:48 5847 5858 msgid "We're sorry! We can't find the page you were looking for." ··· 5853 5864 5854 5865 #: src/screens/Deactivated.tsx:128 5855 5866 msgid "Welcome back!" 5856 - msgstr "" 5867 + msgstr "다시 돌아오셨군요!" 5857 5868 5858 5869 #: src/screens/Onboarding/StepInterests/index.tsx:135 5859 5870 msgid "What are your interests?" ··· 5861 5872 5862 5873 #: src/view/com/auth/SplashScreen.tsx:40 5863 5874 #: src/view/com/auth/SplashScreen.web.tsx:86 5864 - #: src/view/com/composer/Composer.tsx:340 5875 + #: src/view/com/composer/Composer.tsx:374 5865 5876 msgid "What's up?" 5866 5877 msgstr "무슨 일이 일어나고 있나요?" 5867 5878 ··· 5920 5931 msgid "Write a message" 5921 5932 msgstr "메시지를 입력하세요" 5922 5933 5923 - #: src/view/com/composer/Composer.tsx:534 5934 + #: src/view/com/composer/Composer.tsx:568 5924 5935 msgid "Write post" 5925 5936 msgstr "게시물 작성" 5926 5937 5927 - #: src/view/com/composer/Composer.tsx:339 5938 + #: src/view/com/composer/Composer.tsx:373 5928 5939 #: src/view/com/composer/Prompt.tsx:39 5929 5940 msgid "Write your reply" 5930 5941 msgstr "답글 작성하기" ··· 5946 5957 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 5947 5958 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 5948 5959 msgid "Yes, deactivate" 5949 - msgstr "" 5960 + msgstr "비활성화" 5950 5961 5951 5962 #: src/screens/Deactivated.tsx:150 5952 5963 msgid "Yes, reactivate my account" 5953 - msgstr "" 5964 + msgstr "내 계정 재활성화" 5954 5965 5955 5966 #: src/components/dms/MessageItem.tsx:188 5956 5967 msgid "Yesterday, {time}" ··· 5971 5982 5972 5983 #: src/view/com/modals/DeleteAccount.tsx:202 5973 5984 msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." 5974 - msgstr "" 5985 + msgstr "대신 계정을 일시적으로 비활성화한 후 언제든지 재활성화할 수도 있습니다." 5975 5986 5976 5987 #: src/components/dms/MessagesNUX.tsx:119 5977 5988 msgid "You can change this at any time." ··· 5988 5999 5989 6000 #: src/screens/Deactivated.tsx:136 5990 6001 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." 5991 - msgstr "" 6002 + msgstr "계정을 재활성화하여 로그인을 계속할 수 있습니다. 내 프로필과 글이 다른 사용자에게 표시됩니다." 5992 6003 5993 6004 #: src/view/com/profile/ProfileFollowers.tsx:86 5994 6005 msgid "You do not have any followers." ··· 6006 6017 msgid "You don't have any saved feeds." 6007 6018 msgstr "저장한 피드가 없습니다." 6008 6019 6009 - #: src/view/com/post-thread/PostThread.tsx:195 6020 + #: src/view/com/post-thread/PostThread.tsx:194 6010 6021 msgid "You have blocked the author or you have been blocked by the author." 6011 6022 msgstr "작성자를 차단했거나 작성자가 나를 차단했습니다." 6012 6023 ··· 6095 6106 6096 6107 #: src/screens/Deactivated.tsx:131 6097 6108 msgid "You previously deactivated @{0}." 6098 - msgstr "" 6109 + msgstr "이전에 @{0}을(를) 비활성화했습니다." 6099 6110 6100 6111 #: src/view/com/util/forms/PostDropdownBtn.tsx:173 6101 6112 msgid "You will no longer receive notifications for this thread" ··· 6115 6126 6116 6127 #: src/screens/Messages/List/ChatListItem.tsx:142 6117 6128 msgid "You: {defaultEmbeddedContentMessage}" 6118 - msgstr "" 6129 + msgstr "나: {defaultEmbeddedContentMessage}" 6119 6130 6120 6131 #: src/screens/Messages/List/ChatListItem.tsx:135 6121 6132 msgid "You: {short}" 6122 - msgstr "" 6133 + msgstr "나: {short}" 6123 6134 6124 6135 #: src/screens/SignupQueued.tsx:93 6125 6136 #: src/screens/SignupQueued.tsx:94 ··· 6130 6141 #: src/screens/Deactivated.tsx:89 6131 6142 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 6132 6143 msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." 6133 - msgstr "" 6144 + msgstr "앱 비밀번호로 로그인했습니다. 계정 비활성화를 계속하려면 원래 비밀번호로 로그인하세요." 6134 6145 6135 6146 #: src/screens/Onboarding/StepFinished.tsx:123 6136 6147 msgid "You're ready to go!" ··· 6185 6196 6186 6197 #: src/view/com/posts/FollowingEmptyState.tsx:47 6187 6198 msgid "Your following feed is empty! Follow more users to see what's happening." 6188 - msgstr "팔로우 중 피드가 비어 있습니다! 더 많은 사용자를 팔로우하여 무슨 일이 일어나고 있는지 확인하세요." 6199 + msgstr "팔로우 중 피드가 비어 있습니다. 더 많은 사용자를 팔로우하여 무슨 일이 일어나고 있는지 확인하세요." 6189 6200 6190 6201 #: src/screens/Signup/StepHandle.tsx:73 6191 6202 msgid "Your full handle will be" ··· 6203 6214 msgid "Your password has been changed successfully!" 6204 6215 msgstr "비밀번호를 성공적으로 변경했습니다." 6205 6216 6206 - #: src/view/com/composer/Composer.tsx:330 6217 + #: src/view/com/composer/Composer.tsx:364 6207 6218 msgid "Your post has been published" 6208 6219 msgstr "게시물을 게시했습니다" 6209 6220 ··· 6217 6228 6218 6229 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 6219 6230 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." 6220 - msgstr "" 6231 + msgstr "내 프로필, 글, 피드 및 리스트가 더 이상 다른 Bluesky 사용자에게 표시되지 않습니다. 언제든지 로그인하여 계정을 재활성화할 수 있습니다." 6221 6232 6222 - #: src/view/com/composer/Composer.tsx:329 6233 + #: src/view/com/composer/Composer.tsx:363 6223 6234 msgid "Your reply has been published" 6224 6235 msgstr "내 답글을 게시했습니다" 6225 6236