{ "about.date": "빌드 날짜:", "about.enterpriseEditionLearn": "다음에서 Enterprise Edition에 대해 더 알아보기 ", "about.enterpriseEditionSt": "방화벽 안에서 이뤄지는 최신 커뮤니케이션.", "about.enterpriseEditione1": "엔터프라이즈 에디션", "about.hash": "빌드 해시:", "about.hashee": "EE 빌드 해시:", "about.teamEditionLearn": "Mattermost 커뮤니티에 참여", "about.teamEditionSt": "모든 팀 커뮤니케이션을 한곳에 모아 어디서나 즉시 검색하고 액세스할 수 있습니다.", "about.teamEditiont0": "팀 에디션", "about.teamEditiont1": "엔터프라이즈 에디션", "account.logout": "로그아웃", "account.logout_from": "{serverName}에서 로그아웃", "account.settings": "설정", "account.your_profile": "프로필", "alert.channel_deleted.description": "{displayName} 채널이 보관되었습니다.", "alert.channel_deleted.title": "보관된 채널", "alert.push_proxy.button": "확인", "alert.push_proxy_error.description": "이 서버의 설정으로 인해 모바일 앱에서 알림을 수신할 수 없습니다. 자세한 정보는 시스템 관리자에게 문의하세요.", "alert.push_proxy_error.title": "이 서버의 알림을 수신할 수 없습니다", "alert.push_proxy_unknown.description": "알 수 없는 이유로 이 서버에서 푸시 알림을 수신할 수 없습니다. 다음에 연결할 때 다시 시도합니다.", "alert.push_proxy_unknown.title": "이 서버에서 알림을 받을 수 없습니다", "alert.removed_from_channel.description": "{displayName} 채널에서 제거되었습니다.", "alert.removed_from_channel.title": "채널에서 제거되었습니다", "alert.removed_from_team.description": "{displayName} 팀에서 제거되었습니다.", "alert.removed_from_team.title": "팀에서 제거되었습니다", "announcment_banner.dismiss": "공지 닫기", "announcment_banner.okay": "확인", "api.channel.add_guest.added": "{username}님이 {addedUsername}님을 채널에 게스트로 추가했습니다.", "api.channel.add_member.added": "{username}님이 {addedUsername}님을 채널에 추가했습니다.", "api.channel.guest_join_channel.post_and_forget": "{username}이(가) 게스트로 채널에 참여했습니다.", "apps.binding.default_button_name": "확인", "apps.error": "오류: {error}", "apps.error.command.field_missing": "필수 필드 누락: `{fieldName}`.", "apps.error.command.same_channel": "필드 `{fieldName}`에서 채널이 반복 지정되었습니다: `{option}`.", "apps.error.command.same_option": "필드 `{fieldName}` 에서 옵션이 반복 지정되었습니다: `{option}`.", "apps.error.command.same_user": "필드 `{fieldName}` 에서 사용자가 반복 지정되었습니다: `{option}`.", "apps.error.command.unknown_channel": "`{fieldName}` 필드에 대한 알 수 없는 채널: `{option}`.", "apps.error.command.unknown_option": "`{fieldName}` 필드에 대한 알 수 없는 옵션: `{option}`.", "apps.error.command.unknown_user": "`{fieldName}` 필드의 알 수 없는 사용자: `{option}`.", "apps.error.form.no_form": "`form`이 정의되지 않았습니다.", "apps.error.form.no_lookup": "`lookup` 이 정의되어 있지 않습니다.", "apps.error.form.no_source": "`source` 가 정의되어 있지 않습니다.", "apps.error.form.no_submit": "`submit`이 정의되어 있지 않습니다", "apps.error.form.refresh": "선택한 항목을 가져오는 동안 오류가 발생했습니다. 앱 개발자에게 문의하세요. 세부정보: {details}", "apps.error.form.refresh_no_refresh": "새로고침이 불가능한 필드에 대해 새로고침을 실행합니다.", "apps.error.form.submit.pretext": "모달을 제출하는 중에 오류가 발생했습니다. 앱 개발자에게 문의하세요. 세부정보: {details}", "apps.error.lookup.error_preparing_request": "조회 요청을 준비하는 중 오류 발생: {errorMessage}", "apps.error.malformed_binding": "바인딩이 제대로 형성되지 않았습니다. 앱 개발자에게 문의하십시오.", "apps.error.parser": "파싱 오류: {error}", "apps.error.parser.empty_value": "빈 값은 허용되지 않습니다.", "apps.error.parser.execute_non_leaf": "하위 명령을 선택해야 합니다.", "apps.error.parser.missing_binding": "커맨드 연결을 찾을 수 없습니다.", "apps.error.parser.missing_field_name": "'name' 필드가 누락되었습니다.", "apps.error.parser.missing_field_value": "필드 값이 누락되었습니다.", "apps.error.parser.missing_list_end": "목록을 닫는 토큰이 필요합니다.", "apps.error.parser.missing_quote": "입력 종료 전에 \"가 필요합니다.", "apps.error.parser.missing_source": "양식이 제출되지 않았거나 원본이 없습니다.", "apps.error.parser.missing_submit": "바인딩 또는 양식에 제출 호출이 없습니다.", "apps.error.parser.missing_tick": "입력 종료 전에 '가 필요합니다.", "apps.error.parser.multiple_equal": "'=' 기호는 여러 개 사용할 수 없습니다.", "apps.error.parser.no_argument_pos_x": "인수를 식별할 수 없습니다.", "apps.error.parser.no_bindings": "바인딩 된 명령어가 없습니다.", "apps.error.parser.no_form": "양식을 찾을 수 없습니다.", "apps.error.parser.no_match": "`{command}`: 이 작업 공간에서 일치하는 명령어를 찾을 수 없습니다.", "apps.error.parser.no_slash_start": "커맨드는 반드시 `/`로 시작해야 합니다.", "apps.error.parser.unexpected_character": "예기치 않은 문자.", "apps.error.parser.unexpected_comma": "예기치 않은 콤마.", "apps.error.parser.unexpected_error": "예기치 않은 오류입니다.", "apps.error.parser.unexpected_flag": "명령어에서`{flagName}`플래그를 허용하지 않습니다.", "apps.error.parser.unexpected_squared_bracket": "예기치 않은 목록이 열립니다.", "apps.error.parser.unexpected_state": "연결할 수 없음: matchBinding에서 예기치 않은 상태: `{state}`.", "apps.error.parser.unexpected_whitespace": "연결할 수 없음: 예기치 않은 공백입니다.", "apps.error.responses.form.no_form": "응답 유형이 `form`이지만 응답에 포함된 양식이 없습니다.", "apps.error.responses.navigate.no_url": "응답 유형은 `navigate`이지만, URL이 포함되지 않았습니다.", "apps.error.responses.unexpected_error": "예기치 않은 오류를 수신했습니다.", "apps.error.responses.unexpected_type": "앱 응답 유형이 예상되지 않았습니다. 응답 유형: {type}", "apps.error.responses.unknown_field_error": "알 수 없는 항목 오류를 수신했습니다. 항목 이름: `{field}`. 오류: `{error}`.", "apps.error.responses.unknown_type": "지원되지 않는 앱 응답 유형입니다. 응답 유형: {type}.", "apps.error.unknown": "알 수 없는 오류가 발생했습니다.", "apps.suggestion.dynamic.error": "동적 선택 오류", "apps.suggestion.errors.parser_error": "파싱 오류", "apps.suggestion.no_dynamic": "동적 제안에 대해 반환된 데이터가 없습니다", "apps.suggestion.no_static": "일치하는 옵션이 없습니다.", "apps.suggestion.no_suggestion": "일치하는 제안이 없습니다.", "archivedChannelMessage": "**보관된 채널**을 보고 있습니다. 보관된 채널에는 새로운 메시지를 게시할 수 없습니다.", "audio.loading_error": "오디오 로딩에 실패하였습니다.", "autocomplete_selector.unknown_channel": "알 수 없는 채널", "browse_channels.archivedChannels": "보관된 채널", "browse_channels.dropdownTitle": "보기", "browse_channels.noMore": "더 이상 참여할 채널이 없습니다", "browse_channels.publicChannels": "공개 채널", "browse_channels.sharedChannels": "공유 채널", "browse_channels.showArchivedChannels": "보기: 보관된 채널", "browse_channels.showPublicChannels": "보기: 공개 채널", "browse_channels.showSharedChannels": "보기: 공유 채널", "browse_channels.title": "채널 탐색", "calls.join_call_avatars.bottom_sheet_title": "통화 참여자", "center_panel.archived.closeChannel": "채널 닫기", "channel.abac_policy_enforced.description": "접근 정책에 해당되는 사용자만 이 채널에 선택하여 추가할 수 있습니다.", "channel.abac_policy_enforced.title": "채널 접근이 사용자 속성으로 제한됩니다", "channel.banner.bottom_sheet.title": "채널 배너", "channel_add_members.add_members.button": "멤버 추가", "channel_bookmark.add.detail_title": "제목", "channel_bookmark.add.emoji": "이모지 추가", "channel_bookmark.add.failed_title": "북마크 추가하는데 실패했습니다", "channel_bookmark.add.file_cancel": "취소", "channel_bookmark.add.file_title": "첨부", "channel_bookmark.add.file_upload_error": "파일 업로드하는데 실패했습니다. 다시 시도하세요.", "channel_bookmark.add.file_uploading": "업로드 중... ({progress}%)", "channel_bookmark.add_edit.failed_desc": "상세: {error}", "channel_bookmark.copy_option": "링크 복사", "channel_bookmark.delete.confirm": "정말 {displayName} 북마크를 삭제하시겠습니까?", "channel_bookmark.delete.confirm_title": "북마크 삭제", "channel_bookmark.delete.failed_detail": "상세: {error}", "channel_bookmark.delete.failed_title": "북마크 삭제하는데 실패했습니다", "channel_bookmark.delete.yes": "네", "channel_bookmark.delete_option": "삭제", "channel_bookmark.edit.failed_title": "북마크 편집하는데 실패했습니다", "channel_bookmark.edit.save_button": "저장", "channel_bookmark.edit_option": "편집", "channel_bookmark.share_option": "공유", "channel_bookmark_add.link": "링크", "channel_bookmark_add.link.input.description": "메시지, 파일 또는 외부 링크를 추가하세요", "channel_bookmark_add.link.invalid": "유효한 링크를 입력하세요", "channel_files.empty.paragraph": "이 채널에 게시된 파일은 여기에 표시됩니다.", "channel_files.empty.title": "아직 파일이 없습니다", "channel_files.noFiles.paragraph": "이 채널에는 필터가 적용된 파일이 포함되어 있지 않습니다", "channel_files.noFiles.title": "파일이 존재하지 않습니다", "channel_header.directchannel.you": "{displayName} (당신)", "channel_header.info": "정보 보기", "channel_header.member_count": "{count, plural, one {# 구성원} other {# 구성원}}", "channel_info.add_bookmark": "북마크 추가하기", "channel_info.add_bookmark.file": "파일 첨부하기", "channel_info.add_bookmark.link": "링크 추가하기", "channel_info.add_bookmark.max_reached": "이 채널은 최대 북마크 개수를 도달했습니다.", "channel_info.add_members": "멤버 추가", "channel_info.alertNo": "아니오", "channel_info.alertYes": "네", "channel_info.alert_retry": "다시 시도", "channel_info.archive": "채널 보관", "channel_info.archive_description.can_view_archived": "이렇게 하면 팀에서 채널을 보관합니다. 채널 구성원은 채널에 계속 접근할 수 있습니다.\n\n{term} {name} 채널을 보관하시겠어요?", "channel_info.archive_description.cannot_view_archived": "이렇게 하면 팀에서 채널을 보관하고 사용자 인터페이스에서 제거합니다. 보관된 채널은 다시 필요할 경우 보관 해제할 수 있습니다. \n \n {term} {name}을 보관하시겠습니까?", "channel_info.archive_failed": "{displayName} 채널을 보관하는 중에 오류가 발생했습니다", "channel_info.archive_title": "{term} 채널 보관", "channel_info.channel_auto_follow_threads": "이 채널의 모든 글타래를 팔로우하기", "channel_info.channel_auto_follow_threads_failed": "{displayName} 채널에 모든 글타래를 자동으로 구독하는데 실패했습니다", "channel_info.channel_files": "파일", "channel_info.close": "닫기", "channel_info.close_dm": "개인 메시지 닫기", "channel_info.close_dm_channel": "이 개인 메시지를 닫으시겠어요? 홈 화면에서 채널이 제거되지만 언제든지 다시 열어볼 수 있습니다.", "channel_info.close_gm": "그룹 메시지 닫기", "channel_info.close_gm_channel": "이 그룹 메시지를 닫으시겠어요? 홈 화면에서 채널에 제거되지만 언제든지 다시 열어볼 수 있습니다.", "channel_info.convert_failed": "{displayName} 채널을 비공개 채널로 변환하지 못했습니다.", "channel_info.convert_gm_to_channel": "비공개 채널로 변환", "channel_info.convert_gm_to_channel.button_text": "비공개 채널로 변환", "channel_info.convert_gm_to_channel.button_text_converting": "변환 중...", "channel_info.convert_gm_to_channel.conversion_error": "오류가 발생하였습니다. 그룹 메시지가 비공개 채널로 변환하지 못했습니다.", "channel_info.convert_gm_to_channel.loading.footer": "세부 정보 가져오기...", "channel_info.convert_gm_to_channel.screen_title": "비공개 채널로 변환", "channel_info.convert_gm_to_channel.team_selector_list.title": "팀 선택", "channel_info.convert_gm_to_channel.warning.body.yourself": "당신", "channel_info.convert_gm_to_channel.warning.bodyXXXX": "{memberNames}과의 그룹 메시지를 채널로 변환하려고 합니다. 이 행동을 되돌릴 수 없습니다.", "channel_info.convert_gm_to_channel.warning.header": "대화 이력이 모든 채널 회원들한테 표시됩니다", "channel_info.convert_gm_to_channel.warning.no_teams.body": "그룹 멤버들은 같은 팀에 소속되지 않아 그룹이 채널로 변환할 수 없습니다. 먼저 모든 팀 멤버들이 같은 팀으로 추가한 후 채널로 변환하세요.", "channel_info.convert_gm_to_channel.warning.no_teams.header": "그룹 회원들이 서로 다른 팀의 회원이기 때문에 채널로 변환하지 못했습니다", "channel_info.convert_private": "비공개 채널로 변환", "channel_info.convert_private_description": "{displayName} 채널을 비공개 채널로 변환할 때, 기록과 권한은 유지됩니다. 링크를 통해 공개적으로 공유된 파일들은 계속 접근할 수 있습니다. 비공개 채널의 접근은 초대를 통해서만 가능합니다.\n\n이 변경은 영구적이며 되돌릴 수 없습니다.\n\n{displayName} 채널을 비공개 채널로 변환하시겠어요?", "channel_info.convert_private_success": "{displayName} 채널은 이제 비공개 채널입니다.", "channel_info.convert_private_title": "{displayName} 채널을 비공개 채널로 변환하시겠어요?", "channel_info.copied": "복사됨", "channel_info.copy_link": "링크 복사", "channel_info.copy_purpose_text": "텍스트 복사", "channel_info.custom_status": "사용자 정의 상태:", "channel_info.edit_header": "제목글 편집", "channel_info.error_close": "닫기", "channel_info.favorite": "즐겨찾기", "channel_info.favorited": "즐겨찾기 등록됨", "channel_info.header": "헤더:", "channel_info.ignore_mentions": "@channel, @here, @all 멘션 무시", "channel_info.leave": "나가기", "channel_info.leave_channel": "채널 나가기", "channel_info.leave_private_channel": "{displayName} 비공개 채널에서 나가시겠어요? 다시 초대를 받기 전까지는 이 채널에 참여할 수 없습니다.", "channel_info.leave_public_channel": "{displayName} 공개 채널에서 나가시겠어요? 언제든지 다시 참여할 수 있습니다.", "channel_info.local_time": "현지 시간", "channel_info.members": "구성원", "channel_info.mention": "멘션", "channel_info.mobile_notifications": "모바일 알림", "channel_info.muted": "음소거", "channel_info.nickname": "별명", "channel_info.notification.all": "모두", "channel_info.notification.default": "기본", "channel_info.notification.mention": "멘션", "channel_info.notification.none": "하지 않음", "channel_info.pinned_messages": "고정된 메시지", "channel_info.position": "위치", "channel_info.private_channel": "비공개 채널", "channel_info.public_channel": "공개 채널", "channel_info.scheduled": "{time}에 보내기", "channel_info.send_a_mesasge": "메시지 보내기", "channel_info.send_mesasge": "메시지 보내기", "channel_info.set_header": "머리말 설정", "channel_info.unarchive": "채널 보관 해제", "channel_info.unarchive_description": "{term} {name} 채널의 보관을 해제하시겠어요?", "channel_info.unarchive_failed": "{displayName} 채널을 보관 해제하는 중에 오류가 발생했습니다", "channel_info.unarchive_title": "{term} 채널 보관 해제", "channel_into.convert_gm_to_channel.team_selector.label": "팀", "channel_into.convert_gm_to_channel.team_selector.placeholder": "팀 선택", "channel_intro.createdBy": "{date}에 {user}님이 만들었음", "channel_intro.createdOn": "{date}에 만들었음", "channel_list.channels_category": "채널", "channel_list.dms_category": "개인 메시지", "channel_list.favorites_category": "즐겨찾기", "channel_list.find_channels": "채널 찾기...", "channel_loader.someone": "누군가", "channel_modal.descriptionHelp": "이 채널이 어떤 목적으로 사용되는지 설명해주세요.", "channel_modal.header": "헤더", "channel_modal.headerEx": "머리글에 마크다운 사용", "channel_modal.headerHelp": "채널 이름 옆의 채널 머리글에 표시할 텍스트를 지정합니다. 예를 들어 [링크 제목](http://example.com) 링크 텍스트를 입력하여 자주 사용하는 링크를 포함합니다.", "channel_modal.makePrivate.description": "채널이 비공개로 지정되면 초대된 구성원만 그 채널에 참여할 수 있습니다", "channel_modal.makePrivate.label": "비공개로 만들기", "channel_modal.name": "이름", "channel_modal.nameEx": "버그, 마케팅", "channel_modal.optional": "(선택 사항)", "channel_modal.purpose": "설명", "channel_modal.purposeEx": "버그 및 개선 사항을 신고할 수 있는 채널", "channel_notification_preferences.default": "(기본값)", "channel_notification_preferences.muted_content": "알림 설정을 변경할 수 있지만 채널의 음소거를 해제할 때까지 알림을 받지 못합니다.", "channel_notification_preferences.muted_title": "이 채널은 음소거되어 있습니다", "channel_notification_preferences.notification.all": "모든 새 메시지", "channel_notification_preferences.notification.mention": "멘션만", "channel_notification_preferences.notification.none": "알림을 받지 않음", "channel_notification_preferences.notification.thread_replies": "이 채널에서 팔로우 중인 스레드에 대해 답글 알림 받기", "channel_notification_preferences.notify_about": "푸시 알림을 받을 대상...", "channel_notification_preferences.reset_default": "기본값으로 되돌리기", "channel_notification_preferences.thread_replies": "스레드 댓글", "channel_notification_preferences.unmute_content": "채널 음소거 해제", "combined_system_message.added_to_channel.many_expanded": "{actor}님이 {users}와 {lastUser}님을 **채널에 추가**했습니다.", "combined_system_message.added_to_channel.one": "{actor}님이 {firstUser}님을 **채널에 추가**했습니다.", "combined_system_message.added_to_channel.one_you": "{actor}님이 당신을 **채널에 추가하였습니다**.", "combined_system_message.added_to_channel.two": "{actor}님이 {firstUser}, {secondUser}님을 **채널에 추가**했습니다.", "combined_system_message.added_to_team.many_expanded": "{actor}님이 {users}와 {lastUser}님을 **팀에 추가**했습니다.", "combined_system_message.added_to_team.one": "{actor}님이 {firstUser}님을 **팀에 추가**했습니다.", "combined_system_message.added_to_team.one_you": "{actor}님이 당신을 **팀에 추가하였습니다**.", "combined_system_message.added_to_team.two": "{actor}님이 {firstUser}, {secondUser}님을 **팀에 추가**했습니다.", "combined_system_message.joined_channel.many_expanded": "{users}님과 {lastUser}님이 **채널에 들어왔습니다**.", "combined_system_message.joined_channel.one": "{firstUser}님이 **채널에 들어왔습니다**.", "combined_system_message.joined_channel.one_you": "**채널에 들어왔습니다**.", "combined_system_message.joined_channel.two": "{firstUser}님과 {secondUser}님이 **채널에 들어왔습니다**.", "combined_system_message.joined_team.many_expanded": "{users}님과 {lastUser}님이 **팀에 들어왔습니다**.", "combined_system_message.joined_team.one": "{firstUser}님이 **팀에 들어왔습니다**.", "combined_system_message.joined_team.one_you": "**팀에 들어왔습니다**.", "combined_system_message.joined_team.two": "{firstUser}님과 {secondUser}님이 **팀에 들어왔습니다**.", "combined_system_message.left_channel.many_expanded": "{users}님과 {lastUser}님이 **채널에서 나갔습니다**.", "combined_system_message.left_channel.one": "{firstUser}님이 **채널에서 나갔습니다**.", "combined_system_message.left_channel.one_you": "**채널에서 나갔습니다**.", "combined_system_message.left_channel.two": "{firstUser}님과 {secondUser}님이 **채널에서 나갔습니다**.", "combined_system_message.left_team.many_expanded": "{users}님과 {lastUser}님이 **팀에서 나갔습니다**.", "combined_system_message.left_team.one": "{firstUser}님이 **팀에서 나갔습니다**.", "combined_system_message.left_team.one_you": "**팀에서 나갔습니다**.", "combined_system_message.left_team.two": "{firstUser}님과 {secondUser}님이 **팀에서 나갔습니다**.", "combined_system_message.removed_from_channel.many_expanded": "{users}님과 {lastUser}님이 **채널에서 제외되었습니다**.", "combined_system_message.removed_from_channel.one": "{firstUser}님이 **채널에서 제외되었습니다**.", "combined_system_message.removed_from_channel.one_you": "당신은 **채널에서 제외되었습니다.**.", "combined_system_message.removed_from_channel.two": "{firstUser}님과 {secondUser}님이 **채널에서 제외되었습니다**.", "combined_system_message.removed_from_team.many_expanded": "{users}님과 {lastUser}님이 **팀에서 제외되었습니다**.", "combined_system_message.removed_from_team.one": "{firstUser}님이 **팀에서 제외되었습니다**.", "combined_system_message.removed_from_team.one_you": "당신은 **팀에서 제외되었습니다**.", "combined_system_message.removed_from_team.two": "{firstUser}님과 {secondUser}님이 **팀에서 제외되었습니다**.", "combined_system_message.you": "당신", "connection_banner.connected": "연결이 복구되었습니다", "connection_banner.connecting": "연결 중...", "connection_banner.not_connected": "인터넷 연결이 안됩니다", "connection_banner.not_reachable": "서버에 접근할 수 없습니다", "create_direct_message.title": "개인 메시지 추가", "create_post.deactivated": "비활성화된 사용자와 함께 보관된 채널을 보고 계십니다.", "create_post.thread_reply": "이 글타래에 답하기...", "create_post.write": "{channelDisplayName}에 글쓰기", "custom_status.expiry.at": "에", "custom_status.expiry.until": "~까지", "custom_status.expiry_dropdown.custom": "사용자 정의", "custom_status.expiry_dropdown.date_and_time": "날짜 및 시간", "custom_status.expiry_dropdown.dont_clear": "삭제 금지", "custom_status.expiry_dropdown.four_hours": "4 시간", "custom_status.expiry_dropdown.one_hour": "1 시간", "custom_status.expiry_dropdown.thirty_minutes": "30 분", "custom_status.expiry_dropdown.this_week": "이번주", "custom_status.expiry_dropdown.today": "오늘", "custom_status.expiry_time.today": "오늘", "custom_status.expiry_time.tomorrow": "내일", "custom_status.failure_message": "상태를 갱신하지 못했습니다. 다시 시도하세요", "custom_status.set_status": "사용자 정의 상태 설정", "custom_status.suggestions.in_a_meeting": "미팅 중", "custom_status.suggestions.on_a_vacation": "휴가중", "custom_status.suggestions.out_for_lunch": "점심식사", "custom_status.suggestions.out_sick": "병가", "custom_status.suggestions.recent_title": "최근", "custom_status.suggestions.title": "제안", "custom_status.suggestions.working_from_home": "재택근무", "date.unknown": "알 수 없음", "date_separator.today": "오늘", "date_separator.yesterday": "어제", "default_skin_tone": "기본 피부색", "display_settings.clock.military": "24시간제", "display_settings.clock.standard": "12시간제", "display_settings.clockDisplay": "시간 표시", "display_settings.crt": "축소된 응답 글타래", "display_settings.crt.off": "끄기", "display_settings.crt.on": "켜기", "display_settings.theme": "테마", "display_settings.timezone": "표준시간대", "display_settings.tz.auto": "자동", "display_settings.tz.manual": "수동", "download.error": "이 파일을 내려받을 수 없습니다. 잠시 후 다시 시도해주세요", "draft.option.header": "임시 글 액션", "draft.options.delete.cancel": "취소", "draft.options.delete.confirm": "삭제", "draft.options.delete.confirmation": "해당 임시 글을 삭제하시겠습니까?", "draft.options.delete.title": "임시 글 삭제", "draft.options.edit.title": "임시 글 편집", "draft.options.reschedule.title": "예약 변경", "draft.options.send.title": "임시 글 보내기", "draft.options.title": "임시 글 옵션", "draft.tooltip.description": "항목을 길게 누르면 임시 글에 대한 액션들을 확인할 수 있습니다", "drafts": "임시 글", "drafts.empty.subtitle": "모든 작성 중인 메시지들이 여기서 표시됩니다.", "drafts.empty.title": "현재 작성 중인 임시 글이 없습니다", "drafts_tab.title.drafts": "임시 글", "drafts_tab.title.scheduled": "예약된 메시지", "edit_post.delete_file.cancel": "취소", "edit_post.delete_file.confirm": "삭제", "edit_post.delete_file.confirmation": "{filename}을 제거하시겠습니까?", "edit_post.delete_file.title": "첨부 파일 삭제", "edit_post.editPost": "글 편집하기...", "edit_post.save": "저장", "edit_server.description": "이 서버를 나타내는 이름을 지정합니다", "edit_server.display_help": "서버: {url}", "edit_server.save": "저장", "edit_server.saving": "저장 중", "edit_server.title": "서버 이름 편집", "emoji_picker.activities": "활동", "emoji_picker.animals-nature": "동물과 자연", "emoji_picker.custom": "사용자 정의", "emoji_picker.flags": "플래그", "emoji_picker.food-drink": "음식 & 음료", "emoji_picker.objects": "물건", "emoji_picker.people-body": "사람 & 몸", "emoji_picker.recent": "최근 사용", "emoji_picker.searchResults": "검색 결과", "emoji_picker.smileys-emotion": "이모티콘 & 표정", "emoji_picker.symbols": "심볼", "emoji_picker.travel-places": "여행 & 장소", "emoji_skin.dark_skin_tone": "어두운 피부색", "emoji_skin.default": "기본 피부색", "emoji_skin.light_skin_tone": "밝은 피부색", "emoji_skin.medium_dark_skin_tone": "중간 정도의 어두운 피부색", "emoji_skin.medium_light_skin_tone": "중간 정도의 밝은 피부색", "emoji_skin.medium_skin_tone": "중간 피부색", "extension.no_memberships.description": "내용을 공유하려면 Mattermost 서버에서 팀의 구성원이어야 합니다.", "extension.no_memberships.title": "아직 어떤 팀의 구성원도 아닙니다", "extension.no_servers.description": "내용을 공유하려면 Mattermost 서버에 로그인해야 합니다.", "extension.no_servers.title": "어떤 서버에도 연결되지 않았습니다", "file_upload.fileAbove": "파일들은 {max}개보다 작아야 합니다", "find_channels.directory": "디렉터리", "find_channels.new_channel": "새 채널", "find_channels.open_dm": "개인 메시지 열기", "find_channels.title": "채널 찾기", "friendly_date.now": "지금", "gallery.copy_link.failed": "링크를 복사하지 못했습니다", "gallery.downloading": "내려받는 중...", "gallery.footer.channel_name": "{channelName}에서 공유", "gallery.image_saved": "사진 저장됨", "gallery.only_pdf": "보안 파일 미리보기에는 PDF 파일만 지원됩니다.", "gallery.open_file": "파일 열기", "gallery.opening": "여는 중...", "gallery.preparing": "준비 중...", "gallery.save_failed": "파일을 저장할 수 없습니다", "gallery.unsupported": "이 파일 유형은 미리보기를 지원하지 않습니다. 다른 애플리케이션을 통해서 다시 시도해보세요.", "gallery.video_saved": "동영상 저장됨", "general_settings.about": "{appTitle}에 대하여", "general_settings.advanced_settings": "고급 설정", "general_settings.display": "화면", "general_settings.download_logs": "앱 로그 다운로드", "general_settings.help": "도움말", "general_settings.notifications": "알림", "general_settings.report_problem": "문제 보고하기", "generic.back": "돌아가기", "get_post_link_modal.title": "링크 복사", "global_threads.allThreads": "모든 글타래", "global_threads.emptyThreads.message": "언급되거나 참여한 모든 글타래는 여기에 지켜보는 중인 글타래와 함께 표시됩니다.", "global_threads.emptyThreads.title": "아직 지켜보는 글타래가 없습니다", "global_threads.emptyUnreads.message": "볼 건 다 본 것 같네요.", "global_threads.emptyUnreads.title": "읽지 않은 글타래 없음", "global_threads.markAllRead.cancel": "취소", "global_threads.markAllRead.markRead": "읽음으로 표시", "global_threads.markAllRead.message": "여기에 표시된 모든 글타래를 읽음으로 표시", "global_threads.markAllRead.title": "모든 글타래를 읽음으로 표시하시겠어요?", "global_threads.options.mark_as_read": "읽음 표시", "global_threads.options.open_in_channel": "채널에서 열기", "global_threads.options.title": "글타래 동작", "global_threads.unreads": "읽지않음", "home.header.plus_menu": "설정", "integration_selector.multiselect.submit": "완료", "interactive_dialog.submit": "확인", "intro.add_members": "구성원 추가", "intro.channel_info": "정보", "intro.created_by": "{date}에 {creator}님이 만들었습니다.", "intro.direct_message": "이곳에서 {teammate}님과의 대화가 시작됩니다. 여기에 공유된 메시지와 파일은 다른 사람에게는 보이지 않습니다.", "intro.group_message.after_gm_as_dm": "이 그룹과 대화를 시작합니다. 여기서 공유된 메시지 및 파일은 그룹 외부의 다른 사용자에게 표시되지 않습니다.", "intro.group_message.all": "이 그룹 메시지에서 모든 활동에 대해 알림을 받게 됩니다.", "intro.group_message.common": "이 그룹과의 대화의 시작입니다.", "intro.group_message.mention": "이 그룹 메시지에 언급된 경우에만 통지하도록 선택했습니다.", "intro.group_message.muted": "이 그룹 메시지는 현재 음소거되어 있으므로 알림을 받을 수 없습니다.", "intro.group_message.none": "이 그룹 메시지에서 알림을 받지 않음으로 선택하셨습니다.", "intro.private_channel": "비공개 채널", "intro.public_channel": "공개 채널", "intro.townsquare": "{name}에 오신 것을 환영합니다. 모든 사람이 팀에 합류하면 자동으로 이 채널의 구성원이 됩니다.", "intro.welcome": "{displayName} 채널에 오신 것을 환영합니다.", "intro.welcome.private": "초대된 구성원만 이 비공개 채널에 게시된 메시지를 볼 수 있습니다.", "intro.welcome.public": "채널에 구성원을 더 추가하거나 아래에서 대화를 시작하세요.", "invite.members.already_member": "이 사람은 이미 구성원입니다", "invite.members.user_is_guest": "이 게스트를 정식 구성원으로 만들려면 관리자에게 문의하세요", "invite.search.email_invite": "초대", "invite.search.no_results": "일치하는 항목을 찾지 못했습니다", "invite.searchPlaceholder": "이름 또는 이메일 주소를 입력하세요…", "invite.sendInvitationsTo": "다음 주소로 초대 보내기…", "invite.send_error": "초대를 보내는 동안 문제가 발생했습니다. 네트워크 연결을 확인한 후 다시 시도하세요.", "invite.send_invite": "보내기", "invite.shareLink": "공유 링크", "invite.summary.back": "뒤로 가기", "invite.summary.done": "완료", "invite.summary.email_invite": "초대 이메일이 발신되었습니다", "invite.summary.error": "{invitationsCount, plural, one {Invitation} other {Invitations}} could not be sent successfully", "invite.summary.member_invite": "{teamDisplayName}의 회원으로 초대되었습니다", "invite.summary.not_sent": "{notSentCount, plural, one {Invitation wasn’t} other {Invitations weren’t}} 보냄", "invite.summary.report.notSent": "{count} {count, plural, one {invitation} other {invitations}} 전송되지 않음", "invite.summary.report.sent": "{count}건 성공 {count, plural, one {invitation} other {invitations}}", "invite.summary.sent": "당신의 {sentCount, plural, one {invitation has} other {invitations have}}이(가) 전송되었습니다", "invite.summary.smtp_failure": "시스템 콘솔에서 SMTP가 설정되지 않았습니다", "invite.summary.some_not_sent": "{notSentCount, plural, one {An invitation was} other {Some invitations were}} 전송되지 않음", "invite.summary.try_again": "다시 시도", "invite.title": "초대", "invite.title.summary": "초대 요약", "invite_people_to_team.message": "다음은 Mattermost에서 우리와 협력하고 소통할 수 있는 링크입니다.", "invite_people_to_team.title": "{team} 팀에 참여하세요", "join_team.error.group_error": "이 팀에 참여하려면 연결된 그룹의 구성원이어야 합니다.", "join_team.error.message": "팀에 참여하는 중에 오류가 발생했습니다", "join_team.error.title": "팀 참여 오류", "last_users_message.added_to_channel.type": "{actor}님을 통해 **채널에 추가되었습니다**.", "last_users_message.added_to_team.type": "{actor}님이 **팀에 추가했습니다**.", "last_users_message.first": "{firstUser} 님과 ", "last_users_message.joined_channel.type": "**채널에 들어왔습니다**.", "last_users_message.joined_team.type": "**팀에 들어왔습니다**.", "last_users_message.left_channel.type": "**채널에서 나갔습니다**.", "last_users_message.left_team.type": "**팀에서 나갔습니다**.", "last_users_message.others": "{numOthers} 명이 ", "last_users_message.removed_from_channel.type": "**채널에서 삭제되었습니다**.", "last_users_message.removed_from_team.type": "**팀에서 삭제되었습니다**.", "load_categories_error.message": "이 서버의 콘텐츠를 로드하는 중에 문제가 발생했습니다.", "load_categories_error.title": "{serverName} 서버의 카테고리를 불러올 수 없습니다", "load_channels_error.message": "이 팀의 콘텐츠를 불러오는 중에 문제가 발생했습니다.", "load_channels_error.title": "{teamDisplayName} 팀을 불러올 수 없습니다", "load_teams_error.message": "이 서버의 콘텐츠를 불러오는 중에 문제가 발생했습니다.", "load_teams_error.title": "{serverName} 서버를 불러올 수 없습니다", "loading_error.retry": "다시 시도", "login.email": "전자우편", "login.forgot": "비밀번호를 잊어버리셨나요?", "login.invalid_credentials": "전자우편과 비밀번호 조합이 올바르지 않습니다", "login.ldapUsername": "AD/LDAP 사용자명", "login.or": "또는", "login.password": "패스워드", "login.signIn": "로그인", "login.signingIn": "로그인 중", "login.username": "사용자 이름", "login_mfa.enterToken": "인증을 완료하려면 스마트폰 인증 앱에 표시된 토큰 정보를 입력해 주세요.", "login_mfa.token": "MFA 토큰 입력", "login_mfa.tokenReq": "MFA 토큰을 입력하세요", "logout.fail.cancel": "취소", "logout.fail.continue_anyway": "그래도 계속하기", "logout.fail.message": "완전히 로그아웃되지 않았습니다. 기기가 다시 온라인 상태가 되면 일부 데이터는 계속 접근할 수도 있습니다. 어떻게 진행하시겠습니까?", "logout.fail.message.forced": "서버에서 로그아웃하지 못했습니다. 기기가 다시 온라인 상태가 되면 일부 데이터는 계속해서 접근이 가능 할 수 있습니다.", "logout.fail.ok": "확인", "logout.fail.title": "로그아웃 미완료", "markdown.latex.error": "LaTeX 렌더 오류", "markdown.max_nodes.error": "이 메시지는 모바일 기기에서 표시하기에 너무 깁니다. 데스크톱에서 확인하거나 또는 이 한계를 늘리도록 관리자에게 연락하시기 바랍니다.", "markdown.parse_error": "이 텍스트를 구문 분석하는 동안 오류가 발생했습니다", "markdown.render_error": "이 텍스트를 렌더링하는 동안 오류가 발생했습니다", "mentions.empty.paragraph": "누군가 나를 언급하거나 모니터링 중인 용어를 사용하면 여기에 메시지가 표시됩니다.", "mentions.empty.title": "아직 언급되지 않음", "mobile.about.appVersion": "애플리케이션 버전: {version} (빌드 {number})", "mobile.account.settings.save": "저장", "mobile.acknowledgements.header": "확인", "mobile.action_menu.select": "옵션을 선택하세요", "mobile.action_menu.select_multiple": "하나 이상의 옵션 선택", "mobile.add_team.create_team": "새 팀 만들기", "mobile.add_team.join_team": "다른 팀에 참여하기", "mobile.android.back_handler_exit": "종료하려면 뒤로 가기를 다시 눌러주세요", "mobile.android.photos_permission_denied_description": "사진을 서버에 업로드하거나 장치에 저장하세요. 설정을 열어 {applicationName} 애플리케이션에 사진 라이브러리에 대한 읽기 및 쓰기 권한을 부여해주세요.", "mobile.android.photos_permission_denied_title": "{applicationName} 앱이 이 장치의 사진에 접근하려고 합니다", "mobile.announcement_banner.title": "공지", "mobile.calls_audio_device": "오디오 장치 선택", "mobile.calls_bluetooth": "블루투스", "mobile.calls_call_ended": "회의 종료됨", "mobile.calls_call_screen": "통화", "mobile.calls_call_thread": "통화 글타래", "mobile.calls_cancel": "취소", "mobile.calls_captions": "자막", "mobile.calls_captions_turned_on": "라이브 자막 켜기", "mobile.calls_disable": "통화 비활성화", "mobile.calls_dismiss": "취소", "mobile.calls_enable": "통화 활성화", "mobile.calls_end_call_title": "회의 종료", "mobile.calls_end_msg_channel": "{numParticipants}명이 참가하고 있는 {displayName}의 미팅을 종료 하시겠습니까?", "mobile.calls_end_msg_channel_default": "정말 온라인 회의를 종료하시겠습니까?", "mobile.calls_end_msg_dm": "{displayName}의 전화를 종료하겠습니까?", "mobile.calls_end_permission_msg": "통화를 종료할 수 있는 권한이 없습니다. 통화를 건 사람에게 통화를 종료하도록 요청하세요.", "mobile.calls_end_permission_title": "오류", "mobile.calls_ended_at": "종료", "mobile.calls_error_message": "오류: {error}", "mobile.calls_error_title": "오류", "mobile.calls_group_calls_not_available": "통화는 DM 채널에서만 사용할 수 있습니다.", "mobile.calls_headset": "헤드셋", "mobile.calls_hide_cc": "실시간 자막 숨기기", "mobile.calls_host": "호스트", "mobile.calls_host_controls": "호스트 제어", "mobile.calls_host_end_confirm": "모든 사람에 대한 통화 종료", "mobile.calls_host_leave_confirm": "미팅 나가기", "mobile.calls_host_leave_title": "정말 이 미팅에서 나가시겠어요?", "mobile.calls_host_rec": "이 회의를 녹음하는 중입니다. 모든 사람에게 이 회의가 녹음되고 있음을 알리는 것이 좋습니다.", "mobile.calls_host_rec_error": "녹화를 다시 시도해 보세요. 시스템 관리자에게 문의해 문제 해결에 도움을 받을 수도 있습니다.", "mobile.calls_host_rec_error_title": "녹화에 문제가 발생했습니다", "mobile.calls_host_rec_stop_body": "통화 녹음이 처리되어 통화 스레드에 게시됩니다. 녹음을 중지하시겠습니까?", "mobile.calls_host_rec_stop_confirm": "녹화 중지", "mobile.calls_host_rec_stop_title": "녹화 중지", "mobile.calls_host_rec_stopped": "처리가 완료되면 이 통화의 글타래에서 녹음 내용을 찾을 수 있습니다.", "mobile.calls_host_rec_stopped_title": "녹화가 중지되었습니다. 처리 중...", "mobile.calls_host_rec_title": "녹화 중입니다", "mobile.calls_host_rec_trans_stop_body": "통화 녹음 및 녹취 파일 작업이 처리되어 통화 스레드에 게시됩니다. 녹음 및 녹취작업을 중지하시겠습니까?", "mobile.calls_host_rec_trans_stop_title": "녹음 및 녹취 중지", "mobile.calls_host_transcription": "이 회의가 녹음 및 녹취되고 있음을 모든 사람에게 알리는 것이 좋습니다.", "mobile.calls_host_transcription_title": "녹음 및 녹취가 시작되었습니다", "mobile.calls_incoming_dm": "{name} 이(가) 통화로 초대합니다", "mobile.calls_incoming_gm": "{name} is inviting you to a call with {num, plural, one {# other} other {# others}}", "mobile.calls_join": "참여", "mobile.calls_join_call": "통화 참여하기", "mobile.calls_joining": "참여하기...", "mobile.calls_lasted": "{duration}동안 지속됨", "mobile.calls_leave": "나가기", "mobile.calls_leave_call": "통화 종료", "mobile.calls_limit_msg": "통화당 최대 참가자 수는 {maxParticipants} 입니다. 한도를 늘리려면 시스템 관리자에게 문의하세요.", "mobile.calls_limit_msg_GA": "Cloud Professional 또는 Cloud Enterprise로 업그레이드하여 {maxParticipants} 이상의 참가자와 그룹 통화를 사용하세요.", "mobile.calls_limit_reached": "참가자 제한에 도달했습니다", "mobile.calls_lower_hand": "손 내리기", "mobile.calls_make_host": "호스트로 하기", "mobile.calls_mic_error": "이 통화에 참여하려면 설정을 열어서 마이크 접근 권한을 부여해주세요.", "mobile.calls_more": "더 보기", "mobile.calls_mute": "음소거", "mobile.calls_mute_others": "다른 사용자 음소거", "mobile.calls_mute_participant": "참여자 음소거", "mobile.calls_name_is_talking_postfix": "말하고 있습니다...", "mobile.calls_noone_talking": "아무도 말하지 않음", "mobile.calls_not_available_msg": "이 기능을 사용하려면 시스템 관리자에게 문의하세요.", "mobile.calls_not_available_option": "(사용 불가)", "mobile.calls_not_available_title": "통화 기능이 활성화되지 않았습니다", "mobile.calls_not_connected": "현재 채널에서 통화에 연결되어 있지 않습니다.", "mobile.calls_ok": "확인", "mobile.calls_okay": "확인", "mobile.calls_participant_limit_title_GA": "이 통화의 용량이 초과되었습니다", "mobile.calls_participant_rec": "호스트가 이 미팅을 녹화하기 시작했습니다. 미팅에 계속 참여하면 통화 녹화를 동의하는 것입니다.", "mobile.calls_participant_rec_title": "녹화가 진행 중입니다", "mobile.calls_participant_transcription": "호스트가 이 미팅의 녹음 및 녹화를 시작했습니다. 미팅에 계속 참여함으로써 귀하는 녹화와 녹취에 동의하는 것입니다.", "mobile.calls_participant_transcription_title": "녹음 및 녹취가 진행 중입니다", "mobile.calls_participants": "참가자들", "mobile.calls_people": "사람", "mobile.calls_phone": "전화", "mobile.calls_quality_warning": "불안정한 네트워크 상태로 인해 통화 품질이 저하될 수 있습니다.", "mobile.calls_raise_hand": "손 들기", "mobile.calls_raised_hand": "{name} {num, plural, =0 {} other {+# more }}님이 손을 들었습니다", "mobile.calls_react": "반응하기", "mobile.calls_record": "녹음", "mobile.calls_recording_start_in_progress": "녹음이 이미 진행 중입니다.", "mobile.calls_recording_start_no_permissions": "녹음을 시작할 수 있는 권한이 없습니다. 통화 호스트에게 녹음을 시작하도록 요청하세요.", "mobile.calls_recording_stop_no_permissions": "녹음을 중지할 수 있는 권한이 없습니다. 통화 호스트에게 녹음을 중지해 달라고 요청하세요.", "mobile.calls_recording_stop_none_in_progress": "녹음이 진행 중이 아닙니다.", "mobile.calls_remove": "제거", "mobile.calls_remove_alert_body": "이 회의에서 {displayName}을 강퇴하시겠습니까? ", "mobile.calls_remove_alert_title": "참가자 퇴실", "mobile.calls_remove_participant": "통화에서 강퇴", "mobile.calls_removed_alert_body": "호스트가 회의에서 당신을 퇴실 시켰습니다.", "mobile.calls_removed_alert_title": "해당 회의에서 강퇴 되었습니다", "mobile.calls_request_message": "온라인 회의는 현재 테스트 모드에서 실행 중이며 시스템 관리자만 시작할 수 있습니다. 시스템 관리자에게 직접 문의하여 도움을 받으세요", "mobile.calls_request_title": "온라인 회의는 현재 사용하도록 설정되어 있지 않습니다", "mobile.calls_see_logs": "서버 로그 보기", "mobile.calls_show_cc": "라이브 자막 표시", "mobile.calls_speaker": "스피커", "mobile.calls_start_call": "통화(회의) 시작", "mobile.calls_start_call_exists": "채널에서 이미 온라인 회의가 진행 중입니다.", "mobile.calls_started_call": "통화 시작", "mobile.calls_starting": "시작...", "mobile.calls_stop_recording": "녹음 중지", "mobile.calls_stop_screenshare": "화면 공유 중지", "mobile.calls_tablet": "태블릿", "mobile.calls_thread": "글타래", "mobile.calls_unmute": "음소거 해제", "mobile.calls_user_left_channel_error_message": "채널에서 나갔으며 통화 연결이 끊어졌습니다.", "mobile.calls_user_left_channel_error_title": "채널에서 나왔습니다", "mobile.calls_user_removed_from_channel_error_message": "채널에서 퇴출되어 통화 연결이 끊어졌습니다.", "mobile.calls_user_removed_from_channel_error_title": "채널에서 퇴출되었습니다", "mobile.calls_view_profile": "프로필 보기", "mobile.calls_viewing_screen": "{name}의 화면을 보고 있습니다", "mobile.calls_you": "(당신)", "mobile.calls_you_2": "당신", "mobile.camera_photo_permission_denied_description": "사진을 찍어 서버에 업로드하거나 디바이스에 저장합니다. 설정을 열어 {applicationName} 에 카메라에 대한 읽기 및 쓰기 액세스 권한을 부여합니다.", "mobile.camera_photo_permission_denied_title": "{applicationName} 앱이 이 장치의 카메라에 접근하려고 합니다", "mobile.channel_add_members.error": "오류가 발생하여 해당 사용자를 채널에 추가할 수 없습니다.", "mobile.channel_info.alertNo": "아니요", "mobile.channel_info.alertYes": "네", "mobile.channel_list.recent": "최근", "mobile.channel_list.unreads": "읽지않음", "mobile.commands.error_title": "명령 실행 오류", "mobile.components.select_server_view.advancedOptions": "고급 옵션", "mobile.components.select_server_view.connect": "연결", "mobile.components.select_server_view.connecting": "연결중", "mobile.components.select_server_view.displayHelp": "서버의 표시 이름을 선택하세요", "mobile.components.select_server_view.displayName": "표시명", "mobile.components.select_server_view.enterServerUrl": "서버 URL 입력", "mobile.components.select_server_view.msg_connect": "서버에 접속하기", "mobile.components.select_server_view.msg_description": "서버는 고유 URL을 사용하여 액세스하는 팀의 커뮤니케이션 허브입니다", "mobile.components.select_server_view.msg_welcome": "환영합니다", "mobile.components.select_server_view.proceed": "진행", "mobile.components.select_server_view.sharedSecret": "사전 인증 시크릿트", "mobile.components.select_server_view.sharedSecretHelp": "관리자가 공유한 사전 인증 시크릿트", "mobile.create_channel": "생성", "mobile.create_channel.title": "새 채널", "mobile.create_direct_message.max_limit_reached": "그룹 메시지는 {maxCount} 명의 구성원으로 제한됩니다", "mobile.create_direct_message.start": "대화 시작", "mobile.create_post.read_only": "이 채널은 읽기 전용입니다.", "mobile.custom_list.no_results": "결과가 없습니다", "mobile.custom_status.choose_emoji": "이모지 선택", "mobile.custom_status.clear_after": "이후에 지우기", "mobile.custom_status.clear_after.title": "사용자 지정 상태를 해제한 후", "mobile.custom_status.modal_confirm": "완료", "mobile.deep_link.invalid": "열려고 하는 링크가 잘못되었습니다.", "mobile.diagnostic_id.empty": "이 서버에 진단 식별자가 없습니다. 시스템 관리자에게 문의해 이 값을 검토하고 서버를 다시 시작하세요.", "mobile.direct_message.error": "{displayName}의 DM을 열 수 없습니다.", "mobile.display_settings.clockDisplay": "시간 표시", "mobile.display_settings.crt": "축소된 응답 글타래", "mobile.display_settings.theme": "테마", "mobile.display_settings.timezone": "표준시간대", "mobile.document_preview.failed_description": "문서를 여는 동안 오류가 발생했습니다. {fileType} 뷰어가 설치되어 있는지 확인하고 다시 시도해주세요.\n", "mobile.document_preview.failed_title": "문서 열기 실패", "mobile.document_preview.only_pdf_description": "PDF 파일만 미리 볼 수 있습니다. 이 서버에서는 다운로드가 허용되지 않습니다.\n", "mobile.document_preview.only_pdf_title": "미리보기가 지원되지 않음", "mobile.downloader.disabled_description": "이 서버에서는 파일 다운로드가 비활성화되어 있습니다. 자세한 내용은 시스템 관리자에게 문의하세요\n", "mobile.downloader.disabled_title": "다운로드 비활성화됨", "mobile.downloader.failed_description": "파일은 다운로드하는 동안 오류가 발생했습니다. 인터넷 연결을 확인하고 다시 시도해주세요.\n", "mobile.downloader.failed_title": "다운로드 실패", "mobile.edit_channel": "저장", "mobile.edit_post.delete_question": "정말 게시물을 삭제하시겠습니까?", "mobile.edit_post.delete_title": "게시물 삭제 확인", "mobile.edit_post.error": "이 메시지를 편집하는 동안 문제가 발생했습니다. 다시 시도해 주세요.", "mobile.edit_post.title": "메시지 편집", "mobile.error_handler.button": "재실행", "mobile.error_handler.description": "\n재실행을 클릭해 앱을 다시 엽니다. 다시 시작한 후 설정 메뉴에서 문제를 보고할 수 있습니다.\n", "mobile.error_handler.title": "예기치 않은 오류가 발생했습니다", "mobile.file_upload.disabled2": "모바일에서 파일 업로드는 비활성화되어 있습니다.", "mobile.file_upload.max_warning": "파일 업로드는 최대 {count}개로 제한됩니다.", "mobile.files_paste.error_description": "파일을 붙여넣는 동안 오류가 발생했습니다. 다시 시도해주세요.", "mobile.files_paste.error_dismiss": "닫기", "mobile.files_paste.error_title": "붙여넣기 실패", "mobile.gallery.title": "{total}개 중 {index}번째", "mobile.integration_selector.loading_channels": "채널을 불러오는 중...", "mobile.integration_selector.loading_options": "옵션 로딩중...", "mobile.ios.photos_permission_denied_description": "사진과 동영상을 서버에 업로드하거나 디바이스에 저장합니다. 설정을 열어 {applicationName} 에 사진 및 동영상 라이브러리에 대한 읽기 및 쓰기 액세스 권한을 부여합니다.", "mobile.ios.photos_permission_denied_title": "{applicationName} 앱이 이 장치의 사진에 접근하려고 합니다", "mobile.ios.plist.NSAppleMusicUsageDescription": "미디어 라이브러리에 액세스할 수 있도록 설정하면 미디어 라이브러리에 있는 파일을 {applicationName}의 메시지에 첨부할 수 있습니다.", "mobile.ios.plist.NSBluetoothAlwaysUsageDescription": "Bluetooth에 대한 액세스를 활성화하면 장치와 클라이언트 간에 콘텐츠를 동기화할 수 있습니다.", "mobile.ios.plist.NSBluetoothPeripheralUsageDescription": "Bluetooth 액세스를 활성화하면 통화를 위해 오디오 주변 장치에 연결하고 장치와 클라이언트 간에 콘텐츠를 동기화할 수 있습니다.", "mobile.ios.plist.NSCameraUsageDescription": "디바이스 카메라에 대한 액세스를 활성화하면 사진이나 동영상을 촬영하여 메시지에 첨부할 수 있습니다.", "mobile.ios.plist.NSFaceIDUsageDescription": "Face ID에 대한 액세스를 활성화하면 권한이 없는 사용자가 장치에서 {applicationName} 에 액세스하는 것을 제한할 수 있습니다.", "mobile.ios.plist.NSLocationAlwaysUsageDescription": "위치 정보 접근을 활성화하면 {applicationName} 에서 공유하는 사진 및 동영상에 위치 메타데이터를 추가할 수 있습니다.", "mobile.ios.plist.NSLocationWhenInUseUsageDescription": "위치 정보 접근을 활성화하면 {applicationName} 에서 공유하는 사진 및 동영상에 위치 메타데이터를 추가할 수 있습니다.", "mobile.ios.plist.NSMicrophoneUsageDescription": "디바이스의 마이크에 액세스할 수 있도록 설정하면 {applicationName} 에서 공유할 통화 또는 동영상에 대한 오디오를 캡처할 수 있습니다.", "mobile.ios.plist.NSPhotoLibraryAddUsageDescription": "사진 보관함에 대한 쓰기 액세스를 활성화하면 {applicationName} 에서 다운로드한 사진과 동영상을 내 장치에 저장할 수 있습니다.", "mobile.ios.plist.NSPhotoLibraryUsageDescription": "사진 보관함에 대한 읽기 액세스를 활성화하면 내 장치에서 사진과 동영상을 업로드하여 메시지 첨부할 수 있습니다.", "mobile.ios.plist.NSSpeechRecognitionUsageDescription": "기기에서 사용자 데이터를 Apple에 전송하도록 설정하면 {applicationName} 으로 음성 메시지를 보낼 수 있습니다.", "mobile.join_channel.error": "{displayName} 채널에 가입할 수 없습니다.", "mobile.leave_and_create_message": "이미 ~{leaveChannelName}에서 채널 통화를 하고 있습니다. 현재 통화를 종료하고 ~{joinChannelName}에서 새 통화를 시작하시겠습니까?", "mobile.leave_and_join_confirmation": "나가기 및 참여하기", "mobile.leave_and_join_message": "이미 {leaveChannelName}채널 통화를 진행 중입니다. 현재 통화를 종료하고 {joinChannelName}통화에 참여하시겠습니까?", "mobile.leave_and_join_title": "다른 통화로 전환하시겠습니까?", "mobile.link.error.text": "링크를 열 수 없습니다.", "mobile.link.error.title": "오류", "mobile.login_options.cant_heading": "로그인 할 수 없습니다", "mobile.login_options.enter_credentials": "아래에 로그인 정보를 입력하세요.", "mobile.login_options.entraid": "Entra ID", "mobile.login_options.gitlab": "GitLab", "mobile.login_options.google": "Google", "mobile.login_options.heading": "계정에 로그인", "mobile.login_options.none": "아직 계정에 로그인할 수 없습니다. 하나 이상의 로그인 옵션을 구성해야 합니다. 시스템 관리자에게 도움을 요청하세요.", "mobile.login_options.openid": "ID 열기", "mobile.login_options.saml": "SAML", "mobile.login_options.select_option": "아래에서 로그인 옵션을 선택합니다.", "mobile.login_options.separator_text": "또는 다음으로 로그인", "mobile.manage_members.admin": "관리자", "mobile.manage_members.cancel": "취소", "mobile.manage_members.change_role.error": "역할을 업데이트하는 동안 오류가 발생했습니다. 연결을 확인한 후 다시 시도하세요.", "mobile.manage_members.done": "완료", "mobile.manage_members.make_channel_admin": "채널 관리자로 만들기", "mobile.manage_members.make_channel_member": "회원으로 만들기", "mobile.manage_members.manage": "관리", "mobile.manage_members.manage_member": "회원 관리", "mobile.manage_members.member": "멤버", "mobile.manage_members.message": "채널에서 선택한 멤버를 삭제하시겠습니까?", "mobile.manage_members.remove": "제거", "mobile.manage_members.remove_member": "채널에서 제거", "mobile.manage_members.section_title_admins": "채널 관리자", "mobile.manage_members.section_title_members": "멤버", "mobile.managed.biometric_failed": "생체 인식 또는 암호 인증에 실패했습니다.", "mobile.managed.blocked_by": "{vendor}에 의해 차단됨", "mobile.managed.exit": "종료", "mobile.managed.jailbreak": "탈옥된 기기는 {vendor}에서 신뢰하지 않습니다.", "mobile.managed.jailbreak.emm": "탈옥(Jailbroken)되거나 루팅된(rooted) 기기는 {vendor}에서 신뢰하지 않습니다.\n\n앱을 종료합니다.", "mobile.managed.logout": "로그아웃", "mobile.managed.not_secured.android": "Mattermost를 사용하려면 이 장치를 화면 잠금으로 보호해야 합니다.", "mobile.managed.not_secured.android.vendor": "{vendor}를 이용하려면 이 기기는 스크린 잠금 장치로 고정해야 합니다.", "mobile.managed.not_secured.ios": "Matttermost를 사용하려면 이 장치를 암호로 보호해야 합니다.\n\n설정 > Face ID 및 암호.", "mobile.managed.not_secured.ios.vendor": "{vendor}를 사용하려면 이 장치를 생체 인식 또는 암호로 보호해야 합니다.\n\n설정 > 얼굴 ID 및 암호로 이동합니다.", "mobile.managed.secured_by": "{vendor}에 의해 보호됨", "mobile.managed.settings": "설정으로 이동", "mobile.managed.switch_server": "서버 변경", "mobile.markdown.code.copy_code": "코드 복사", "mobile.markdown.code.plusMoreLines": "+{count, number} more {count, plural, one {line} other {lines}}", "mobile.markdown.copy_header": "헤더 텍스트 복사", "mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:", "mobile.markdown.link.copy_email": "이메일 주소 복사", "mobile.markdown.link.copy_url": "URL 복사", "mobile.mention.copy_mention": "멘션 복사", "mobile.message_length.message": "메시지가 너무 깁니다. 현재 문자 수: {max}/{count}", "mobile.message_length.message_split_left": "메시지가 문자 수 제한을 초과합니다", "mobile.message_length.title": "메시지 길이", "mobile.no_results.spelling": "오타를 확인하거나 또는 다른 단어로 검색해보세요.", "mobile.no_results_with_term.files": "일치하는 파일 없음 \"{term}\"", "mobile.no_results_with_term.messages": "\"{term}\" 일치하는 항목이 없습니다", "mobile.oauth.failed_to_login": "로그인 시도에 실패했습니다. 다시 시도해주세요.", "mobile.oauth.failed_to_open_link": "링크를 열지 못했습니다. 다시 시도하세요.", "mobile.oauth.failed_to_open_link_no_browser": "링크를 열지 못했습니다. 기기에 브라우저를 설치되어 있는지의 여부를 확인하세요.", "mobile.oauth.something_wrong.okButton": "확인", "mobile.oauth.success.description": "로그인 중입니다, 잠시만 기다려 주세요...", "mobile.oauth.success.title": "인증 성공", "mobile.oauth.switch_to_browser": "로그인 제공업체로 리디렉션됩니다", "mobile.oauth.switch_to_browser.error_title": "로그인 오류", "mobile.oauth.switch_to_browser.title": "리디렉션...", "mobile.oauth.try_again": "다시 시도", "mobile.onboarding.next": "다음", "mobile.onboarding.sign_in": "로그인", "mobile.onboarding.sign_in_to_get_started": "로그인하여 시작하기", "mobile.open_dm.error": "{displayName} (으)로 다이렉트 메시지를 열 수 없습니다. 연결을 확인하고 다시 시도하십시오.", "mobile.open_gm.error": "그룹 메시지를 열 수 없습니다. 연결을 확인하고 다시 시도해주세요.", "mobile.participants.header": "글타래 참가자", "mobile.pdf_viewer.enter_password": "잠금을 해제하려면 비밀번호를 입력하세요.", "mobile.pdf_viewer.link_disabled_detail": "조직의 보안 설정에 따라 이 PDF 내의 링크를 여는 것은 허용되지 않습니다.", "mobile.pdf_viewer.link_disabled_title": "링크 사용 안 함", "mobile.pdf_viewer.load_failed": "PDF 파일을 열 수 없습니다.", "mobile.pdf_viewer.password": "패스워드", "mobile.pdf_viewer.password_failed": "비밀번호가 잘못되었습니다. {count}개 {count, plural, one {시도} other {시도}}가 남았습니다.", "mobile.pdf_viewer.password_limit_reached": "비밀번호를 입력을 한도 초과해서 입력했습니다.", "mobile.pdf_viewer.password_required": "이 문서는 비밀번호로 보호되어 있습니다.", "mobile.pdf_viewer.unlock": "잠금 해제", "mobile.permission_denied_dismiss": "허용 안함", "mobile.permission_denied_retry": "설정", "mobile.post.cancel": "취소", "mobile.post.delete_question": "정말 게시글을 삭제하시겠어요?", "mobile.post.delete_title": "게시글 삭제", "mobile.post.failed_delete": "메시지 삭제", "mobile.post.failed_retry": "다시 시도", "mobile.post_info.add_reaction": "반응 추가", "mobile.post_info.copy_text": "텍스트 복사", "mobile.post_info.mark_unread": "읽지 않음으로 표시", "mobile.post_info.pin": "채널에 고정", "mobile.post_info.reply": "댓글", "mobile.post_info.save": "저장", "mobile.post_info.unpin": "채널에 고정 해제하기", "mobile.post_info.unsave": "저장 취소", "mobile.post_pre_header.pinned": "고정됨", "mobile.post_pre_header.pinned_saved": "고정 및 저장", "mobile.post_pre_header.saved": "저장됨", "mobile.post_textbox.entire_channel.cancel": "취소", "mobile.post_textbox.entire_channel.confirm": "확인", "mobile.post_textbox.entire_channel.message": "@all 또는 @channel을 사용하여 {totalMembers, number} {totalMembers, plural, one {명} other {명}}에게 알림을 보내려고 합니다. 진행할까요?", "mobile.post_textbox.entire_channel.message.with_timezones": "@all 또는 @channel을 사용하여 서로 다른 {timezones, number}개의 {timezones, plural, one {표준시간대} other {표준시간대}}에 있는 {totalMembers, number} {totalMembers, plural, one {명} other {명}}에게 알림을 보내려고 합니다. 진행할까요?", "mobile.post_textbox.entire_channel.title": "전체 채널에 알림 보내기 확인", "mobile.post_textbox.entire_channel_here.message": "@here을 사용하여 {totalMembers, number} {totalMembers, plural, one {명} other {명}}에게 알림을 보냅니다. 진행할까요?", "mobile.post_textbox.entire_channel_here.message.with_timezones": "@here을 사용하여 새로 다른 {timezones, number}개의 {timezones, plural, one {표준시간대} other {표준시간대}}에 있는 {totalMembers, number} {totalMembers, plural, one {명} other {명}}에게 알림을 보냅니다. 진행할까요?", "mobile.post_textbox.groups.title": "그룹에 알림 보내기 확인", "mobile.post_textbox.uploadFailedDesc": "일부 첨부 파일을 업로드하지 못했습니다. 메시지를 보내시겠어요?", "mobile.post_textbox.uploadFailedTitle": "첨부 실패", "mobile.privacy_link": "개인정보 처리 방침", "mobile.push_notification_reply.button": "보내기", "mobile.push_notification_reply.placeholder": "댓글 작성하기...", "mobile.push_notification_reply.title": "댓글", "mobile.rename_channel.display_name_maxLength": "채널 이름은 {maxLength, number} 글자 미만이어야 합니다", "mobile.rename_channel.display_name_minLength": "채널 이름은 {minLength, number} 글자 이상이어야 합니다", "mobile.rename_channel.display_name_required": "채널 이름이 필요합니다", "mobile.request.invalid_request_method": "잘못된 요청 방법", "mobile.request.invalid_response": "서버로부터 잘못된 응답을 받았습니다.", "mobile.reschedule_draft.title": "예약 변경", "mobile.reset_status.alert_cancel": "취소", "mobile.reset_status.alert_ok": "확인", "mobile.reset_status.title_ooo": "\"부재 중\" 상태를 비활성화 하시겠어요?", "mobile.routes.code": "{language} 코드", "mobile.routes.code.noLanguage": "코드", "mobile.routes.custom_status": "사용자 정의 상태 설정하기", "mobile.routes.table": "표", "mobile.routes.user_profile": "프로필", "mobile.scheduled_post.error": "시간이 선택되지 않았습니다", "mobile.scheduled_post.update.error": "이 메시지를 편집하는 동안 문제가 발생했습니다. 다시 시도해 주세요.", "mobile.screen.settings": "설정", "mobile.screen.your_profile": "내 프로필", "mobile.search.jump": "최근 메시지로 이동", "mobile.search.modifier.exclude": "검색어 제외", "mobile.search.modifier.from": "특정 사용자", "mobile.search.modifier.in": "특정 채널", "mobile.search.modifier.phrases": "문구가 포함된 메시지", "mobile.search.results": "{count}건의 검색 {count, plural, one {result} other {results}}", "mobile.search.show_less": "감추기", "mobile.search.show_more": "더보기", "mobile.search.team.all_teams": "모든 팀", "mobile.search.team.select": "검색할 팀 선택", "mobile.server_identifier.exists": "이미 이 서버에 연결되어 있습니다.", "mobile.server_link.error.text": "서버에서 링크를 찾을 수 없습니다.", "mobile.server_link.error.title": "링크 오류", "mobile.server_link.unreachable_channel.error": "이 링크는 삭제되었거나 접근 권한이 없는 채널에 속해있습니다.", "mobile.server_link.unreachable_team.error": "이 링크는 삭제되었거나 접근 권한이 없는 팀에 속해있습니다.", "mobile.server_link.unreachable_user.error": "DM으로 리디렉션할 수 없습니다. 지정한 사용자를 알 수 없습니다.", "mobile.server_name.exists": "다른 서버에 이 이름을 사용하고 있습니다.", "mobile.server_ping_failed": "서버에 연결할 수 없습니다.", "mobile.server_requires_client_certificate": "서버는 인증을 위해 클라이언트 인증서가 필요합니다.", "mobile.server_upgrade.button": "확인", "mobile.server_upgrade.description": "\n매터모스트 앱을 사용하려면 서버 업그레이드가 필요합니다. 자세한 내용은 시스템 관리자에게 문의하세요.\n", "mobile.server_upgrade.title": "서버 업그레이드 필요", "mobile.server_url.deeplink.emm.denied": "이 앱은 EMM에 의해 제어되며 딥링크 서버 URL이 EMM 허용 서버와 일치하지 않습니다", "mobile.server_url.empty": "유효한 서버 URL을 입력해주세요", "mobile.server_url.invalid_format": "URL은 http:// 또는 https://로 시작해야 합니다", "mobile.session_expired.title": "세션 만료", "mobile.session_expired_days": "알림을 계속 받으려면 로그인하세요. {siteName}에 대한 세션이 {daysCount, number} {daysCount, plural, one {일} other {일}}마다 만료되도록 구성되어 있습니다.", "mobile.session_expired_days_hrs": "알림을 계속 받으려면 로그인하세요. {siteName} 세션은 {daysCount, number} {daysCount, plural, one {일} other {일}} {hoursCount, number} {hoursCount, plural, one {시간} other {시간}}마다 만료되도록 구성되어 있습니다.", "mobile.session_expired_hrs": "알림을 계속 받으려면 로그인하세요. {siteName} 세션은 {hoursCount, number} {hoursCount, plural, one {시간} other {시간}}마다 만료되도록 구성되어 있습니다.", "mobile.set_status.away": "자리비움", "mobile.set_status.dnd": "방해 금지", "mobile.set_status.offline": "오프라인 아이콘", "mobile.set_status.online": "오프라인 아이콘", "mobile.storage_permission_denied_description": "서버에 파일을 업로드합니다. 설정을 열어 {applicationName} 에 이 장치의 파일에 대한 읽기 및 쓰기 액세스 권한을 부여합니다.", "mobile.storage_permission_denied_title": "{applicationName} 앱이 이 장치의 파일에 접근하려고 합니다", "mobile.suggestion.members": "구성원", "mobile.system_message.channel_archived_message": "{username}님이 채널을 보관했습니다", "mobile.system_message.channel_unarchived_message": "{username}님이 채널을 보관 해제했습니다", "mobile.system_message.update_channel_displayname_message_and_forget.updated_from": "{username}님이 채널 표시 이름을 {oldDisplayName}에서 {newDisplayName}(으)로 변경했습니다", "mobile.system_message.update_channel_header_message_and_forget.removed": "{username}님이 채널 헤더를 제거했습니다. (이전: {oldHeader})", "mobile.system_message.update_channel_header_message_and_forget.updated_from": "{username}님이 채널 헤더를 {oldHeader}에서 {newHeader}(으)로 변경했습니다", "mobile.system_message.update_channel_header_message_and_forget.updated_to": "{username}님이 채널 헤더를 {newHeader}(으)로 변경했습니다", "mobile.system_message.update_channel_purpose_message.removed": "{username}님이 채널 설명을 제거했습니다. (이전: {oldPurpose})", "mobile.system_message.update_channel_purpose_message.updated_from": "{username}님이 채널 설명을 {oldPurpose}에서 {newPurpose}(으)로 변경했습니다", "mobile.system_message.update_channel_purpose_message.updated_to": "{username}님이 채널 목적을 {newPurpose}(으)로 변경했습니다", "mobile.tos_link": "이용약관", "mobile.user_list.deactivated": "비활성화", "mobile.write_storage_permission_denied_description": "장치에 파일을 저장합니다. 설정을 열어 이 장치의 파일에 {applicationName} 쓰기 권한을 부여합니다.", "modal.manual_status.auto_responder.message_": "상태를 \"{status}\"로 변경하고 자동 답글을 비활성화하시겠습니까?", "more_messages.text": "{count}건의 새 {count, plural, one {message} other {messages}}", "msg_typing.areTyping": "{users}, {last}(이)가 입력중입니다...", "msg_typing.isTyping": "{user}(이)가 입력중입니다...", "native.ios.notifications.not_verified": "서버에서 이 알림을 확인할 수 없습니다.", "notification.message_not_found": "메시지를 찾을 수 없습니다", "notification.no_connection": "서버에 연결할 수 없으며 알림에 대한 특정 메시지 정보를 검색할 수 없습니다.", "notification.no_post": "메시지를 찾을 수 없습니다.", "notification.not_channel_member": "이 메시지는 회원이 아닌 채널에서 보낸 메시지입니다.", "notification.not_team_member": "이 메시지는 당신이 구성원이 아닌 팀의 메시지입니다.", "notification_settings.auto_responder": "자동 회신", "notification_settings.auto_responder.default_message": "안녕하세요. 저는 지금 부재중이라서 메시지에 응답할 수 없습니다.", "notification_settings.auto_responder.footer.message": "부재 중 또는 휴가 답장 등의 쪽지에 대한 응답으로 자동으로 전송되는 사용자 지정 메시지를 설정합니다. 이 설정을 사용 설정하면 상태가 부재 중으로 변경되고 알림이 비활성화됩니다.", "notification_settings.auto_responder.message": "메시지", "notification_settings.auto_responder.to.enable": "자동 답글 사용 설정", "notification_settings.call_notification": "통화 알림", "notification_settings.calls": "통화 알림", "notification_settings.calls.callsInfo": "비고: 벨소리 미리보기를 들으려면 무음 모드가 꺼져 있어야 합니다.", "notification_settings.calls.calm": "Calm", "notification_settings.calls.cheerful": "Cheerful", "notification_settings.calls.dynamic": "Dynamic", "notification_settings.calls.enable_sound": "통화 받았을 때의 알림 소리", "notification_settings.calls.urgent": "긴급", "notification_settings.calls_off": "비활성화", "notification_settings.calls_on": "켜기", "notification_settings.email": "이메일 알림", "notification_settings.email.crt.emailInfo": "활성화하면, 지켜보는 중인 글타래의 모든 응답에 대해 전자우편 알림을 보냅니다", "notification_settings.email.crt.send": "글타래 응답 알림", "notification_settings.email.emailHelp2": "시스템 관리자에 의해 이메일이 비활성화되었습니다. 활성화할 때까지 알림 이메일이 전송되지 않습니다.", "notification_settings.email.emailInfo": "오프라인 상태이거나 5분 이상 자리를 비우면 멘션 및 개인 메시지에 대한 전자우편 알림이 전송됩니다.", "notification_settings.email.everyHour": "매 시간마다", "notification_settings.email.fifteenMinutes": "매 15분마다", "notification_settings.email.immediately": "즉시", "notification_settings.email.never": "알리지 않음", "notification_settings.email.send": "이메일 알림 보내기", "notification_settings.mention.reply": "댓글에 대한 알림 설정", "notification_settings.mentions": "멘션", "notification_settings.mentions.channelWide": "채널 전체 멘션", "notification_settings.mentions.keywords": "키워드", "notification_settings.mentions.keywordsLabel": "키워드는 대소문자를 구분하지 않습니다. 쉼표로 키워드를 구분합니다.", "notification_settings.mentions.keywords_mention": "멘션 알림 키워드", "notification_settings.mentions.sensitiveName": "대소문자를 구분하는 이름", "notification_settings.mentions.sensitiveUsername": "대소문자를 구분하지 않는 사용자 명", "notification_settings.mentions_replies": "멘션 및 응답", "notification_settings.mobile": "푸시 알림", "notification_settings.mobile.away": "오프라인이거나 자리비움", "notification_settings.mobile.offline": "오프라인", "notification_settings.mobile.online": "온라인, 오프라인, 자리비움", "notification_settings.mobile.trigger_push": "아래의 상태일 때 푸시 알림 활성화...", "notification_settings.ooo_auto_responder": "자동 회신", "notification_settings.pushNotification.all_new_messages": "모든 새 메시지", "notification_settings.pushNotification.disabled_long": "시스템 관리자가 모바일 장치 푸시 알림을 비활성화했습니다.", "notification_settings.pushNotification.mentions_only": "멘션 및 다이렉트 메시지와 그룹 메시지만 (기본값)", "notification_settings.pushNotification.nothing": "알림을 받지 않음", "notification_settings.push_notification": "푸시 알림", "notification_settings.push_threads.following": "이 채널에서 팔로우 중인 스레드에 대해 답글 알림 받기", "notification_settings.push_threads.replies": "글타래 댓글", "notification_settings.send_notification.about": "푸시 알림을 받을 대상...", "notification_settings.threads_mentions": "글타래 내의 멘션", "notification_settings.threads_start": "내가 시작한 글타래의 댓글을 알림", "notification_settings.threads_start_participate": "내가 시작하였거나 참여했던 글타래의 댓글을 알림", "onboarding.calls": "즉시 보안 음성 통화 시작", "onboarding.calls_description": "타이핑 속도가 느리면 탭 한 번으로 채널 기반 채팅에서 보안 음성 통화로 전환하세요.", "onboarding.integrations": "즐겨 사용하는 도구와 통합", "onboarding.integrations_description": "공통 개발 프로세스에 맞춰 긴밀하게 통합된 제품 솔루션으로 채팅을 뛰어넘을 수 있습니다.", "onboarding.realtime_collaboration": "실시간 협업", "onboarding.realtime_collaboration_description": "영구 채널, 개인 메시지 및 파일 공유가 원활하게 작동하므로 어디서나 연결 상태를 유지할 수 있습니다.", "onboarding.welcome": "환영합니다", "onboaring.welcome_description": "Mattermost는 개발자 협업을 위한 오픈 소스 플랫폼입니다. 안전하고 유연하며 도구와 통합되어 있습니다.", "password_send.description": "비밀번호 재설정을 위해 등록한 전자우편 주소를 입력하세요", "password_send.error": "유효한 전자우편 주소를 입력하세요.", "password_send.generic_error": "비밀번호 재설정 링크를 보내드릴 수 없습니다. 시스템 관리자에게 문의하여 도움을 받으세요.", "password_send.link": "If the account exists, a password reset email will be sent to:", "password_send.link.title": "재설정 링크 보내기", "password_send.reset": "비밀번호 재설정", "password_send.return": "로그인으로 돌아가기", "permalink.error.access.text": "보려는 메시지가 접근 권한이 없거나 삭제된 채널에 있습니다.", "permalink.error.access.title": "메시지를 볼 수 없음", "permalink.error.cancel": "취소", "permalink.error.okay": "확인", "permalink.error.private_channel.button": "채널 참여", "permalink.error.private_channel.text": "보려는 메시지가 초대받지 않은 비공개 채널에 있지만 관리자 권한으로 접근할 수 있습니다. {channelName} ** 채널에 참여하시겠어요?", "permalink.error.private_channel.title": "비공개 채널에 참여", "permalink.error.private_channel_and_team.button": "채널 및 팀 참여", "permalink.error.private_channel_and_team.text": "보려는 메시지가 내가 소속되어 있지 않은 팀의 비공개 채널에 있지만 관리자로서 접근 권한이 있습니다. {channelName} ** 및 **{teamName}** 팀에 참여해 해당 메시지를 보시겠어요?", "permalink.error.private_channel_and_team.title": "비공개 채널 및 팀 참여", "permalink.error.public_channel.button": "채널 참여", "permalink.error.public_channel.text": "보려는 메시지가 내가 참여하지 않은 채널에 있습니다. **{channelName}** 채널에 참여해 메시지를 보시겠어요?", "permalink.error.public_channel.title": "채널 참여", "permalink.error.public_channel_and_team.button": "채널 및 팀 참여", "permalink.error.public_channel_and_team.text": "보려는 메시지가 내가 속해 있지 않은 채널 및 내가 소속되지 않은 팀에 있습니다. {channelName} 채널 ** 및 **{teamName}** 팀에 참여해 메시지를 보시겠어요?", "permalink.error.public_channel_and_team.title": "채널 및 팀 참여", "permalink.show_dialog_warn.cancel": "취소", "permalink.show_dialog_warn.description": "채널 관리자가 명시적으로 추가하지 않고 {channel}에 참여하려고 합니다. 이 비공개 채널에 참여하시겠어요?", "permalink.show_dialog_warn.join": "참여", "permalink.show_dialog_warn.title": "개인 채널에 연결하기", "persistent_notifications.confirm.cancel": "취소", "persistent_notifications.confirm.description": "멘션된 수신자는 메시지를 확인하거나 답장할 때까지 매 {interval, plural, one {minute} other {{interval} minutes}}마다 알림을 받게 됩니다.", "persistent_notifications.confirm.send": "보내기", "persistent_notifications.confirm.title": "지속적 알림 보내기", "persistent_notifications.dm_channel.description": "{username} 가 메시지를 확인하거나 답장할 때까지 매 {interval, plural, one {1분} other {{interval} 분}}마다 알림을 받게 됩니다.", "persistent_notifications.error.max_recipients.description": "최대 {max}명의 수신자에게 영구 알림을 보낼 수 있습니다. 메시지에 언급된 {count}명의 수신자가 있습니다. 참조한 사람을 변경해야만 보낼 수 있습니다.", "persistent_notifications.error.max_recipients.title": "수신자가 너무 많습니다", "persistent_notifications.error.no_mentions.description": "메시지에 참조한 받는 사람이 없습니다. 지속적인 알림을 보내려면 참조를 추가해야 합니다.", "persistent_notifications.error.no_mentions.title": "수신자는 @멘션되어야 합니다", "persistent_notifications.error.okay": "확인", "persistent_notifications.error.special_mentions": "@channel, @all 또는 @here를 사용하여 영구 알림 수신자를 멘션할 수 없습니다.", "pinned_messages.empty.paragraph": "중요한 쪽지를 고정하려면 쪽지를 길게 누르고 채널에 고정을 선택합니다. 고정된 메시지는 이 채널의 모든 사용자에게 표시됩니다.", "pinned_messages.empty.title": "아직 고정된 메시지가 없습니다", "playbook.last_updated": "마지막 업데이트 {date}", "playbook.participants": "실행 참여자", "playbook_run.checklist.dueIn": "기한 {dueDate}", "playbook_run.checklist.rerunCommand": "{command} (재방송)", "playbook_run.checklist.taskDetails": "작업 세부 정보", "playbook_run.out_of_date_header.message": "서버에 연결할 수 없습니다. 콘텐츠가 오래되었을 수 있습니다. 마지막 업데이트 {lastUpdated}.", "playbooks.checklist_item.assignee": "양수인", "playbooks.checklist_item.check": "확인", "playbooks.checklist_item.checked": "확인됨", "playbooks.checklist_item.command": "명령", "playbooks.checklist_item.due_date": "마감일", "playbooks.checklist_item.none": "없음", "playbooks.checklist_item.rerun_command": "명령 다시 실행", "playbooks.checklist_item.run_command": "명령 실행", "playbooks.checklist_item.skip": "건너뛰기", "playbooks.checklist_item.skipped": "건너뛰기", "playbooks.edit_command.label": "명령", "playbooks.edit_command.placeholder": "여기에 명령을 입력합니다.", "playbooks.edit_command.save.button": "저장", "playbooks.edit_command.title": "슬래시 명령어", "playbooks.fetch_error.OK": "확인", "playbooks.fetch_error.description": "이 실행을 볼 수 있는 권한이 없거나 더 이상 존재하지 않을 수 있습니다.", "playbooks.fetch_error.title": "실행을 열 수 없습니다.", "playbooks.not_enabled_or_unsupported.OK": "확인", "playbooks.not_enabled_or_unsupported.description": "이 서버에서 플레이북이 활성화되어 있지 않거나 플레이북 버전이 지원되지 않습니다. 시스템 관리자에게 문의하세요.", "playbooks.not_enabled_or_unsupported.title": "플레이북을 사용할 수 없습니다.", "playbooks.only_runs_available.description": "모바일에서는 플레이북 실행만 가능합니다. 플레이북에 액세스하려면 데스크톱 또는 웹 앱을 사용하세요.", "playbooks.only_runs_available.ok": "확인", "playbooks.only_runs_available.title": "플레이북을 사용할 수 없습니다.", "playbooks.playbook_run.error.description": "네트워크 연결을 확인하거나 나중에 다시 시도하세요.", "playbooks.playbook_run.error.title": "실행 세부 정보를 가져올 수 없습니다.", "playbooks.playbook_run.finished": "완료", "playbooks.playbook_run.overdue": "{num} {num, plural, =1 {task} other {tasks}} overdue", "playbooks.playbook_run.owner": "소유자", "playbooks.playbook_run.participants": "참가자들", "playbooks.playbook_run.participants_title": "실행 참여자", "playbooks.playbook_run.run_details": "실행 세부 정보", "playbooks.playbook_run.status_update_due": "상태 업데이트 기한 {time}", "playbooks.playbook_run.status_update_finished": "실행 완료 {time}", "playbooks.playbook_run.status_update_overdue": "상태 업데이트 기한 초과 {time}", "playbooks.playbook_run.tasks": "작업", "playbooks.playbook_run.title": "플레이북 실행", "playbooks.playbooks_runs.title": "플레이북 실행", "playbooks.retrospective_not_available.description": "모바일에서는 플레이북 실행만 가능합니다. 런 회고전을 작성하려면 데스크톱 또는 웹 앱을 사용하세요.", "playbooks.retrospective_not_available.ok": "확인", "playbooks.retrospective_not_available.title": "플레이북 실행 회고전을 사용할 수 없습니다.", "playbooks.runs.finished.description": "이 채널에서 실행이 완료되면 여기에서 확인할 수 있습니다.", "playbooks.runs.finished.title": "완료된 실행 없음", "playbooks.runs.in_progress.description": "이 채널에서 실행이 시작되면 여기에서 볼 수 있습니다.", "playbooks.runs.in_progress.title": "진행 중인 실행 없음", "playbooks.runs.show_more": "자세히 보기", "playbooks.status_update_post.num_tasks": "**{numTasksChecked, number}** 중 **{numTasks, number}** {numTasks, plural, =1 {작업} other {작업}} 확인됨", "playbooks.status_update_post.participants": "{numParticipants, number} 명 {numParticipants, plural, =1 {참여자} other {참여자}}", "playbooks.status_update_post.update": "{authorUsername} 님이 [{runName}]({link})에 대한 업데이트를 게시했습니다.", "plus_menu.browse_channels.title": "채널 탐색", "plus_menu.create_new_channel.title": "채널 만들기", "plus_menu.invite_people_to_team.title": "팀에 구성원 초대하기", "plus_menu.open_direct_message.title": "쪽지 열기", "post.options.title": "옵션", "post.reactions.title": "반응", "postList.scrollToBottom.newMessages": "새로운 메시지", "postList.scrollToBottom.newReplies": "새 답글", "post_body.check_for_out_of_channel_groups_mentions.message": "이 채널에 없기 때문에 이 멘션으로 알림을 받지 못했습니다. 또한 이 채널에 연결된 그룹의 구성원이 아닙니다.", "post_body.check_for_out_of_channel_mentions.link.and": " 그리고 ", "post_body.check_for_out_of_channel_mentions.link.private": "팀에 사용자 초대하기", "post_body.check_for_out_of_channel_mentions.link.public": "add them to the channel", "post_body.check_for_out_of_channel_mentions.message.multiple": "멘션되었지만 채널에 없습니다. ", "post_body.check_for_out_of_channel_mentions.message.one": "멘션되었지만 채널에 없습니다. ", "post_body.check_for_out_of_channel_mentions.message_last": "? They will have access to all message history.", "post_body.commentedOn": "{name}{apostrophe}님의 메시지에 대한 댓글: ", "post_body.deleted": "(삭제된 메시지)", "post_header.visible_message": "(자신만 볼 수 있습니다)", "post_info.auto_responder": "자동 회신", "post_info.bot": "봇", "post_info.del": "삭제", "post_info.edit": "편집", "post_info.guest": "게스트", "post_info.system": "시스템", "post_message_view.edited": "(수정됨)", "post_priority.button.acknowledge": "수신확인", "post_priority.label.important": "중요", "post_priority.label.urgent": "긴급", "post_priority.picker.apply": "적용", "post_priority.picker.beta": "베타", "post_priority.picker.cancel": "취소", "post_priority.picker.label.important": "중요", "post_priority.picker.label.persistent_notifications": "지속적 알림 보내기", "post_priority.picker.label.persistent_notifications.description": "수신자는 확인하거나 회신할 때까지 {interval, plural, one {1 분} other {{interval} 분}}마다 알림을 받습니다.", "post_priority.picker.label.request_ack": "수신확인 요청", "post_priority.picker.label.request_ack.description": "메시지와 함께 확인 버튼이 나타납니다", "post_priority.picker.label.standard": "표준", "post_priority.picker.label.urgent": "긴급", "post_priority.picker.title": "메시지 우선순위", "posts_view.newMsg": "새로운 메시지", "public_link_copied": "클립보드에 링크 복사", "rate.button.needs_work": "작업 필요", "rate.button.yes": "마음에 들어요!", "rate.dont_ask_again": "다시 묻지 않기", "rate.error.text": "검토 모달을 여는 동안 오류가 발생했습니다.", "rate.error.title": "오류", "rate.subtitle": "여러분의 의견을 알려주세요.", "rate.title": "매터모스트를 즐기고 계신가요?", "report_a_problem.metadata.appPlatform": "앱 플랫폼", "report_a_problem.metadata.appVersion": "App Version:", "report_a_problem.metadata.copy": "복사하기", "report_a_problem.metadata.currentTeamId": "현재 팀 ID", "report_a_problem.metadata.currentUserId": "현재 사용자 ID", "report_a_problem.metadata.serverVersion": "Server Version:", "report_problem.download_logs.title": "앱 로그 다운로드", "report_problem.title": "문제 보고", "requested_ack.title": "수신확인 요청", "saved_messages.empty.paragraph": "나중에 보려고 저장할 메시지가 있으면, 메시지를 길게 누른 후 메뉴에서 저장을 선택하세요. 저장된 메시지는 본인만 볼 수 있습니다.", "saved_messages.empty.title": "저장된 메시지가 없습니다", "schedule_post.options.delete.title": "예약된 메시지 삭제", "scheduled_post.channel_archived": "메시지 전송 실패", "scheduled_post.channel_archived.message": "보관된 채널에 메시지를 전송할 수 없습니다.", "scheduled_post.channel_deactivated": "메시지 전송 실패", "scheduled_post.channel_deactivated.message": "비활성화된 채널에 메시지를 전송할 수 없습니다.", "scheduled_post.channel_indicator.link_to_scheduled_posts.text": "모두 보기.", "scheduled_post.channel_read_only": "메시지 전송 실패", "scheduled_post.channel_read_only.message": "읽기 전용 채널에 메시지를 전송할 수 없습니다.", "scheduled_post.delete_fails": "삭제 실패", "scheduled_post.delete_fails.message": "글이 성공적으로 작성되었지만 삭제하지 못했습니다. 예약된 글 목록에서 예약된 글을 수동으로 삭제하세요.", "scheduled_post.empty.subtitle": "나중에 메시지를 보내도록 임시저장함을 예약합니다. 예약된 모든 임시저장함은 여기에 표시되며 예약된 후에는 수정할 수 있습니다.", "scheduled_post.empty.title": "현재 예정된 초안이 없습니다.", "scheduled_post.error_code.channel_archived": "채널 아카이브", "scheduled_post.error_code.channel_removed": "채널 제거됨", "scheduled_post.error_code.invalid_post": "유효하지 않은 게시물", "scheduled_post.error_code.no_channel_member": "Not in Channel", "scheduled_post.error_code.no_channel_permission": "누락된 권한", "scheduled_post.error_code.post_send_success_delete_failed": "이미 게시되었으니 삭제해 주세요.", "scheduled_post.error_code.thread_deleted": "스레드 삭제됨", "scheduled_post.error_code.unable_to_send": "보낼 수 없음", "scheduled_post.error_code.unknown_error": "알 수 없는 오류", "scheduled_post.error_code.user_deleted": "사용자 삭제됨", "scheduled_post.error_code.user_missing": "사용자 삭제됨", "scheduled_post.feature_tooltip": "메시지를 입력하고 보내기 버튼을 길게 눌러 나중에 예약할 수 있습니다.", "scheduled_post.header.sent": "보낸", "scheduled_post.no_permission": "메시지 전송 실패", "scheduled_post.no_permission.message": "이 채널에 게시할 수 있는 권한이 없습니다.", "scheduled_post.option.header": "메시지 작업", "scheduled_post.options.delete.cancel": "취소", "scheduled_post.options.delete.confirm": "삭제", "scheduled_post.options.delete.confirmation": "이 예약된 게시물을 삭제하시겠습니까?", "scheduled_post.options.delete.title": "삭제", "scheduled_post.options.send.title": "보내기", "scheduled_post.options.title": "메시지 작업", "scheduled_post.picker.custom": "사용자 지정 시간", "scheduled_post.picker.monday": "월요일에 {9amTime}", "scheduled_post.picker.next_monday": "다음 주 월요일 {9amTime}", "scheduled_post.picker.title": "임시 글 예약", "scheduled_post.picker.tomorrow": "내일 {9amTime}", "scheduled_post.root_post_not_exist": "메시지 전송 실패", "scheduled_post.root_post_not_exist.message": "누군가 내가 댓글을 달려고 했던 메시지를 삭제했습니다.", "scheduled_post.tooltip.description": "항목을 길게 누르면 예약된 게시물 작업을 볼 수 있습니다.", "scheduled_post_no_select_time": "시간을 선택하세요", "scheduled_post_options.confirm_button.processing.text": "예약 중", "scheduled_post_options.confirm_button.text": "임시 글 예약", "screen.channel_files.header.recent_files": "최근 파일", "screen.channel_files.results.filter.title": "파일 유형별 필터링", "screen.mentions.subtitle": "내가 참조된 메시지", "screen.mentions.title": "최근 멘션", "screen.report_problem.button": "문제 보고", "screen.report_problem.details.description": "문제를 신고할 때 아래 제공된 메타데이터와 앱 로그를 공유하면 문제를 더 빨리 해결할 수 있습니다.", "screen.report_problem.details.description_without_logs": "문제를 신고할 때 아래 제공된 메타데이터를 공유하면 문제를 더 빨리 해결할 수 있습니다.", "screen.report_problem.details.title": "문제 해결 세부 정보", "screen.report_problem.logs.download": "앱 로그 다운로드", "screen.report_problem.logs.title": "앱 로그:", "screen.report_problem.metadata.title": "메타데이터:", "screen.saved_messages.subtitle": "팔로우 업을 위해 저장한 모든 메시지", "screen.saved_messages.title": "저장된 메시지", "screen.search.header.files": "파일", "screen.search.header.messages": "메시지", "screen.search.modifier.header": "검색 옵션", "screen.search.placeholder": "메시지 및 파일 검색", "screen.search.results.file_options.copy_link": "링크 복사", "screen.search.results.file_options.download": "다운로드", "screen.search.results.file_options.open_in_channel": "채널에서 열기", "screen.search.results.filter.all_file_types": "모든 파일 형식", "screen.search.results.filter.audio": "오디오", "screen.search.results.filter.code": "코드", "screen.search.results.filter.documents": "문서", "screen.search.results.filter.images": "이미지", "screen.search.results.filter.presentations": "프레젠테이션", "screen.search.results.filter.spreadsheets": "스프레드시트", "screen.search.results.filter.title": "파일 유형별 필터링", "screen.search.results.filter.videos": "동영상", "screen.search.title": "검색", "screens.channel_bookmark_add": "북마크 추가하기", "screens.channel_bookmark_edit": "북마크 편집", "screens.channel_edit_header": "채널 헤더 변경", "screens.channel_info": "채널 정보", "screens.channel_info.dm": "쪽지 정보", "screens.channel_info.gm": "그룹 메시지 정보", "search_bar.search": "검색", "search_bar.search.placeholder": "표준시간대 검색", "select_field.optional": "{labelName} (선택 사항)", "select_team.description": "아직 팀에 참여하지 않으셨습니다. 아래에서 하나를 선택하여 시작하세요.", "select_team.no_team.description": "팀에 참여하려면 팀 관리자에게 초대를 요청하거나 직접 팀을 만드세요. 이메일 받은 편지함에서 초대장을 확인할 수도 있습니다.", "select_team.no_team.title": "참여할 수 있는 팀이 없습니다", "select_team.title": "팀 선택", "send_message.confirm.cancel": "취소", "send_message.confirm.description": "지금 {channelName} 으로 이 메시지를 보내시겠습니까?", "send_message.confirm.send": "보내기", "send_message.confirm.title": "지금 메시지 보내기", "server.invalid.certificate.description": "이 서버의 인증서가 유효하지 않습니다.\n\"{hostname}\" 호스트인 것처럼 속이고 있는 서버에 연결하려 하므로 기밀 정보가 위험에 노출될 수 있습니다.", "server.invalid.certificate.title": "잘못된 SSL 인증서", "server.invalid.pinning.title": "잘못된 고정된 SSL 인증서", "server.logout.alert_description": "모든 관련 데이터가 제거됩니다", "server.logout.alert_title": "{displayName} 에서 로그아웃하시겠습니까?", "server.remove.alert_description": "서버 목록에서 해당 서버를 제거하며, 모든 관련 데이터를 제거합니다", "server.remove.alert_title": "{displayName} 를 삭제하시겠습니까?", "server.tutorial.swipe": "서버에서 왼쪽으로 스와이프하면 더 많은 작업을 볼 수 있습니다", "server.websocket.unreachable": "서버에 연결할 수 없습니다.", "server_list.push_proxy_error": "이 서버의 구성으로 인해 이 서버에서 알림을 수신할 수 없습니다. 시스템 관리자에게 문의하세요.", "server_list.push_proxy_unknown": "이 서버의 구성 상 이 서버에서 알림을 수신할 수 없습니다. 로그아웃 후 다시 로그인해서 시도하세요.", "server_upgrade.alert_description": "서버( {serverDisplayName})에서 지원되지 않는 서버 버전을 실행 중입니다. 사용자는 앱의 핵심 기능을 손상시키는 충돌 또는 심각한 버그를 유발하는 호환성 문제에 노출됩니다. 서버 버전 {supportedServerVersion} 이상으로 업그레이드해야 합니다.", "server_upgrade.dismiss": "취소", "server_upgrade.learn_more": "더 알아보기", "servers.create_button": "서버 추가", "servers.default": "기본 서버", "servers.edit": "편집", "servers.login": "로그인", "servers.logout": "로그아웃", "servers.remove": "제거", "settings.about": "{appTitle} 정보", "settings.about.app.version": "App Version: {version} (Build {number})", "settings.about.app.version.title": "App Version:", "settings.about.app.version.value": "{version} (Build {number})", "settings.about.button.copyInfo": "정보 복사", "settings.about.copyright": "Copyright 2015-{currentYear} Mattermost, Inc. All rights reserved", "settings.about.database": "Database: {driverName}", "settings.about.database.schema": "Database Schema Version: {version}", "settings.about.database.schema.title": "Database Schema Version:", "settings.about.database.title": "Database:", "settings.about.license.load_metric": "로드 메트릭: {load}", "settings.about.license.load_metric.title": "사용률:", "settings.about.licensed": "Licensed to: {company}", "settings.about.powered_by": "{site} is powered by Mattermost", "settings.about.server.version": "Server Version: {version} (Build {buildNumber}", "settings.about.server.version.noBuild": "Server Version: {version}", "settings.about.server.version.title": "Server Version:", "settings.about.server.version.value": "{version} (빌드 {buildNumber})", "settings.advanced.cancel": "취소", "settings.advanced.component_library": "컴포넌트 라이브러리", "settings.advanced.delete": "삭제", "settings.advanced.delete_data": "로컬 파일 삭제", "settings.advanced.delete_message.confirmation": "\n이 서버에 대해 앱을 통해 다운로드한 모든 파일이 삭제됩니다. 계속하려면 확인해주세요.\n", "settings.advanced_settings": "고급 설정", "settings.advanced_settings.component_library": "컴포넌트 라이브러리", "settings.display": "화면", "settings.notice_mobile_link": "모바일 앱", "settings.notice_platform_link": "서버", "settings.notice_text": "Mattermost is made possible by the open source software used in our {platform} and {mobile}.", "settings.notifications": "알림", "settings.save": "저장", "settings_display.clock.mz": "24시간제로 표시", "settings_display.clock.mz.desc": "예: 16:00", "settings_display.clock.normal.desc": "예: 4:00 PM", "settings_display.clock.standard": "12시간제로 표시", "settings_display.crt.desc": "사용으로 설정하면 댓글 메시지는 채널에 표시되지 않으며 팔로우 중인 스레드에 대한 알림은 \"스레드\" 보기에서 확인할 수 있습니다.", "settings_display.crt.label": "축소된 응답 글타래", "settings_display.custom_theme": "커스텀 테마", "settings_display.timezone.automatically": "자동으로 설정", "settings_display.timezone.manual": "표준시간대 변경", "settings_display.timezone.off": "사용 안함", "settings_display.timezone.select": "표준시간대 선택", "share_extension.channel_error": "선택한 서버의 팀원이 아닙니다. 다른 서버를 선택하거나 매터모스트를 열어 팀에 참여하세요.", "share_extension.channel_label": "채널", "share_extension.channels_screen.title": "채널 선택", "share_extension.count_limit": "이 서버에서는 {count, number} {count, plural, one {file} other {files}}만 공유할 수 있습니다", "share_extension.error_screen.description": "{applicationName} 으로 콘텐츠를 공유하려고 할 때 오류가 발생했습니다.", "share_extension.error_screen.label": "오류가 발생했습니다", "share_extension.error_screen.reason": "이유: {reason}", "share_extension.file_limit.multiple": "각 파일은 다음보다 작아야 합니다. {size}", "share_extension.file_limit.single": "파일 크기는 다음보다 작아야 합니다. {size}", "share_extension.max_resolution": "이미지가 최대 크기인 7680 x 4320 픽셀을 초과합니다", "share_extension.message": "메시지 입력(선택 사항)", "share_extension.multiple_label": "{count, number} 첨부 파일", "share_extension.server_label": "서버", "share_extension.servers_screen.title": "서버 선택", "share_extension.share_screen.title": "공유 대상 {applicationName}", "share_extension.upload_disabled": "선택한 서버에 대해 파일 업로드가 비활성화됩니다", "share_feedback.button.no": "아니요, 괜찮습니다", "share_feedback.button.yes": "예", "share_feedback.subtitle": "더 나은 경험을 제공할 수 있도록 당신의 의견에 귀 기울이겠습니다.", "share_feedback.title": "피드백을 공유해 주시겠어요?", "skintone_selector.tooltip.description": "이제 이모티콘에 사용할 피부 톤을 선택할 수 있습니다.", "skintone_selector.tooltip.title": "기본 피부 톤 선택", "smobile.search.recent_title": "{teamName} 의 최근 검색", "snack.bar.channel.members.added": "{numMembers, number} {numMembers, plural, one {member} other {members}} 추가됨", "snack.bar.code.copied": "클립보드에 복사된 코드", "snack.bar.default": "오류", "snack.bar.favorited.channel": "이 채널이 즐겨찾기에 추가되었습니다", "snack.bar.following.thread": "글타래 팔로우", "snack.bar.info.copied": "정보가 클립보드에 복사되었습니다", "snack.bar.link.copied": "링크가 클립보드에 복사되었습니다", "snack.bar.message.copied": "텍스트가 클립보드에 복사되었습니다", "snack.bar.mute.channel": "이 채널이 음소거되었습니다", "snack.bar.playbook.error": "작업을 수행할 수 없습니다. 나중에 다시 시도하세요.", "snack.bar.remove.user": "채널에서 멤버 1명이 삭제되었습니다", "snack.bar.text.copied": "클립보드에 복사됨", "snack.bar.undo": "실행 취소", "snack.bar.unfavorite.channel": "이 채널이 즐겨찾기에서 제거 되었습니다", "snack.bar.unfollow.thread": "글타래 언팔로우", "snack.bar.unmute.channel": "이 채널의 음소거가 해제되었습니다", "status_dropdown.set_away": "자리비움", "status_dropdown.set_dnd": "방해금지", "status_dropdown.set_offline": "오프라인", "status_dropdown.set_online": "온라인", "status_dropdown.set_ooo": "부재 중", "suggestion.mention.all": "이 채널의 모든 사용자들에게 알림을 보냅니다", "suggestion.mention.channel": "이 채널의 모든 사용자들에게 알림을 보냅니다", "suggestion.mention.channels": "채널 더보기", "suggestion.mention.groups": "그룹 멘션", "suggestion.mention.here": "이 채널의 모든 온라인 사용자들에게 알림을 보냅니다", "suggestion.mention.morechannels": "Other Channels", "suggestion.mention.nonmembers": "Not in Channel", "suggestion.mention.special": "Special Mentions", "suggestion.mention.users": "사용자", "suggestion.search.direct": "개인 메시지", "suggestion.search.private": "비공개 채널", "suggestion.search.public": "공개 채널", "system_notice.dont_show": "다시 표시하지 않음", "system_notice.remind_me": "나중에 알림", "system_notice.title.gm_as_dm": "그룹 메시지 업데이트", "system_noticy.body.gm_as_dm": "이제 새 메시지마다 알림 배지와 함께 그룹 메시지의 모든 활동에 대한 알림을 받게 됩니다.\n\n각 그룹 메시지의 알림 환경설정에서 이를 구성할 수 있습니다.", "team_list.no_other_teams.description": "다른 팀에 참여하려면 팀 관리자에게 초대를 요청하거나 직접 팀을 만드세요.", "team_list.no_other_teams.title": "더 이상 참여할 팀이 없습니다", "terms_of_service.acceptButton": "수락", "terms_of_service.alert_cancel": "취소", "terms_of_service.alert_retry": "다시 시도", "terms_of_service.api_error": "요청을 완료할 수 없습니다. 이 문제가 지속되면 시스템 관리자에게 문의하십시오.", "terms_of_service.decline": "거절", "terms_of_service.error.description": "서버에서 서비스 약관을 가져올 수 없습니다.", "terms_of_service.error.logout": "로그아웃", "terms_of_service.error.retry": "다시 시도", "terms_of_service.error.title": "ToS를 받지 못했습니다.", "terms_of_service.terms_declined.ok": "확인", "terms_of_service.terms_declined.text": "이 서버에 액세스하려면 서비스 약관에 동의해야 합니다. 자세한 내용은 시스템 관리자에게 문의하세요. 이제 로그아웃됩니다. 다시 로그인하여 서비스 약관에 동의하세요.", "terms_of_service.terms_declined.title": "서비스 약관에 동의해야 합니다", "terms_of_service.title": "서비스 약관", "thread.header.thread": "글타래", "thread.header.thread_in": "{channelName} 채널에 있음", "thread.options.title": "글타래 동작", "thread.repliesCount": "{repliesCount, number} {repliesCount, plural, one {reply} other {replies}}", "threads": "글타래", "threads.deleted": "원본 메세지가 삭제되었습니다", "threads.end_of_list.subtitle": "이전 대화를 찾고 있다면, 검색을 활용해 보세요", "threads.end_of_list.title": "목록의 끝입니다!", "threads.follow": "지켜보기", "threads.followMessage": "메시지 지켜보기", "threads.followThread": "글타래 지켜보기", "threads.following": "지켜보는 중", "threads.newReplies": "{count}개의 새 {count, plural, one {댓글} other {댓글}}", "threads.replies": "{count}개의 {count, plural, one {댓글} other {댓글}}", "threads.unfollowMessage": "메세지 지켜보기 해제", "threads.unfollowThread": "글타래 지켜보기 해제", "unreads.empty.paragraph": "모든 채널을 표시하려면 읽지 않음 필터를 해제하세요.", "unreads.empty.show_all": "모두 보기", "unreads.empty.title": "읽지 않은 메시지 없음", "user.edit_profile.email.auth_service": "로그인은 {service} 을 통해 이루어집니다. 이메일을 업데이트할 수 없습니다. 알림에 사용되는 이메일 주소는 {email} 입니다.", "user.edit_profile.email.web_client": "이메일은 웹 클라이언트 혹은 데스크톱 애플리케이션을 사용하여 변경해야 합니다.", "user.edit_profile.profile_photo.change_photo": "프로필 사진 변경", "user.settings.general.email": "전자우편", "user.settings.general.field_handled_externally": "아래의 필드중 일부는 로그인 서비스 제공업체를 통해 처리됩니다. 해당 필드를 변경하려면 로그인 공급업체를 통해 변경해야 합니다.", "user.settings.general.firstName": "이름", "user.settings.general.lastName": "성", "user.settings.general.nickname": "별명", "user.settings.general.position": "직책", "user.settings.general.username": "사용자 이름", "user.settings.notifications.email_threads.description": "팔로우 중인 스레드에 대한 모든 회신에 대해 알림을 받음", "user.tutorial.long_press": "항목을 길게 누르면 사용자 프로필을 볼 수 있습니다", "user_profile.channel_admin": "채널 관리자", "user_profile.custom_status": "사용자 정의 상태", "user_profile.system_admin": "시스템 관리자", "user_profile.team_admin": "팀 관리자", "user_settings.notifications.test_notification.body": "알림을 받지 못하셨나요? 먼저 모든 디바이스에 테스트 알림을 보내 예상대로 작동하는지 확인하세요. 문제가 지속되면 문제 해결 단계를 통해 문제를 해결할 수 있는 방법을 살펴보세요.", "user_settings.notifications.test_notification.go_to_docs": "문서 문제 해결", "user_settings.notifications.test_notification.send_button.error": "테스트 알림 전송 오류", "user_settings.notifications.test_notification.send_button.send": "테스트 알림 보내기", "user_settings.notifications.test_notification.send_button.sending": "테스트 알림 보내기", "user_settings.notifications.test_notification.send_button.sent": "테스트 알림 전송", "user_settings.notifications.test_notification.title": "알림 문제 해결", "user_status.away": "자리비움", "user_status.dnd": "방해 금지", "user_status.offline": "오프라인", "user_status.online": "온라인", "user_status.title": "상태", "video.done": "확인", "video.download": "영상 다운로드", "video.download_description": "이 영상을 재생하려면 다운로드해야 합니다.", "video.failed_description": "영상을 재생하는 동안 오류가 발생했습니다.", "video.normal": "보통", "video.playback_speed": "재생 속도", "your.servers": "서버 선택" }