@sanity/locale-ko-kr 1.1.32 → 1.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"studio.cjs","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** \"Configuration issue\" header */\n 'about-dialog.configuration-issue.header': '구성 문제가 감지되었습니다',\n /** Message shown if sanity.cli.ts is missing deployment.appId */\n 'about-dialog.configuration-issue.missing-appid':\n '자동 업데이트가 활성화되어 있지만 <code>sanity.cli.ts</code>에 <code>deployment.appId</code>가 구성되어 있지 않습니다. 이 스튜디오는 <strong>최신</strong>-채널에 대해 업데이트됩니다.',\n /** \"View documentation\" link for auto-updating studios */\n 'about-dialog.configuration-issue.missing-appid.view-documentation': '문서 보기',\n /** \"Disabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.disabled': '비활성화됨',\n /** \"Enabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.enabled': '활성화됨',\n /** @deprecated \"Auto Updates\" status header in About-dialog */\n 'about-dialog.version-info.auto-updates.header': '자동 업데이트',\n /** \"How to enable\" next to Disabled state for Auto updates in version info dialog */\n 'about-dialog.version-info.auto-updates.how-to-enable': '활성화 방법',\n /** \"Manage version\" link text */\n 'about-dialog.version-info.auto-updates.manage-version': '버전 관리',\n /** Text displayed on the \"Copy to clipboard\"-button after clicked */\n 'about-dialog.version-info.copy-to-clipboard-button.copied-text':\n '클립보드에 복사됨. 붙여넣기를 즐기세요!',\n /** \"Copy to Clipboard\" button text for copying version details from About-dialog */\n 'about-dialog.version-info.copy-to-clipboard-button.text': '클립보드에 복사',\n /** \"Current version\" header in version info dialog */\n 'about-dialog.version-info.current-version.header': '현재 버전',\n /** @deprecated \"How to upgrade\" link text */\n 'about-dialog.version-info.how-to-upgrade': '업그레이드 방법',\n /** \"Latest version\" header in version info dialog */\n 'about-dialog.version-info.latest-version.header': '최신 버전',\n /** Info text when auto updates is enabled and a new version is available */\n 'about-dialog.version-info.new-auto-update-version-available': '새 버전 사용 가능',\n /** \"New version\" header in version info dialog - Note that this is not necessary a *higher* version compared to current:\n * It's a new version configured for auto updates which in some cases could even be a version below current */\n 'about-dialog.version-info.new-version.text': '새 버전',\n /** \"Reload\"-button when auto updates is enabled and a new version is available */\n 'about-dialog.version-info.reload': '재로드',\n /** \"Reload to update\"-tooltip when auto updates is enabled and a new version is available */\n 'about-dialog.version-info.reload-to-update': '업데이트하려면 스튜디오를 재로드하세요',\n /** \"Development\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.development': '개발',\n /** \"New version available\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.new-version-available': '새 버전 사용 가능',\n /** \"Prerelease\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.prerelease': '사전 출시',\n /** \"Up to date\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.up-to-date': '최신 상태',\n /** @deprecated \"Up to date\" status in About-dialog */\n 'about-dialog.version-info.up-to-date': '최신 상태',\n /** \"Upgrade\"-button text */\n 'about-dialog.version-info.update-button.text': '업데이트',\n /** \"Upgrade\"-button tooltip text */\n 'about-dialog.version-info.update-button.tooltip': 'Sanity 스튜디오를 업데이트하는 방법 알아보기',\n /** \"User agent\" header in About-dialog */\n 'about-dialog.version-info.user-agent.header': '사용자 에이전트',\n /** \"View on GitHub\" link from version info dialog */\n 'about-dialog.version-info.view-on-github': 'GitHub에서 보기',\n\n /** The text used in the tooltip shown in the dialog close button */\n 'announcement.dialog.close': '닫기',\n /** Aria label to be used in the dialog close button */\n 'announcement.dialog.close-label': '대화 상자 닫기',\n /**Text to be used in the tooltip in the button in the studio announcement card */\n 'announcement.floating-button.dismiss': '닫기',\n /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */\n 'announcement.floating-button.dismiss-label': '공지 사항 무시하기',\n /**Aria label to be used in the floating button in the studio announcement card */\n 'announcement.floating-button.open-label': '공지 사항 열기',\n\n /** Menu item for deleting the asset */\n 'asset-source.asset-list.menu.delete': '삭제',\n /** Menu item for showing where a particular asset is used */\n 'asset-source.asset-list.menu.show-usage': '사용처 보기',\n /** Header in usage dialog for file assets */\n 'asset-source.asset-usage-dialog.header_file': '파일을 사용하는 문서',\n /** Header in usage dialog for image assets */\n 'asset-source.asset-usage-dialog.header_image': '이미지를 사용하는 문서',\n /** Text shown in usage dialog when loading documents using the selected asset */\n 'asset-source.asset-usage-dialog.loading': '로딩 중…',\n /** Text for cancel action in delete-asset dialog */\n 'asset-source.delete-dialog.action.cancel': '취소',\n /** Text for \"confirm delete\" action in delete-asset dialog */\n 'asset-source.delete-dialog.action.delete': '삭제',\n /** Dialog header for delete-asset dialog when deleting a file */\n 'asset-source.delete-dialog.header_file': '파일 삭제',\n /** Dialog header for delete-asset dialog when deleting an image */\n 'asset-source.delete-dialog.header_image': '이미지 삭제',\n /** Text shown in delete dialog when loading documents using the selected asset */\n 'asset-source.delete-dialog.loading': '로딩 중…',\n /** Message confirming to delete *named* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_named':\n '파일 <strong>{{filename}}}</strong>과 그 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Message confirming to delete *unnamed* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':\n '파일과 그 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Message confirming to delete *named* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_named':\n '이미지 <strong>{{filename}}</strong>와 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Message confirming to delete *unnamed* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed':\n '이미지와 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Alt text showing on image preview in delete asset dialog */\n 'asset-source.delete-dialog.usage-list.image-preview-alt': '이미지 미리보기',\n /** Warning message showing when *named* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':\n '{{filename}}은(는) 사용 중이기 때문에 삭제할 수 없습니다. 이 파일을 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Warning message showing when *unnamed* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':\n '이 파일은 사용 중이기 때문에 삭제할 수 없습니다. 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Warning message showing when *named* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':\n '{{filename}}은(는) 사용 중이기 때문에 삭제할 수 없습니다. 이 이미지를 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Warning message showing when *unnamed* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':\n '이 이미지는 사용 중이기 때문에 삭제할 수 없습니다. 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Text shown when the list of assets only include a specific set of types */\n 'asset-source.dialog.accept-message':\n '허용된 유형의 자산만 표시: <strong>{{acceptTypes}}</strong>',\n /** Select asset dialog cancel-button */\n 'asset-source.dialog.button.cancel': '취소',\n /** Select asset dialog select-button */\n 'asset-source.dialog.button.select': '선택',\n /** Keys shared between both image asset source and file asset source */\n /** Select asset dialog title for files */\n 'asset-source.dialog.default-title_file': '파일 선택',\n /** Select asset dialog title for images */\n 'asset-source.dialog.default-title_image': '이미지 선택',\n /** Select asset dialog title for videos */\n 'asset-source.dialog.default-title_video': '비디오 선택',\n /** Insert asset error */\n 'asset-source.dialog.insert-asset-error': '자산 삽입 오류. 자세한 정보는 콘솔을 확인하세요.',\n /** Select asset dialog load more items */\n 'asset-source.dialog.load-more': '더 많이 불러오기',\n /** Text shown when selecting a file but there's no files to select from\n * @deprecated no longer in use\n */\n 'asset-source.dialog.no-assets_file': '파일 없음',\n /** Text shown when selecting an image but there's no images to select from\n * @deprecated no longer in use\n */\n 'asset-source.dialog.no-assets_image': '이미지 없음',\n 'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':\n '현재 선택된 파일을 삭제할 수 없습니다',\n 'asset-source.file.asset-list.action.delete.text': '삭제',\n 'asset-source.file.asset-list.action.delete.title': '파일 삭제',\n 'asset-source.file.asset-list.action.select-file.title': '파일 {{filename}} 선택',\n 'asset-source.file.asset-list.action.show-usage.title': '사용 표시',\n 'asset-source.file.asset-list.delete-failed': '파일을 삭제할 수 없습니다',\n 'asset-source.file.asset-list.delete-successful': '파일이 삭제되었습니다',\n 'asset-source.file.asset-list.header.date-added': '추가된 날짜',\n /** File asset source */\n 'asset-source.file.asset-list.header.filename': '파일명',\n 'asset-source.file.asset-list.header.size': '크기',\n 'asset-source.file.asset-list.header.type': '유형',\n /** Text displayed on button or menu invoking the file asset source */\n 'asset-source.file.title': '업로드된 파일들',\n 'asset-source.image.asset-list.delete-failed': '이미지를 삭제할 수 없습니다',\n /** Image asset source */\n 'asset-source.image.asset-list.delete-successful': '이미지가 삭제되었습니다',\n /** Text displayed on button or menu invoking the image asset source */\n 'asset-source.image.title': '업로드된 이미지들',\n /** Built in asset source usage texts */\n 'asset-source.usage-list.documents-using-file_named_one':\n '하나의 문서가 파일 <code>{{filename}}</code>을 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-file_named_other':\n '{{count}}개의 문서들이 파일 <code>{{filename}}</code>을 사용하고 있습니다',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/\n 'asset-source.usage-list.documents-using-file_named_zero':\n '파일 <code>{{filename}}</code>을 사용하는 문서가 없습니다',\n 'asset-source.usage-list.documents-using-file_unnamed_one':\n '한 문서가 이 파일을 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-file_unnamed_other':\n '{{count}}개의 문서가 이 파일을 사용하고 있습니다',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/\n 'asset-source.usage-list.documents-using-file_unnamed_zero': '이 파일을 사용하는 문서가 없습니다',\n 'asset-source.usage-list.documents-using-image_named_one':\n '하나의 문서가 이미지 <code>{{filename}}</code>를 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-image_named_other':\n '{{count}}개의 문서들이 이미지 <code>{{filename}}</code>를 사용하고 있습니다',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/\n 'asset-source.usage-list.documents-using-image_named_zero':\n '이미지 <code>{{filename}}</code>를 사용하는 문서가 없습니다',\n 'asset-source.usage-list.documents-using-image_unnamed_one':\n '하나의 문서가 이 이미지를 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-image_unnamed_other':\n '{{count}}개의 문서들이 이 이미지를 사용하고 있습니다',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/\n 'asset-source.usage-list.documents-using-image_unnamed_zero':\n '이 이미지를 사용하는 문서가 없습니다',\n\n /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */\n 'asset-sources.common.uploader.upload-failed.description': '자세한 정보는 콘솔을 확인하세요.',\n 'asset-sources.common.uploader.upload-failed.title': '업로드 실패',\n /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */\n 'asset-sources.dataset.file.title': '워크스페이스 파일',\n 'asset-sources.dataset.image.title': '워크스페이스 이미지',\n /** Error messages for the Media Library Asset Source */\n 'asset-sources.media-library.error.library-could-not-be-resolved':\n '이 프로젝트의 미디어 라이브러리를 확인하는 도중 문제가 발생했습니다.',\n /** Error message shown when no media library has been provisioned for the current organization */\n 'asset-sources.media-library.error.no-media-library-provisioned':\n '이 조직을 위한 미디어 라이브러리가 프로비저닝되지 않았습니다.',\n /** Menu Items for Media Library Asset Source */\n 'asset-sources.media-library.file.title': '미디어 라이브러리',\n 'asset-sources.media-library.image.title': '미디어 라이브러리',\n /** Done button text */\n 'asset-sources.media-library.open-in-source-dialog.button.done': '완료',\n /** Select new asset button text with target title */\n 'asset-sources.media-library.open-in-source-dialog.button.select-new-asset':\n '“{{targetTitle}}”에 대한 새 자산 선택',\n 'asset-sources.media-library.open-in-source-dialog.button.select-new-asset-fallback':\n '새 자산 선택',\n /** Title for the open in source dialog */\n 'asset-sources.media-library.open-in-source-dialog.title': '자산 편집',\n /** Info messages for the Media Library Asset Source */\n 'asset-sources.media-library.select-dialog.title_file': '{{targetTitle}}을(를) 위한 파일 선택',\n 'asset-sources.media-library.select-dialog.title_image': '{{targetTitle}}을(를) 위한 이미지 선택',\n 'asset-sources.media-library.select-dialog.title_video': '{{targetTitle}}을(를) 위한 비디오 선택',\n /** Warning message shown when uploading already existing files to the Media Library Asset Source */\n 'asset-sources.media-library.warning.file-already-exist.description':\n '라이브러리에서 찾은 기존 파일을 사용합니다.',\n 'asset-sources.media-library.warning.file-already-exist.title':\n \"파일: '{{filename}}'이(가) 이미 존재합니다\",\n\n /** Label when a release has been deleted by a different user */\n 'banners.deleted-bundle-banner.text': \"'<strong>{{title}}</strong>' 릴리스가 삭제되었습니다.\",\n\n /** Action message for navigating to next month */\n 'calendar.action.go-to-next-month': '다음 달로 이동',\n /** Action message for navigating to next year */\n 'calendar.action.go-to-next-year': '다음 해로 이동',\n /** Action message for navigating to previous month */\n 'calendar.action.go-to-previous-month': '이전 달로 이동',\n /** Action message for navigating to previous year */\n 'calendar.action.go-to-previous-year': '이전 해로 이동',\n /* Label for navigating the calendar to \"today\", without _selecting_ today. Short form, eg `Today`, not `Go to today` */\n 'calendar.action.go-to-today': '오늘',\n /* Accessibility label for navigating the calendar to \"today\", without _selecting_ today */\n 'calendar.action.go-to-today-aria-label': '오늘로 가기',\n /* Label for navigating the calendar to \"tomorrow\", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */\n 'calendar.action.go-to-tomorrow': '내일',\n /* Label for navigating the calendar to \"yesterday\", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */\n 'calendar.action.go-to-yesterday': '어제',\n /** Label for switch that controls whether or not to include time in given timestamp */\n 'calendar.action.include-time-label': '시간 포함',\n /** Action message for selecting the time */\n 'calendar.action.select-time': '시간 선택',\n /** Action message for setting to the current time */\n 'calendar.action.set-to-current-time': '현재 시간으로 설정',\n /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */\n 'calendar.action.set-to-time-preset': '{{time}}에 {{date, datetime}}',\n /** Aria label for button to open date picker */\n 'calendar.button.aria-label': '달력 열기',\n /** Tooltip content for button to open datetime input */\n 'calendar.button.tooltip-text': '날짜 선택',\n /** Error message displayed in calendar when entered date is not the correct format */\n 'calendar.error.must-be-in-format': '<Emphasis>{{exampleDate}}</Emphasis> 형식이어야 합니다',\n /** Month name for April */\n 'calendar.month-names.april': '4월',\n /** Month name for August */\n 'calendar.month-names.august': '8월',\n /** Month name for December */\n 'calendar.month-names.december': '12월',\n /** Month name for February */\n 'calendar.month-names.february': '2월',\n /** Month name for January */\n 'calendar.month-names.january': '1월',\n /** Month name for July */\n 'calendar.month-names.july': '7월',\n /** Month name for June */\n 'calendar.month-names.june': '6월',\n /** Month name for March */\n 'calendar.month-names.march': '3월',\n /** Month name for May */\n 'calendar.month-names.may': '5월',\n /** Month name for November */\n 'calendar.month-names.november': '11월',\n /** Month name for October */\n 'calendar.month-names.october': '10월',\n /** Month name for September */\n 'calendar.month-names.september': '9월',\n /** Short weekday name for Friday */\n 'calendar.weekday-names.short.friday': '금',\n /** Short weekday name for Monday */\n 'calendar.weekday-names.short.monday': '월',\n /** Short weekday name for Saturdayday */\n 'calendar.weekday-names.short.saturday': '토',\n /** Short weekday name for Sunday */\n 'calendar.weekday-names.short.sunday': '일',\n /** Short weekday name for Thursday */\n 'calendar.weekday-names.short.thursday': '목',\n /** Short weekday name for Tuesday */\n 'calendar.weekday-names.short.tuesday': '화',\n /** Short weekday name for Wednesday */\n 'calendar.weekday-names.short.wednesday': '수',\n\n /** Label for the close button label in Review Changes pane */\n 'changes.action.close-label': '변경 사항 검토 닫기',\n /** Cancel label for revert button prompt action */\n 'changes.action.revert-all-cancel': '취소',\n /** Revert all confirm label for revert button action - used on prompt button + review changes pane */\n 'changes.action.revert-all-confirm': '모두 되돌리기',\n /** Prompt for reverting all changes in document in Review Changes pane. Includes a count of changes. */\n 'changes.action.revert-all-description': '모든 {{count}} 변경사항을 되돌리시겠습니까?',\n /** Prompt for confirming revert change (singular) label for field change action */\n 'changes.action.revert-changes-confirm-change_one': '변경 사항 되돌리기',\n /** Revert for confirming revert (plural) label for field change action */\n 'changes.action.revert-changes-confirm-change_other': '변경 사항들 되돌리기',\n /** Prompt for reverting changes for a field change */\n 'changes.action.revert-changes-description': '변경 사항을 되돌리시겠습니까?',\n /** Prompt for reverting changes for a group change, eg multiple changes */\n 'changes.action.revert-changes-description_one': '변경 사항을 되돌리시겠습니까?',\n /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */\n 'changes.added-label': '추가됨',\n /** Array diff: An item was added in a given position (`{{position}}`) */\n 'changes.array.item-added-in-position': '{{position}} 위치에 추가됨',\n 'changes.array.item-moved_down_one': '{{count}} 위치 아래로 이동함',\n 'changes.array.item-moved_down_other': '{{count}} 위치 아래로 이동함',\n /**\n * Array diff: An item was moved within the array.\n * Receives `{{count}}` representing number of positions it moved.\n * Context is the direction of the move, either `up` or `down`.\n */\n 'changes.array.item-moved_up_one': '{{count}} 위치 위로 이동함',\n 'changes.array.item-moved_up_other': '{{count}} 위치 위로 이동함',\n /** Array diff: An item was removed from a given position (`{{position}}`) */\n 'changes.array.item-removed-from-position': '{{position}} 위치에서 제거됨',\n /** Accessibility label for the \"change bar\" shown when there are edits on a field-level */\n 'changes.change-bar.aria-label': '변경 사항 검토',\n /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */\n 'changes.changed-label': '변경됨',\n /** Label and text for tooltip that indicates the authors of the changes */\n 'changes.changes-by-author': '변경한 사람',\n /** Additional text shown in development mode when a diff component crashes during rendering */\n 'changes.error-boundary.developer-info': '자세한 정보는 개발자 콘솔을 확인하세요',\n /** Text shown when a diff component crashes during rendering, triggering the error boundary */\n 'changes.error-boundary.title': '이 필드의 변경 사항을 렌더링하는 중 오류가 발생했습니다',\n /* Error description when changes could not be loaded */\n 'changes.error-description': '이 문서의 변경 사항을 불러올 수 없습니다.',\n /** Error title when changes could not be loaded */\n 'changes.error-title': '문제가 발생했습니다',\n /** Error message shown when the value of a field is not the expected one */\n 'changes.error.incorrect-type-message':\n '값 오류: 값의 유형은 \"<code>{{actualType}}</code>\"이며, 예상 유형은 \"<code>{{expectedType}}</code>\"입니다',\n /** File diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.file.meta-info-fallback-title': '제목 없음',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.crop-changed': '크롭 변경됨',\n /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */\n 'changes.image.deleted': '이미지 삭제됨',\n /** Image diff: Text shown if the image failed to be loaded when previewing it */\n 'changes.image.error-loading-image': '이미지 로딩 오류',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.hotspot-changed': '핫스팟 변경됨',\n /** Image diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.image.meta-info-fallback-title': '제목 없음',\n /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */\n 'changes.image.no-asset-set': '이미지 설정되지 않음',\n /** Image diff: Text shown when the from/to state has/had no image */\n 'changes.image.no-image-placeholder': '(이미지 없음)',\n /** Label for the \"from\" value in the change inspector */\n 'changes.inspector.from-label': '에서',\n /** Label for the \"meta\" (field path, action etc) information in the change inspector */\n 'changes.inspector.meta-label': '메타',\n /** Label for the \"to\" value in the change inspector */\n 'changes.inspector.to-label': '까지',\n /** Loading author of change in the differences tooltip in the review changes pane */\n 'changes.loading-author': '로딩 중…',\n /** Loading changes in Review Changes Pane */\n 'changes.loading-changes': '변경 사항 불러오는 중…',\n /** Error message shown when the document revision could not be found */\n 'changes.missing-since-document-error':\n '문서 리비전을 찾을 수 없습니다. id: <code>{{revisionId}}</code> 비교하려는. <Break/> 이것은 아마도 귀하의 계획의 역사 보존 정책 때문일 것입니다. <Break/> 다른 <strong>From</strong> 항목을 선택해 주세요.',\n /** No Changes description in the Review Changes pane */\n 'changes.no-changes-description':\n '이 패널에 변경 사항 목록이 표시되려면 문서를 편집하거나 타임라인에서 이전 버전을 선택하세요.',\n /** No Changes title in the Review Changes pane */\n 'changes.no-changes-title': '변경 사항 없음',\n /* Label for the tooltip that shows when an action is not selectable*/\n 'changes.not-selectable': '이 이벤트를 선택할 수 없습니다',\n /** Portable Text diff: An annotation was added */\n 'changes.portable-text.annotation_added': '주석 추가됨',\n /** Portable Text diff: An annotation was changed */\n 'changes.portable-text.annotation_changed': '주석 변경됨',\n /** Portable Text diff: An annotation was removed */\n 'changes.portable-text.annotation_removed': '주석 제거됨',\n /** Portable Text diff: An annotation was left unchanged */\n 'changes.portable-text.annotation_unchanged': '주석 변경되지 않음',\n /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */\n 'changes.portable-text.block-style-changed':\n '블록 스타일이 \"{{fromStyle}}\"에서 \"{{toStyle}}\"(으)로 변경됨',\n /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */\n 'changes.portable-text.changed-formatting': '텍스트 형식 변경됨',\n /** Portable Text diff: An empty inline object is part of a change */\n 'changes.portable-text.empty-inline-object': '빈 {{inlineObjectType}}',\n /** Portable Text diff: An empty object is the result of adding/removing an annotation */\n 'changes.portable-text.empty-object-annotation': '빈 {{annotationType}}',\n /** Portable Text diff: Added a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_added': '빈 텍스트 추가됨',\n /** Portable Text diff: Changed a block that contained no text (eg empty block) */\n 'changes.portable-text.empty-text_changed': '빈 텍스트 변경됨',\n /** Portable Text diff: Removed a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_removed': '빈 텍스트 제거됨',\n /** Portable Text diff: An inline object was added */\n 'changes.portable-text.inline-object_added': '인라인 객체 추가됨',\n /** Portable Text diff: An inline object was changed */\n 'changes.portable-text.inline-object_changed': '인라인 객체 변경됨',\n /** Portable Text diff: An inline object was removed */\n 'changes.portable-text.inline-object_removed': '인라인 객체 제거됨',\n /** Portable Text diff: An inline object was left unchanged */\n 'changes.portable-text.inline-object_unchanged': '인라인 객체 변경되지 않음',\n /** Portable Text diff: Added a chunk of text */\n 'changes.portable-text.text_added': '텍스트 추가됨',\n /** Portable Text diff: Removed a chunk of text */\n 'changes.portable-text.text_removed': '텍스트 제거됨',\n /** Portable Text diff: Annotation has an unknown schema type */\n 'changes.portable-text.unknown-annotation-schema-type': '알 수 없는 스키마 유형',\n /** Portable Text diff: Inline object has an unknown schema type */\n 'changes.portable-text.unknown-inline-object-schema-type': '알 수 없는 스키마 유형',\n /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */\n 'changes.removed-label': '제거됨',\n /** Same Revision Selected description in the Review Changes pane */\n 'changes.same-revision-selected-description':\n '동일한 <strong>from</strong> 및 <strong>to</strong> 리비전을 선택했습니다. 변경 사항을 비교하려면 다른 리비전을 선택하세요.',\n /** Same Revision Selected title in the Review Changes pane */\n 'changes.same-revision-selected-title': '동일한 리비전이 선택되었습니다',\n /** Title for the Review Changes pane */\n 'changes.title': '변경 사항 검토',\n /**The title that will be shown in the badge inside the events when the item is a draft */\n 'changes.versions.draft': '초안',\n\n /** --- Common components --- */\n /** Tooltip text for context menu buttons */\n 'common.context-menu-button.tooltip': '더 보기',\n /** Default text for dialog cancel button */\n 'common.dialog.cancel-button.text': '취소',\n /** Default text for dialog confirm button */\n 'common.dialog.confirm-button.text': '확인',\n /** Default text in shared loader text / spinner lockup */\n 'common.loading': '로딩 중',\n /** The title of the reconnecting toast */\n 'common.reconnecting.toast.title': '연결을 시도하는 중…',\n\n /** --- Configuration issues --- */\n /** Default label text on configuration issues button */\n 'configuration-issues.button.label': '구성 문제',\n /** Tooltip displayed on configuration issues button */\n 'configuration-issues.button.tooltip': '구성 문제 발견',\n\n /** The fallback title for an ordering menu item if no localized titles are provided. */\n 'default-menu-item.fallback-title': '{{title}}로 정렬',\n\n /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */\n 'default-orderings.caption': '캡션별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */\n 'default-orderings.description': '설명별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */\n 'default-orderings.header': '헤더별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */\n 'default-orderings.heading': '제목별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */\n 'default-orderings.label': '라벨별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */\n 'default-orderings.name': '이름별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */\n 'default-orderings.title': '타이틀별 정렬',\n\n /** Label to show in the document footer indicating the creation date of the document */\n 'document-status.created': '{{date}}에 생성됨',\n /** Label to show in the document status indicating the date of the status */\n 'document-status.date': '{{date}}',\n /** Label to show in the document footer indicating the last edited date of the document */\n 'document-status.edited': '{{date}}에 편집됨',\n /** Label to show in the document footer status line when a document was last published */\n 'document-status.last-published': '마지막으로 발행됨',\n /** Label to show in the document footer indicating the document is not published*/\n 'document-status.not-published': '게시되지 않음',\n /** Label to show in the document footer indicating the published date of the document */\n 'document-status.published': '{{date}}에 게시됨',\n /** Label to show in the document footer indicating the revision from date of the document */\n 'document-status.revision-from': '개정 <em>{{date}}</em>',\n /** Label to show in the document footer indicating that the revision was not found */\n 'document-status.revision-not-found': '리비전을 찾을 수 없습니다',\n\n /** Label to indicate that a document type was not found */\n 'document.type.not-found': '문서 유형 \"{{type}}\"을(를) 찾을 수 없습니다',\n\n /** Error message shown when an action cannot be performed */\n 'errors.unable-to-perform-action': '이 작업을 수행할 수 없습니다',\n\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.duplicate-keys-alert.details.additional-description':\n '<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */\n 'form.error.duplicate-keys-alert.details.description':\n '이것은 보통 항목들이 API 클라이언트를 사용하여 생성될 때 발생하며, 각 요소의 <code>_key</code> 속성이 고유하지 않게 생성되었습니다.',\n /** Developer info */\n 'form.error.duplicate-keys-alert.details.title': '개발자 정보',\n /** Generate unique keys */\n 'form.error.duplicate-keys-alert.generate-button.text': '고유한 키 생성',\n /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */\n 'form.error.duplicate-keys-alert.summary':\n '이 목록의 여러 항목이 동일한 식별자(키)를 공유하고 있습니다. 모든 항목은 고유한 식별자를 가져야 합니다.',\n /** Non-unique keys */\n 'form.error.duplicate-keys-alert.title': '고유하지 않은 키',\n /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */\n 'form.error.field-not-found':\n '스키마에서 \"{{fieldName}}\" 필드를 찾을 수 없거나 조건부로 숨겨져 있지만 명시적으로 렌더링하라고 지시된 경우입니다 – 스키마에 정의되어 있는지 확인하고 조건부로 숨겨져 있지 않은지 확인하세요.',\n /** Add missing keys */\n 'form.error.missing-keys-alert.add-button.text': '누락된 키 추가',\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.missing-keys-alert.details.additional-description':\n '<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */\n 'form.error.missing-keys-alert.details.description':\n '이는 보통 API 클라이언트를 사용하여 항목을 생성할 때 <code>_key</code> 속성이 포함되지 않았을 때 발생합니다.',\n /** Developer info */\n 'form.error.missing-keys-alert.details.title': '개발자 정보',\n /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */\n 'form.error.missing-keys-alert.summary':\n '리스트의 일부 항목에 키가 누락되었습니다. 리스트를 편집하려면 이를 수정해야 합니다.',\n /** Missing keys */\n 'form.error.missing-keys-alert.title': '누락된 키',\n /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */\n 'form.error.mixed-array-alert.details.description':\n '이는 보통 API 클라이언트를 사용하여 항목을 생성하거나 사용자 정의 입력 컴포넌트가 리스트에 유효하지 않은 데이터를 추가했을 때 발생합니다.',\n /** Developer info */\n 'form.error.mixed-array-alert.details.title': '개발자 정보',\n /** Remove non-object values */\n 'form.error.mixed-array-alert.remove-button.text': '비객체 값 제거',\n /** Some items in this list are not objects. This must be fixed in order to edit the list. */\n 'form.error.mixed-array-alert.summary':\n '이 리스트의 일부 항목이 객체가 아닙니다. 리스트를 편집하려면 이를 수정해야 합니다.',\n /** Invalid list values */\n 'form.error.mixed-array-alert.title': '유효하지 않은 리스트 값',\n /** Error text shown when form is unable to find an array item at a given indexed path */\n 'form.error.no-array-item-at-index':\n '주어진 경로 <code>{{path}}</code>에서 인덱스 <code>{{index}}</code>의 배열 항목을 찾을 수 없습니다',\n /** Error text shown when form is unable to find an array item at a given keyed path */\n 'form.error.no-array-item-at-key':\n '주어진 경로 <code>{{path}}</code>에서 `_key` <code>\"{{key}}\"</code>를 가진 배열 항목을 찾을 수 없습니다',\n /** The title above the error call stack output related to the crash */\n 'form.error.unhandled-runtime-error.call-stack.title': '호출 스택:',\n /** The title above the error component stack provided by React's underlying ErrorBoundary component */\n 'form.error.unhandled-runtime-error.component-stack.title': '컴포넌트 스택:',\n /** The error message for the unhandled error that crashed the Input component during render */\n 'form.error.unhandled-runtime-error.error-message': '오류: {{message}}',\n /** The title for the error card rendered inside a field in place of a crashing input */\n 'form.error.unhandled-runtime-error.title': '처리되지 않은 런타임 오류',\n /** Form field deprecated label */\n 'form.field.deprecated-label': '사용되지 않음',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': '제목 없음',\n /** Accessibility label for the icon that indicates the field has a validation error */\n 'form.validation.has-error-aria-label': '오류가 있음',\n /** Accessibility label for the icon that indicates the field has validation information */\n 'form.validation.has-info-aria-label': '정보가 있음',\n /** Accessibility label for the icon that indicates the field has a validation warning */\n 'form.validation.has-warning-aria-label': '경고가 있음',\n /** Text shown when summarizing validation information, when the field has one or more errors */\n 'form.validation.summary.errors-count_one': '{{count}}개의 오류',\n 'form.validation.summary.errors-count_other': '{{count}}개의 오류',\n /** Text shown when summarizing validation information, when the field has one or more warnings */\n 'form.validation.summary.warnings-count_one': '{{count}}개의 경고',\n 'form.validation.summary.warnings-count_other': '{{count}}개의 경고들',\n\n 'free-trial.tooltip.days-count_other': '{{count}}일의 시험 사용 기간이 남았습니다',\n /** Tooltip for free trial navbar button, once trial has ended */\n 'free-trial.tooltip.trial-finished': '프로젝트를 업그레이드하세요',\n\n /**\n * Label for \"contact sales\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.contact-sales': '영업팀에 문의하기',\n /**\n * Label for \"help and support\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.help-and-support': '도움말 및 지원',\n /**\n * Label for \"join our community\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.join-our-community': '우리 커뮤니티에 가입하세요',\n /** Information for what the latest sanity version is */\n 'help-resources.latest-sanity-version': '최신 버전은 {{latestVersion}}입니다',\n /** Text for link to register a studio */\n 'help-resources.register-studio': '스튜디오 등록',\n /** Name of the sanity studio */\n 'help-resources.studio': 'Sanity Studio',\n /** Menu item for registered studios (i.e. copies app id) */\n 'help-resources.studio-app-id': '앱 ID',\n /** Menu item for reloading Studio to update */\n 'help-resources.studio-auto-update-now': 'v{{newVersion}}로 업데이트하기 위해 재로드',\n /** Information for what studio version the current studio is running */\n 'help-resources.studio-version': 'Sanity 스튜디오 버전 {{studioVersion}}',\n /** Title for help and resources menus */\n 'help-resources.title': '도움말 및 리소스',\n /** Label for studio's which are up to date */\n 'help-resources.up-to-date': '최신 상태',\n /** Version text */\n 'help-resources.version': 'v{{version}}',\n\n /**Incoming references inspector title */\n 'incoming-references.title': '들어오는 참조',\n\n /** Text for button to cancel an ongoing upload */\n 'input.files.common.cancel-upload': '업로드 취소',\n /** Text for menuitem upload button default asset source */\n 'input.files.common.upload-placeholder.file-input-button.default-source.badge': '기본',\n /** Text for file input button in upload placeholder */\n 'input.files.common.upload-placeholder.file-input-button.text': '업로드',\n /** Uploading <FileName/> */\n 'input.files.common.upload-progress': '<FileName/> 업로드 중',\n /** The referenced document cannot be opened, because the URL failed to be resolved */\n 'input.reference.document-cannot-be-opened.failed-to-resolve-url':\n '이 문서는 열 수 없습니다 (스튜디오로의 URL 해석 실패)',\n\n /** Label for adding item after a specific array item */\n 'inputs.array.action.add-after': '다음에 항목 추가',\n /** Label for adding item before a specific array item */\n 'inputs.array.action.add-before': '이전에 항목 추가',\n /** Label for adding array item action when the schema allows for only one schema type */\n 'inputs.array.action.add-item': '항목 추가',\n /**\n * Label for adding one array item action when the schema allows for multiple schema types,\n * eg. will prompt the user to select a type once triggered\n */\n 'inputs.array.action.add-item-select-type': '항목 추가...',\n /** Label for copying an array item */\n 'inputs.array.action.copy': '복사',\n /** Array drag handle button tooltip */\n 'inputs.array.action.drag.tooltip': '재정렬하려면 드래그하세요',\n /** Label for duplicating an array item */\n 'inputs.array.action.duplicate': '복제',\n /** Label for editing the item of a specific type, eg \"Edit Person\" */\n 'inputs.array.action.edit': '{{itemTypeTitle}} 편집',\n /** Tooltip text explaining why adding items is disabled when array max is reached */\n 'inputs.array.action.max-reached': '최대 항목 수에 도달했습니다',\n /** Label for removing an array item action */\n 'inputs.array.action.remove': '제거',\n /** Label for removing action when an array item has an error */\n 'inputs.array.action.remove-invalid-item': '제거',\n /** Label for viewing the item of a specific type, eg \"View Person\" */\n 'inputs.array.action.view': '{{itemTypeTitle}} 보기',\n /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */\n 'inputs.array.error.can-delete-but-no-edit-description':\n '이 항목을 여전히 이동하거나 삭제할 수는 있지만, 해당 유형의 스키마 정의를 찾을 수 없으므로 편집할 수는 없습니다.',\n /** Error label for toast when array could not resolve the initial value */\n 'inputs.array.error.cannot-resolve-initial-value-title':\n '유형에 대한 초기 값을 해결할 수 없습니다: {{schemaTypeTitle}}: {{errorMessage}}.',\n /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_one':\n '다음 항목은 내용 유형에서 배열 항목으로 알려진 변환이 없어 업로드할 수 없습니다:',\n /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_other':\n '다음 항목들은 내용 유형에서 배열 항목으로 알려진 변환이 없어 업로드할 수 없습니다:',\n /** Error description for the array item tooltip that explains that the current type item is not valid for the list */\n 'inputs.array.error.current-schema-not-declare-description':\n '현재 스키마는 이 목록에 <code>{{typeName}}</code> 유형의 항목을 유효하다고 선언하지 않았습니다. 이는 유형이 유효한 항목 유형으로 제거되었거나 누군가가 아직 배포되지 않은 자신의 로컬 스키마에 추가했을 수 있음을 의미할 수 있습니다.',\n /** Error description to show how the item is being represented in the json format */\n 'inputs.array.error.json-representation-description': '이 항목의 JSON 표현:',\n /** Error description for the array item tooltip that explains what the error means with more context */\n 'inputs.array.error.type-is-incompatible-prompt':\n '이 목록에는 <code>{{typeName}}</code> 유형의 항목이 유효하지 않습니다',\n /** Error title for when an item type within an array input is incompatible, used in the tooltip */\n 'inputs.array.error.type-is-incompatible-title': '왜 이런 일이 발생하나요?',\n /** Error label for unexpected errors in the Array Input */\n 'inputs.array.error.unexpected-error': '예상치 못한 오류: {{error}}',\n /** Label for the array insert menu all items filter */\n 'inputs.array.insert-menu.filter.all-items': '전체',\n /** Label for when the array insert menu search shows no items */\n 'inputs.array.insert-menu.search.no-results': '항목을 찾을 수 없음',\n /** Placeholder for the array insert menu search field */\n 'inputs.array.insert-menu.search.placeholder': '검색',\n /** Tooltip for the array insert menu grid view toggle */\n 'inputs.array.insert-menu.toggle-grid-view.tooltip': '그리드 보기 전환',\n /** Tooltip for the array insert menu list view toggle */\n 'inputs.array.insert-menu.toggle-list-view.tooltip': '목록 보기 전환',\n /** Label for when the array input doesn't have any items */\n 'inputs.array.no-items-label': '항목 없음',\n /** Label for read only array fields */\n 'inputs.array.read-only-label': '이 필드는 읽기 전용입니다',\n /** Label for when the array input is resolving the initial value for the item */\n 'inputs.array.resolving-initial-value': '초기 값을 확인하는 중…',\n /** Tooltip content when boolean input is disabled */\n 'inputs.boolean.disabled': '비활성화됨',\n /** Warning label when selected datetime is in the past */\n 'inputs.dateTime.past-date-warning': '미래의 날짜를 선택하세요.',\n /** Placeholder value for datetime input */\n 'inputs.datetime.placeholder': '예: {{example}}',\n /** Acessibility label for button to open file options menu */\n 'inputs.file.actions-menu.file-options.aria-label': '파일 옵션 메뉴 열기',\n /** Browse */\n 'inputs.file.browse-button.text': '찾아보기',\n /** Select file */\n 'inputs.file.dialog.title': '파일 선택',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.file.error.unknown-member-kind': '알 수 없는 멤버 종류: {{kind}}',\n /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */\n 'inputs.file.invalid-file-warning.description':\n '이 필드의 값은 유효한 파일이 아닙니다. 이 필드를 재설정하면 새 파일을 선택할 수 있습니다.',\n /** Reset value */\n 'inputs.file.invalid-file-warning.reset-button.text': '값 재설정',\n /** Invalid file value */\n 'inputs.file.invalid-file-warning.title': '잘못된 파일 값',\n /** Select */\n 'inputs.file.multi-browse-button.text': '선택',\n /** The upload could not be completed at this time. */\n 'inputs.file.upload-failed.description': '현재 업로드를 완료할 수 없습니다.',\n /** Upload failed */\n 'inputs.file.upload-failed.title': '업로드 실패',\n /** Private access policy badge label */\n 'inputs.files.common.access-policy.private.label': '비공개 자산',\n /** Private access policy badge tooltip */\n 'inputs.files.common.access-policy.private.tooltip': 'CDN 접근은 서명된 URL에 한정됩니다',\n /** Clear field */\n 'inputs.files.common.actions-menu.clear-field.label': '필드 지우기',\n /** Copy URL */\n 'inputs.files.common.actions-menu.copy-url.label': 'URL 복사',\n /** Download */\n 'inputs.files.common.actions-menu.download.label': '다운로드',\n /** The URL is copied to the clipboard */\n 'inputs.files.common.actions-menu.notification.url-copied': 'URL이 클립보드에 복사되었습니다',\n /** Open in source */\n 'inputs.files.common.actions-menu.open-in-source.label': '{{sourceName}}에서 열기',\n /** Replace */\n 'inputs.files.common.actions-menu.replace.label': '교체',\n /** Upload */\n 'inputs.files.common.actions-menu.upload.label': '업로드',\n /** Drop to upload */\n 'inputs.files.common.drop-message.drop-to-upload': '업로드를 위해 놓기',\n /** Drop to upload `{{count}}` file */\n 'inputs.files.common.drop-message.drop-to-upload-multi_one':\n '{{count}}개 파일을 업로드하려면 놓으세요',\n /** Drop to upload `{{count}}` files */\n 'inputs.files.common.drop-message.drop-to-upload-multi_other':\n '{{count}}개 파일을 업로드하려면 놓으세요',\n /** Can't upload this file here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one':\n '이 파일은 여기에 업로드할 수 없습니다',\n /** Can't upload any of these files here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other':\n '이 파일들 중 어떤 것도 여기에 업로드할 수 없습니다',\n /** `{{count}}` file can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one':\n '{{count}}개 파일은 여기에 업로드할 수 없습니다',\n /** `{{count}}` files can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other':\n '{{count}}개 파일은 여기에 업로드할 수 없습니다',\n /** Cannot upload `{{count}}` files */\n 'inputs.files.common.placeholder.cannot-upload-some-files_one': '파일을 업로드할 수 없습니다',\n 'inputs.files.common.placeholder.cannot-upload-some-files_other':\n '{{count}}개의 파일을 업로드할 수 없습니다',\n /** Drag or paste type here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_file':\n '여기에 파일을 드래그하거나 붙여넣기',\n /** Drag or paste image here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_image':\n '여기에 이미지를 드래그하거나 붙여넣기',\n /** Drop to upload file */\n 'inputs.files.common.placeholder.drop-to-upload_file': '파일 업로드를 위해 놓기',\n /** Drop to upload image */\n 'inputs.files.common.placeholder.drop-to-upload_image': '이미지 업로드를 위해 놓기',\n /** Read only */\n 'inputs.files.common.placeholder.read-only': '읽기 전용',\n /** Select asset source destination for files to upload */\n 'inputs.files.common.placeholder.select-asset-source-upload-destination': '파일을 업로드할 위치:',\n /** Can't upload files here */\n 'inputs.files.common.placeholder.upload-not-supported': '여기에 파일을 업로드할 수 없습니다',\n /** Clear upload */\n 'inputs.files.common.stale-upload-warning.clear': '업로드 지우기',\n /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */\n 'inputs.files.common.stale-upload-warning.description':\n '업로드가 적어도 {{staleThresholdMinutes}}분 동안 진행되지 않고 중단되었을 가능성이 있습니다. 미완료된 업로드를 안전하게 지우고 다시 업로드를 시도할 수 있습니다.',\n /** Incomplete upload */\n 'inputs.files.common.stale-upload-warning.title': '미완료된 업로드',\n /** Tooltip text for action to crop image */\n 'inputs.image.actions-menu.crop-image-tooltip': '이미지 자르기',\n /** Accessibility label for button to open image edit dialog */\n 'inputs.image.actions-menu.edit-details.aria-label': '이미지 편집 대화 상자 열기',\n /** Accessibility label for button to open image options menu */\n 'inputs.image.actions-menu.options.aria-label': '이미지 옵션 메뉴 열기',\n /** Select */\n 'inputs.image.browse-menu.text': '선택',\n /** Cannot upload this file here */\n 'inputs.image.drag-overlay.cannot-upload-here': '여기에 이 파일을 업로드할 수 없습니다',\n /** Drop image to upload */\n 'inputs.image.drag-overlay.drop-to-upload-image': '업로드할 이미지를 드롭하세요',\n /** This field is read only */\n 'inputs.image.drag-overlay.this-field-is-read-only': '이 필드는 읽기 전용입니다',\n /** Image could not be loaded due to possible access restrictions */\n 'inputs.image.error.possible-access-restriction':\n '이미지를 불러올 수 없습니다. 접근 제한 때문일 수 있습니다.',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.image.error.unknown-member-kind': '알 수 없는 멤버 종류: {{kind}}',\n /** Edit hotspot and crop */\n 'inputs.image.hotspot-dialog.title': '핫스팟 및 크롭 편집',\n /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */\n 'inputs.image.invalid-image-warning.description':\n '이 필드의 값은 유효한 이미지가 아닙니다. 이 필드를 재설정하면 새 이미지를 선택할 수 있습니다.',\n /** Reset value */\n 'inputs.image.invalid-image-warning.reset-button.text': '값 재설정',\n /** Invalid image value */\n 'inputs.image.invalid-image-warning.title': '잘못된 이미지 값',\n /** Preview of uploaded image */\n 'inputs.image.preview-uploaded-image': '업로드된 이미지 미리보기',\n /** The upload could not be completed at this time. */\n 'inputs.image.upload-error.description': '현재 업로드를 완료할 수 없습니다.',\n /** Upload failed */\n 'inputs.image.upload-error.title': '업로드 실패',\n /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */\n 'inputs.imagetool.description':\n '이미지를 크롭하기 위해 사각형을 조정하세요. 항상 보여야 할 영역을 지정하기 위해 원을 조정하세요.',\n /** Error: `{{errorMessage}}` */\n 'inputs.imagetool.load-error': '오류: {{errorMessage}}',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': '핫스팟 & 크롭',\n /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */\n 'inputs.imagetool.vector-warning.developer-info':\n \"에셋 파이프라인은 벡터 형식에 대한 핫스팟과 크롭을 지원하지 않습니다. 핫스팟 & 크롭을 활성화하려면, 이 이미지를 지원되는 래스터 형식 중 하나로 출력하세요. 예를 들어: <code>fm=jpg</code>를 <ImageUrlDocumentationLink>이미지 URL</ImageUrlDocumentationLink>에 추가하거나 <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>을 사용하여 <code>.format('png')</code>를 호출하세요.\",\n /** See developer info */\n 'inputs.imagetool.vector-warning.expand-developer-info': '개발자 정보 보기',\n /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */\n 'inputs.imagetool.vector-warning.title':\n '경고: 이 이미지에 핫스팟과 크롭이 적용되지 않을 수 있습니다.',\n /** Convert to `{{targetType}}` */\n 'inputs.invalid-value.convert-button.text': '<code>{{targetType}}</code>(으)로 변환',\n /** The current value (<code>`{{actualType}}`</code>) */\n 'inputs.invalid-value.current-type': '현재 값 (<code>{{actualType}}</code>)',\n /** The property value is stored as a value type that does not match the expected type. */\n 'inputs.invalid-value.description':\n '속성 값이 예상된 유형과 일치하지 않는 값 유형으로 저장됩니다.',\n /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */\n 'inputs.invalid-value.details.description':\n '이 속성의 값은 스키마에 따라 <code>{{validType}}</code> 유형이어야 합니다.',\n /** Only the following types are valid here according to schema: */\n 'inputs.invalid-value.details.multi-type-description':\n '스키마에 따라 여기서 유효한 유형은 다음과 같습니다:',\n /** Mismatching value types typically occur when the schema has recently been changed. */\n 'inputs.invalid-value.details.possible-reason':\n '스키마가 최근에 변경되었을 때 일반적으로 값 유형이 일치하지 않습니다.',\n /** Developer info */\n 'inputs.invalid-value.details.title': '개발자 정보',\n /** -- Invalid Value Input -- */\n /** Reset value */\n 'inputs.invalid-value.reset-button.text': '값 재설정',\n /** Invalid property value */\n 'inputs.invalid-value.title': '잘못된 속성 값',\n /** Title for the \"All fields\" field group */\n 'inputs.object.field-group-tabs.all-fields-title': '모든 필드',\n /** Aria label for the \"Field groups\" select control on smaller screens */\n 'inputs.object.field-group-tabs.aria-label': '필드 그룹',\n /** Text shown in field group select for a group with error validation */\n 'inputs.object.field-group-tabs.validation-error': '오류',\n /** Text shown in field group select for a group with info validation */\n 'inputs.object.field-group-tabs.validation-info': '정보',\n /** Text shown in field group select for a group with warning validation */\n 'inputs.object.field-group-tabs.validation-warning': '경고',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n '이 필드는 문서의 스키마에 따라 <strong>읽기 전용</strong>이며 해제할 수 없습니다. 스튜디오에서 이를 해제할 수 있게 하려면 스키마의 포함 유형에서 <code>readOnly</code> 필드를 제거하세요.',\n /** Fallback description shown when the unknown reference preview cannot be loaded */\n 'inputs.object.unknown-fields.reference.preview.unavailable':\n '\"{{documentId}}\"에 대한 미리보기를 불러올 수 없습니다.',\n /** Remove field */\n 'inputs.object.unknown-fields.remove-field-button.text': '필드 제거',\n /** Encountered `{{count}}` fields that are not defined in the schema. */\n 'inputs.object.unknown-fields.warning.description_one':\n '스키마에 정의되지 않은 필드를 발견했습니다.',\n 'inputs.object.unknown-fields.warning.description_other':\n '스키마에 정의되지 않은 {{count}}개의 필드를 발견했습니다.',\n /** Detailed description of unknown field warning */\n 'inputs.object.unknown-fields.warning.details.description_one':\n '이 필드는 스키마에 정의되어 있지 않아, 필드 정의가 제거되었거나 누군가가 자신의 로컬 프로젝트에 추가하고 아직 변경 사항을 배포하지 않았을 수 있습니다.',\n 'inputs.object.unknown-fields.warning.details.description_other':\n '이 필드들은 문서의 스키마에 정의되어 있지 않아, 필드 정의가 제거되었거나 누군가가 자신의 로컬 프로젝트에 추가하고 아직 변경 사항을 배포하지 않았을 수 있습니다.',\n /** Developer info */\n 'inputs.object.unknown-fields.warning.details.title': '개발자 정보',\n /** Unknown field found */\n 'inputs.object.unknown-fields.warning.title_one': '알 수 없는 필드 발견',\n 'inputs.object.unknown-fields.warning.title_other': '알 수 없는 필드들 발견',\n /** Collapse the editor to save screen space */\n 'inputs.portable-text.action.collapse-editor': '에디터 접기',\n /** Aria label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation-aria-label': '주석 편집',\n /** Expand the editor to give more editing space */\n 'inputs.portable-text.action.expand-editor': '에디터 확장하기',\n /** Label label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block': '{{typeName}} 삽입하기',\n /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block-aria-label': '{{typeName}} 삽입하기 (블록)',\n /** Label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object': '{{typeName}} 삽입하기',\n /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object-aria-label': '{{typeName}} 삽입하기 (인라인)',\n /** Aria label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation-aria-label': '주석 제거',\n /** Label for activate on focus with context of click and not focused */\n 'inputs.portable-text.activate-on-focus-message_click': '활성화하려면 클릭하세요',\n /** Label for activate on focus with context of click and focused */\n 'inputs.portable-text.activate-on-focus-message_click-focused':\n '활성화하려면 클릭하거나 스페이스를 누르세요',\n /** Label for activate on focus with context of tap and not focused */\n 'inputs.portable-text.activate-on-focus-message_tap': '활성화하려면 탭하세요',\n /** Aria label for the annotation object */\n 'inputs.portable-text.annotation-aria-label': '주석 객체',\n /** Title for dialog that allows editing an annotation */\n 'inputs.portable-text.annotation-editor.title': '{{schemaType}} 편집하기',\n /** Title of the default \"link\" annotation */\n 'inputs.portable-text.annotation.link': '링크',\n /** Aria label for the block object */\n 'inputs.portable-text.block.aria-label': '블록 객체',\n /** Label for action to edit a block item, in the case where it is editable */\n 'inputs.portable-text.block.edit': '편집하기',\n /** Accessibility label for the button that opens the actions menu on blocks */\n 'inputs.portable-text.block.open-menu-aria-label': '메뉴 열기',\n /** Label for action to open a reference, in the case of block-level reference types */\n 'inputs.portable-text.block.open-reference': '참조 열기',\n /** Label for action to remove a block item */\n 'inputs.portable-text.block.remove': '제거하기',\n /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */\n 'inputs.portable-text.block.view': '보기',\n /** Title of the \"code\" decorator */\n 'inputs.portable-text.decorator.code': '코드',\n /** Title of the \"em\" (emphasis) decorator */\n 'inputs.portable-text.decorator.emphasis': '기울임꼴',\n /** Title of the \"strike-through\" decorator */\n 'inputs.portable-text.decorator.strike-through': '취소선',\n /** Title of the \"strong\" decorator */\n 'inputs.portable-text.decorator.strong': '굵게',\n /** Title of the \"underline\" decorator */\n 'inputs.portable-text.decorator.underline': '밑줄',\n /** Placeholder text for when the editor is empty */\n 'inputs.portable-text.empty-placeholder': '비어 있음',\n /** Aria label for the block object */\n 'inputs.portable-text.inline-block.aria-label': '인라인 객체',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': '객체 편집하기',\n /** Aria label for icon for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit-aria-label': '객체 편집',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': '객체 제거하기',\n /** Aria label for icon for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove-aria-label': '객체 제거',\n /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */\n 'inputs.portable-text.invalid-value.action-disclaimer':\n '참고: 위의 작업을 수행하는 것이 일반적으로 안전하지만, 확신이 서지 않는 경우 스튜디오를 구성하는 담당자에게 문의하세요.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.action': '해당 객체 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.description':\n '키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 자식이 <code>{{childType}}</code> 타입인데, 이는 스키마에서 허용되지 않습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.action': '블록 제거',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.description':\n '키 <code>{{key}}</code>를 가진 블록이 <code>{{typeName}}</code> 유형이며, 이는 스키마에서 허용되지 않습니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.action': '빈 텍스트 범위 삽입하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 텍스트 범위가 없습니다.',\n /** Label for the button to ignore invalid values in the Portable Text editor */\n 'inputs.portable-text.invalid-value.ignore-button.text': '무시하기',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.action':\n '유형 <code>{{expectedTypeName}}</code> 사용',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.description':\n '키 <code>{{key}}</code>를 가진 블록의 유형 이름이 잘못되었습니다. 스키마에 따르면 <code>{{expectedTypeName}}</code>이어야 합니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.action': '빈 텍스트 값 설정하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.description':\n '키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 범위에 누락되었거나 잘못된 <code>text</code> 속성이 있습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.action':\n '유형 <code>{{expectedTypeName}}</code> 사용',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.description':\n '키 <code>{{key}}</code>를 가진 블록이 유형 이름이 누락되었습니다. 스키마에 따르면 <code>{{expectedTypeName}}</code>이어야 합니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.action': '임의의 키 할당하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.description':\n '키 <code>{{key}}</code>를 가진 블록의 인덱스 <code>{{index}}</code>에 있는 자식에 <code>_key</code> 속성이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.action': '해당 객체 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.description':\n '키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 자식에 <code>_type</code> 속성이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.action': '임의의 키 할당',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.description':\n '인덱스 <code>{{index}}</code>의 블록이 필수 <code>_key</code> 속성이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.action': '블록 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 잘못되었거나 누락된 `children` 속성이 있습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': '속성 추가하기',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 잘못되었거나 누락된 `markDefs` 속성이 있습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.action': '블록 제거',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.description':\n '키 <code>{{key}}</code>를 가진 블록이 유형 이름이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.action': '해당 항목 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.description':\n '키 <code>{{key}}</code>를 가진 블록의 인덱스 <code>{{index}}</code>에 있는 자식이 객체가 아닙니다.',\n /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.action': '값을 해제',\n /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.description':\n '값은 Portable Text 블록의 배열이거나 undefined이어야 합니다.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.action': '항목 제거',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.description':\n '<code>{{index}}</code> 위치의 항목이 객체가 아닙니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.action': '허용되지 않는 마크 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 스키마에서 허용하지 않는 마크 <code>({{orphanedMarks, list}})</code>가 포함되어 있습니다.',\n /** Title for the alert indicating that the Portable Text field has an invalid value */\n 'inputs.portable-text.invalid-value.title': '잘못된 Portable Text 값',\n /** Title of \"bulleted\" list type */\n 'inputs.portable-text.list-type.bullet': '글머리 기호 목록',\n /** Title of numbered list type */\n 'inputs.portable-text.list-type.number': '번호가 매겨진 목록',\n /** Title of the \"h1\" block style */\n 'inputs.portable-text.style.h1': '제목 1',\n /** Title of the \"h2\" block style */\n 'inputs.portable-text.style.h2': '제목 2',\n /** Title of the \"h3\" block style */\n 'inputs.portable-text.style.h3': '제목 3',\n /** Title of the \"h4\" block style */\n 'inputs.portable-text.style.h4': '제목 4',\n /** Title of the \"h5\" block style */\n 'inputs.portable-text.style.h5': '제목 5',\n /** Title of the \"h6\" block style */\n 'inputs.portable-text.style.h6': '제목 6',\n /** Title shown when multiple blocks of varying styles is selected */\n 'inputs.portable-text.style.multiple': '다중',\n /** Title of fallback when no style is given for a block */\n 'inputs.portable-text.style.none': '스타일 없음',\n /** Title of the \"normal\" block style */\n 'inputs.portable-text.style.normal': '보통',\n /** Title of the \"quote\" block style */\n 'inputs.portable-text.style.quote': '인용구',\n /** Label for action to clear the current value of the reference field */\n 'inputs.reference.action.clear': '지우기',\n /** Label for action to copy the current item (used within arrays) */\n 'inputs.reference.action.copy': '복사',\n /** Label for action to create a new document from the reference input */\n 'inputs.reference.action.create-new-document': '새로 만들기',\n /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */\n 'inputs.reference.action.create-new-document-select': '새로 만들기…',\n /** Label for action to duplicate the current item to a new item (used within arrays) */\n 'inputs.reference.action.duplicate': '복제하기',\n /** Label for action that opens the referenced document in a new tab */\n 'inputs.reference.action.open-in-new-tab': '새 탭에서 열기',\n /** Label for action to remove the reference from an array */\n 'inputs.reference.action.remove': '제거하기',\n /** Label for action to replace the current value of the field */\n 'inputs.reference.action.replace': '교체하기',\n /** Label for action to cancel a previously initiated replace action */\n 'inputs.reference.action.replace-cancel': '교체 취소하기',\n /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */\n 'inputs.reference.cross-dataset.feature-disabled-actions':\n '이 필드의 기존 참조는 여전히 삭제할 수 있지만, 기능이 비활성화된 상태로 다른 문서로 변경할 수는 없습니다.',\n /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */\n 'inputs.reference.cross-dataset.feature-disabled-description':\n '이 기능은 비활성화되었습니다. <DocumentationLink>문서</DocumentationLink>에서 활성화하는 방법을 읽어보세요.',\n /** Title for a warning telling the user that the current project does not have the \"cross dataset references\" feature */\n 'inputs.reference.cross-dataset.feature-unavailable-title':\n '사용할 수 없는 기능: 크로스 데이터셋 참조',\n /** The cross-dataset reference points to a document with an invalid type */\n 'inputs.reference.cross-dataset.invalid-type':\n '참조된 문서가 유효하지 않은 타입입니다 ({{typeName}}) <JsonValue/>',\n /** The referenced document will open in a new tab (due to external studio) */\n 'inputs.reference.document-opens-in-new-tab': '이 문서는 새 탭에서 열립니다',\n /** Error title for when the document is unavailable (for any possible reason) */\n 'inputs.reference.error.document-unavailable-title': '문서를 사용할 수 없음',\n /** Error title for when the referenced document failed to be loaded */\n 'inputs.reference.error.failed-to-load-document-title': '참조된 문서를 불러오는 데 실패했습니다',\n /** Error title for when the reference search returned a document that is not an allowed type for the field */\n 'inputs.reference.error.invalid-search-result-type-title':\n '참조에 유효하지 않은 유형을 반환한 검색: \"{{returnedType}}\"',\n /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-description':\n '참조된 문서 (<code>{{documentId}}</code>)는 유형 <code>{{actualType}}</code>입니다. 스키마에 따르면, 참조된 문서는 <AllowedTypes /> 유형만 가능합니다.',\n /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-title': '유효하지 않은 유형의 문서',\n /** Error description for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-description':\n '참조된 문서에 접근할 수 없습니다. 권한이 충분하지 않습니다',\n /** Error title for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-title': '권한 부족',\n /** Error description for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-description':\n '참조된 문서가 존재하지 않습니다 (ID: <code>{{documentId}}</code>). 참조를 제거하거나 다른 문서로 교체할 수 있습니다.',\n /** Error title for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-title': '찾을 수 없음',\n /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document.clear-button-label': '지우기',\n /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */\n 'inputs.reference.error.search-failed-title': '참조 검색 실패',\n /** Label for when the GDR points to an invalid type */\n 'inputs.reference.global.invalid-type': '참조된 문서가 잘못된 유형입니다 ({{typeName}})',\n /** Alternative text for the image shown in cross-dataset reference input */\n 'inputs.reference.image-preview-alt-text': '참조된 문서의 이미지 미리보기',\n /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-description':\n '<strong>{{referencedDocument}}</strong>가 발행되었고 이 참조는 이제 완성되어야 합니다.',\n /** Title for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-title': '참조 완성하기',\n /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-description':\n '<strong>{{referencedDocument}}</strong>가 발행되었고 이 참조는 이제 강한 참조로 변환되어야 합니다.',\n /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-title': '강한 참조로 변환하기',\n /** Label for button that triggers the action that strengthen a reference */\n 'inputs.reference.incomplete-reference.strengthen-button-label': '강한 참조로 변환하기',\n /** Label for button that triggers a retry attempt for reference metadata */\n 'inputs.reference.metadata-error.retry-button-label': '재시도',\n /** Title for alert shown when reference metadata fails to be loaded */\n 'inputs.reference.metadata-error.title': '참조 메타데이터를 불러올 수 없음',\n /** Message shown when no documents were found that matched the given search string */\n 'inputs.reference.no-results-for-query':\n '<strong>“{{searchTerm}}”</strong>에 대한 결과가 없습니다',\n /** Text for tooltip showing when a document was edited, using relative time (eg \"how long ago was it edited?\") */\n 'inputs.reference.preview.edited-at-time': '편집된 시간 <RelativeTime/>',\n /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */\n 'inputs.reference.preview.has-no-unpublished-changes-aria-label': '발행되지 않은 편집 없음',\n /** Accessibility label for icon indicating that document has unpublished changes */\n 'inputs.reference.preview.has-unpublished-changes-aria-label': '편집됨',\n /** Accessibility label for icon indicating that document does _not_ have a published version */\n 'inputs.reference.preview.is-not-published-aria-label': '게시되지 않음',\n /** Accessibility label for icon indicating that document has a published version */\n 'inputs.reference.preview.is-published-aria-label': '게시됨',\n /** Text for tooltip indicating that a document has no unpublished edits */\n 'inputs.reference.preview.no-unpublished-edits': '발행되지 않은 편집 없음',\n /** Text for tooltip indicating that a document has not yet been published */\n 'inputs.reference.preview.not-published': '게시되지 않음',\n /** Text for tooltip showing when a document was published, using relative time (eg \"how long ago was it published?\") */\n 'inputs.reference.preview.published-at-time': '<RelativeTime/>에 게시됨',\n /** The referenced document no longer exist and might have been deleted (for weak references) */\n 'inputs.reference.referenced-document-does-not-exist':\n '참조된 문서가 더 이상 존재하지 않고 삭제되었을 수 있습니다 (문서 ID: <code>{{documentId}}</code>).',\n /** The referenced document could not be displayed to the user because of insufficient permissions */\n 'inputs.reference.referenced-document-insufficient-permissions':\n '권한이 부족하여 참조된 문서에 접근할 수 없습니다',\n /** Label for when the reference input is resolving the initial value for an item */\n 'inputs.reference.resolving-initial-value': '초기 값을 확인 중…',\n /** Placeholder shown in a reference input with no current value */\n 'inputs.reference.search-placeholder': '검색하려면 입력하세요',\n /** Explanation of the consequences of leaving the reference as strong instead of weak */\n 'inputs.reference.strength-mismatch.is-strong-consquences':\n '이 참조를 약한 참조로 변환하거나 이 참조를 제거하기 전까지는 참조된 문서를 삭제할 수 없습니다.',\n /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */\n 'inputs.reference.strength-mismatch.is-strong-description':\n '이 참조는 <em>강함</em>이지만, 현재 스키마에 따르면 <em>약함</em>이어야 합니다.',\n /** Explanation of the consequences of leaving the reference as weak instead of strong */\n 'inputs.reference.strength-mismatch.is-weak-consquences':\n '이것은 이 참조를 삭제하지 않고 참조된 문서를 삭제할 수 있게 하여, 이 필드가 존재하지 않는 문서를 참조하게 됩니다.',\n /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */\n 'inputs.reference.strength-mismatch.is-weak-description':\n '이 참조는 <em>약함</em>이지만, 현재 스키마에 따르면 <em>강함</em>이어야 합니다.',\n /** Label for button that triggers the action that strengthens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.strengthen-button-label': '강한 참조로 변환하기',\n /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */\n 'inputs.reference.strength-mismatch.title': '참조 강도 불일치',\n /** Label for button that triggers the action that weakens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.weaken-button-label': '약한 참조로 변환',\n /** Label for action to clear the current value of the select field */\n 'inputs.select.action.clear': '지우기',\n /** Action message for generating the slug */\n 'inputs.slug.action.generate': '생성하기',\n /** Loading message for when the input is actively generating a slug */\n 'inputs.slug.action.generating': '생성 중…',\n /** Error message for when the source to generate a slug from is missing */\n 'inputs.slug.error.missing-source':\n '소스가 누락되었습니다. 스키마에서 {{schemaType}} 유형의 소스를 확인하세요',\n /** Placeholder for an empty tag input */\n 'inputs.tags.placeholder': '태그를 입력하고 ENTER를 누르세요…',\n /** Placeholder for an empty tag input on touch devices */\n 'inputs.tags.placeholder_touch': '태그 입력…',\n /** Convert to `{{targetType}}` */\n 'inputs.untyped-value.convert-button.text': '<code>{{targetType}}</code>(으)로 변환',\n /** Encountered an object value without a <code>_type</code> property. */\n 'inputs.untyped-value.description': '<code>_type</code> 속성이 없는 객체 값이 발견되었습니다.',\n /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */\n 'inputs.untyped-value.details.description':\n '객체 선언의 <code>name</code> 속성을 제거하거나 항목에 <code>_type</code> 속성을 설정하세요.',\n /** Current value (<code>object</code>): */\n 'inputs.untyped-value.details.json-dump-prefix': '현재 값 (<code>object</code>):',\n /** The following types are valid here according to schema: */\n 'inputs.untyped-value.details.multi-type-description':\n '스키마에 따르면 여기에 유효한 타입은 다음과 같습니다:',\n /** Developer info */\n 'inputs.untyped-value.details.title': '개발자 정보',\n /** Property value missing <code>_type</code> */\n 'inputs.untyped-value.title': '속성 값에 <code>_type</code>이 누락됨',\n /** Unset value */\n 'inputs.untyped-value.unset-item-button.text': '값 해제',\n\n /** The fallback explanation if no context is provided */\n 'insufficient-permissions-message.not-authorized-explanation':\n '이 기능에 접근할 권한이 없습니다.',\n /** The explanation when unable to create any document at all */\n 'insufficient-permissions-message.not-authorized-explanation_create-any-document':\n '문서를 생성할 수 있는 권한이 없습니다.',\n /** The explanation when unable to create a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document':\n '이 문서를 생성할 수 있는 권한이 없습니다.',\n /** The explanation when unable to create a particular type of document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document-type':\n '이 종류의 문서를 생성할 수 있는 권한이 없습니다.',\n /** The explanation when unable to create a new reference in a document */\n 'insufficient-permissions-message.not-authorized-explanation_create-new-reference':\n '새 참조를 생성할 권한이 없습니다.',\n /** The explanation when unable to delete a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_delete-document':\n '이 문서를 삭제할 수 있는 권한이 없습니다.',\n /** The explanation when unable to delete a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_delete-schedules':\n '일정을 삭제할 권한이 없습니다.',\n /** The explanation when unable to discard changes in a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_discard-changes':\n '이 문서의 변경 사항을 폐기할 수 있는 권한이 없습니다.',\n /** The explanation when unable to duplicate a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_duplicate-document':\n '이 문서를 복제할 수 있는 권한이 없습니다.',\n /** The explanation when unable to edit a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_edit-schedules':\n '일정을 편집할 권한이 없습니다.',\n /** The explanation when unable to execute a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_execute-schedules':\n '일정을 실행할 권한이 없습니다.',\n /** The explanation when unable to publish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_publish-document':\n '이 문서를 게시할 수 있는 권한이 없습니다.',\n /** The explanation when unable to unpublish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_unpublish-document':\n '이 문서를 게시 취소할 수 있는 권한이 없습니다.',\n /** Appears after the not-authorized message. Lists the current roles. */\n 'insufficient-permissions-message.roles': '당신의 역할: <Roles/>',\n /** The title for the insufficient permissions message component */\n 'insufficient-permissions-message.title': '권한 부족',\n\n /** Unexpected error: `{{error}}` */\n 'member-field-error.unexpected-error': '예상치 못한 오류: {{error}}',\n\n /** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */\n 'network-check.slow-protocol-warning.description':\n '브라우저가 Sanity와 통신하기 위해 구식 HTTP 프로토콜을 사용하고 있습니다. 이로 인해 성능이 크게 저하될 수 있습니다.',\n /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */\n 'network-check.slow-protocol-warning.learn-more-button.text': '더 알아보기',\n /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */\n 'network-check.slow-protocol-warning.snooze-button.text': '이 세션에 다시 표시하지 않기',\n /** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */\n 'network-check.slow-protocol-warning.title': '브레이크를 걸고 있습니다',\n\n /** Button label for \"Create new document\" button */\n 'new-document.button': '새로 만들기',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are templates/types available for creation\n */\n 'new-document.create-new-document-label': '새 문서…',\n /** Placeholder for the \"filter\" input within the new document menu */\n 'new-document.filter-placeholder': '필터',\n /** Loading indicator text within the new document menu */\n 'new-document.loading': '로딩 중…',\n /** Accessibility label for the list displaying options in the new document menu */\n 'new-document.new-document-aria-label': '새 문서',\n /** Message for when there are no document type options in the new document menu */\n 'new-document.no-document-types-found': '문서 유형을 찾을 수 없습니다',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are no templates/types to create from\n */\n 'new-document.no-document-types-label': '문서 유형 없음',\n /** Message for when no results are found for a specific search query in the new document menu */\n 'new-document.no-results': '<strong>{{searchQuery}}</strong>에 대한 결과가 없습니다',\n /** Aria label for the button that opens the \"Create new document\" popover/dialog */\n 'new-document.open-dialog-aria-label': '새 문서 만들기',\n /** Title for \"Create new document\" dialog */\n 'new-document.title': '새 문서 만들기',\n\n /** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */\n 'package-version.new-package-available.reload-button': '새로 고침',\n /** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */\n 'package-version.new-package-available.title': 'Sanity Studio가 업데이트되었습니다',\n\n /** Label for action to invite members to the current studio project */\n 'presence.action.manage-members': '멤버 관리',\n /** Accessibility label for presence menu button */\n 'presence.aria-label': '여기 있는 사람',\n /** Message description for when no one else is currently present */\n 'presence.no-one-else-description':\n '프로젝트에 사람들을 초대하여 그들의 온라인 상태를 확인하세요.',\n /** Message title for when no one else is currently present */\n 'presence.no-one-else-title': '다른 사람이 없습니다',\n /** Message for when a user is not in a document (displayed in the global presence menu) */\n 'presence.not-in-a-document': '문서에 있지 않음',\n /** Tooltip content text for presence menu button */\n 'presence.tooltip-content': '누가 여기에 있나요',\n\n /** Fallback title shown when a preview does not provide a title */\n 'preview.default.title-fallback': '제목 없음',\n /** Fallback preview value for types that have \"no value\" (eg null, undefined) */\n 'preview.fallback.no-value': '(값 없음)',\n /** Alternative text for image being shown while image is being uploaded, in previews */\n 'preview.image.file-is-being-uploaded.alt-text': '현재 업로드 중인 이미지',\n\n /* Relative time, just now */\n 'relative-time.just-now': '방금',\n\n /** Action message to add document to new release */\n 'release.action.add-to-new-release': '릴리스에 추가',\n /** Action message to add document to release */\n 'release.action.add-to-release': '{{title}}에 추가',\n /** Tooltip message for document that is already added to release */\n 'release.action.already-exists-in-release': '문서가 이미 릴리스에 존재합니다',\n /** Action message for when document is already in release */\n 'release.action.already-in-release': '이미 릴리스 {{title}}에 포함됨',\n /** Action message for when you click to view all versions you can copy the current document to */\n 'release.action.copy-to': '버전을 복사하기',\n /** Action message for creating new releases */\n 'release.action.create-new': '새 릴리스',\n /** Description for toast when version creation failed */\n 'release.action.create-version.failure': '버전을 생성하지 못했습니다',\n /** Action message for deleting a scheduled publish */\n 'release.action.delete-schedule': '일정 삭제',\n /** Action message for when document is already in release */\n 'release.action.discard-version': '버전 버리기',\n /** Description for toast when version discarding failed */\n 'release.action.discard-version.failure': '버전 버리기에 실패했습니다',\n /** Action message for editing the schedule of a scheduled publish */\n 'release.action.edit-schedule': '일정 편집',\n /** Action message for when a new release is created off an existing version, draft or published document */\n 'release.action.new-release': '새 릴리스',\n 'release.action.new-release.limit-reached_other':\n '이 작업 공간은 {{count}}개의 릴리스로 제한됩니다',\n /** Tooltip message for not having permissions for creating new releases */\n 'release.action.permission.error': '이 작업을 수행할 권한이 없습니다',\n /** Action message for running a scheduled draft immediately */\n 'release.action.publish-now': '지금 게시',\n /** Error message description for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.failure.description':\n '다시 시도하거나 연결을 확인해 주세요. 문서는 여전히 출시 시 비공개로 설정됩니다.',\n /** Error message title for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.failure.title':\n '출시 시 비공개 설정을 되돌리지 못했습니다.',\n /** Action message description for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.success.description':\n '이제 이 버전을 편집할 수 있습니다.',\n /** Action message title for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.success.title':\n '출시 시 비공개 설정을 성공적으로 되돌렸습니다.',\n /** Action message for scheduling a paused draft */\n 'release.action.schedule-publish': '게시 예약',\n /** Error message for when a version is set to be unpublished */\n 'release.action.unpublish-version.failure': '릴리스에서 버전을 비공개로 설정하는 데 실패했습니다',\n /** Action message for when a version is set to be unpublished successfully */\n 'release.action.unpublish-version.success':\n '<strong>{{title}}</strong>을(를) 릴리스에서 비공개로 성공적으로 설정했습니다',\n /** Action message for when the view release is pressed */\n 'release.action.view-release': '릴리스 보기',\n /** Action message for when the view scheduled drafts is pressed */\n 'release.action.view-scheduled-drafts': '예약된 초안 보기',\n /** Label for banner when release is scheduled */\n 'release.banner.scheduled-for-publishing-on': '{{date}}에 출판 예정',\n 'release.chip.button.other-versions_other': '+{{count}} 버전',\n /** Label for Draft chip in document header */\n 'release.chip.draft': '초안',\n /** Label for Draft chip in global header */\n 'release.chip.global.drafts': '초안들',\n /** Label for Published chip in document header */\n 'release.chip.published': '게시됨',\n /** Label for tooltip in chip when document is in an archived release */\n 'release.chip.tooltip.archived': '이 릴리스는 보관되어 있으며 편집할 수 없습니다.',\n /** Label for tooltip in chip with the created date */\n 'release.chip.tooltip.created-date': '생성된 날짜 {{date}}',\n /** Label for tooltip in draft chip when it's a live edit document */\n 'release.chip.tooltip.draft-disabled.live-edit':\n '이 문서는 라이브 편집 모드에 있으며, 초안이 비활성화되었습니다',\n /** Label for tooltip in chip with the lasted edited date */\n 'release.chip.tooltip.edited-date': '편집된 날짜 {{date}}',\n /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */\n 'release.chip.tooltip.intended-for-date': '{{date}}에 대한 예정',\n /** Label for tooltip in chip when there is no recent draft edits */\n 'release.chip.tooltip.no-edits': '편집 없음',\n /** Label for tooltip in chip when document isn't published */\n 'release.chip.tooltip.not-published': '게시되지 않음',\n 'release.chip.tooltip.other-versions_other': '릴리스 외부의 추가 {{count}} 버전',\n /** Label for tooltip in chip with the published date */\n 'release.chip.tooltip.published-date': '게시된 날짜 {{date}}',\n /** Label for tooltip in chip when document is in a release that has been scheduled */\n 'release.chip.tooltip.scheduled-for-date': '{{date}}에 예정됨',\n /** Label for tooltip in scheduled chip without a known date */\n 'release.chip.tooltip.unknown-date': '알 수 없는 날짜',\n /** Label for tooltip on deleted release */\n 'release.deleted-tooltip': '이 릴리스는 삭제되었습니다',\n /** Title for copying version to a new release dialog */\n 'release.dialog.copy-to-release.title': '새 릴리스에 버전 복사',\n /** Title for action create a release */\n 'release.dialog.create.confirm': '릴리스 생성',\n /** Title for creating releases dialog */\n 'release.dialog.create.title': '릴리스 생성',\n /** Body text when deleting scheduled draft and draft is already up to date */\n 'release.dialog.delete-schedule-draft.body-already-current':\n '이 예약된 초안을 삭제하시겠습니까? 귀하의 초안은 이미 최신 상태입니다.',\n /** Body text when deleting scheduled draft and changes will be saved to draft */\n 'release.dialog.delete-schedule-draft.body-will-save-to-draft':\n '이 예약된 초안을 삭제하시겠습니까? 변경 사항은 초안에 저장됩니다.',\n /** Body text when deleting scheduled draft with checkbox shown for user choice */\n 'release.dialog.delete-schedule-draft.body-with-choice': '이 예약된 초안을 삭제하시겠습니까?',\n /** Confirm button text for deleting a scheduled draft */\n 'release.dialog.delete-schedule-draft.confirm': '예, 일정 삭제',\n /** Checkbox label for copying scheduled draft to draft before deletion */\n 'release.dialog.delete-schedule-draft.copy-checkbox':\n '예약된 변경 사항을 초안에 복사하여 보관합니다(권장)',\n /** Explanation text shown when scheduled draft has different changes than current draft */\n 'release.dialog.delete-schedule-draft.different-changes-explanation':\n '귀하의 예약된 초안은 현재 초안과 다른 변경 사항이 있습니다.',\n /** Header for the dialog confirming deletion of a scheduled draft */\n 'release.dialog.delete-schedule-draft.header': '예약된 초안 삭제',\n /** Body text for change schedule dialog */\n 'release.dialog.edit-schedule.body': '예약된 게시를 위한 새로운 날짜와 시간을 선택하세요.',\n /** Confirm button text for change schedule dialog */\n 'release.dialog.edit-schedule.confirm': '일정 업데이트',\n /** Header for change schedule dialog */\n 'release.dialog.edit-schedule.header': '일정 변경',\n /** Body text for the dialog confirming running a scheduled draft immediately */\n 'release.dialog.publish-scheduled-draft.body': '예약된 초안을 즉시 게시하시겠습니까?',\n /** Confirm button text for running a scheduled draft immediately */\n 'release.dialog.publish-scheduled-draft.confirm': '네, 지금 실행',\n /** Header for the dialog confirming running a scheduled draft immediately */\n 'release.dialog.publish-scheduled-draft.header': '초안 지금 게시',\n /** Label for description in tooltip to explain release types */\n 'release.dialog.tooltip.description':\n '이를 통해 여러 버전에서 작업할 때 문서가 충돌하는지 여부를 표시할 수 있습니다.',\n /** Label for noting that a release time is not final */\n 'release.dialog.tooltip.note':\n '참고: 릴리스 시간을 변경하고 나중에 예약된 게시를 위한 정확한 시간을 설정할 수 있습니다.',\n /** Title for tooltip to explain release time */\n 'release.dialog.tooltip.title': '릴리스의 대략적인 시간',\n /** The placeholder text when the release doesn't have a description */\n 'release.form.placeholder-describe-release': '릴리스를 설명하세요…',\n /** Tooltip for button to hide release visibility */\n 'release.layer.hide': '릴리스 숨기기',\n /** Label for the release menu */\n 'release.menu.label': '릴리스 메뉴',\n /** Menu item label for scheduled drafts */\n 'release.menu.scheduled-drafts': '예약된 초안 보기',\n /** Tooltip for the release menu */\n 'release.menu.tooltip': '작업',\n /** Menu item label for viewing content releases */\n 'release.menu.view-releases': '콘텐츠 릴리스 보기',\n /** Label for draft perspective in navbar */\n 'release.navbar.drafts': '초안',\n /** Label for published releases in navbar */\n 'release.navbar.published': '게시됨',\n /** Tooltip for releases navigation in navbar */\n 'release.navbar.tooltip': '릴리스',\n /** The placeholder text when the release doesn't have a title */\n 'release.placeholder-untitled-release': '제목 없는 릴리스',\n /** Description for warning that the published schedule time is in the past */\n 'release.schedule-dialog.publish-date-in-past-warning':\n '이 릴리스를 미래의 시간과 날짜로 예약하세요.',\n /** Label for date picker when scheduling a release */\n 'release.schedule-dialog.select-publish-date-label': '예약 날짜',\n /** The toast description that will be shown when the user has a release perspective which is now archived\n * @deprecated – no longer needed\n * */\n 'release.toast.archived-release.description': '이 릴리스는 고정 해제되었습니다',\n /** The toast title that will be shown when the user has a release perspective which is now archived\n * @deprecated – no longer needed\n * */\n 'release.toast.archived-release.title': \"'{{title}}' 릴리스가 보관되었습니다\",\n /** The toast title that will be shown the creating a release fails */\n 'release.toast.create-release-error.title': '릴리스 생성 실패',\n /** Error toast for deleting a scheduled draft */\n 'release.toast.delete-schedule-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong> 삭제에 실패했습니다: {{error}}',\n /** Success toast for deleting a scheduled draft */\n 'release.toast.delete-schedule-draft.success':\n '예약된 초안 문서 <strong>{{title}}</strong>가 삭제되었습니다.',\n /** The toast title that will be shown when the user has a release perspective which is now deleted\n * @deprecated – no longer needed\n * */\n 'release.toast.not-found-release.title': \"'{{title}}' 릴리스를 찾을 수 없습니다\",\n /** Error toast for pausing a scheduled draft */\n 'release.toast.pause-scheduled-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong>을(를) 일시 중지하는 데 실패했습니다: {{error}}',\n /** Error toast for running a scheduled publish immediately */\n 'release.toast.publish-scheduled-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong> 게시에 실패했습니다: {{error}}',\n /** Success toast for running a scheduled publish immediately */\n 'release.toast.publish-scheduled-draft.success':\n '예약된 초안 문서 <strong>{{title}}</strong>가 게시되었습니다.',\n /** The toast description that will be shown when the user has a release perspective which is now published\n * @deprecated – no longer needed\n **/\n 'release.toast.published-release.description': '이 릴리스는 고정 해제되었습니다',\n /** The toast title that will be shown when the user has a release perspective which is now deleted\n * @deprecated – no longer needed\n **/\n 'release.toast.published-release.title': \"'{{title}}' 릴리스가 게시되었습니다\",\n /** Error toast for rescheduling a draft */\n 'release.toast.reschedule-scheduled-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong>의 일정 변경에 실패했습니다: {{error}}',\n /** Success toast for rescheduling a draft */\n 'release.toast.reschedule-scheduled-draft.success':\n '예약된 초안 문서 <strong>{{title}}</strong>의 일정이 변경되었습니다.',\n /** Error toast for scheduling a paused draft */\n 'release.toast.schedule-publish.error': '초안 예약에 실패했습니다: {{error}}',\n /** Success toast for scheduling a paused draft */\n 'release.toast.schedule-publish.success': '일정에 따른 초안이 성공적으로 예약되었습니다',\n /** The toast title that will be shown when the user has a scheduled draft perspective which is now published\n * @deprecated – no longer needed\n * */\n 'release.toast.scheduled-draft-published.title': '예약된 초안이 발행되었습니다',\n /** Label for when a version of a document has already been added to the release */\n 'release.tooltip.already-added': '이 문서의 버전이 이미 추가되었습니다',\n /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */\n 'release.tooltip.locked': '이 릴리스는 예약되었습니다. 문서를 추가하려면 예약을 취소하세요.',\n /** Label for the release type 'as soon as possible' */\n 'release.type.asap': '가능한 한 빨리',\n /** Label for the release type 'at time', meaning it's a release with a scheduled date */\n 'release.type.scheduled': '예약된 시간',\n /** Label for the release type 'undecided' */\n 'release.type.undecided': '미정',\n /** Tooltip for the dropdown to show all versions of document */\n 'release.version-list.tooltip': '모든 문서 버전 보기',\n\n /** Button text for contacting support in the releases misconfiguration dialog */\n 'releases.upsell.misconfiguration.contact-support': '지원팀에 문의하기',\n /** Header for the releases misconfiguration dialog */\n 'releases.upsell.misconfiguration.header': '콘텐츠 릴리스 구성 문제',\n /** Message shown in the releases misconfiguration dialog */\n 'releases.upsell.misconfiguration.message':\n '귀하의 프로젝트에 콘텐츠 릴리스가 활성화되어 있지만, 릴리스 제한에 구성 문제가 있는 것으로 보입니다. 콘텐츠 릴리스가 올바르게 구성되도록 지원팀에 문의해 주세요.',\n\n /** Confirm button text for the schedule publish dialog */\n 'schedule-publish-dialog.confirm': '예약',\n /** Description for the schedule publish dialog */\n 'schedule-publish-dialog.description': '이 문서를 언제 게시할지 선택하세요.',\n /** Header for the schedule publish dialog */\n 'schedule-publish-dialog.header': '게시를 위한 초안 일정 예약',\n\n /** Title for a scheduled draft release */\n 'scheduled-drafts.release.title': '예약된 게시',\n\n /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */\n 'search.action-open-aria-label': '검색 열기',\n /** Action label for adding a search filter */\n 'search.action.add-filter': '필터 추가하기',\n /** Action label for clearing search filters */\n 'search.action.clear-filters': '필터 지우기',\n /** Label for action to clear recent searches */\n 'search.action.clear-recent-searches': '최근 검색 기록 지우기',\n /** Accessibility label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-aria-label': '선택된 필터 지우기',\n /** Label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-label': '지우기',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */\n 'search.action.close-search-aria-label': '검색 닫기',\n /** Accessibility label for filtering by document type */\n 'search.action.filter-by-document-type-aria-label': '문서 유형별로 필터하기',\n /** Accessibility action label for removing an already applied search filter */\n 'search.action.remove-filter-aria-label': '필터 제거하기',\n /**\n * Text displayed when either no document type(s) have been selected, or we need a fallback,\n * eg \"Search for all types\".\n */\n 'search.action.search-all-types': '모든 문서 유형 검색',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, and can fit within the space assigned by the design.\n */\n 'search.action.search-specific-types': '{{types, list}} 검색',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, but cannot list them all within the space assigned by the design, so we need an\n * additional \"and X more\" suffix. Allows using pluralization suffixes, eg `_one`, `_other` etc.\n */\n 'search.action.search-specific-types-truncated': '{{types, list}} 와(과) {{count}}개 더 검색',\n /** Dialog title for action to select an asset of unknown type */\n 'search.action.select-asset': '자산 선택',\n /** Dialog title for action to select a file asset */\n 'search.action.select-asset_file': '파일 자산 선택',\n /** Dialog title for action to select an image asset */\n 'search.action.select-asset_image': '이미지 자산 선택',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-aria-label_hide': '필터 숨기기',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-aria-label_show': '필터 보이기',\n /** Label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-label_hide': '필터 숨기기',\n /** Label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-label_show': '필터 보기',\n /** Tooltip text for the global search button */\n 'search.button.tooltip': '검색',\n /**\n * A list of provided types (use `list` formatter preferably).\n */\n 'search.document-type-list': '{{types, list}}',\n /**\n * In the context of a list of document types - no filtering selection has been done,\n * thus the default is \"all types\".\n */\n 'search.document-type-list-all-types': '모든 유형',\n /**\n * A list of provided types that has been truncated - more types are included but not displayed,\n * thus we need to indicate that there are more. Allows using pluralization suffixes,\n * eg `_one`, `_other` etc.\n */\n 'search.document-type-list-truncated': '{{types, list}} 와(과) {{count}}개 더',\n /** Accessibility label for list displaying the available document types */\n 'search.document-types-aria-label': '문서 유형들',\n /** Label for when no document types matching the filter are found */\n 'search.document-types-no-matches-found': '{{filter}}에 대한 일치하는 문서 유형이 없습니다',\n /** Description for error when a filter cannot be displayed, describes that you should check the schema */\n 'search.error.display-filter-description':\n '스키마에 정의된 옵션이 유효하지 않을 수 있음을 나타냅니다.',\n /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */\n 'search.error.display-filter-title': '이 필터를 표시하는 동안 오류가 발생했습니다.',\n /** Description for error when no valid asset source is found, describes that you should check the the current studio config */\n 'search.error.no-valid-asset-source-check-config-description':\n '스튜디오 구성 파일에서 활성화되어 있는지 확인하세요.',\n /** Description for error when no valid asset source is found, describes that only the default asset is supported */\n 'search.error.no-valid-asset-source-only-default-description':\n '현재 기본 자산 소스만 지원됩니다.',\n /** Title for error when no valid asset sources found */\n 'search.error.no-valid-asset-source-title': '유효한 자산 소스를 찾을 수 없습니다.',\n /** Helpful description for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-help-description': '다시 시도하거나 연결을 확인해주세요',\n /** Title label for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-title': '검색 중에 문제가 발생했습니다',\n /**\n * Label for \"All fields\", a label that appears above the list of available fields when filtering.\n * If one or more document type has been chosen as filter, this label is replaced with a group of\n * fields per selected document type\n */\n 'search.filter-all-fields-header': '모든 필드',\n /** Label for the action of changing from one file to a different file in asset search filter */\n 'search.filter-asset-change_file': '파일 변경',\n /** Label for the action of changing from one image to a different image in asset search filter */\n 'search.filter-asset-change_image': '이미지 변경',\n /** Label for the action of clearing the currently selected asset in an image/file filter */\n 'search.filter-asset-clear': '지우기',\n /** Label for the action of selecting a file in asset search filter */\n 'search.filter-asset-select_file': '파일 선택',\n /** Label for the action of selecting an image in asset search filter */\n 'search.filter-asset-select_image': '이미지 선택',\n /** Label for boolean filter - false */\n 'search.filter-boolean-false': '거짓',\n /** Label for boolean filter - true */\n 'search.filter-boolean-true': '참',\n /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */\n 'search.filter-by-title-aria-label': '제목별로 필터하기',\n /** Accessibility label for date filter input */\n 'search.filter-date-aria-label': '날짜',\n /** Accessibility label for selecting end date on the date range search filter */\n 'search.filter-date-range-end-date-aria-label': '종료 날짜',\n /** Accessibility label for selecting start date on the date range search filter */\n 'search.filter-date-range-start-date-aria-label': '시작 날짜',\n /**\n * Label for \"Days\"/\"Months\"/\"Years\" when selecting it as unit in \"X days ago\" search filter.\n * Capitalized, as it would be listed in a dropdown.\n */\n 'search.filter-date-unit_days': '일',\n 'search.filter-date-unit_months': '월',\n 'search.filter-date-unit_years': '년',\n /** Accessibility label for selecting the unit (day/month/year) when adding \"X days ago\" search filter */\n 'search.filter-date-unit-aria-label': '단위 선택',\n /** Accessibility label for the input value (days/months/years) when adding \"X days ago\" search filter */\n 'search.filter-date-value-aria-label': '단위 값',\n /** Label for \"field description\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-description': '필드 설명',\n /** Label for \"field name\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-name': '필드 이름',\n /** Label for \"Used in document types\", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-used-in-document-types': '문서 유형에서 사용됨',\n /** Label for when no fields/filters are found for the given term */\n 'search.filter-no-matches-found': '{{filter}}에 대한 일치하는 항목이 없습니다',\n /** Placeholder value for maximum numeric value filter */\n 'search.filter-number-max-value-placeholder': '최대값',\n /** Placeholder value for minimum numeric value filter */\n 'search.filter-number-min-value-placeholder': '최소값',\n /** Placeholder value for the number filter */\n 'search.filter-number-value-placeholder': '값',\n /** Placeholder for the \"Filter\" input, when narrowing possible fields/filters */\n 'search.filter-placeholder': '필터',\n /** Label for the action of clearing the currently selected document in a reference filter */\n 'search.filter-reference-clear': '지우기',\n /**\n * Label for \"shared fields\", a label that appears above a list of fields that all filtered types\n * have in common, when adding a new filter. For instance, if \"book\" and \"employee\" both have a\n * \"title\" field, this field would be listed under \"shared fields\".\n * */\n 'search.filter-shared-fields-header': '공유 필드',\n /** Placeholder value for the string filter */\n 'search.filter-string-value-placeholder': '값',\n /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */\n 'search.filter-string-value-select-predefined-value': '선택…',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (singular) */\n 'search.filters-aria-label_one': '필터',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (plural) */\n 'search.filters-aria-label_other': '필터들',\n /** Label for instructions on how to use the search - displayed when no recent searches are available */\n 'search.instructions': '<ControlsIcon/>을 사용하여 검색을 세분화하세요',\n /** Helpful description for when no search results are found */\n 'search.no-results-help-description': '다른 키워드를 시도하거나 필터를 조정해보세요',\n /** Title label for when no search results are found */\n 'search.no-results-title': '검색 결과가 없습니다',\n /**\n * Individual search operators.\n *\n * The `name` variant is the form we use when the user is building a query, and selecting from a\n * list of available operators for a field. Keep in mind that since the user knows what the field\n * represents, we do not need to contextualize too much, and that the user may not be a developer\n * eg prefer \"quantity is\" over \"array has length\". Additionally, (if applicable in language) use\n * lowercased names.\n *\n * The `description` variant is the form shown once the filter has enough information to apply,\n * and is shown in the list of applied filters. It is passed components that _should_ be used to\n * compose the filter string, and to format them correctly:\n *\n * `<Field/>` - eg \"Bird species\", \"Category\", \"Date of birth\"\n * `<Operator>operator text</Operator>` - eg \"has ≤\", \"includes\", \"is\"\n * `<Value>{{value}}</Value>` - eg \"Hawk\", \"Sparrow\", \"Eagle\"\n *\n * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using\n * suffixes such as `_zero`, `_one`, `_other` etc.\n *\n * Prefer (reasonable) brevity since many filters may be applied. For instance:\n * `<Field/> has ≤ <Value/>` may be better than\n * `<Field/> has less than or equal to <Value/>`\n **/\n /* Array should have a count the given filter value */\n 'search.operator.array-count-equal.description_one':\n '<Field/> <Operator>는</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-equal.description_other':\n '<Field/> <Operator>는</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-equal.name': '수량이',\n /* Array should have a count greater than given filter value */\n 'search.operator.array-count-gt.description_one':\n '<Field/> <Operator>는 ></Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-gt.description_other':\n '<Field/> <Operator>는 ></Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-gt.name': '수량이 더 많음',\n /* Array should have a count greater than or equal to the given filter value */\n 'search.operator.array-count-gte.description_one':\n '<Field/> <Operator>는 ≥</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-gte.description_other':\n '<Field/> <Operator>는 ≥</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-gte.name': '수량이 더 많거나 같음',\n /* Array should have a count less than given filter value */\n 'search.operator.array-count-lt.description_one':\n '<Field/> <Operator>는 <</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-lt.description_other':\n '<Field/> <Operator>는 <</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-lt.name': '수량이 더 적음',\n /* Array should have a count less than or equal to the given filter value */\n 'search.operator.array-count-lte.description_one':\n '<Field/> <Operator>는 ≤</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-lte.description_other':\n '<Field/> <Operator>는 ≤</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-lte.name': '수량이 더 적거나 같음',\n /* Array should have a count that is not equal to the given filter value */\n 'search.operator.array-count-not-equal.description_one':\n '<Field/> <Operator>는 가지고 있지 않음</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-not-equal.description_other':\n '<Field/> <Operator>는 가지고 있지 않음</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-not-equal.name': '수량이 아님',\n /**\n * Array should have a count within the range of given filter values.\n * Gets passed `{{from}}` and `{{to}}` values.\n **/\n 'search.operator.array-count-range.description':\n '<Field/> <Operator>는 사이에 있음</Operator> <Value>{{from}} → {{to}}개 항목들</Value>',\n 'search.operator.array-count-range.name': '수량이 사이에 있음',\n /* Array should include the given value */\n 'search.operator.array-list-includes.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-includes.name': '포함함',\n /* Array should not include the given value */\n 'search.operator.array-list-not-includes.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-not-includes.name': '포함하지 않음',\n /* Array should include the given reference */\n 'search.operator.array-reference-includes.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-includes.name': '포함함',\n /* Array should not include the given reference */\n 'search.operator.array-reference-not-includes.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-not-includes.name': '포함하지 않음',\n /* Asset (file) should be the selected asset */\n 'search.operator.asset-file-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-equal.name': '임',\n /* Asset (file) should not be the selected asset */\n 'search.operator.asset-file-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-not-equal.name': '아님',\n /* Asset (image) should be the selected asset */\n 'search.operator.asset-image-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-equal.name': '임',\n /* Asset (image) should not be the selected asset */\n 'search.operator.asset-image-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-not-equal.name': '아님',\n /**\n * Boolean value should be the given filter value (true/false).\n * Context passed is `true` and `false`, allowing for more specific translations:\n * - `search.operator.boolean-equal.description_true`\n * - `search.operator.boolean-equal.description_false`\n */\n 'search.operator.boolean-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.boolean-equal.name': '임',\n /* Date should be after (later than) given filter value */\n 'search.operator.date-after.description':\n '<Field/> <Operator>는 이후임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-after.name': '이후',\n /* Date should be before (earlier than) given filter value */\n 'search.operator.date-before.description':\n '<Field/> <Operator>는 이전임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-before.name': '이전',\n /* Date should be the given filter value */\n 'search.operator.date-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-equal.name': '임',\n /* Date should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-last.description':\n '<Field/> <Operator>는 마지막에 있음</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-last.name': '마지막',\n /* Date should not be the given filter value */\n 'search.operator.date-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-not-equal.name': '아님',\n /* Date should be within the range of given filter values */\n 'search.operator.date-range.description': '<Field/> <Operator>사이에 있음</Operator> <Value/>',\n 'search.operator.date-range.name': '사이에 있음',\n /* Date and time should be after (later than) given filter value */\n 'search.operator.date-time-after.description':\n '<Field/> <Operator>는 이후임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-after.name': '이후',\n /* Date and time should be before (earlier than) given filter value */\n 'search.operator.date-time-before.description':\n '<Field/> <Operator>는 이전임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-before.name': '이전',\n /* Date and time should be the given filter value */\n 'search.operator.date-time-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-equal.name': '임',\n /* Date and time should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-time-last.description':\n '<Field/> <Operator>는 마지막에 있음</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-last.name': '마지막',\n /* Date and time should not be the given filter value */\n 'search.operator.date-time-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-not-equal.name': '아님',\n /* Date and time should be within the range of given filter values */\n 'search.operator.date-time-range.description':\n '<Field/> <Operator>사이에 있음</Operator> <Value/>',\n 'search.operator.date-time-range.name': '사이에 있음',\n /* Value should be defined */\n 'search.operator.defined.description':\n '<Field/> <Operator>임</Operator> <Value>비어 있지 않음</Value>',\n 'search.operator.defined.name': '비어 있지 않음',\n /* Value should not be defined */\n 'search.operator.not-defined.description':\n '<Field/> <Operator>임</Operator> <Value>비어 있음</Value>',\n 'search.operator.not-defined.name': '비어 있음',\n /* Number should be the given filter value */\n 'search.operator.number-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-equal.name': '임',\n /* Number should be greater than given filter value */\n 'search.operator.number-gt.description':\n '<Field/> <Operator>></Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gt.name': '더 큼',\n /* Number should be greater than or the given filter value */\n 'search.operator.number-gte.description':\n '<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gte.name': '더 크거나 같음',\n /* Number should be less than given filter value */\n 'search.operator.number-lt.description':\n '<Field/> <Operator><</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lt.name': '더 작음',\n /* Number should be less than or the given filter value */\n 'search.operator.number-lte.description':\n '<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lte.name': '더 작거나 같음',\n /* Number should not be the given filter value */\n 'search.operator.number-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-not-equal.name': '아님',\n /* Number should be within the range of given filter values */\n 'search.operator.number-range.description':\n '<Field/> <Operator>사이에 있음</Operator> <Value>{{from}} → {{to}}</Value>',\n 'search.operator.number-range.name': '사이에 있음',\n /* Portable Text should contain the given filter value */\n 'search.operator.portable-text-contains.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-contains.name': '포함함',\n /* Portable Text should be the given filter value */\n 'search.operator.portable-text-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-equal.name': '임',\n /* Portable Text should not contain the given filter value */\n 'search.operator.portable-text-not-contains.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-contains.name': '포함하지 않음',\n /* Portable Text should not be the given filter value */\n 'search.operator.portable-text-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-equal.name': '아님',\n /* References the given asset (file) */\n 'search.operator.reference-asset-file.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-file.name': '파일',\n /* References the given asset (image) */\n 'search.operator.reference-asset-image.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-image.name': '이미지',\n /* References the given document */\n 'search.operator.reference-document.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-document.name': '문서',\n /* Reference should be the given document */\n 'search.operator.reference-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-equal.name': '임',\n /* Reference should not be the given document */\n 'search.operator.reference-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-not-equal.name': '아님',\n /* Slug contains the given value */\n 'search.operator.slug-contains.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-contains.name': '포함함',\n /* Slug equals the given filter value */\n 'search.operator.slug-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-equal.name': '임',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': '포함하지 않음',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': '아님',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': '포함함',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': '임',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': '임',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': '아님',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': '포함하지 않음',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': '아님',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': '최적 일치',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': '생성됨: 오래된 순',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': '생성됨: 최신 순',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': '업데이트됨: 오래된 순',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': '업데이트됨: 최신 순',\n /** Placeholder text for the global search input field */\n 'search.placeholder': '검색',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': '최근 검색',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': '최근 검색',\n /** Accessibility label for the search results section, shown when the user has typed valid terms */\n 'search.search-results-aria-label': '검색 결과',\n\n /** Label for the edit columns button to change field visibility in sheet list */\n 'sheet-list.edit-columns': '열 편집',\n /** Label for the header menu option to hide a field from the sheet list */\n 'sheet-list.hide-field': '테이블에서 제거',\n /** Label for reset column visibilities button */\n 'sheet-list.reset-columns': '열 재설정',\n /** Title for the edit columns menu */\n 'sheet-list.select-fields': '최대 5개의 필드 유형 선택',\n\n /** Accessibility label for the navbar status button */\n 'status-button.aria-label': '구성 상태',\n\n /* Time zone handling */\n 'time-zone.action.search-for-timezone-placeholder': '도시 또는 시간대를 검색',\n /* Label for the local time zone button */\n 'time-zone.action.select-local-time-zone': '현지 시간대 선택',\n /* Dialog info for the time zone dialog */\n 'time-zone.dialog-info.content-releases':\n '선택된 시간대는 콘텐츠 릴리스에서 날짜 표시 방식을 변경합니다.',\n /* Dialog info for the time zone dialog */\n 'time-zone.dialog-info.input':\n '선택된 시간대는 이 문서의 이 입력란에 대한 날짜 표시 방식만 변경합니다.',\n /* Dialog info for the time zone dialog */\n 'time-zone.dialog-info.scheduled-publishing':\n '선택된 시간대는 일정에 표시되는 날짜를 변경합니다.',\n /* Label for the local time zone button */\n 'time-zone.local-time': '현지 시간',\n /* Label for the time zone button */\n 'time-zone.time-zone': '시간대',\n /* Tooltip content for the time zone dialog */\n 'time-zone.time-zone-tooltip-content-releases': '{{alternativeName}} GMT{{offset}}에 릴리스 표시',\n /* Tooltip content for the time zone dialog */\n 'time-zone.time-zone-tooltip-input':\n '{{alternativeName}} GMT{{offset}}에 <em>{{title}}</em> 표시',\n /* Tooltip content for the time zone dialog */\n 'time-zone.time-zone-tooltip-scheduled-publishing':\n '{{alternativeName}} GMT{{offset}}에 일정 표시',\n\n /** Title for the changes tooltip in the history inspector*/\n 'timeline.changes.title': '변경 사항',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-description':\n '문서 기록 트랜잭션은 영향을 받지 않았습니다.',\n /** Title for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-title':\n '문서 변경 사항을 검색하는 동안 오류가 발생했습니다.',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-version-description':\n '문서 기록을 보려면 스튜디오 설정을 통해 이벤트 API를 활성화하세요.',\n /** Title for error when the timeline for the given version document can't be loaded */\n 'timeline.error.load-document-changes-version-title':\n '버전 문서의 기록은 이벤트 API를 통해서만 사용할 수 있습니다.',\n /** Error description for when the document doesn't have history */\n 'timeline.error.no-document-history-description':\n '문서 내용을 변경하면, 이 메뉴에 문서 버전이 표시됩니다.',\n /** Error title for when the document doesn't have history */\n 'timeline.error.no-document-history-title': '문서 기록 없음',\n /** Error prompt when revision cannot be loaded */\n 'timeline.error.unable-to-load-revision': '리비전을 불러올 수 없습니다',\n /** Label for when the timeline item is the latest in the history */\n 'timeline.latest': '최신',\n /** Label for latest revision for timeline menu dropdown */\n 'timeline.latest-revision': '최신 수정본',\n /**\n * Label for latest revision for timeline menu dropdown\n * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_\n * */\n 'timeline.latest-version': '최신 버전',\n /** The aria-label for the list of revisions in the timeline */\n 'timeline.list.aria-label': '문서 개정 목록',\n /** Label for loading history */\n 'timeline.loading-history': '기록 로딩 중…',\n /* Label for when no previous since events are available*/\n 'timeline.no-previous-events': '이전 이벤트 없음',\n /** Label shown in review changes timeline when a document has been created */\n 'timeline.operation.created': '생성됨',\n /** Label shown in review changes timeline when a document has been created, with a timestamp */\n 'timeline.operation.created_timestamp': '생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was initially created */\n 'timeline.operation.created-initial': '최초 생성됨',\n /** Label shown in review changes timeline when a document was initially created, with a timestamp */\n 'timeline.operation.created-initial_timestamp': '최초 생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been deleted */\n 'timeline.operation.deleted': '삭제됨',\n /** Label shown in review changes timeline when a document has been deleted, with a timestamp */\n 'timeline.operation.deleted_timestamp': '삭제됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft document has been created*/\n 'timeline.operation.draft-created': '초안 생성됨',\n /** Label shown in review changes timeline when a draft document has been created, with a timestamp */\n 'timeline.operation.draft-created_timestamp': '초안 생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been discarded */\n 'timeline.operation.draft-discarded': '초안 폐기됨',\n /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */\n 'timeline.operation.draft-discarded_timestamp': '초안 폐기됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been edited */\n 'timeline.operation.edited-draft': '편집됨',\n /** Label shown in review changes timeline when a draft has been edited, with a timestamp */\n 'timeline.operation.edited-draft_timestamp': '편집됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been edited live */\n 'timeline.operation.edited-live': '실시간 편집됨',\n /** Label shown in review changes timeline when a document has been edited live, with a timestamp */\n 'timeline.operation.edited-live_timestamp': '실시간 편집됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline event when transactions have been deleted by retention policy */\n 'timeline.operation.history-cleared': '보존 정책에 의해 삭제됨',\n /** Label shown in review changes timeline when a document was published */\n 'timeline.operation.published': '게시됨',\n /** Label shown in review changes timeline when a document was published, with a timestamp */\n 'timeline.operation.published_timestamp': '게시됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was unpublished */\n 'timeline.operation.unpublished': '게시 취소됨',\n /** Label shown in review changes timeline when a document was unpublished, with a timestamp */\n 'timeline.operation.unpublished_timestamp': '게시 취소됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document version has been created */\n 'timeline.operation.version-created': '버전 생성됨',\n /** Label shown in review changes timeline when a document version has been created, with a timestamp */\n 'timeline.operation.version-created_timestamp': '버전 생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document version has been discarded */\n 'timeline.operation.version-discarded': '버전 폐기됨',\n /** Label shown in review changes timeline when a document version has been discarded, with a timestamp */\n 'timeline.operation.version-discarded_timestamp': '버전 폐기됨: {{timestamp, datetime}}',\n /**\n * Label for determining since which version the changes for timeline menu dropdown are showing.\n * Receives the time label as a parameter (`timestamp`).\n */\n 'timeline.since': '시작 시간: {{timestamp, datetime}}',\n /** Label for missing change version for timeline menu dropdown are showing */\n 'timeline.since-version-missing': '시작 시간: 알 수 없는 버전',\n\n /** Aria label for the action buttons in the PTE toolbar */\n 'toolbar.portable-text.action-button-aria-label': '{{action}}',\n\n /** Accessibility label for the breadcrumb menu */\n 'tree-editing-dialog.breadcrumbs.menu': '브레드크럼 메뉴',\n /** Title placeholder for search input in array of objects */\n 'tree-editing-dialog.search-placeholder': '검색',\n /** Menu aria label for the search menu */\n 'tree-editing-dialog.search.menu-label': '검색 메뉴',\n /** Title label for when no search results are found on the tree of objects */\n 'tree-editing-dialog.search.no-results-title': '결과를 찾을 수 없음',\n /** Label to close the sidebar */\n 'tree-editing-dialog.sidebar.action.close': '사이드바 닫기',\n /** Collapse label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.collapse': '접기',\n /** Label to close the dialog */\n 'tree-editing-dialog.sidebar.action.done': '완료',\n /** Exapnd label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.expand': '펼치기',\n /** Label to open the sidebar */\n 'tree-editing-dialog.sidebar.action.open': '사이드바 열기',\n\n 'user-menu.action.free-trial_other': '시험 사용 기간이 {{count}}일 남았습니다',\n /** Label for the button showed after trial ended */\n 'user-menu.action.free-trial-finished': '무료에서 업그레이드',\n /** Label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members': '멤버 초대',\n /** Accessibility label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members-aria-label': '멤버 초대',\n /** Label for action to manage the current sanity project */\n 'user-menu.action.manage-project': '프로젝트 관리',\n /** Accessibility label for the action to manage the current project */\n 'user-menu.action.manage-project-aria-label': '프로젝트 관리',\n /** Tooltip helper text when portable text annotation is disabled for empty block*/\n 'user-menu.action.portable-text.annotation-disabled_empty-block':\n '빈 블록에 {{name}}을 적용할 수 없습니다',\n /** Tooltip helper text when portable text annotation is disabled for multiple blocks */\n 'user-menu.action.portable-text.annotation-disabled_multiple-blocks':\n '여러 블록에 {{name}}을 적용할 수 없습니다',\n /** Label for action to sign out of the current sanity project */\n 'user-menu.action.sign-out': '로그아웃',\n /** Title for appearance section for the current studio (dark / light / system scheme) */\n 'user-menu.appearance-title': '외관',\n /** Label for close menu button for user menu */\n 'user-menu.close-menu': '메뉴 닫기',\n /** Description for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-description': '다크 외관 사용',\n /** Title for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-title': '다크',\n /** Description for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-description': '라이트 모양 사용하기',\n /** Title for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-title': '라이트',\n /** Description for using \"system apparence\" in the appearance user menu */\n 'user-menu.color-scheme.system-description': '시스템 외관 사용',\n /** Title for using system apparence in the appearance user menu */\n 'user-menu.color-scheme.system-title': '시스템',\n /** Title for locale section for the current studio */\n 'user-menu.locale-title': '언어',\n /** Label for tooltip to show which provider the currently logged in user is using */\n 'user-menu.login-provider': '{{providerTitle}}로 로그인됨',\n /** Label for open menu button for user menu */\n 'user-menu.open-menu': '메뉴 열기',\n\n /**\n * Label for action to add a workspace (currently a developer-oriented action, as this will\n * lead to the documentation on workspace configuration)\n */\n 'workspaces.action.add-workspace': '워크스페이스 추가',\n /**\n * Label for action to choose a different workspace, in the case where you are not logged in,\n * have selected a workspace, and are faced with the authentication options for the selected\n * workspace. In other words, label for the action shown when you have reconsidered which\n * workspace to authenticate in.\n */\n 'workspaces.action.choose-another-workspace': '다른 워크스페이스 선택',\n /** Label for title to switch workspace before workspaces are listed */\n 'workspaces.action.switch-workspace': '작업 공간 전환',\n /** Label for heading that indicates that you can choose your workspace */\n 'workspaces.choose-your-workspace-label': '워크스페이스를 선택하세요',\n /** Label for the workspace menu */\n 'workspaces.select-workspace-aria-label': '워크스페이스 선택',\n /** Button label for opening the workspace switcher */\n 'workspaces.select-workspace-label': '워크스페이스 선택',\n /** Tooltip for the workspace menu */\n 'workspaces.select-workspace-tooltip': '작업 공간 선택',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': '워크스페이스',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
1
+ {"version":3,"file":"studio.cjs","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** \"Configuration issue\" header */\n 'about-dialog.configuration-issue.header': '구성 문제가 감지되었습니다',\n /** Message shown if sanity.cli.ts is missing deployment.appId */\n 'about-dialog.configuration-issue.missing-appid':\n '자동 업데이트가 활성화되어 있지만 <code>sanity.cli.ts</code>에 <code>deployment.appId</code>가 구성되어 있지 않습니다. 이 스튜디오는 <strong>최신</strong>-채널에 대해 업데이트됩니다.',\n /** \"View documentation\" link for auto-updating studios */\n 'about-dialog.configuration-issue.missing-appid.view-documentation': '문서 보기',\n /** \"Disabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.disabled': '비활성화됨',\n /** \"Enabled\" status for auto-updates in About-dialog */\n 'about-dialog.version-info.auto-updates.enabled': '활성화됨',\n /** @deprecated \"Auto Updates\" status header in About-dialog */\n 'about-dialog.version-info.auto-updates.header': '자동 업데이트',\n /** \"How to enable\" next to Disabled state for Auto updates in version info dialog */\n 'about-dialog.version-info.auto-updates.how-to-enable': '활성화 방법',\n /** \"Manage version\" link text */\n 'about-dialog.version-info.auto-updates.manage-version': '버전 관리',\n /** Text displayed on the \"Copy to clipboard\"-button after clicked */\n 'about-dialog.version-info.copy-to-clipboard-button.copied-text':\n '클립보드에 복사됨. 붙여넣기를 즐기세요!',\n /** \"Copy to Clipboard\" button text for copying version details from About-dialog */\n 'about-dialog.version-info.copy-to-clipboard-button.text': '클립보드에 복사',\n /** \"Current version\" header in version info dialog */\n 'about-dialog.version-info.current-version.header': '현재 버전',\n /** @deprecated \"How to upgrade\" link text */\n 'about-dialog.version-info.how-to-upgrade': '업그레이드 방법',\n /** \"Latest version\" header in version info dialog */\n 'about-dialog.version-info.latest-version.header': '최신 버전',\n /** Info text when auto updates is enabled and a new version is available */\n 'about-dialog.version-info.new-auto-update-version-available': '새 버전 사용 가능',\n /** \"New version\" header in version info dialog - Note that this is not necessary a *higher* version compared to current:\n * It's a new version configured for auto updates which in some cases could even be a version below current */\n 'about-dialog.version-info.new-version.text': '새 버전',\n /** \"Reload\"-button when auto updates is enabled and a new version is available */\n 'about-dialog.version-info.reload': '재로드',\n /** \"Reload to update\"-tooltip when auto updates is enabled and a new version is available */\n 'about-dialog.version-info.reload-to-update': '업데이트하려면 스튜디오를 재로드하세요',\n /** \"Development\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.development': '개발',\n /** \"New version available\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.new-version-available': '새 버전 사용 가능',\n /** \"Prerelease\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.prerelease': '사전 출시',\n /** \"Up to date\" tooltip in About-dialog */\n 'about-dialog.version-info.tooltip.up-to-date': '최신 상태',\n /** @deprecated \"Up to date\" status in About-dialog */\n 'about-dialog.version-info.up-to-date': '최신 상태',\n /** \"Upgrade\"-button text */\n 'about-dialog.version-info.update-button.text': '업데이트',\n /** \"Upgrade\"-button tooltip text */\n 'about-dialog.version-info.update-button.tooltip': 'Sanity 스튜디오를 업데이트하는 방법 알아보기',\n /** \"User agent\" header in About-dialog */\n 'about-dialog.version-info.user-agent.header': '사용자 에이전트',\n /** \"View on GitHub\" link from version info dialog */\n 'about-dialog.version-info.view-on-github': 'GitHub에서 보기',\n\n /** The text used in the tooltip shown in the dialog close button */\n 'announcement.dialog.close': '닫기',\n /** Aria label to be used in the dialog close button */\n 'announcement.dialog.close-label': '대화 상자 닫기',\n /**Text to be used in the tooltip in the button in the studio announcement card */\n 'announcement.floating-button.dismiss': '닫기',\n /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */\n 'announcement.floating-button.dismiss-label': '공지 사항 무시하기',\n /**Aria label to be used in the floating button in the studio announcement card */\n 'announcement.floating-button.open-label': '공지 사항 열기',\n\n /** Menu item for deleting the asset */\n 'asset-source.asset-list.menu.delete': '삭제',\n /** Menu item for showing where a particular asset is used */\n 'asset-source.asset-list.menu.show-usage': '사용처 보기',\n /** Header in usage dialog for file assets */\n 'asset-source.asset-usage-dialog.header_file': '파일을 사용하는 문서',\n /** Header in usage dialog for image assets */\n 'asset-source.asset-usage-dialog.header_image': '이미지를 사용하는 문서',\n /** Text shown in usage dialog when loading documents using the selected asset */\n 'asset-source.asset-usage-dialog.loading': '로딩 중…',\n /** Browse button text */\n 'asset-source.browse-button.text': '선택',\n /** Text for cancel action in delete-asset dialog */\n 'asset-source.delete-dialog.action.cancel': '취소',\n /** Text for \"confirm delete\" action in delete-asset dialog */\n 'asset-source.delete-dialog.action.delete': '삭제',\n /** Dialog header for delete-asset dialog when deleting a file */\n 'asset-source.delete-dialog.header_file': '파일 삭제',\n /** Dialog header for delete-asset dialog when deleting an image */\n 'asset-source.delete-dialog.header_image': '이미지 삭제',\n /** Text shown in delete dialog when loading documents using the selected asset */\n 'asset-source.delete-dialog.loading': '로딩 중…',\n /** Message confirming to delete *named* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_named':\n '파일 <strong>{{filename}}}</strong>과 그 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Message confirming to delete *unnamed* file */\n 'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':\n '파일과 그 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Message confirming to delete *named* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_named':\n '이미지 <strong>{{filename}}</strong>와 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Message confirming to delete *unnamed* image */\n 'asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed':\n '이미지와 메타데이터를 삭제하려고 합니다. 확실합니까?',\n /** Alt text showing on image preview in delete asset dialog */\n 'asset-source.delete-dialog.usage-list.image-preview-alt': '이미지 미리보기',\n /** Warning message showing when *named* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':\n '{{filename}}은(는) 사용 중이기 때문에 삭제할 수 없습니다. 이 파일을 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Warning message showing when *unnamed* file can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':\n '이 파일은 사용 중이기 때문에 삭제할 수 없습니다. 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Warning message showing when *named* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':\n '{{filename}}은(는) 사용 중이기 때문에 삭제할 수 없습니다. 이 이미지를 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Warning message showing when *unnamed* image can't be deleted because it is in use */\n 'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':\n '이 이미지는 사용 중이기 때문에 삭제할 수 없습니다. 삭제하려면 먼저 모든 사용을 제거해야 합니다.',\n /** Text shown when the list of assets only include a specific set of types */\n 'asset-source.dialog.accept-message':\n '허용된 유형의 자산만 표시: <strong>{{acceptTypes}}</strong>',\n /** Select asset dialog cancel-button */\n 'asset-source.dialog.button.cancel': '취소',\n /** Select asset dialog select-button */\n 'asset-source.dialog.button.select': '선택',\n /** Keys shared between both image asset source and file asset source */\n /** Insert asset error */\n 'asset-source.dialog.insert-asset-error': '자산 삽입 오류. 자세한 정보는 콘솔을 확인하세요.',\n /** Select asset dialog load more items */\n 'asset-source.dialog.load-more': '더 많이 불러오기',\n /** Text shown when selecting a file but there's no files to select from\n * @deprecated no longer in use\n */\n 'asset-source.dialog.no-assets_file': '파일 없음',\n /** Text shown when selecting an image but there's no images to select from\n * @deprecated no longer in use\n */\n 'asset-source.dialog.no-assets_image': '이미지 없음',\n 'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':\n '현재 선택된 파일을 삭제할 수 없습니다',\n 'asset-source.file.asset-list.action.delete.text': '삭제',\n 'asset-source.file.asset-list.action.delete.title': '파일 삭제',\n 'asset-source.file.asset-list.action.select-file.title': '파일 {{filename}} 선택',\n 'asset-source.file.asset-list.action.show-usage.title': '사용 표시',\n 'asset-source.file.asset-list.delete-failed': '파일을 삭제할 수 없습니다',\n 'asset-source.file.asset-list.delete-successful': '파일이 삭제되었습니다',\n 'asset-source.file.asset-list.header.date-added': '추가된 날짜',\n /** File asset source */\n 'asset-source.file.asset-list.header.filename': '파일명',\n 'asset-source.file.asset-list.header.size': '크기',\n 'asset-source.file.asset-list.header.type': '유형',\n /** Text displayed on button or menu invoking the file asset source */\n 'asset-source.file.title': '업로드된 파일들',\n 'asset-source.image.asset-list.delete-failed': '이미지를 삭제할 수 없습니다',\n /** Image asset source */\n 'asset-source.image.asset-list.delete-successful': '이미지가 삭제되었습니다',\n /** Text displayed on button or menu invoking the image asset source */\n 'asset-source.image.title': '업로드된 이미지들',\n /** Built in asset source usage texts */\n 'asset-source.usage-list.documents-using-file_named_one':\n '하나의 문서가 파일 <code>{{filename}}</code>을 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-file_named_other':\n '{{count}}개의 문서들이 파일 <code>{{filename}}</code>을 사용하고 있습니다',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/\n 'asset-source.usage-list.documents-using-file_named_zero':\n '파일 <code>{{filename}}</code>을 사용하는 문서가 없습니다',\n 'asset-source.usage-list.documents-using-file_unnamed_one':\n '한 문서가 이 파일을 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-file_unnamed_other':\n '{{count}}개의 문서가 이 파일을 사용하고 있습니다',\n /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/\n 'asset-source.usage-list.documents-using-file_unnamed_zero': '이 파일을 사용하는 문서가 없습니다',\n 'asset-source.usage-list.documents-using-image_named_one':\n '하나의 문서가 이미지 <code>{{filename}}</code>를 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-image_named_other':\n '{{count}}개의 문서들이 이미지 <code>{{filename}}</code>를 사용하고 있습니다',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/\n 'asset-source.usage-list.documents-using-image_named_zero':\n '이미지 <code>{{filename}}</code>를 사용하는 문서가 없습니다',\n 'asset-source.usage-list.documents-using-image_unnamed_one':\n '하나의 문서가 이 이미지를 사용하고 있습니다',\n 'asset-source.usage-list.documents-using-image_unnamed_other':\n '{{count}}개의 문서들이 이 이미지를 사용하고 있습니다',\n /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/\n 'asset-source.usage-list.documents-using-image_unnamed_zero':\n '이 이미지를 사용하는 문서가 없습니다',\n\n /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */\n 'asset-sources.common.uploader.upload-failed.description': '자세한 정보는 콘솔을 확인하세요.',\n 'asset-sources.common.uploader.upload-failed.title': '업로드 실패',\n /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */\n 'asset-sources.dataset.file.title': '워크스페이스 파일',\n 'asset-sources.dataset.image.title': '워크스페이스 이미지',\n /** Error messages for the Media Library Asset Source */\n 'asset-sources.media-library.error.library-could-not-be-resolved':\n '이 프로젝트의 미디어 라이브러리를 확인하는 도중 문제가 발생했습니다.',\n /** Error message shown when no media library has been provisioned for the current organization */\n 'asset-sources.media-library.error.no-media-library-provisioned':\n '이 조직을 위한 미디어 라이브러리가 프로비저닝되지 않았습니다.',\n /** Menu Items for Media Library Asset Source */\n 'asset-sources.media-library.file.title': '미디어 라이브러리',\n 'asset-sources.media-library.image.title': '미디어 라이브러리',\n /** Done button text */\n 'asset-sources.media-library.open-in-source-dialog.button.done': '완료',\n /** Select new asset button text with target title */\n 'asset-sources.media-library.open-in-source-dialog.button.select-new-asset':\n '“{{targetTitle}}”에 대한 새 자산 선택',\n 'asset-sources.media-library.open-in-source-dialog.button.select-new-asset-fallback':\n '새 자산 선택',\n /** Title for the open in source dialog */\n 'asset-sources.media-library.open-in-source-dialog.title': '자산 편집',\n /** Title for the upload dialog (component mode) */\n 'asset-sources.media-library.upload-dialog.title': 'Media Library에 업로드',\n /** Warning message shown when uploading already existing files to the Media Library Asset Source */\n 'asset-sources.media-library.warning.file-already-exist.description':\n '라이브러리에서 찾은 기존 파일을 사용합니다.',\n 'asset-sources.media-library.warning.file-already-exist.title':\n \"파일: '{{filename}}'이(가) 이미 존재합니다\",\n\n /** Label when a release has been deleted by a different user */\n 'banners.deleted-bundle-banner.text': \"'<strong>{{title}}</strong>' 릴리스가 삭제되었습니다.\",\n\n /** Action message for navigating to next month */\n 'calendar.action.go-to-next-month': '다음 달로 이동',\n /** Action message for navigating to next year */\n 'calendar.action.go-to-next-year': '다음 해로 이동',\n /** Action message for navigating to previous month */\n 'calendar.action.go-to-previous-month': '이전 달로 이동',\n /** Action message for navigating to previous year */\n 'calendar.action.go-to-previous-year': '이전 해로 이동',\n /* Label for navigating the calendar to \"today\", without _selecting_ today. Short form, eg `Today`, not `Go to today` */\n 'calendar.action.go-to-today': '오늘',\n /* Accessibility label for navigating the calendar to \"today\", without _selecting_ today */\n 'calendar.action.go-to-today-aria-label': '오늘로 가기',\n /* Label for navigating the calendar to \"tomorrow\", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */\n 'calendar.action.go-to-tomorrow': '내일',\n /* Label for navigating the calendar to \"yesterday\", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */\n 'calendar.action.go-to-yesterday': '어제',\n /** Label for switch that controls whether or not to include time in given timestamp */\n 'calendar.action.include-time-label': '시간 포함',\n /** Action message for selecting the time */\n 'calendar.action.select-time': '시간 선택',\n /** Action message for setting to the current time */\n 'calendar.action.set-to-current-time': '현재 시간으로 설정',\n /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */\n 'calendar.action.set-to-time-preset': '{{time}}에 {{date, datetime}}',\n /** Aria label for button to open date picker */\n 'calendar.button.aria-label': '달력 열기',\n /** Tooltip content for button to open datetime input */\n 'calendar.button.tooltip-text': '날짜 선택',\n /** Error message displayed in calendar when entered date is not the correct format */\n 'calendar.error.must-be-in-format': '<Emphasis>{{exampleDate}}</Emphasis> 형식이어야 합니다',\n /** Month name for April */\n 'calendar.month-names.april': '4월',\n /** Month name for August */\n 'calendar.month-names.august': '8월',\n /** Month name for December */\n 'calendar.month-names.december': '12월',\n /** Month name for February */\n 'calendar.month-names.february': '2월',\n /** Month name for January */\n 'calendar.month-names.january': '1월',\n /** Month name for July */\n 'calendar.month-names.july': '7월',\n /** Month name for June */\n 'calendar.month-names.june': '6월',\n /** Month name for March */\n 'calendar.month-names.march': '3월',\n /** Month name for May */\n 'calendar.month-names.may': '5월',\n /** Month name for November */\n 'calendar.month-names.november': '11월',\n /** Month name for October */\n 'calendar.month-names.october': '10월',\n /** Month name for September */\n 'calendar.month-names.september': '9월',\n /** Short weekday name for Friday */\n 'calendar.weekday-names.short.friday': '금',\n /** Short weekday name for Monday */\n 'calendar.weekday-names.short.monday': '월',\n /** Short weekday name for Saturdayday */\n 'calendar.weekday-names.short.saturday': '토',\n /** Short weekday name for Sunday */\n 'calendar.weekday-names.short.sunday': '일',\n /** Short weekday name for Thursday */\n 'calendar.weekday-names.short.thursday': '목',\n /** Short weekday name for Tuesday */\n 'calendar.weekday-names.short.tuesday': '화',\n /** Short weekday name for Wednesday */\n 'calendar.weekday-names.short.wednesday': '수',\n\n /** Label for the close button label in Review Changes pane */\n 'changes.action.close-label': '변경 사항 검토 닫기',\n /** Cancel label for revert button prompt action */\n 'changes.action.revert-all-cancel': '취소',\n /** Revert all confirm label for revert button action - used on prompt button + review changes pane */\n 'changes.action.revert-all-confirm': '모두 되돌리기',\n /** Prompt for reverting all changes in document in Review Changes pane. Includes a count of changes. */\n 'changes.action.revert-all-description': '모든 {{count}} 변경사항을 되돌리시겠습니까?',\n /** Prompt for confirming revert change (singular) label for field change action */\n 'changes.action.revert-changes-confirm-change_one': '변경 사항 되돌리기',\n /** Revert for confirming revert (plural) label for field change action */\n 'changes.action.revert-changes-confirm-change_other': '변경 사항들 되돌리기',\n /** Prompt for reverting changes for a field change */\n 'changes.action.revert-changes-description': '변경 사항을 되돌리시겠습니까?',\n /** Prompt for reverting changes for a group change, eg multiple changes */\n 'changes.action.revert-changes-description_one': '변경 사항을 되돌리시겠습니까?',\n /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */\n 'changes.added-label': '추가됨',\n /** Array diff: An item was added in a given position (`{{position}}`) */\n 'changes.array.item-added-in-position': '{{position}} 위치에 추가됨',\n 'changes.array.item-moved_down_one': '{{count}} 위치 아래로 이동함',\n 'changes.array.item-moved_down_other': '{{count}} 위치 아래로 이동함',\n /**\n * Array diff: An item was moved within the array.\n * Receives `{{count}}` representing number of positions it moved.\n * Context is the direction of the move, either `up` or `down`.\n */\n 'changes.array.item-moved_up_one': '{{count}} 위치 위로 이동함',\n 'changes.array.item-moved_up_other': '{{count}} 위치 위로 이동함',\n /** Array diff: An item was removed from a given position (`{{position}}`) */\n 'changes.array.item-removed-from-position': '{{position}} 위치에서 제거됨',\n /** Accessibility label for the \"change bar\" shown when there are edits on a field-level */\n 'changes.change-bar.aria-label': '변경 사항 검토',\n /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */\n 'changes.changed-label': '변경됨',\n /** Label and text for tooltip that indicates the authors of the changes */\n 'changes.changes-by-author': '변경한 사람',\n /** Additional text shown in development mode when a diff component crashes during rendering */\n 'changes.error-boundary.developer-info': '자세한 정보는 개발자 콘솔을 확인하세요',\n /** Text shown when a diff component crashes during rendering, triggering the error boundary */\n 'changes.error-boundary.title': '이 필드의 변경 사항을 렌더링하는 중 오류가 발생했습니다',\n /* Error description when changes could not be loaded */\n 'changes.error-description': '이 문서의 변경 사항을 불러올 수 없습니다.',\n /** Error title when changes could not be loaded */\n 'changes.error-title': '문제가 발생했습니다',\n /** Error message shown when the value of a field is not the expected one */\n 'changes.error.incorrect-type-message':\n '값 오류: 값의 유형은 \"<code>{{actualType}}</code>\"이며, 예상 유형은 \"<code>{{expectedType}}</code>\"입니다',\n /** File diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.file.meta-info-fallback-title': '제목 없음',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.crop-changed': '크롭 변경됨',\n /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */\n 'changes.image.deleted': '이미지 삭제됨',\n /** Image diff: Text shown if the image failed to be loaded when previewing it */\n 'changes.image.error-loading-image': '이미지 로딩 오류',\n /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */\n 'changes.image.hotspot-changed': '핫스팟 변경됨',\n /** Image diff: Fallback title for the meta info section when there is no original filename to use */\n 'changes.image.meta-info-fallback-title': '제목 없음',\n /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */\n 'changes.image.no-asset-set': '이미지 설정되지 않음',\n /** Image diff: Text shown when the from/to state has/had no image */\n 'changes.image.no-image-placeholder': '(이미지 없음)',\n /** Label for the \"from\" value in the change inspector */\n 'changes.inspector.from-label': '에서',\n /** Label for the \"meta\" (field path, action etc) information in the change inspector */\n 'changes.inspector.meta-label': '메타',\n /** Label for the \"to\" value in the change inspector */\n 'changes.inspector.to-label': '까지',\n /** Loading author of change in the differences tooltip in the review changes pane */\n 'changes.loading-author': '로딩 중…',\n /** Loading changes in Review Changes Pane */\n 'changes.loading-changes': '변경 사항 불러오는 중…',\n /** Error message shown when the document revision could not be found */\n 'changes.missing-since-document-error':\n '문서 리비전을 찾을 수 없습니다. id: <code>{{revisionId}}</code> 비교하려는. <Break/> 이것은 아마도 귀하의 계획의 역사 보존 정책 때문일 것입니다. <Break/> 다른 <strong>From</strong> 항목을 선택해 주세요.',\n /** No Changes description in the Review Changes pane */\n 'changes.no-changes-description':\n '이 패널에 변경 사항 목록이 표시되려면 문서를 편집하거나 타임라인에서 이전 버전을 선택하세요.',\n /** No Changes title in the Review Changes pane */\n 'changes.no-changes-title': '변경 사항 없음',\n /* Label for the tooltip that shows when an action is not selectable*/\n 'changes.not-selectable': '이 이벤트를 선택할 수 없습니다',\n /** Portable Text diff: An annotation was added */\n 'changes.portable-text.annotation_added': '주석 추가됨',\n /** Portable Text diff: An annotation was changed */\n 'changes.portable-text.annotation_changed': '주석 변경됨',\n /** Portable Text diff: An annotation was removed */\n 'changes.portable-text.annotation_removed': '주석 제거됨',\n /** Portable Text diff: An annotation was left unchanged */\n 'changes.portable-text.annotation_unchanged': '주석 변경되지 않음',\n /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */\n 'changes.portable-text.block-style-changed':\n '블록 스타일이 \"{{fromStyle}}\"에서 \"{{toStyle}}\"(으)로 변경됨',\n /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */\n 'changes.portable-text.changed-formatting': '텍스트 형식 변경됨',\n /** Portable Text diff: An empty inline object is part of a change */\n 'changes.portable-text.empty-inline-object': '빈 {{inlineObjectType}}',\n /** Portable Text diff: An empty object is the result of adding/removing an annotation */\n 'changes.portable-text.empty-object-annotation': '빈 {{annotationType}}',\n /** Portable Text diff: Added a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_added': '빈 텍스트 추가됨',\n /** Portable Text diff: Changed a block that contained no text (eg empty block) */\n 'changes.portable-text.empty-text_changed': '빈 텍스트 변경됨',\n /** Portable Text diff: Removed a block containing no text (eg empty block) */\n 'changes.portable-text.empty-text_removed': '빈 텍스트 제거됨',\n /** Portable Text diff: An inline object was added */\n 'changes.portable-text.inline-object_added': '인라인 객체 추가됨',\n /** Portable Text diff: An inline object was changed */\n 'changes.portable-text.inline-object_changed': '인라인 객체 변경됨',\n /** Portable Text diff: An inline object was removed */\n 'changes.portable-text.inline-object_removed': '인라인 객체 제거됨',\n /** Portable Text diff: An inline object was left unchanged */\n 'changes.portable-text.inline-object_unchanged': '인라인 객체 변경되지 않음',\n /** Portable Text diff: Added a chunk of text */\n 'changes.portable-text.text_added': '텍스트 추가됨',\n /** Portable Text diff: Removed a chunk of text */\n 'changes.portable-text.text_removed': '텍스트 제거됨',\n /** Portable Text diff: Annotation has an unknown schema type */\n 'changes.portable-text.unknown-annotation-schema-type': '알 수 없는 스키마 유형',\n /** Portable Text diff: Inline object has an unknown schema type */\n 'changes.portable-text.unknown-inline-object-schema-type': '알 수 없는 스키마 유형',\n /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */\n 'changes.removed-label': '제거됨',\n /** Same Revision Selected description in the Review Changes pane */\n 'changes.same-revision-selected-description':\n '동일한 <strong>from</strong> 및 <strong>to</strong> 리비전을 선택했습니다. 변경 사항을 비교하려면 다른 리비전을 선택하세요.',\n /** Same Revision Selected title in the Review Changes pane */\n 'changes.same-revision-selected-title': '동일한 리비전이 선택되었습니다',\n /** Title for the Review Changes pane */\n 'changes.title': '변경 사항 검토',\n /**The title that will be shown in the badge inside the events when the item is a draft */\n 'changes.versions.draft': '초안',\n\n /** --- Common components --- */\n /** Tooltip text for context menu buttons */\n 'common.context-menu-button.tooltip': '더 보기',\n /** Default text for dialog cancel button */\n 'common.dialog.cancel-button.text': '취소',\n /** Default text for dialog confirm button */\n 'common.dialog.confirm-button.text': '확인',\n /** Default text in shared loader text / spinner lockup */\n 'common.loading': '로딩 중',\n /** The title of the reconnecting toast */\n 'common.reconnecting.toast.title': '연결을 시도하는 중…',\n\n /** --- Configuration issues --- */\n /** Default label text on configuration issues button */\n 'configuration-issues.button.label': '구성 문제',\n /** Tooltip displayed on configuration issues button */\n 'configuration-issues.button.tooltip': '구성 문제 발견',\n\n /** The fallback title for an ordering menu item if no localized titles are provided. */\n 'default-menu-item.fallback-title': '{{title}}로 정렬',\n\n /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */\n 'default-orderings.caption': '캡션별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */\n 'default-orderings.description': '설명별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */\n 'default-orderings.header': '헤더별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */\n 'default-orderings.heading': '제목별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */\n 'default-orderings.label': '라벨별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */\n 'default-orderings.name': '이름별 정렬',\n /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */\n 'default-orderings.title': '타이틀별 정렬',\n\n /** Label for action that closes divergence inspector */\n 'divergence.action.close.label': '닫기',\n /** Label for action that marks divergence as resolved */\n 'divergence.action.markResolved.label': '무시',\n /** Label for action that moves inspector to the next divergence in the document */\n 'divergence.action.next.label': '다음',\n /** Label for action that moves inspector to the previous divergence in the document */\n 'divergence.action.previous.label': '이전',\n /** Label for action that replaces the node's value in the current version with its latest value in the upstream version */\n 'divergence.action.takeFromUpstream.label': '기본에서 복사',\n /** Verb to describe the node's value changed */\n 'divergence.effect.changed': '변경됨',\n /** Summary of the change that occurred */\n 'divergence.effect.summary': '{{versionName}} 버전에서 {{title}}이(가) {{effect}}',\n /** Label for divergences in multiple nodes */\n 'divergence.unresolved-divergence_other':\n '{{versionName}} 버전에서 {{count}}개의 미해결 변경 사항',\n\n /** Label to show in the document footer indicating the creation date of the document */\n 'document-status.created': '{{date}}에 생성됨',\n /** Label to show in the document status indicating the date of the status */\n 'document-status.date': '{{date}}',\n /** Label to show in the document footer indicating the last edited date of the document */\n 'document-status.edited': '{{date}}에 편집됨',\n /** Label to show in the document footer status line when a document was last published */\n 'document-status.last-published': '마지막으로 발행됨',\n /** Label to show in the document footer indicating the document is not published*/\n 'document-status.not-published': '게시되지 않음',\n /** Label to show in the document footer indicating the published date of the document */\n 'document-status.published': '{{date}}에 게시됨',\n /** Label to show in the document footer indicating the revision from date of the document */\n 'document-status.revision-from': '개정 <em>{{date}}</em>',\n /** Label to show in the document footer indicating that the revision was not found */\n 'document-status.revision-not-found': '리비전을 찾을 수 없습니다',\n\n /** Toast description shown when saving changes is taking longer than expected */\n 'document-store.slow-commit.description': '변경 사항이 아직 저장 중입니다.',\n /** Toast title shown when saving changes is taking longer than expected */\n 'document-store.slow-commit.title': '저장이 예상보다 오래 걸리고 있습니다',\n\n /** Label to indicate that a document type was not found */\n 'document.type.not-found': '문서 유형 \"{{type}}\"을(를) 찾을 수 없습니다',\n\n /** Error message shown when an action cannot be performed */\n 'errors.unable-to-perform-action': '이 작업을 수행할 수 없습니다',\n\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.duplicate-keys-alert.details.additional-description':\n '<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */\n 'form.error.duplicate-keys-alert.details.description':\n '이것은 보통 항목들이 API 클라이언트를 사용하여 생성될 때 발생하며, 각 요소의 <code>_key</code> 속성이 고유하지 않게 생성되었습니다.',\n /** Developer info */\n 'form.error.duplicate-keys-alert.details.title': '개발자 정보',\n /** Generate unique keys */\n 'form.error.duplicate-keys-alert.generate-button.text': '고유한 키 생성',\n /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */\n 'form.error.duplicate-keys-alert.summary':\n '이 목록의 여러 항목이 동일한 식별자(키)를 공유하고 있습니다. 모든 항목은 고유한 식별자를 가져야 합니다.',\n /** Non-unique keys */\n 'form.error.duplicate-keys-alert.title': '고유하지 않은 키',\n /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */\n 'form.error.field-not-found':\n '스키마에서 \"{{fieldName}}\" 필드를 찾을 수 없거나 조건부로 숨겨져 있지만 명시적으로 렌더링하라고 지시된 경우입니다 – 스키마에 정의되어 있는지 확인하고 조건부로 숨겨져 있지 않은지 확인하세요.',\n /** Add missing keys */\n 'form.error.missing-keys-alert.add-button.text': '누락된 키 추가',\n /** The value of the <code>_key</code> property must be a unique string. */\n 'form.error.missing-keys-alert.details.additional-description':\n '<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.',\n /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */\n 'form.error.missing-keys-alert.details.description':\n '이는 보통 API 클라이언트를 사용하여 항목을 생성할 때 <code>_key</code> 속성이 포함되지 않았을 때 발생합니다.',\n /** Developer info */\n 'form.error.missing-keys-alert.details.title': '개발자 정보',\n /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */\n 'form.error.missing-keys-alert.summary':\n '리스트의 일부 항목에 키가 누락되었습니다. 리스트를 편집하려면 이를 수정해야 합니다.',\n /** Missing keys */\n 'form.error.missing-keys-alert.title': '누락된 키',\n /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */\n 'form.error.mixed-array-alert.details.description':\n '이는 보통 API 클라이언트를 사용하여 항목을 생성하거나 사용자 정의 입력 컴포넌트가 리스트에 유효하지 않은 데이터를 추가했을 때 발생합니다.',\n /** Developer info */\n 'form.error.mixed-array-alert.details.title': '개발자 정보',\n /** Remove non-object values */\n 'form.error.mixed-array-alert.remove-button.text': '비객체 값 제거',\n /** Some items in this list are not objects. This must be fixed in order to edit the list. */\n 'form.error.mixed-array-alert.summary':\n '이 리스트의 일부 항목이 객체가 아닙니다. 리스트를 편집하려면 이를 수정해야 합니다.',\n /** Invalid list values */\n 'form.error.mixed-array-alert.title': '유효하지 않은 리스트 값',\n /** Error text shown when form is unable to find an array item at a given indexed path */\n 'form.error.no-array-item-at-index':\n '주어진 경로 <code>{{path}}</code>에서 인덱스 <code>{{index}}</code>의 배열 항목을 찾을 수 없습니다',\n /** Error text shown when form is unable to find an array item at a given keyed path */\n 'form.error.no-array-item-at-key':\n '주어진 경로 <code>{{path}}</code>에서 `_key` <code>\"{{key}}\"</code>를 가진 배열 항목을 찾을 수 없습니다',\n /** The title above the error call stack output related to the crash */\n 'form.error.unhandled-runtime-error.call-stack.title': '호출 스택:',\n /** The title above the error component stack provided by React's underlying ErrorBoundary component */\n 'form.error.unhandled-runtime-error.component-stack.title': '컴포넌트 스택:',\n /** The error message for the unhandled error that crashed the Input component during render */\n 'form.error.unhandled-runtime-error.error-message': '오류: {{message}}',\n /** The title for the error card rendered inside a field in place of a crashing input */\n 'form.error.unhandled-runtime-error.title': '처리되지 않은 런타임 오류',\n /** Form field deprecated label */\n 'form.field.deprecated-label': '사용되지 않음',\n /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': '제목 없음',\n /** Accessibility label for the icon that indicates the field has a validation error */\n 'form.validation.has-error-aria-label': '오류가 있음',\n /** Accessibility label for the icon that indicates the field has validation information */\n 'form.validation.has-info-aria-label': '정보가 있음',\n /** Accessibility label for the icon that indicates the field has a validation warning */\n 'form.validation.has-warning-aria-label': '경고가 있음',\n /** Text shown when summarizing validation information, when the field has one or more errors */\n 'form.validation.summary.errors-count_one': '{{count}}개의 오류',\n 'form.validation.summary.errors-count_other': '{{count}}개의 오류',\n /** Text shown when summarizing validation information, when the field has one or more warnings */\n 'form.validation.summary.warnings-count_one': '{{count}}개의 경고',\n 'form.validation.summary.warnings-count_other': '{{count}}개의 경고들',\n\n 'free-trial.tooltip.days-count_other': '{{count}}일의 시험 사용 기간이 남았습니다',\n /** Tooltip for free trial navbar button, once trial has ended */\n 'free-trial.tooltip.trial-finished': '프로젝트를 업그레이드하세요',\n\n /**\n * Label for \"contact sales\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.contact-sales': '영업팀에 문의하기',\n /**\n * Label for \"help and support\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.help-and-support': '도움말 및 지원',\n /**\n * Label for \"join our community\" call to action\n * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched\n */\n 'help-resources.action.join-our-community': '우리 커뮤니티에 가입하세요',\n /** Information for what the latest sanity version is */\n 'help-resources.latest-sanity-version': '최신 버전은 {{latestVersion}}입니다',\n /** Text for link to register a studio */\n 'help-resources.register-studio': '스튜디오 등록',\n /** Name of the sanity studio */\n 'help-resources.studio': 'Sanity Studio',\n /** Menu item for registered studios (i.e. copies app id) */\n 'help-resources.studio-app-id': '앱 ID',\n /** Menu item for reloading Studio to update */\n 'help-resources.studio-auto-update-now': 'v{{newVersion}}로 업데이트하기 위해 재로드',\n /** Information for what studio version the current studio is running */\n 'help-resources.studio-version': 'Sanity 스튜디오 버전 {{studioVersion}}',\n /** Title for help and resources menus */\n 'help-resources.title': '도움말 및 리소스',\n /** Label for studio's which are up to date */\n 'help-resources.up-to-date': '최신 상태',\n /** Version text */\n 'help-resources.version': 'v{{version}}',\n\n /**Incoming references inspector title */\n 'incoming-references.title': '들어오는 참조',\n\n /** Text for button to cancel an ongoing upload */\n 'input.files.common.cancel-upload': '업로드 취소',\n /** Text for menuitem upload button default asset source */\n 'input.files.common.upload-placeholder.file-input-button.default-source.badge': '기본',\n /** Text for file input button in upload placeholder */\n 'input.files.common.upload-placeholder.file-input-button.text': '업로드',\n /** Uploading <FileName/> */\n 'input.files.common.upload-progress': '<FileName/> 업로드 중',\n /** The referenced document cannot be opened, because the URL failed to be resolved */\n 'input.reference.document-cannot-be-opened.failed-to-resolve-url':\n '이 문서는 열 수 없습니다 (스튜디오로의 URL 해석 실패)',\n\n /** Label for adding item after a specific array item */\n 'inputs.array.action.add-after': '다음에 항목 추가',\n /** Label for adding item before a specific array item */\n 'inputs.array.action.add-before': '이전에 항목 추가',\n /** Label for adding array item action when the schema allows for only one schema type */\n 'inputs.array.action.add-item': '항목 추가',\n /**\n * Label for adding one array item action when the schema allows for multiple schema types,\n * eg. will prompt the user to select a type once triggered\n */\n 'inputs.array.action.add-item-select-type': '항목 추가...',\n /** Label for copying an array item */\n 'inputs.array.action.copy': '복사',\n /** Array drag handle button tooltip */\n 'inputs.array.action.drag.tooltip': '재정렬하려면 드래그하세요',\n /** Label for duplicating an array item */\n 'inputs.array.action.duplicate': '복제',\n /** Label for editing the item of a specific type, eg \"Edit Person\" */\n 'inputs.array.action.edit': '{{itemTypeTitle}} 편집',\n /** Tooltip text explaining why adding items is disabled when array max is reached */\n 'inputs.array.action.max-reached': '최대 항목 수에 도달했습니다',\n /** Label for removing an array item action */\n 'inputs.array.action.remove': '제거',\n /** Label for removing action when an array item has an error */\n 'inputs.array.action.remove-invalid-item': '제거',\n /** Label for viewing the item of a specific type, eg \"View Person\" */\n 'inputs.array.action.view': '{{itemTypeTitle}} 보기',\n /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */\n 'inputs.array.error.can-delete-but-no-edit-description':\n '이 항목을 여전히 이동하거나 삭제할 수는 있지만, 해당 유형의 스키마 정의를 찾을 수 없으므로 편집할 수는 없습니다.',\n /** Error label for toast when array could not resolve the initial value */\n 'inputs.array.error.cannot-resolve-initial-value-title':\n '유형에 대한 초기 값을 해결할 수 없습니다: {{schemaTypeTitle}}: {{errorMessage}}.',\n /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_one':\n '다음 항목은 내용 유형에서 배열 항목으로 알려진 변환이 없어 업로드할 수 없습니다:',\n /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */\n 'inputs.array.error.cannot-upload-unable-to-convert_other':\n '다음 항목들은 내용 유형에서 배열 항목으로 알려진 변환이 없어 업로드할 수 없습니다:',\n /** Error description for the array item tooltip that explains that the current type item is not valid for the list */\n 'inputs.array.error.current-schema-not-declare-description':\n '현재 스키마는 이 목록에 <code>{{typeName}}</code> 유형의 항목을 유효하다고 선언하지 않았습니다. 이는 유형이 유효한 항목 유형으로 제거되었거나 누군가가 아직 배포되지 않은 자신의 로컬 스키마에 추가했을 수 있음을 의미할 수 있습니다.',\n /** Error description to show how the item is being represented in the json format */\n 'inputs.array.error.json-representation-description': '이 항목의 JSON 표현:',\n /** Error description for the array item tooltip that explains what the error means with more context */\n 'inputs.array.error.type-is-incompatible-prompt':\n '이 목록에는 <code>{{typeName}}</code> 유형의 항목이 유효하지 않습니다',\n /** Error title for when an item type within an array input is incompatible, used in the tooltip */\n 'inputs.array.error.type-is-incompatible-title': '왜 이런 일이 발생하나요?',\n /** Error label for unexpected errors in the Array Input */\n 'inputs.array.error.unexpected-error': '예상치 못한 오류: {{error}}',\n /** Label for the array insert menu all items filter */\n 'inputs.array.insert-menu.filter.all-items': '전체',\n /** Label for when the array insert menu search shows no items */\n 'inputs.array.insert-menu.search.no-results': '항목을 찾을 수 없음',\n /** Placeholder for the array insert menu search field */\n 'inputs.array.insert-menu.search.placeholder': '검색',\n /** Tooltip for the array insert menu grid view toggle */\n 'inputs.array.insert-menu.toggle-grid-view.tooltip': '그리드 보기 전환',\n /** Tooltip for the array insert menu list view toggle */\n 'inputs.array.insert-menu.toggle-list-view.tooltip': '목록 보기 전환',\n /** Label for when the array input doesn't have any items */\n 'inputs.array.no-items-label': '항목 없음',\n /** Label for read only array fields */\n 'inputs.array.read-only-label': '이 필드는 읽기 전용입니다',\n /** Label for when the array input is resolving the initial value for the item */\n 'inputs.array.resolving-initial-value': '초기 값을 확인하는 중…',\n /** Tooltip content when boolean input is disabled */\n 'inputs.boolean.disabled': '비활성화됨',\n /** Warning label when selected datetime is in the past */\n 'inputs.dateTime.past-date-warning': '미래의 날짜를 선택하세요.',\n /** Placeholder value for datetime input */\n 'inputs.datetime.placeholder': '예: {{example}}',\n /** Acessibility label for button to open file options menu */\n 'inputs.file.actions-menu.file-options.aria-label': '파일 옵션 메뉴 열기',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.file.error.unknown-member-kind': '알 수 없는 멤버 종류: {{kind}}',\n /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */\n 'inputs.file.invalid-file-warning.description':\n '이 필드의 값은 유효한 파일이 아닙니다. 이 필드를 재설정하면 새 파일을 선택할 수 있습니다.',\n /** Reset value */\n 'inputs.file.invalid-file-warning.reset-button.text': '값 재설정',\n /** Invalid file value */\n 'inputs.file.invalid-file-warning.title': '잘못된 파일 값',\n /** The upload could not be completed at this time. */\n 'inputs.file.upload-failed.description': '현재 업로드를 완료할 수 없습니다.',\n /** Upload failed */\n 'inputs.file.upload-failed.title': '업로드 실패',\n /** Private access policy badge label */\n 'inputs.files.common.access-policy.private.label': '비공개 자산',\n /** Private access policy badge tooltip */\n 'inputs.files.common.access-policy.private.tooltip': 'CDN 접근은 서명된 URL에 한정됩니다',\n /** Clear field */\n 'inputs.files.common.actions-menu.clear-field.label': '필드 지우기',\n /** Copy URL */\n 'inputs.files.common.actions-menu.copy-url.label': 'URL 복사',\n /** Download */\n 'inputs.files.common.actions-menu.download.label': '다운로드',\n /** The URL is copied to the clipboard */\n 'inputs.files.common.actions-menu.notification.url-copied': 'URL이 클립보드에 복사되었습니다',\n /** Open in source */\n 'inputs.files.common.actions-menu.open-in-source.label': '{{sourceName}}에서 열기',\n /** Replace */\n 'inputs.files.common.actions-menu.replace.label': '교체',\n /** Upload */\n 'inputs.files.common.actions-menu.upload.label': '업로드',\n /** Drop to upload */\n 'inputs.files.common.drop-message.drop-to-upload': '업로드를 위해 놓기',\n /** Drop to upload `{{count}}` file */\n 'inputs.files.common.drop-message.drop-to-upload-multi_one':\n '{{count}}개 파일을 업로드하려면 놓으세요',\n /** Drop to upload `{{count}}` files */\n 'inputs.files.common.drop-message.drop-to-upload-multi_other':\n '{{count}}개 파일을 업로드하려면 놓으세요',\n /** Can't upload this file here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one':\n '이 파일은 여기에 업로드할 수 없습니다',\n /** Can't upload any of these files here */\n 'inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other':\n '이 파일들 중 어떤 것도 여기에 업로드할 수 없습니다',\n /** `{{count}}` file can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one':\n '{{count}}개 파일은 여기에 업로드할 수 없습니다',\n /** `{{count}}` files can't be uploaded here */\n 'inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other':\n '{{count}}개 파일은 여기에 업로드할 수 없습니다',\n /** Cannot upload `{{count}}` files */\n 'inputs.files.common.placeholder.cannot-upload-some-files_one': '파일을 업로드할 수 없습니다',\n 'inputs.files.common.placeholder.cannot-upload-some-files_other':\n '{{count}}개의 파일을 업로드할 수 없습니다',\n /** Drag or paste type here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_file':\n '여기에 파일을 드래그하거나 붙여넣기',\n /** Drag or paste image here */\n 'inputs.files.common.placeholder.drag-or-paste-to-upload_image':\n '여기에 이미지를 드래그하거나 붙여넣기',\n /** Drop to upload file */\n 'inputs.files.common.placeholder.drop-to-upload_file': '파일 업로드를 위해 놓기',\n /** Drop to upload image */\n 'inputs.files.common.placeholder.drop-to-upload_image': '이미지 업로드를 위해 놓기',\n /** Read only */\n 'inputs.files.common.placeholder.read-only': '읽기 전용',\n /** Select asset source destination for files to upload */\n 'inputs.files.common.placeholder.select-asset-source-upload-destination': '파일을 업로드할 위치:',\n /** Can't upload files here */\n 'inputs.files.common.placeholder.upload-not-supported': '여기에 파일을 업로드할 수 없습니다',\n /** Clear upload */\n 'inputs.files.common.stale-upload-warning.clear': '업로드 지우기',\n /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */\n 'inputs.files.common.stale-upload-warning.description':\n '업로드가 적어도 {{staleThresholdMinutes}}분 동안 진행되지 않고 중단되었을 가능성이 있습니다. 미완료된 업로드를 안전하게 지우고 다시 업로드를 시도할 수 있습니다.',\n /** Incomplete upload */\n 'inputs.files.common.stale-upload-warning.title': '미완료된 업로드',\n /** Select file */\n 'inputs.files.select-dialog.title': '\"{{targetTitle}}\"의 파일 선택',\n /** Tooltip text for action to crop image */\n 'inputs.image.actions-menu.crop-image-tooltip': '이미지 자르기',\n /** Accessibility label for button to open image edit dialog */\n 'inputs.image.actions-menu.edit-details.aria-label': '이미지 편집 대화 상자 열기',\n /** Accessibility label for button to open image options menu */\n 'inputs.image.actions-menu.options.aria-label': '이미지 옵션 메뉴 열기',\n /** Cannot upload this file here */\n 'inputs.image.drag-overlay.cannot-upload-here': '여기에 이 파일을 업로드할 수 없습니다',\n /** Drop image to upload */\n 'inputs.image.drag-overlay.drop-to-upload-image': '업로드할 이미지를 드롭하세요',\n /** This field is read only */\n 'inputs.image.drag-overlay.this-field-is-read-only': '이 필드는 읽기 전용입니다',\n /** Image could not be loaded due to possible access restrictions */\n 'inputs.image.error.possible-access-restriction':\n '이미지를 불러올 수 없습니다. 접근 제한 때문일 수 있습니다.',\n /** Unknown member kind: `{{kind}}` */\n 'inputs.image.error.unknown-member-kind': '알 수 없는 멤버 종류: {{kind}}',\n /** Edit hotspot and crop */\n 'inputs.image.hotspot-dialog.title': '핫스팟 및 크롭 편집',\n /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */\n 'inputs.image.invalid-image-warning.description':\n '이 필드의 값은 유효한 이미지가 아닙니다. 이 필드를 재설정하면 새 이미지를 선택할 수 있습니다.',\n /** Reset value */\n 'inputs.image.invalid-image-warning.reset-button.text': '값 재설정',\n /** Invalid image value */\n 'inputs.image.invalid-image-warning.title': '잘못된 이미지 값',\n /** Preview of uploaded image */\n 'inputs.image.preview-uploaded-image': '업로드된 이미지 미리보기',\n /** Select image */\n 'inputs.image.select-dialog.title': '\"{{targetTitle}}\"의 이미지 선택',\n /** The upload could not be completed at this time. */\n 'inputs.image.upload-error.description': '현재 업로드를 완료할 수 없습니다.',\n /** Upload failed */\n 'inputs.image.upload-error.title': '업로드 실패',\n /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */\n 'inputs.imagetool.description':\n '이미지를 크롭하기 위해 사각형을 조정하세요. 항상 보여야 할 영역을 지정하기 위해 원을 조정하세요.',\n /** Error: `{{errorMessage}}` */\n 'inputs.imagetool.load-error': '오류: {{errorMessage}}',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': '핫스팟 & 크롭',\n /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */\n 'inputs.imagetool.vector-warning.developer-info':\n \"에셋 파이프라인은 벡터 형식에 대한 핫스팟과 크롭을 지원하지 않습니다. 핫스팟 & 크롭을 활성화하려면, 이 이미지를 지원되는 래스터 형식 중 하나로 출력하세요. 예를 들어: <code>fm=jpg</code>를 <ImageUrlDocumentationLink>이미지 URL</ImageUrlDocumentationLink>에 추가하거나 <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>을 사용하여 <code>.format('png')</code>를 호출하세요.\",\n /** See developer info */\n 'inputs.imagetool.vector-warning.expand-developer-info': '개발자 정보 보기',\n /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */\n 'inputs.imagetool.vector-warning.title':\n '경고: 이 이미지에 핫스팟과 크롭이 적용되지 않을 수 있습니다.',\n /** Convert to `{{targetType}}` */\n 'inputs.invalid-value.convert-button.text': '<code>{{targetType}}</code>(으)로 변환',\n /** The current value (<code>`{{actualType}}`</code>) */\n 'inputs.invalid-value.current-type': '현재 값 (<code>{{actualType}}</code>)',\n /** The property value is stored as a value type that does not match the expected type. */\n 'inputs.invalid-value.description':\n '속성 값이 예상된 유형과 일치하지 않는 값 유형으로 저장됩니다.',\n /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */\n 'inputs.invalid-value.details.description':\n '이 속성의 값은 스키마에 따라 <code>{{validType}}</code> 유형이어야 합니다.',\n /** Only the following types are valid here according to schema: */\n 'inputs.invalid-value.details.multi-type-description':\n '스키마에 따라 여기서 유효한 유형은 다음과 같습니다:',\n /** Mismatching value types typically occur when the schema has recently been changed. */\n 'inputs.invalid-value.details.possible-reason':\n '스키마가 최근에 변경되었을 때 일반적으로 값 유형이 일치하지 않습니다.',\n /** Developer info */\n 'inputs.invalid-value.details.title': '개발자 정보',\n /** -- Invalid Value Input -- */\n /** Reset value */\n 'inputs.invalid-value.reset-button.text': '값 재설정',\n /** Invalid property value */\n 'inputs.invalid-value.title': '잘못된 속성 값',\n /** Title for the \"All fields\" field group */\n 'inputs.object.field-group-tabs.all-fields-title': '모든 필드',\n /** Aria label for the \"Field groups\" select control on smaller screens */\n 'inputs.object.field-group-tabs.aria-label': '필드 그룹',\n /** Text shown in field group select for a group with error validation */\n 'inputs.object.field-group-tabs.validation-error': '오류',\n /** Text shown in field group select for a group with info validation */\n 'inputs.object.field-group-tabs.validation-info': '정보',\n /** Text shown in field group select for a group with warning validation */\n 'inputs.object.field-group-tabs.validation-warning': '경고',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n '이 필드는 문서의 스키마에 따라 <strong>읽기 전용</strong>이며 해제할 수 없습니다. 스튜디오에서 이를 해제할 수 있게 하려면 스키마의 포함 유형에서 <code>readOnly</code> 필드를 제거하세요.',\n /** Fallback description shown when the unknown reference preview cannot be loaded */\n 'inputs.object.unknown-fields.reference.preview.unavailable':\n '\"{{documentId}}\"에 대한 미리보기를 불러올 수 없습니다.',\n /** Remove field */\n 'inputs.object.unknown-fields.remove-field-button.text': '필드 제거',\n /** Encountered `{{count}}` fields that are not defined in the schema. */\n 'inputs.object.unknown-fields.warning.description_one':\n '스키마에 정의되지 않은 필드를 발견했습니다.',\n 'inputs.object.unknown-fields.warning.description_other':\n '스키마에 정의되지 않은 {{count}}개의 필드를 발견했습니다.',\n /** Detailed description of unknown field warning */\n 'inputs.object.unknown-fields.warning.details.description_one':\n '이 필드는 스키마에 정의되어 있지 않아, 필드 정의가 제거되었거나 누군가가 자신의 로컬 프로젝트에 추가하고 아직 변경 사항을 배포하지 않았을 수 있습니다.',\n 'inputs.object.unknown-fields.warning.details.description_other':\n '이 필드들은 문서의 스키마에 정의되어 있지 않아, 필드 정의가 제거되었거나 누군가가 자신의 로컬 프로젝트에 추가하고 아직 변경 사항을 배포하지 않았을 수 있습니다.',\n /** Developer info */\n 'inputs.object.unknown-fields.warning.details.title': '개발자 정보',\n /** Unknown field found */\n 'inputs.object.unknown-fields.warning.title_one': '알 수 없는 필드 발견',\n 'inputs.object.unknown-fields.warning.title_other': '알 수 없는 필드들 발견',\n /** Collapse the editor to save screen space */\n 'inputs.portable-text.action.collapse-editor': '에디터 접기',\n /** Aria label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation-aria-label': '주석 편집',\n /** Expand the editor to give more editing space */\n 'inputs.portable-text.action.expand-editor': '에디터 확장하기',\n /** Label label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block': '{{typeName}} 삽입하기',\n /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-block-aria-label': '{{typeName}} 삽입하기 (블록)',\n /** Label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object': '{{typeName}} 삽입하기',\n /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */\n 'inputs.portable-text.action.insert-inline-object-aria-label': '{{typeName}} 삽입하기 (인라인)',\n /** Aria label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation-aria-label': '주석 제거',\n /** Label for activate on focus with context of click and not focused */\n 'inputs.portable-text.activate-on-focus-message_click': '활성화하려면 클릭하세요',\n /** Label for activate on focus with context of click and focused */\n 'inputs.portable-text.activate-on-focus-message_click-focused':\n '활성화하려면 클릭하거나 스페이스를 누르세요',\n /** Label for activate on focus with context of tap and not focused */\n 'inputs.portable-text.activate-on-focus-message_tap': '활성화하려면 탭하세요',\n /** Aria label for the annotation object */\n 'inputs.portable-text.annotation-aria-label': '주석 객체',\n /** Title for dialog that allows editing an annotation */\n 'inputs.portable-text.annotation-editor.title': '{{schemaType}} 편집하기',\n /** Title of the default \"link\" annotation */\n 'inputs.portable-text.annotation.link': '링크',\n /** Aria label for the block object */\n 'inputs.portable-text.block.aria-label': '블록 객체',\n /** Label for action to edit a block item, in the case where it is editable */\n 'inputs.portable-text.block.edit': '편집하기',\n /** Accessibility label for the button that opens the actions menu on blocks */\n 'inputs.portable-text.block.open-menu-aria-label': '메뉴 열기',\n /** Label for action to open a reference, in the case of block-level reference types */\n 'inputs.portable-text.block.open-reference': '참조 열기',\n /** Label for action to remove a block item */\n 'inputs.portable-text.block.remove': '제거하기',\n /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */\n 'inputs.portable-text.block.view': '보기',\n /** Title of the \"code\" decorator */\n 'inputs.portable-text.decorator.code': '코드',\n /** Title of the \"em\" (emphasis) decorator */\n 'inputs.portable-text.decorator.emphasis': '기울임꼴',\n /** Title of the \"strike-through\" decorator */\n 'inputs.portable-text.decorator.strike-through': '취소선',\n /** Title of the \"strong\" decorator */\n 'inputs.portable-text.decorator.strong': '굵게',\n /** Title of the \"underline\" decorator */\n 'inputs.portable-text.decorator.underline': '밑줄',\n /** Placeholder text for when the editor is empty */\n 'inputs.portable-text.empty-placeholder': '비어 있음',\n /** Aria label for the block object */\n 'inputs.portable-text.inline-block.aria-label': '인라인 객체',\n /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': '객체 편집하기',\n /** Aria label for icon for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit-aria-label': '객체 편집',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': '객체 제거하기',\n /** Aria label for icon for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove-aria-label': '객체 제거',\n /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */\n 'inputs.portable-text.invalid-value.action-disclaimer':\n '참고: 위의 작업을 수행하는 것이 일반적으로 안전하지만, 확신이 서지 않는 경우 스튜디오를 구성하는 담당자에게 문의하세요.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.action': '해당 객체 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */\n 'inputs.portable-text.invalid-value.disallowed-child-type.description':\n '키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 자식이 <code>{{childType}}</code> 타입인데, 이는 스키마에서 허용되지 않습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.action': '블록 제거',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */\n 'inputs.portable-text.invalid-value.disallowed-type.description':\n '키 <code>{{key}}</code>를 가진 블록이 <code>{{typeName}}</code> 유형이며, 이는 스키마에서 허용되지 않습니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.action': '빈 텍스트 범위 삽입하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */\n 'inputs.portable-text.invalid-value.empty-children.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 텍스트 범위가 없습니다.',\n /** Label for the button to ignore invalid values in the Portable Text editor */\n 'inputs.portable-text.invalid-value.ignore-button.text': '무시하기',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.action':\n '유형 <code>{{expectedTypeName}}</code> 사용',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */\n 'inputs.portable-text.invalid-value.incorrect-block-type.description':\n '키 <code>{{key}}</code>를 가진 블록의 유형 이름이 잘못되었습니다. 스키마에 따르면 <code>{{expectedTypeName}}</code>이어야 합니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.action': '빈 텍스트 값 설정하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */\n 'inputs.portable-text.invalid-value.invalid-span-text.description':\n '키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 범위에 누락되었거나 잘못된 <code>text</code> 속성이 있습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.action':\n '유형 <code>{{expectedTypeName}}</code> 사용',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */\n 'inputs.portable-text.invalid-value.missing-block-type.description':\n '키 <code>{{key}}</code>를 가진 블록이 유형 이름이 누락되었습니다. 스키마에 따르면 <code>{{expectedTypeName}}</code>이어야 합니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.action': '임의의 키 할당하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */\n 'inputs.portable-text.invalid-value.missing-child-key.description':\n '키 <code>{{key}}</code>를 가진 블록의 인덱스 <code>{{index}}</code>에 있는 자식에 <code>_key</code> 속성이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.action': '해당 객체 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-child-type.description':\n '키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 자식에 <code>_type</code> 속성이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.action': '임의의 키 할당',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */\n 'inputs.portable-text.invalid-value.missing-key.description':\n '인덱스 <code>{{index}}</code>의 블록이 필수 <code>_key</code> 속성이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.action': '블록 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-children.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 잘못되었거나 누락된 `children` 속성이 있습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': '속성 추가하기',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */\n 'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 잘못되었거나 누락된 `markDefs` 속성이 있습니다.',\n /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.action': '블록 제거',\n /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */\n 'inputs.portable-text.invalid-value.missing-type.description':\n '키 <code>{{key}}</code>를 가진 블록이 유형 이름이 누락되었습니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.action': '해당 항목 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */\n 'inputs.portable-text.invalid-value.non-object-child.description':\n '키 <code>{{key}}</code>를 가진 블록의 인덱스 <code>{{index}}</code>에 있는 자식이 객체가 아닙니다.',\n /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.action': '값을 해제',\n /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */\n 'inputs.portable-text.invalid-value.not-an-array.description':\n '값은 Portable Text 블록의 배열이거나 undefined이어야 합니다.',\n /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.action': '항목 제거',\n /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */\n 'inputs.portable-text.invalid-value.not-an-object.description':\n '<code>{{index}}</code> 위치의 항목이 객체가 아닙니다.',\n /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.action': '허용되지 않는 마크 제거하기',\n /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */\n 'inputs.portable-text.invalid-value.orphaned-marks.description':\n '키 <code>{{key}}</code>를 가진 텍스트 블록에 스키마에서 허용하지 않는 마크 <code>({{orphanedMarks, list}})</code>가 포함되어 있습니다.',\n /** Title for the alert indicating that the Portable Text field has an invalid value */\n 'inputs.portable-text.invalid-value.title': '잘못된 Portable Text 값',\n /** Title of \"bulleted\" list type */\n 'inputs.portable-text.list-type.bullet': '글머리 기호 목록',\n /** Title of numbered list type */\n 'inputs.portable-text.list-type.number': '번호가 매겨진 목록',\n /** Title of the \"h1\" block style */\n 'inputs.portable-text.style.h1': '제목 1',\n /** Title of the \"h2\" block style */\n 'inputs.portable-text.style.h2': '제목 2',\n /** Title of the \"h3\" block style */\n 'inputs.portable-text.style.h3': '제목 3',\n /** Title of the \"h4\" block style */\n 'inputs.portable-text.style.h4': '제목 4',\n /** Title of the \"h5\" block style */\n 'inputs.portable-text.style.h5': '제목 5',\n /** Title of the \"h6\" block style */\n 'inputs.portable-text.style.h6': '제목 6',\n /** Title shown when multiple blocks of varying styles is selected */\n 'inputs.portable-text.style.multiple': '다중',\n /** Title of fallback when no style is given for a block */\n 'inputs.portable-text.style.none': '스타일 없음',\n /** Title of the \"normal\" block style */\n 'inputs.portable-text.style.normal': '보통',\n /** Title of the \"quote\" block style */\n 'inputs.portable-text.style.quote': '인용구',\n /** Label for action to clear the current value of the reference field */\n 'inputs.reference.action.clear': '지우기',\n /** Label for action to copy the current item (used within arrays) */\n 'inputs.reference.action.copy': '복사',\n /** Label for action to create a new document from the reference input */\n 'inputs.reference.action.create-new-document': '새로 만들기',\n /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */\n 'inputs.reference.action.create-new-document-select': '새로 만들기…',\n /** Label for action to duplicate the current item to a new item (used within arrays) */\n 'inputs.reference.action.duplicate': '복제하기',\n /** Label for action that opens the referenced document in a new tab */\n 'inputs.reference.action.open-in-new-tab': '새 탭에서 열기',\n /** Label for action to remove the reference from an array */\n 'inputs.reference.action.remove': '제거하기',\n /** Label for action to replace the current value of the field */\n 'inputs.reference.action.replace': '교체하기',\n /** Label for action to cancel a previously initiated replace action */\n 'inputs.reference.action.replace-cancel': '교체 취소하기',\n /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */\n 'inputs.reference.cross-dataset.feature-disabled-actions':\n '이 필드의 기존 참조는 여전히 삭제할 수 있지만, 기능이 비활성화된 상태로 다른 문서로 변경할 수는 없습니다.',\n /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */\n 'inputs.reference.cross-dataset.feature-disabled-description':\n '이 기능은 비활성화되었습니다. <DocumentationLink>문서</DocumentationLink>에서 활성화하는 방법을 읽어보세요.',\n /** Title for a warning telling the user that the current project does not have the \"cross dataset references\" feature */\n 'inputs.reference.cross-dataset.feature-unavailable-title':\n '사용할 수 없는 기능: 크로스 데이터셋 참조',\n /** The cross-dataset reference points to a document with an invalid type */\n 'inputs.reference.cross-dataset.invalid-type':\n '참조된 문서가 유효하지 않은 타입입니다 ({{typeName}}) <JsonValue/>',\n /** The referenced document will open in a new tab (due to external studio) */\n 'inputs.reference.document-opens-in-new-tab': '이 문서는 새 탭에서 열립니다',\n /** Error title for when the document is unavailable (for any possible reason) */\n 'inputs.reference.error.document-unavailable-title': '문서를 사용할 수 없음',\n /** Error title for when the referenced document failed to be loaded */\n 'inputs.reference.error.failed-to-load-document-title': '참조된 문서를 불러오는 데 실패했습니다',\n /** Error title for when the reference search returned a document that is not an allowed type for the field */\n 'inputs.reference.error.invalid-search-result-type-title':\n '참조에 유효하지 않은 유형을 반환한 검색: \"{{returnedType}}\"',\n /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-description':\n '참조된 문서 (<code>{{documentId}}</code>)는 유형 <code>{{actualType}}</code>입니다. 스키마에 따르면, 참조된 문서는 <AllowedTypes /> 유형만 가능합니다.',\n /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */\n 'inputs.reference.error.invalid-type-title': '유효하지 않은 유형의 문서',\n /** Error description for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-description':\n '참조된 문서에 접근할 수 없습니다. 권한이 충분하지 않습니다',\n /** Error title for when the user does not have permissions to read the referenced document */\n 'inputs.reference.error.missing-read-permissions-title': '권한 부족',\n /** Error description for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-description':\n '참조된 문서가 존재하지 않습니다 (ID: <code>{{documentId}}</code>). 참조를 제거하거나 다른 문서로 교체할 수 있습니다.',\n /** Error title for when the current reference value points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document-title': '찾을 수 없음',\n /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */\n 'inputs.reference.error.nonexistent-document.clear-button-label': '지우기',\n /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */\n 'inputs.reference.error.search-failed-title': '참조 검색 실패',\n /** Label for when the GDR points to an invalid type */\n 'inputs.reference.global.invalid-type': '참조된 문서가 잘못된 유형입니다 ({{typeName}})',\n /** Alternative text for the image shown in cross-dataset reference input */\n 'inputs.reference.image-preview-alt-text': '참조된 문서의 이미지 미리보기',\n /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-description':\n '<strong>{{referencedDocument}}</strong>가 발행되었고 이 참조는 이제 완성되어야 합니다.',\n /** Title for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */\n 'inputs.reference.incomplete-reference.finalize-action-title': '참조 완성하기',\n /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-description':\n '<strong>{{referencedDocument}}</strong>가 발행되었고 이 참조는 이제 강한 참조로 변환되어야 합니다.',\n /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */\n 'inputs.reference.incomplete-reference.strengthen-action-title': '강한 참조로 변환하기',\n /** Label for button that triggers the action that strengthen a reference */\n 'inputs.reference.incomplete-reference.strengthen-button-label': '강한 참조로 변환하기',\n /** Label for button that triggers a retry attempt for reference metadata */\n 'inputs.reference.metadata-error.retry-button-label': '재시도',\n /** Title for alert shown when reference metadata fails to be loaded */\n 'inputs.reference.metadata-error.title': '참조 메타데이터를 불러올 수 없음',\n /** Message shown when no documents were found that matched the given search string */\n 'inputs.reference.no-results-for-query':\n '<strong>“{{searchTerm}}”</strong>에 대한 결과가 없습니다',\n /** Text for tooltip showing when a document was edited, using relative time (eg \"how long ago was it edited?\") */\n 'inputs.reference.preview.edited-at-time': '편집된 시간 <RelativeTime/>',\n /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */\n 'inputs.reference.preview.has-no-unpublished-changes-aria-label': '발행되지 않은 편집 없음',\n /** Accessibility label for icon indicating that document has unpublished changes */\n 'inputs.reference.preview.has-unpublished-changes-aria-label': '편집됨',\n /** Accessibility label for icon indicating that document does _not_ have a published version */\n 'inputs.reference.preview.is-not-published-aria-label': '게시되지 않음',\n /** Accessibility label for icon indicating that document has a published version */\n 'inputs.reference.preview.is-published-aria-label': '게시됨',\n /** Text for tooltip indicating that a document has no unpublished edits */\n 'inputs.reference.preview.no-unpublished-edits': '발행되지 않은 편집 없음',\n /** Text for tooltip indicating that a document has not yet been published */\n 'inputs.reference.preview.not-published': '게시되지 않음',\n /** Text for tooltip showing when a document was published, using relative time (eg \"how long ago was it published?\") */\n 'inputs.reference.preview.published-at-time': '<RelativeTime/>에 게시됨',\n /** The referenced document no longer exist and might have been deleted (for weak references) */\n 'inputs.reference.referenced-document-does-not-exist':\n '참조된 문서가 더 이상 존재하지 않고 삭제되었을 수 있습니다 (문서 ID: <code>{{documentId}}</code>).',\n /** The referenced document could not be displayed to the user because of insufficient permissions */\n 'inputs.reference.referenced-document-insufficient-permissions':\n '권한이 부족하여 참조된 문서에 접근할 수 없습니다',\n /** Label for when the reference input is resolving the initial value for an item */\n 'inputs.reference.resolving-initial-value': '초기 값을 확인 중…',\n /** Placeholder shown in a reference input with no current value */\n 'inputs.reference.search-placeholder': '검색하려면 입력하세요',\n /** Explanation of the consequences of leaving the reference as strong instead of weak */\n 'inputs.reference.strength-mismatch.is-strong-consquences':\n '이 참조를 약한 참조로 변환하거나 이 참조를 제거하기 전까지는 참조된 문서를 삭제할 수 없습니다.',\n /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */\n 'inputs.reference.strength-mismatch.is-strong-description':\n '이 참조는 <em>강함</em>이지만, 현재 스키마에 따르면 <em>약함</em>이어야 합니다.',\n /** Explanation of the consequences of leaving the reference as weak instead of strong */\n 'inputs.reference.strength-mismatch.is-weak-consquences':\n '이것은 이 참조를 삭제하지 않고 참조된 문서를 삭제할 수 있게 하여, 이 필드가 존재하지 않는 문서를 참조하게 됩니다.',\n /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */\n 'inputs.reference.strength-mismatch.is-weak-description':\n '이 참조는 <em>약함</em>이지만, 현재 스키마에 따르면 <em>강함</em>이어야 합니다.',\n /** Label for button that triggers the action that strengthens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.strengthen-button-label': '강한 참조로 변환하기',\n /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */\n 'inputs.reference.strength-mismatch.title': '참조 강도 불일치',\n /** Label for button that triggers the action that weakens a reference on strength mismatch */\n 'inputs.reference.strength-mismatch.weaken-button-label': '약한 참조로 변환',\n /** Label for action to clear the current value of the select field */\n 'inputs.select.action.clear': '지우기',\n /** Action message for generating the slug */\n 'inputs.slug.action.generate': '생성하기',\n /** Loading message for when the input is actively generating a slug */\n 'inputs.slug.action.generating': '생성 중…',\n /** Error message for when the source to generate a slug from is missing */\n 'inputs.slug.error.missing-source':\n '소스가 누락되었습니다. 스키마에서 {{schemaType}} 유형의 소스를 확인하세요',\n /** Placeholder for an empty tag input */\n 'inputs.tags.placeholder': '태그를 입력하고 ENTER를 누르세요…',\n /** Placeholder for an empty tag input on touch devices */\n 'inputs.tags.placeholder_touch': '태그 입력…',\n /** Convert to `{{targetType}}` */\n 'inputs.untyped-value.convert-button.text': '<code>{{targetType}}</code>(으)로 변환',\n /** Encountered an object value without a <code>_type</code> property. */\n 'inputs.untyped-value.description': '<code>_type</code> 속성이 없는 객체 값이 발견되었습니다.',\n /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */\n 'inputs.untyped-value.details.description':\n '객체 선언의 <code>name</code> 속성을 제거하거나 항목에 <code>_type</code> 속성을 설정하세요.',\n /** Current value (<code>object</code>): */\n 'inputs.untyped-value.details.json-dump-prefix': '현재 값 (<code>object</code>):',\n /** The following types are valid here according to schema: */\n 'inputs.untyped-value.details.multi-type-description':\n '스키마에 따르면 여기에 유효한 타입은 다음과 같습니다:',\n /** Developer info */\n 'inputs.untyped-value.details.title': '개발자 정보',\n /** Property value missing <code>_type</code> */\n 'inputs.untyped-value.title': '속성 값에 <code>_type</code>이 누락됨',\n /** Unset value */\n 'inputs.untyped-value.unset-item-button.text': '값 해제',\n /** Select video */\n 'inputs.video.select-dialog.title': '\"{{targetTitle}}\"의 동영상 선택',\n\n /** The fallback explanation if no context is provided */\n 'insufficient-permissions-message.not-authorized-explanation':\n '이 기능에 접근할 권한이 없습니다.',\n /** The explanation when unable to create any document at all */\n 'insufficient-permissions-message.not-authorized-explanation_create-any-document':\n '문서를 생성할 수 있는 권한이 없습니다.',\n /** The explanation when unable to create a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document':\n '이 문서를 생성할 수 있는 권한이 없습니다.',\n /** The explanation when unable to create a particular type of document */\n 'insufficient-permissions-message.not-authorized-explanation_create-document-type':\n '이 종류의 문서를 생성할 수 있는 권한이 없습니다.',\n /** The explanation when unable to create a new reference in a document */\n 'insufficient-permissions-message.not-authorized-explanation_create-new-reference':\n '새 참조를 생성할 권한이 없습니다.',\n /** The explanation when unable to delete a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_delete-document':\n '이 문서를 삭제할 수 있는 권한이 없습니다.',\n /** The explanation when unable to delete a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_delete-schedules':\n '일정을 삭제할 권한이 없습니다.',\n /** The explanation when unable to discard changes in a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_discard-changes':\n '이 문서의 변경 사항을 폐기할 수 있는 권한이 없습니다.',\n /** The explanation when unable to duplicate a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_duplicate-document':\n '이 문서를 복제할 수 있는 권한이 없습니다.',\n /** The explanation when unable to edit a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_edit-schedules':\n '일정을 편집할 권한이 없습니다.',\n /** The explanation when unable to execute a schedule on scheduled publishing */\n 'insufficient-permissions-message.not-authorized-explanation_execute-schedules':\n '일정을 실행할 권한이 없습니다.',\n /** The explanation when unable to publish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_publish-document':\n '이 문서를 게시할 수 있는 권한이 없습니다.',\n /** The explanation when unable to unpublish a particular document */\n 'insufficient-permissions-message.not-authorized-explanation_unpublish-document':\n '이 문서를 게시 취소할 수 있는 권한이 없습니다.',\n /** Appears after the not-authorized message. Lists the current roles. */\n 'insufficient-permissions-message.roles': '당신의 역할: <Roles/>',\n /** The title for the insufficient permissions message component */\n 'insufficient-permissions-message.title': '권한 부족',\n\n /** Unexpected error: `{{error}}` */\n 'member-field-error.unexpected-error': '예상치 못한 오류: {{error}}',\n\n /** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */\n 'network-check.slow-protocol-warning.description':\n '브라우저가 Sanity와 통신하기 위해 구식 HTTP 프로토콜을 사용하고 있습니다. 이로 인해 성능이 크게 저하될 수 있습니다.',\n /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */\n 'network-check.slow-protocol-warning.learn-more-button.text': '더 알아보기',\n /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */\n 'network-check.slow-protocol-warning.snooze-button.text': '이 세션에 다시 표시하지 않기',\n /** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */\n 'network-check.slow-protocol-warning.title': '브레이크를 걸고 있습니다',\n\n /** Button label for \"Create new document\" button */\n 'new-document.button': '새로 만들기',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are templates/types available for creation\n */\n 'new-document.create-new-document-label': '새 문서…',\n /** Placeholder for the \"filter\" input within the new document menu */\n 'new-document.filter-placeholder': '필터',\n /** Loading indicator text within the new document menu */\n 'new-document.loading': '로딩 중…',\n /** Accessibility label for the list displaying options in the new document menu */\n 'new-document.new-document-aria-label': '새 문서',\n /** Message for when there are no document type options in the new document menu */\n 'new-document.no-document-types-found': '문서 유형을 찾을 수 없습니다',\n /**\n * Tooltip message displayed when hovering/activating the \"Create new document\" action,\n * when there are no templates/types to create from\n */\n 'new-document.no-document-types-label': '문서 유형 없음',\n /** Message for when no results are found for a specific search query in the new document menu */\n 'new-document.no-results': '<strong>{{searchQuery}}</strong>에 대한 결과가 없습니다',\n /** Aria label for the button that opens the \"Create new document\" popover/dialog */\n 'new-document.open-dialog-aria-label': '새 문서 만들기',\n /** Title for \"Create new document\" dialog */\n 'new-document.title': '새 문서 만들기',\n\n /** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */\n 'package-version.new-package-available.reload-button': '새로 고침',\n /** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */\n 'package-version.new-package-available.title': 'Sanity Studio가 업데이트되었습니다',\n\n /** Label for action to invite members to the current studio project */\n 'presence.action.manage-members': '멤버 관리',\n /** Accessibility label for presence menu button */\n 'presence.aria-label': '여기 있는 사람',\n /** Message description for when no one else is currently present */\n 'presence.no-one-else-description':\n '프로젝트에 사람들을 초대하여 그들의 온라인 상태를 확인하세요.',\n /** Message title for when no one else is currently present */\n 'presence.no-one-else-title': '다른 사람이 없습니다',\n /** Message for when a user is not in a document (displayed in the global presence menu) */\n 'presence.not-in-a-document': '문서에 있지 않음',\n /** Tooltip content text for presence menu button */\n 'presence.tooltip-content': '누가 여기에 있나요',\n\n /** Fallback title shown when a preview does not provide a title */\n 'preview.default.title-fallback': '제목 없음',\n /** Fallback preview value for types that have \"no value\" (eg null, undefined) */\n 'preview.fallback.no-value': '(값 없음)',\n /** Alternative text for image being shown while image is being uploaded, in previews */\n 'preview.image.file-is-being-uploaded.alt-text': '현재 업로드 중인 이미지',\n\n /* Relative time, just now */\n 'relative-time.just-now': '방금',\n\n /** Action message to add document to new release */\n 'release.action.add-to-new-release': '릴리스에 추가',\n /** Action message to add document to release */\n 'release.action.add-to-release': '{{title}}에 추가',\n /** Tooltip message for document that is already added to release */\n 'release.action.already-exists-in-release': '문서가 이미 릴리스에 존재합니다',\n /** Action message for when document is already in release */\n 'release.action.already-in-release': '이미 릴리스 {{title}}에 포함됨',\n /** Action message for when you click to view all versions you can copy the current document to */\n 'release.action.copy-to': '버전을 복사하기',\n /** Action message for creating new releases */\n 'release.action.create-new': '새 릴리스',\n /** Description for toast when version creation failed */\n 'release.action.create-version.failure': '버전을 생성하지 못했습니다',\n /** Action message for deleting a scheduled publish */\n 'release.action.delete-schedule': '일정 삭제',\n /** Action message for when document is already in release */\n 'release.action.discard-version': '버전 버리기',\n /** Description for toast when version discarding failed */\n 'release.action.discard-version.failure': '버전 버리기에 실패했습니다',\n /** Action message for editing the schedule of a scheduled publish */\n 'release.action.edit-schedule': '일정 편집',\n /** Action message for when a new release is created off an existing version, draft or published document */\n 'release.action.new-release': '새 릴리스',\n 'release.action.new-release.limit-reached_other':\n '이 작업 공간은 {{count}}개의 릴리스로 제한됩니다',\n /** Tooltip message for not having permissions for creating new releases */\n 'release.action.permission.error': '이 작업을 수행할 권한이 없습니다',\n /** Action message for running a scheduled draft immediately */\n 'release.action.publish-now': '지금 게시',\n /** Error message description for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.failure.description':\n '다시 시도하거나 연결을 확인해 주세요. 문서는 여전히 출시 시 비공개로 설정됩니다.',\n /** Error message title for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.failure.title':\n '출시 시 비공개 설정을 되돌리지 못했습니다.',\n /** Action message description for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.success.description':\n '이제 이 버전을 편집할 수 있습니다.',\n /** Action message title for when a version is reverted from being unpublished */\n 'release.action.revert-unpublish-version.success.title':\n '출시 시 비공개 설정을 성공적으로 되돌렸습니다.',\n /** Action message for scheduling a paused draft */\n 'release.action.schedule-publish': '게시 예약',\n /** Error message for when a version is set to be unpublished */\n 'release.action.unpublish-version.failure': '릴리스에서 버전을 비공개로 설정하는 데 실패했습니다',\n /** Action message for when a version is set to be unpublished successfully */\n 'release.action.unpublish-version.success':\n '<strong>{{title}}</strong>을(를) 릴리스에서 비공개로 성공적으로 설정했습니다',\n /** Action message for when the view release is pressed */\n 'release.action.view-release': '릴리스 보기',\n /** Action message for when the view scheduled drafts is pressed */\n 'release.action.view-scheduled-drafts': '예약된 초안 보기',\n /** Label for banner when release is scheduled */\n 'release.banner.scheduled-for-publishing-on': '{{date}}에 출판 예정',\n 'release.chip.button.other-versions_other': '+{{count}} 버전',\n /** Label for Draft chip in document header */\n 'release.chip.draft': '초안',\n /** Label for Draft chip in global header */\n 'release.chip.global.drafts': '초안들',\n /** Label for Published chip in document header */\n 'release.chip.published': '게시됨',\n /** Label for tooltip in chip when document is in an archived release */\n 'release.chip.tooltip.archived': '이 릴리스는 보관되어 있으며 편집할 수 없습니다.',\n /** Label for tooltip in chip with the created date */\n 'release.chip.tooltip.created-date': '생성된 날짜 {{date}}',\n /** Label for tooltip in draft chip when it's a live edit document */\n 'release.chip.tooltip.draft-disabled.live-edit':\n '이 문서는 라이브 편집 모드에 있으며, 초안이 비활성화되었습니다',\n /** Label for tooltip in chip with the lasted edited date */\n 'release.chip.tooltip.edited-date': '편집된 날짜 {{date}}',\n /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */\n 'release.chip.tooltip.intended-for-date': '{{date}}에 대한 예정',\n /** Label for tooltip in chip when there is no recent draft edits */\n 'release.chip.tooltip.no-edits': '편집 없음',\n /** Label for tooltip in chip when document isn't published */\n 'release.chip.tooltip.not-published': '게시되지 않음',\n 'release.chip.tooltip.other-versions_other': '릴리스 외부의 추가 {{count}} 버전',\n /** Label for tooltip in chip with the published date */\n 'release.chip.tooltip.published-date': '게시된 날짜 {{date}}',\n /** Label for tooltip in chip when document is in a release that has been scheduled */\n 'release.chip.tooltip.scheduled-for-date': '{{date}}에 예정됨',\n /** Label for tooltip in scheduled chip without a known date */\n 'release.chip.tooltip.unknown-date': '알 수 없는 날짜',\n /** Label for tooltip on deleted release */\n 'release.deleted-tooltip': '이 릴리스는 삭제되었습니다',\n /** Title for copying version to a new release dialog */\n 'release.dialog.copy-to-release.title': '새 릴리스에 버전 복사',\n /** Title for action create a release */\n 'release.dialog.create.confirm': '릴리스 생성',\n /** Title for creating releases dialog */\n 'release.dialog.create.title': '릴리스 생성',\n /** Body text when deleting scheduled draft and draft is already up to date */\n 'release.dialog.delete-schedule-draft.body-already-current':\n '이 예약된 초안을 삭제하시겠습니까? 귀하의 초안은 이미 최신 상태입니다.',\n /** Body text when deleting scheduled draft and changes will be saved to draft */\n 'release.dialog.delete-schedule-draft.body-will-save-to-draft':\n '이 예약된 초안을 삭제하시겠습니까? 변경 사항은 초안에 저장됩니다.',\n /** Body text when deleting scheduled draft with checkbox shown for user choice */\n 'release.dialog.delete-schedule-draft.body-with-choice': '이 예약된 초안을 삭제하시겠습니까?',\n /** Confirm button text for deleting a scheduled draft */\n 'release.dialog.delete-schedule-draft.confirm': '예, 일정 삭제',\n /** Checkbox label for copying scheduled draft to draft before deletion */\n 'release.dialog.delete-schedule-draft.copy-checkbox':\n '예약된 변경 사항을 초안에 복사하여 보관합니다(권장)',\n /** Explanation text shown when scheduled draft has different changes than current draft */\n 'release.dialog.delete-schedule-draft.different-changes-explanation':\n '귀하의 예약된 초안은 현재 초안과 다른 변경 사항이 있습니다.',\n /** Header for the dialog confirming deletion of a scheduled draft */\n 'release.dialog.delete-schedule-draft.header': '예약된 초안 삭제',\n /** Body text for change schedule dialog */\n 'release.dialog.edit-schedule.body': '예약된 게시를 위한 새로운 날짜와 시간을 선택하세요.',\n /** Confirm button text for change schedule dialog */\n 'release.dialog.edit-schedule.confirm': '일정 업데이트',\n /** Header for change schedule dialog */\n 'release.dialog.edit-schedule.header': '일정 변경',\n /** Body text for the dialog confirming running a scheduled draft immediately */\n 'release.dialog.publish-scheduled-draft.body': '예약된 초안을 즉시 게시하시겠습니까?',\n /** Confirm button text for running a scheduled draft immediately */\n 'release.dialog.publish-scheduled-draft.confirm': '네, 지금 실행',\n /** Header for the dialog confirming running a scheduled draft immediately */\n 'release.dialog.publish-scheduled-draft.header': '초안 지금 게시',\n /** Label for description in tooltip to explain release types */\n 'release.dialog.tooltip.description':\n '이를 통해 여러 버전에서 작업할 때 문서가 충돌하는지 여부를 표시할 수 있습니다.',\n /** Label for noting that a release time is not final */\n 'release.dialog.tooltip.note':\n '참고: 릴리스 시간을 변경하고 나중에 예약된 게시를 위한 정확한 시간을 설정할 수 있습니다.',\n /** Title for tooltip to explain release time */\n 'release.dialog.tooltip.title': '릴리스의 대략적인 시간',\n /** The placeholder text when the release doesn't have a description */\n 'release.form.placeholder-describe-release': '릴리스를 설명하세요…',\n /** Tooltip for button to hide release visibility */\n 'release.layer.hide': '릴리스 숨기기',\n /** Label for the release menu */\n 'release.menu.label': '릴리스 메뉴',\n /** Menu item label for scheduled drafts */\n 'release.menu.scheduled-drafts': '예약된 초안 보기',\n /** Tooltip for the release menu */\n 'release.menu.tooltip': '작업',\n /** Menu item label for viewing content releases */\n 'release.menu.view-releases': '콘텐츠 릴리스 보기',\n /** Label for draft perspective in navbar */\n 'release.navbar.drafts': '초안',\n /** Label for published releases in navbar */\n 'release.navbar.published': '게시됨',\n /** Tooltip for releases navigation in navbar */\n 'release.navbar.tooltip': '릴리스',\n /** The placeholder text when the release doesn't have a title */\n 'release.placeholder-untitled-release': '제목 없는 릴리스',\n /** Description for warning that the published schedule time is in the past */\n 'release.schedule-dialog.publish-date-in-past-warning':\n '이 릴리스를 미래의 시간과 날짜로 예약하세요.',\n /** Label for date picker when scheduling a release */\n 'release.schedule-dialog.select-publish-date-label': '예약 날짜',\n /** The toast description that will be shown when the user has a release perspective which is now archived\n * @deprecated – no longer needed\n * */\n 'release.toast.archived-release.description': '이 릴리스는 고정 해제되었습니다',\n /** The toast title that will be shown when the user has a release perspective which is now archived\n * @deprecated – no longer needed\n * */\n 'release.toast.archived-release.title': \"'{{title}}' 릴리스가 보관되었습니다\",\n /** The toast title that will be shown the creating a release fails */\n 'release.toast.create-release-error.title': '릴리스 생성 실패',\n /** Error toast for deleting a scheduled draft */\n 'release.toast.delete-schedule-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong> 삭제에 실패했습니다: {{error}}',\n /** Success toast for deleting a scheduled draft */\n 'release.toast.delete-schedule-draft.success':\n '예약된 초안 문서 <strong>{{title}}</strong>가 삭제되었습니다.',\n /** The toast title that will be shown when the user has a release perspective which is now deleted\n * @deprecated – no longer needed\n * */\n 'release.toast.not-found-release.title': \"'{{title}}' 릴리스를 찾을 수 없습니다\",\n /** Error toast for pausing a scheduled draft */\n 'release.toast.pause-scheduled-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong>을(를) 일시 중지하는 데 실패했습니다: {{error}}',\n /** Error toast for running a scheduled publish immediately */\n 'release.toast.publish-scheduled-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong> 게시에 실패했습니다: {{error}}',\n /** Success toast for running a scheduled publish immediately */\n 'release.toast.publish-scheduled-draft.success':\n '예약된 초안 문서 <strong>{{title}}</strong>가 게시되었습니다.',\n /** The toast description that will be shown when the user has a release perspective which is now published\n * @deprecated – no longer needed\n **/\n 'release.toast.published-release.description': '이 릴리스는 고정 해제되었습니다',\n /** The toast title that will be shown when the user has a release perspective which is now deleted\n * @deprecated – no longer needed\n **/\n 'release.toast.published-release.title': \"'{{title}}' 릴리스가 게시되었습니다\",\n /** Error toast for rescheduling a draft */\n 'release.toast.reschedule-scheduled-draft.error':\n '예약된 초안 문서 <strong>{{title}}</strong>의 일정 변경에 실패했습니다: {{error}}',\n /** Success toast for rescheduling a draft */\n 'release.toast.reschedule-scheduled-draft.success':\n '예약된 초안 문서 <strong>{{title}}</strong>의 일정이 변경되었습니다.',\n /** Error toast for scheduling a paused draft */\n 'release.toast.schedule-publish.error': '초안 예약에 실패했습니다: {{error}}',\n /** Success toast for scheduling a paused draft */\n 'release.toast.schedule-publish.success': '일정에 따른 초안이 성공적으로 예약되었습니다',\n /** The toast title that will be shown when the user has a scheduled draft perspective which is now published\n * @deprecated – no longer needed\n * */\n 'release.toast.scheduled-draft-published.title': '예약된 초안이 발행되었습니다',\n /** Label for when a version of a document has already been added to the release */\n 'release.tooltip.already-added': '이 문서의 버전이 이미 추가되었습니다',\n /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */\n 'release.tooltip.locked': '이 릴리스는 예약되었습니다. 문서를 추가하려면 예약을 취소하세요.',\n /** Label for the release type 'as soon as possible' */\n 'release.type.asap': '가능한 한 빨리',\n /** Label for the release type 'at time', meaning it's a release with a scheduled date */\n 'release.type.scheduled': '예약된 시간',\n /** Label for the release type 'undecided' */\n 'release.type.undecided': '미정',\n /** Tooltip for the dropdown to show all versions of document */\n 'release.version-list.tooltip': '모든 문서 버전 보기',\n\n /** Button text for contacting support in the releases misconfiguration dialog */\n 'releases.upsell.misconfiguration.contact-support': '지원팀에 문의하기',\n /** Header for the releases misconfiguration dialog */\n 'releases.upsell.misconfiguration.header': '콘텐츠 릴리스 구성 문제',\n /** Message shown in the releases misconfiguration dialog */\n 'releases.upsell.misconfiguration.message':\n '귀하의 프로젝트에 콘텐츠 릴리스가 활성화되어 있지만, 릴리스 제한에 구성 문제가 있는 것으로 보입니다. 콘텐츠 릴리스가 올바르게 구성되도록 지원팀에 문의해 주세요.',\n\n /** Confirm button text for the schedule publish dialog */\n 'schedule-publish-dialog.confirm': '예약',\n /** Description for the schedule publish dialog */\n 'schedule-publish-dialog.description': '이 문서를 언제 게시할지 선택하세요.',\n /** Header for the schedule publish dialog */\n 'schedule-publish-dialog.header': '게시를 위한 초안 일정 예약',\n\n /** Title for a scheduled draft release */\n 'scheduled-drafts.release.title': '예약된 게시',\n\n /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */\n 'search.action-open-aria-label': '검색 열기',\n /** Action label for adding a search filter */\n 'search.action.add-filter': '필터 추가하기',\n /** Action label for clearing search filters */\n 'search.action.clear-filters': '필터 지우기',\n /** Label for action to clear recent searches */\n 'search.action.clear-recent-searches': '최근 검색 기록 지우기',\n /** Accessibility label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-aria-label': '선택된 필터 지우기',\n /** Label for action to clear all currently applied document type filters */\n 'search.action.clear-type-filters-label': '지우기',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */\n 'search.action.close-search-aria-label': '검색 닫기',\n /** Accessibility label for filtering by document type */\n 'search.action.filter-by-document-type-aria-label': '문서 유형별로 필터하기',\n /** Accessibility action label for removing an already applied search filter */\n 'search.action.remove-filter-aria-label': '필터 제거하기',\n /**\n * Text displayed when either no document type(s) have been selected, or we need a fallback,\n * eg \"Search for all types\".\n */\n 'search.action.search-all-types': '모든 문서 유형 검색',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, and can fit within the space assigned by the design.\n */\n 'search.action.search-specific-types': '{{types, list}} 검색',\n /**\n * Text displayed when we are able to determine one or more document types that will be used for\n * searching, but cannot list them all within the space assigned by the design, so we need an\n * additional \"and X more\" suffix. Allows using pluralization suffixes, eg `_one`, `_other` etc.\n */\n 'search.action.search-specific-types-truncated': '{{types, list}} 와(과) {{count}}개 더 검색',\n /** Dialog title for action to select an asset of unknown type */\n 'search.action.select-asset': '자산 선택',\n /** Dialog title for action to select a file asset */\n 'search.action.select-asset_file': '파일 자산 선택',\n /** Dialog title for action to select an image asset */\n 'search.action.select-asset_image': '이미지 자산 선택',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-aria-label_hide': '필터 숨기기',\n /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-aria-label_show': '필터 보이기',\n /** Label for when the search is full screen (on narrow screens) and you want to hide filters */\n 'search.action.toggle-filters-label_hide': '필터 숨기기',\n /** Label for when the search is full screen (on narrow screens) and you want to show filters */\n 'search.action.toggle-filters-label_show': '필터 보기',\n /** Tooltip text for the global search button */\n 'search.button.tooltip': '검색',\n /**\n * A list of provided types (use `list` formatter preferably).\n */\n 'search.document-type-list': '{{types, list}}',\n /**\n * In the context of a list of document types - no filtering selection has been done,\n * thus the default is \"all types\".\n */\n 'search.document-type-list-all-types': '모든 유형',\n /**\n * A list of provided types that has been truncated - more types are included but not displayed,\n * thus we need to indicate that there are more. Allows using pluralization suffixes,\n * eg `_one`, `_other` etc.\n */\n 'search.document-type-list-truncated': '{{types, list}} 와(과) {{count}}개 더',\n /** Accessibility label for list displaying the available document types */\n 'search.document-types-aria-label': '문서 유형들',\n /** Label for when no document types matching the filter are found */\n 'search.document-types-no-matches-found': '{{filter}}에 대한 일치하는 문서 유형이 없습니다',\n /** Description for error when a filter cannot be displayed, describes that you should check the schema */\n 'search.error.display-filter-description':\n '스키마에 정의된 옵션이 유효하지 않을 수 있음을 나타냅니다.',\n /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */\n 'search.error.display-filter-title': '이 필터를 표시하는 동안 오류가 발생했습니다.',\n /** Description for error when no valid asset source is found, describes that you should check the the current studio config */\n 'search.error.no-valid-asset-source-check-config-description':\n '스튜디오 구성 파일에서 활성화되어 있는지 확인하세요.',\n /** Description for error when no valid asset source is found, describes that only the default asset is supported */\n 'search.error.no-valid-asset-source-only-default-description':\n '현재 기본 자산 소스만 지원됩니다.',\n /** Title for error when no valid asset sources found */\n 'search.error.no-valid-asset-source-title': '유효한 자산 소스를 찾을 수 없습니다.',\n /** Helpful description for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-help-description': '다시 시도하거나 연결을 확인해주세요',\n /** Title label for when search returned an error that we are not able to describe in detail */\n 'search.error.unspecified-error-title': '검색 중에 문제가 발생했습니다',\n /**\n * Label for \"All fields\", a label that appears above the list of available fields when filtering.\n * If one or more document type has been chosen as filter, this label is replaced with a group of\n * fields per selected document type\n */\n 'search.filter-all-fields-header': '모든 필드',\n /** Label for the action of changing from one file to a different file in asset search filter */\n 'search.filter-asset-change_file': '파일 변경',\n /** Label for the action of changing from one image to a different image in asset search filter */\n 'search.filter-asset-change_image': '이미지 변경',\n /** Label for the action of clearing the currently selected asset in an image/file filter */\n 'search.filter-asset-clear': '지우기',\n /** Label for the action of selecting a file in asset search filter */\n 'search.filter-asset-select_file': '파일 선택',\n /** Label for the action of selecting an image in asset search filter */\n 'search.filter-asset-select_image': '이미지 선택',\n /** Label for boolean filter - false */\n 'search.filter-boolean-false': '거짓',\n /** Label for boolean filter - true */\n 'search.filter-boolean-true': '참',\n /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */\n 'search.filter-by-title-aria-label': '제목별로 필터하기',\n /** Accessibility label for date filter input */\n 'search.filter-date-aria-label': '날짜',\n /** Accessibility label for selecting end date on the date range search filter */\n 'search.filter-date-range-end-date-aria-label': '종료 날짜',\n /** Accessibility label for selecting start date on the date range search filter */\n 'search.filter-date-range-start-date-aria-label': '시작 날짜',\n /**\n * Label for \"Days\"/\"Months\"/\"Years\" when selecting it as unit in \"X days ago\" search filter.\n * Capitalized, as it would be listed in a dropdown.\n */\n 'search.filter-date-unit_days': '일',\n 'search.filter-date-unit_months': '월',\n 'search.filter-date-unit_years': '년',\n /** Accessibility label for selecting the unit (day/month/year) when adding \"X days ago\" search filter */\n 'search.filter-date-unit-aria-label': '단위 선택',\n /** Accessibility label for the input value (days/months/years) when adding \"X days ago\" search filter */\n 'search.filter-date-value-aria-label': '단위 값',\n /** Label for \"field description\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-description': '필드 설명',\n /** Label for \"field name\" shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-name': '필드 이름',\n /** Label for \"Used in document types\", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */\n 'search.filter-field-tooltip-used-in-document-types': '문서 유형에서 사용됨',\n /** Label for when no fields/filters are found for the given term */\n 'search.filter-no-matches-found': '{{filter}}에 대한 일치하는 항목이 없습니다',\n /** Placeholder value for maximum numeric value filter */\n 'search.filter-number-max-value-placeholder': '최대값',\n /** Placeholder value for minimum numeric value filter */\n 'search.filter-number-min-value-placeholder': '최소값',\n /** Placeholder value for the number filter */\n 'search.filter-number-value-placeholder': '값',\n /** Placeholder for the \"Filter\" input, when narrowing possible fields/filters */\n 'search.filter-placeholder': '필터',\n /** Label for the action of clearing the currently selected document in a reference filter */\n 'search.filter-reference-clear': '지우기',\n /**\n * Label for \"shared fields\", a label that appears above a list of fields that all filtered types\n * have in common, when adding a new filter. For instance, if \"book\" and \"employee\" both have a\n * \"title\" field, this field would be listed under \"shared fields\".\n * */\n 'search.filter-shared-fields-header': '공유 필드',\n /** Placeholder value for the string filter */\n 'search.filter-string-value-placeholder': '값',\n /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */\n 'search.filter-string-value-select-predefined-value': '선택…',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (singular) */\n 'search.filters-aria-label_one': '필터',\n /** Accessibility label for the \"Filters\" list, that is shown when using \"Add filter\" in search (plural) */\n 'search.filters-aria-label_other': '필터들',\n /** Label for instructions on how to use the search - displayed when no recent searches are available */\n 'search.instructions': '<ControlsIcon/>을 사용하여 검색을 세분화하세요',\n /** Helpful description for when no search results are found */\n 'search.no-results-help-description': '다른 키워드를 시도하거나 필터를 조정해보세요',\n /** Title label for when no search results are found */\n 'search.no-results-title': '검색 결과가 없습니다',\n /**\n * Individual search operators.\n *\n * The `name` variant is the form we use when the user is building a query, and selecting from a\n * list of available operators for a field. Keep in mind that since the user knows what the field\n * represents, we do not need to contextualize too much, and that the user may not be a developer\n * eg prefer \"quantity is\" over \"array has length\". Additionally, (if applicable in language) use\n * lowercased names.\n *\n * The `description` variant is the form shown once the filter has enough information to apply,\n * and is shown in the list of applied filters. It is passed components that _should_ be used to\n * compose the filter string, and to format them correctly:\n *\n * `<Field/>` - eg \"Bird species\", \"Category\", \"Date of birth\"\n * `<Operator>operator text</Operator>` - eg \"has ≤\", \"includes\", \"is\"\n * `<Value>{{value}}</Value>` - eg \"Hawk\", \"Sparrow\", \"Eagle\"\n *\n * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using\n * suffixes such as `_zero`, `_one`, `_other` etc.\n *\n * Prefer (reasonable) brevity since many filters may be applied. For instance:\n * `<Field/> has ≤ <Value/>` may be better than\n * `<Field/> has less than or equal to <Value/>`\n **/\n /* Array should have a count the given filter value */\n 'search.operator.array-count-equal.description_one':\n '<Field/> <Operator>는</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-equal.description_other':\n '<Field/> <Operator>는</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-equal.name': '수량이',\n /* Array should have a count greater than given filter value */\n 'search.operator.array-count-gt.description_one':\n '<Field/> <Operator>는 ></Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-gt.description_other':\n '<Field/> <Operator>는 ></Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-gt.name': '수량이 더 많음',\n /* Array should have a count greater than or equal to the given filter value */\n 'search.operator.array-count-gte.description_one':\n '<Field/> <Operator>는 ≥</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-gte.description_other':\n '<Field/> <Operator>는 ≥</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-gte.name': '수량이 더 많거나 같음',\n /* Array should have a count less than given filter value */\n 'search.operator.array-count-lt.description_one':\n '<Field/> <Operator>는 <</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-lt.description_other':\n '<Field/> <Operator>는 <</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-lt.name': '수량이 더 적음',\n /* Array should have a count less than or equal to the given filter value */\n 'search.operator.array-count-lte.description_one':\n '<Field/> <Operator>는 ≤</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-lte.description_other':\n '<Field/> <Operator>는 ≤</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-lte.name': '수량이 더 적거나 같음',\n /* Array should have a count that is not equal to the given filter value */\n 'search.operator.array-count-not-equal.description_one':\n '<Field/> <Operator>는 가지고 있지 않음</Operator> <Value>{{count}}개 항목</Value>',\n 'search.operator.array-count-not-equal.description_other':\n '<Field/> <Operator>는 가지고 있지 않음</Operator> <Value>{{count}}개 항목들</Value>',\n 'search.operator.array-count-not-equal.name': '수량이 아님',\n /**\n * Array should have a count within the range of given filter values.\n * Gets passed `{{from}}` and `{{to}}` values.\n **/\n 'search.operator.array-count-range.description':\n '<Field/> <Operator>는 사이에 있음</Operator> <Value>{{from}} → {{to}}개 항목들</Value>',\n 'search.operator.array-count-range.name': '수량이 사이에 있음',\n /* Array should include the given value */\n 'search.operator.array-list-includes.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-includes.name': '포함함',\n /* Array should not include the given value */\n 'search.operator.array-list-not-includes.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-list-not-includes.name': '포함하지 않음',\n /* Array should include the given reference */\n 'search.operator.array-reference-includes.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-includes.name': '포함함',\n /* Array should not include the given reference */\n 'search.operator.array-reference-not-includes.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.array-reference-not-includes.name': '포함하지 않음',\n /* Asset (file) should be the selected asset */\n 'search.operator.asset-file-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-equal.name': '임',\n /* Asset (file) should not be the selected asset */\n 'search.operator.asset-file-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-file-not-equal.name': '아님',\n /* Asset (image) should be the selected asset */\n 'search.operator.asset-image-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-equal.name': '임',\n /* Asset (image) should not be the selected asset */\n 'search.operator.asset-image-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.asset-image-not-equal.name': '아님',\n /**\n * Boolean value should be the given filter value (true/false).\n * Context passed is `true` and `false`, allowing for more specific translations:\n * - `search.operator.boolean-equal.description_true`\n * - `search.operator.boolean-equal.description_false`\n */\n 'search.operator.boolean-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.boolean-equal.name': '임',\n /* Date should be after (later than) given filter value */\n 'search.operator.date-after.description':\n '<Field/> <Operator>는 이후임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-after.name': '이후',\n /* Date should be before (earlier than) given filter value */\n 'search.operator.date-before.description':\n '<Field/> <Operator>는 이전임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-before.name': '이전',\n /* Date should be the given filter value */\n 'search.operator.date-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-equal.name': '임',\n /* Date should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-last.description':\n '<Field/> <Operator>는 마지막에 있음</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-last.name': '마지막',\n /* Date should not be the given filter value */\n 'search.operator.date-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-not-equal.name': '아님',\n /* Date should be within the range of given filter values */\n 'search.operator.date-range.description': '<Field/> <Operator>사이에 있음</Operator> <Value/>',\n 'search.operator.date-range.name': '사이에 있음',\n /* Date and time should be after (later than) given filter value */\n 'search.operator.date-time-after.description':\n '<Field/> <Operator>는 이후임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-after.name': '이후',\n /* Date and time should be before (earlier than) given filter value */\n 'search.operator.date-time-before.description':\n '<Field/> <Operator>는 이전임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-before.name': '이전',\n /* Date and time should be the given filter value */\n 'search.operator.date-time-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-equal.name': '임',\n /* Date and time should be within the given filter value range (eg \"within the last X days\") */\n 'search.operator.date-time-last.description':\n '<Field/> <Operator>는 마지막에 있음</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-last.name': '마지막',\n /* Date and time should not be the given filter value */\n 'search.operator.date-time-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.date-time-not-equal.name': '아님',\n /* Date and time should be within the range of given filter values */\n 'search.operator.date-time-range.description':\n '<Field/> <Operator>사이에 있음</Operator> <Value/>',\n 'search.operator.date-time-range.name': '사이에 있음',\n /* Value should be defined */\n 'search.operator.defined.description':\n '<Field/> <Operator>임</Operator> <Value>비어 있지 않음</Value>',\n 'search.operator.defined.name': '비어 있지 않음',\n /* Value should not be defined */\n 'search.operator.not-defined.description':\n '<Field/> <Operator>임</Operator> <Value>비어 있음</Value>',\n 'search.operator.not-defined.name': '비어 있음',\n /* Number should be the given filter value */\n 'search.operator.number-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-equal.name': '임',\n /* Number should be greater than given filter value */\n 'search.operator.number-gt.description':\n '<Field/> <Operator>></Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gt.name': '더 큼',\n /* Number should be greater than or the given filter value */\n 'search.operator.number-gte.description':\n '<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-gte.name': '더 크거나 같음',\n /* Number should be less than given filter value */\n 'search.operator.number-lt.description':\n '<Field/> <Operator><</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lt.name': '더 작음',\n /* Number should be less than or the given filter value */\n 'search.operator.number-lte.description':\n '<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-lte.name': '더 작거나 같음',\n /* Number should not be the given filter value */\n 'search.operator.number-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.number-not-equal.name': '아님',\n /* Number should be within the range of given filter values */\n 'search.operator.number-range.description':\n '<Field/> <Operator>사이에 있음</Operator> <Value>{{from}} → {{to}}</Value>',\n 'search.operator.number-range.name': '사이에 있음',\n /* Portable Text should contain the given filter value */\n 'search.operator.portable-text-contains.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-contains.name': '포함함',\n /* Portable Text should be the given filter value */\n 'search.operator.portable-text-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-equal.name': '임',\n /* Portable Text should not contain the given filter value */\n 'search.operator.portable-text-not-contains.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-contains.name': '포함하지 않음',\n /* Portable Text should not be the given filter value */\n 'search.operator.portable-text-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.portable-text-not-equal.name': '아님',\n /* References the given asset (file) */\n 'search.operator.reference-asset-file.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-file.name': '파일',\n /* References the given asset (image) */\n 'search.operator.reference-asset-image.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-asset-image.name': '이미지',\n /* References the given document */\n 'search.operator.reference-document.description':\n '<Field/> <Operator>→</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-document.name': '문서',\n /* Reference should be the given document */\n 'search.operator.reference-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-equal.name': '임',\n /* Reference should not be the given document */\n 'search.operator.reference-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.reference-not-equal.name': '아님',\n /* Slug contains the given value */\n 'search.operator.slug-contains.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-contains.name': '포함함',\n /* Slug equals the given filter value */\n 'search.operator.slug-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-equal.name': '임',\n /* Slug does not contain the given value */\n 'search.operator.slug-not-contains.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-contains.name': '포함하지 않음',\n /* Slug does not equal the given filter value */\n 'search.operator.slug-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.slug-not-equal.name': '아님',\n /* String contains the given filter value */\n 'search.operator.string-contains.description':\n '<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-contains.name': '포함함',\n /* String equals the given filter value */\n 'search.operator.string-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-equal.name': '임',\n /* String equals one of the predefined allowed values */\n 'search.operator.string-list-equal.description':\n '<Field/> <Operator>임</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-equal.name': '임',\n /* String does not equal one of the predefined allowed values */\n 'search.operator.string-list-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-list-not-equal.name': '아님',\n /* String does not contain the given filter value */\n 'search.operator.string-not-contains.description':\n '<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-contains.name': '포함하지 않음',\n /* String does not equal the given filter value */\n 'search.operator.string-not-equal.description':\n '<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>',\n 'search.operator.string-not-equal.name': '아님',\n /** Label for the \"Best match\" search ordering type */\n 'search.ordering.best-match-label': '최적 일치',\n /** Label for the \"Created: Oldest first\" search ordering type */\n 'search.ordering.created-ascending-label': '생성됨: 오래된 순',\n /** Label for the \"Created: Newest first\" search ordering type */\n 'search.ordering.created-descending-label': '생성됨: 최신 순',\n /** Label for the \"Updated: Oldest first\" search ordering type */\n 'search.ordering.updated-ascending-label': '업데이트됨: 오래된 순',\n /** Label for the \"Updated: Newest first\" search ordering type */\n 'search.ordering.updated-descending-label': '업데이트됨: 최신 순',\n /** Placeholder text for the global search input field */\n 'search.placeholder': '검색',\n /** Accessibility label for the recent searches section, shown when no valid search terms has been given */\n 'search.recent-searches-aria-label': '최근 검색',\n /** Label/heading shown for the recent searches section */\n 'search.recent-searches-label': '최근 검색',\n /** Accessibility label for the search results section, shown when the user has typed valid terms */\n 'search.search-results-aria-label': '검색 결과',\n\n /** Label for the edit columns button to change field visibility in sheet list */\n 'sheet-list.edit-columns': '열 편집',\n /** Label for the header menu option to hide a field from the sheet list */\n 'sheet-list.hide-field': '테이블에서 제거',\n /** Label for reset column visibilities button */\n 'sheet-list.reset-columns': '열 재설정',\n /** Title for the edit columns menu */\n 'sheet-list.select-fields': '최대 5개의 필드 유형 선택',\n\n /** Accessibility label for the navbar status button */\n 'status-button.aria-label': '구성 상태',\n\n /* Time zone handling */\n 'time-zone.action.search-for-timezone-placeholder': '도시 또는 시간대를 검색',\n /* Label for the local time zone button */\n 'time-zone.action.select-local-time-zone': '현지 시간대 선택',\n /* Dialog info for the time zone dialog */\n 'time-zone.dialog-info.content-releases':\n '선택된 시간대는 콘텐츠 릴리스에서 날짜 표시 방식을 변경합니다.',\n /* Dialog info for the time zone dialog */\n 'time-zone.dialog-info.input':\n '선택된 시간대는 이 문서의 이 입력란에 대한 날짜 표시 방식만 변경합니다.',\n /* Dialog info for the time zone dialog */\n 'time-zone.dialog-info.scheduled-publishing':\n '선택된 시간대는 일정에 표시되는 날짜를 변경합니다.',\n /* Label for the local time zone button */\n 'time-zone.local-time': '현지 시간',\n /* Label for the time zone button */\n 'time-zone.time-zone': '시간대',\n /* Tooltip content for the time zone dialog */\n 'time-zone.time-zone-tooltip-content-releases': '{{alternativeName}} GMT{{offset}}에 릴리스 표시',\n /* Tooltip content for the time zone dialog */\n 'time-zone.time-zone-tooltip-input':\n '{{alternativeName}} GMT{{offset}}에 <em>{{title}}</em> 표시',\n /* Tooltip content for the time zone dialog */\n 'time-zone.time-zone-tooltip-scheduled-publishing':\n '{{alternativeName}} GMT{{offset}}에 일정 표시',\n\n /** Title for the changes tooltip in the history inspector*/\n 'timeline.changes.title': '변경 사항',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-description':\n '문서 기록 트랜잭션은 영향을 받지 않았습니다.',\n /** Title for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-title':\n '문서 변경 사항을 검색하는 동안 오류가 발생했습니다.',\n /** Description for error when the timeline for the given document can't be loaded */\n 'timeline.error.load-document-changes-version-description':\n '문서 기록을 보려면 스튜디오 설정을 통해 이벤트 API를 활성화하세요.',\n /** Title for error when the timeline for the given version document can't be loaded */\n 'timeline.error.load-document-changes-version-title':\n '버전 문서의 기록은 이벤트 API를 통해서만 사용할 수 있습니다.',\n /** Error description for when the document doesn't have history */\n 'timeline.error.no-document-history-description':\n '문서 내용을 변경하면, 이 메뉴에 문서 버전이 표시됩니다.',\n /** Error title for when the document doesn't have history */\n 'timeline.error.no-document-history-title': '문서 기록 없음',\n /** Error prompt when revision cannot be loaded */\n 'timeline.error.unable-to-load-revision': '리비전을 불러올 수 없습니다',\n /** Label for when the timeline item is the latest in the history */\n 'timeline.latest': '최신',\n /** Label for latest revision for timeline menu dropdown */\n 'timeline.latest-revision': '최신 수정본',\n /**\n * Label for latest revision for timeline menu dropdown\n * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_\n * */\n 'timeline.latest-version': '최신 버전',\n /** The aria-label for the list of revisions in the timeline */\n 'timeline.list.aria-label': '문서 개정 목록',\n /** Label for loading history */\n 'timeline.loading-history': '기록 로딩 중…',\n /* Label for when no previous since events are available*/\n 'timeline.no-previous-events': '이전 이벤트 없음',\n /** Label shown in review changes timeline when a document has been created */\n 'timeline.operation.created': '생성됨',\n /** Label shown in review changes timeline when a document has been created, with a timestamp */\n 'timeline.operation.created_timestamp': '생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was initially created */\n 'timeline.operation.created-initial': '최초 생성됨',\n /** Label shown in review changes timeline when a document was initially created, with a timestamp */\n 'timeline.operation.created-initial_timestamp': '최초 생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been deleted */\n 'timeline.operation.deleted': '삭제됨',\n /** Label shown in review changes timeline when a document has been deleted, with a timestamp */\n 'timeline.operation.deleted_timestamp': '삭제됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft document has been created*/\n 'timeline.operation.draft-created': '초안 생성됨',\n /** Label shown in review changes timeline when a draft document has been created, with a timestamp */\n 'timeline.operation.draft-created_timestamp': '초안 생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been discarded */\n 'timeline.operation.draft-discarded': '초안 폐기됨',\n /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */\n 'timeline.operation.draft-discarded_timestamp': '초안 폐기됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a draft has been edited */\n 'timeline.operation.edited-draft': '편집됨',\n /** Label shown in review changes timeline when a draft has been edited, with a timestamp */\n 'timeline.operation.edited-draft_timestamp': '편집됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document has been edited live */\n 'timeline.operation.edited-live': '실시간 편집됨',\n /** Label shown in review changes timeline when a document has been edited live, with a timestamp */\n 'timeline.operation.edited-live_timestamp': '실시간 편집됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline event when transactions have been deleted by retention policy */\n 'timeline.operation.history-cleared': '보존 정책에 의해 삭제됨',\n /** Label shown in review changes timeline when a document was published */\n 'timeline.operation.published': '게시됨',\n /** Label shown in review changes timeline when a document was published, with a timestamp */\n 'timeline.operation.published_timestamp': '게시됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document was unpublished */\n 'timeline.operation.unpublished': '게시 취소됨',\n /** Label shown in review changes timeline when a document was unpublished, with a timestamp */\n 'timeline.operation.unpublished_timestamp': '게시 취소됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document version has been created */\n 'timeline.operation.version-created': '버전 생성됨',\n /** Label shown in review changes timeline when a document version has been created, with a timestamp */\n 'timeline.operation.version-created_timestamp': '버전 생성됨: {{timestamp, datetime}}',\n /** Label shown in review changes timeline when a document version has been discarded */\n 'timeline.operation.version-discarded': '버전 폐기됨',\n /** Label shown in review changes timeline when a document version has been discarded, with a timestamp */\n 'timeline.operation.version-discarded_timestamp': '버전 폐기됨: {{timestamp, datetime}}',\n /**\n * Label for determining since which version the changes for timeline menu dropdown are showing.\n * Receives the time label as a parameter (`timestamp`).\n */\n 'timeline.since': '시작 시간: {{timestamp, datetime}}',\n /** Label for missing change version for timeline menu dropdown are showing */\n 'timeline.since-version-missing': '시작 시간: 알 수 없는 버전',\n\n /** Aria label for the action buttons in the PTE toolbar */\n 'toolbar.portable-text.action-button-aria-label': '{{action}}',\n\n /** Accessibility label for the breadcrumb menu */\n 'tree-editing-dialog.breadcrumbs.menu': '브레드크럼 메뉴',\n /** Title placeholder for search input in array of objects */\n 'tree-editing-dialog.search-placeholder': '검색',\n /** Menu aria label for the search menu */\n 'tree-editing-dialog.search.menu-label': '검색 메뉴',\n /** Title label for when no search results are found on the tree of objects */\n 'tree-editing-dialog.search.no-results-title': '결과를 찾을 수 없음',\n /** Label to close the sidebar */\n 'tree-editing-dialog.sidebar.action.close': '사이드바 닫기',\n /** Collapse label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.collapse': '접기',\n /** Label to close the dialog */\n 'tree-editing-dialog.sidebar.action.done': '완료',\n /** Exapnd label the menu item in the sidebar */\n 'tree-editing-dialog.sidebar.action.expand': '펼치기',\n /** Label to open the sidebar */\n 'tree-editing-dialog.sidebar.action.open': '사이드바 열기',\n\n 'user-menu.action.free-trial_other': '시험 사용 기간이 {{count}}일 남았습니다',\n /** Label for the button showed after trial ended */\n 'user-menu.action.free-trial-finished': '무료에서 업그레이드',\n /** Label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members': '멤버 초대',\n /** Accessibility label for action to invite members to the current sanity project */\n 'user-menu.action.invite-members-aria-label': '멤버 초대',\n /** Label for action to manage the current sanity project */\n 'user-menu.action.manage-project': '프로젝트 관리',\n /** Accessibility label for the action to manage the current project */\n 'user-menu.action.manage-project-aria-label': '프로젝트 관리',\n /** Tooltip helper text when portable text annotation is disabled for empty block*/\n 'user-menu.action.portable-text.annotation-disabled_empty-block':\n '빈 블록에 {{name}}을 적용할 수 없습니다',\n /** Tooltip helper text when portable text annotation is disabled for multiple blocks */\n 'user-menu.action.portable-text.annotation-disabled_multiple-blocks':\n '여러 블록에 {{name}}을 적용할 수 없습니다',\n /** Label for action to sign out of the current sanity project */\n 'user-menu.action.sign-out': '로그아웃',\n /** Title for appearance section for the current studio (dark / light / system scheme) */\n 'user-menu.appearance-title': '외관',\n /** Label for close menu button for user menu */\n 'user-menu.close-menu': '메뉴 닫기',\n /** Description for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-description': '다크 외관 사용',\n /** Title for using the \"dark theme\" in the appearance user menu */\n 'user-menu.color-scheme.dark-title': '다크',\n /** Description for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-description': '라이트 모양 사용하기',\n /** Title for using the \"light theme\" in the appearance user menu */\n 'user-menu.color-scheme.light-title': '라이트',\n /** Description for using \"system apparence\" in the appearance user menu */\n 'user-menu.color-scheme.system-description': '시스템 외관 사용',\n /** Title for using system apparence in the appearance user menu */\n 'user-menu.color-scheme.system-title': '시스템',\n /** Title for locale section for the current studio */\n 'user-menu.locale-title': '언어',\n /** Label for tooltip to show which provider the currently logged in user is using */\n 'user-menu.login-provider': '{{providerTitle}}로 로그인됨',\n /** Label for open menu button for user menu */\n 'user-menu.open-menu': '메뉴 열기',\n\n /** Label for other users' agent bundle versions */\n 'version.agent-bundle.agent-changes': '에이전트 변경 사항',\n /** Label for the current user's agent bundle versions */\n 'version.agent-bundle.proposed-changes': '제안된 변경 사항',\n\n /**\n * Label for action to add a workspace (currently a developer-oriented action, as this will\n * lead to the documentation on workspace configuration)\n */\n 'workspaces.action.add-workspace': '워크스페이스 추가',\n /**\n * Label for action to choose a different workspace, in the case where you are not logged in,\n * have selected a workspace, and are faced with the authentication options for the selected\n * workspace. In other words, label for the action shown when you have reconsidered which\n * workspace to authenticate in.\n */\n 'workspaces.action.choose-another-workspace': '다른 워크스페이스 선택',\n /** Label for title to switch workspace before workspaces are listed */\n 'workspaces.action.switch-workspace': '작업 공간 전환',\n /** Label for heading that indicates that you can choose your workspace */\n 'workspaces.choose-your-workspace-label': '워크스페이스를 선택하세요',\n /** Label for the workspace menu */\n 'workspaces.select-workspace-aria-label': '워크스페이스 선택',\n /** Button label for opening the workspace switcher */\n 'workspaces.select-workspace-label': '워크스페이스 선택',\n /** Tooltip for the workspace menu */\n 'workspaces.select-workspace-tooltip': '작업 공간 선택',\n /** Title for Workplaces dropdown menu */\n 'workspaces.title': '워크스페이스',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}