@sanity/locale-ko-kr 0.0.0
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.
- package/LICENSE +21 -0
- package/README.md +44 -0
- package/dist/_chunks/structure-BEplvPEa.js +1 -0
- package/dist/_chunks/structure-BEplvPEa.js.map +1 -0
- package/dist/_chunks/structure-m9l7bLlU.cjs +1 -0
- package/dist/_chunks/structure-m9l7bLlU.cjs.map +1 -0
- package/dist/_chunks/studio-4Z9Ye2sf.js +1 -0
- package/dist/_chunks/studio-4Z9Ye2sf.js.map +1 -0
- package/dist/_chunks/studio-uJeSU8Ma.cjs +1 -0
- package/dist/_chunks/studio-uJeSU8Ma.cjs.map +1 -0
- package/dist/_chunks/validation-dSs0nRf4.cjs +1 -0
- package/dist/_chunks/validation-dSs0nRf4.cjs.map +1 -0
- package/dist/_chunks/validation-xxaIGq5d.js +1 -0
- package/dist/_chunks/validation-xxaIGq5d.js.map +1 -0
- package/dist/_chunks/vision-CKh0QBHU.cjs +1 -0
- package/dist/_chunks/vision-CKh0QBHU.cjs.map +1 -0
- package/dist/_chunks/vision-oZCaLKEQ.js +1 -0
- package/dist/_chunks/vision-oZCaLKEQ.js.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +55 -0
- package/src/index.ts +44 -0
- package/src/structure.ts +378 -0
- package/src/studio.ts +1580 -0
- package/src/validation.ts +99 -0
- package/src/vision.ts +69 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"studio-4Z9Ye2sf.js","sources":["../../src/studio.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\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 /** 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 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 'asset-source.dialog.no-assets_file': '파일 없음',\n /** Text shown when selecting an image but there's no images to select from */\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 '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 /** 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 hour */\n 'calendar.action.select-hour': '시간 선택',\n /** Action message for selecting the minute */\n 'calendar.action.select-minute': '분 선택',\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 /** 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 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 /** 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 /** 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 /** Title for the Review Changes pane */\n 'changes.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 /** 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 /** Fallback title shown above field if it has no defined title */\n 'form.field.untitled-field-label': '제목 없음',\n /** Fallback title shown above fieldset if it has no defined title */\n 'form.field.untitled-fieldset-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 /**\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 /** 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\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 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 /** 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 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 /** 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 /** 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 /** 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 /** 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 /** 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 /** Loading image… */\n 'inputs.imagetool.loading': '이미지 로딩 중…',\n /** Hotspot & Crop */\n 'inputs.imagetool.title': '핫스팟 & 크롭',\n /** Convert to <code>`{{targetType}}`</code> */\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 /** Field groups */\n 'inputs.object.field-group-tabs.aria-label': '필드 그룹',\n /** Read-only field description */\n 'inputs.object.unknown-fields.read-only.description':\n '이 필드는 문서의 스키마에 따라 <strong>읽기 전용</strong>이며 해제할 수 없습니다. 스튜디오에서 이를 해제할 수 있게 하려면 스키마의 포함 유형에서 <code>readOnly</code> 필드를 제거하세요.',\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 /** Label for action to edit an existing annotation */\n 'inputs.portable-text.action.edit-annotation': '주석 편집하기',\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 /** Label for action to remove an annotation */\n 'inputs.portable-text.action.remove-annotation': '주석 제거하기',\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 /** 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 /** 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 /** Label for action to edit an inline object item */\n 'inputs.portable-text.inline-object.edit': '객체 편집하기',\n /** Label for action to remove an inline object item */\n 'inputs.portable-text.inline-object.remove': '객체 제거하기',\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 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 clear the current value of the reference field */\n 'inputs.reference.action.clear': '지우기',\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 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 /** 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 /** 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 /** Convert to <code>`{{targetType}}`</code> */\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 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 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 /**\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 /** Label for action to manage members of the current studio project */\n 'presence.action.manage-members': '멤버 관리',\n /** Accessibility label for Avatar Stack */\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\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 /** 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 /**\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 /** 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 /** 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 version for timeline menu dropdown */\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 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 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 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 /**\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 /** 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 /** 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\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 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 /** Title for Workplaces dropdown menu */\n 'workspaces.title': '워크스페이스',\n})\n"],"names":["removeUndefinedLocaleResources","studio"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("sanity").removeUndefinedLocaleResources({"asset-source.asset-list.menu.delete":"삭제","asset-source.asset-list.menu.show-usage":"사용처 보기","asset-source.asset-usage-dialog.header_file":"파일을 사용하는 문서","asset-source.asset-usage-dialog.header_image":"이미지를 사용하는 문서","asset-source.asset-usage-dialog.loading":"로딩 중…","asset-source.delete-dialog.action.cancel":"취소","asset-source.delete-dialog.action.delete":"삭제","asset-source.delete-dialog.header_file":"파일 삭제","asset-source.delete-dialog.header_image":"이미지 삭제","asset-source.delete-dialog.loading":"로딩 중…","asset-source.delete-dialog.usage-list.confirm-delete-file_named":"파일 <strong>{{filename}}}</strong>과 그 메타데이터를 삭제하려고 합니다. 확실합니까?","asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed":"파일과 그 메타데이터를 삭제하려고 합니다. 확실합니까?","asset-source.delete-dialog.usage-list.confirm-delete-image_named":"이미지 <strong>{{filename}}</strong>와 메타데이터를 삭제하려고 합니다. 확실합니까?","asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed":"이미지와 메타데이터를 삭제하려고 합니다. 확실합니까?","asset-source.delete-dialog.usage-list.image-preview-alt":"이미지 미리보기","asset-source.delete-dialog.usage-list.warning-file-is-in-use_named":"{{filename}}은(는) 사용 중이기 때문에 삭제할 수 없습니다. 이 파일을 삭제하려면 먼저 모든 사용을 제거해야 합니다.","asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed":"이 파일은 사용 중이기 때문에 삭제할 수 없습니다. 삭제하려면 먼저 모든 사용을 제거해야 합니다.","asset-source.delete-dialog.usage-list.warning-image-is-in-use_named":"{{filename}}은(는) 사용 중이기 때문에 삭제할 수 없습니다. 이 이미지를 삭제하려면 먼저 모든 사용을 제거해야 합니다.","asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed":"이 이미지는 사용 중이기 때문에 삭제할 수 없습니다. 삭제하려면 먼저 모든 사용을 제거해야 합니다.","asset-source.dialog.accept-message":"허용된 유형의 자산만 표시: <strong>{{acceptTypes}}</strong>","asset-source.dialog.default-title_file":"파일 선택","asset-source.dialog.default-title_image":"이미지 선택","asset-source.dialog.load-more":"더 많이 불러오기","asset-source.dialog.no-assets_file":"파일 없음","asset-source.dialog.no-assets_image":"이미지 없음","asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file":"현재 선택된 파일을 삭제할 수 없습니다","asset-source.file.asset-list.action.delete.text":"삭제","asset-source.file.asset-list.action.delete.title":"파일 삭제","asset-source.file.asset-list.action.select-file.title":"파일 {{filename}} 선택","asset-source.file.asset-list.action.show-usage.title":"사용 표시","asset-source.file.asset-list.delete-failed":"파일을 삭제할 수 없습니다","asset-source.file.asset-list.delete-successful":"파일이 삭제되었습니다","asset-source.file.asset-list.header.date-added":"추가된 날짜","asset-source.file.asset-list.header.filename":"파일명","asset-source.file.asset-list.header.size":"크기","asset-source.file.asset-list.header.type":"유형","asset-source.file.title":"업로드된 파일들","asset-source.image.asset-list.delete-failed":"이미지를 삭제할 수 없습니다","asset-source.image.asset-list.delete-successful":"이미지가 삭제되었습니다","asset-source.image.title":"업로드된 이미지들","asset-source.usage-list.documents-using-file_named_one":"하나의 문서가 파일 <code>{{filename}}</code>을 사용하고 있습니다","asset-source.usage-list.documents-using-file_named_other":"{{count}}개의 문서들이 파일 <code>{{filename}}</code>을 사용하고 있습니다","asset-source.usage-list.documents-using-file_named_zero":"파일 <code>{{filename}}</code>을 사용하는 문서가 없습니다","asset-source.usage-list.documents-using-file_unnamed_one":"한 문서가 이 파일을 사용하고 있습니다","asset-source.usage-list.documents-using-file_unnamed_other":"{{count}}개의 문서가 이 파일을 사용하고 있습니다","asset-source.usage-list.documents-using-file_unnamed_zero":"이 파일을 사용하는 문서가 없습니다","asset-source.usage-list.documents-using-image_named_one":"하나의 문서가 이미지 <code>{{filename}}</code>를 사용하고 있습니다","asset-source.usage-list.documents-using-image_named_other":"{{count}}개의 문서들이 이미지 <code>{{filename}}</code>를 사용하고 있습니다","asset-source.usage-list.documents-using-image_named_zero":"이미지 <code>{{filename}}</code>를 사용하는 문서가 없습니다","asset-source.usage-list.documents-using-image_unnamed_one":"하나의 문서가 이 이미지를 사용하고 있습니다","asset-source.usage-list.documents-using-image_unnamed_other":"{{count}}개의 문서들이 이 이미지를 사용하고 있습니다","asset-source.usage-list.documents-using-image_unnamed_zero":"이 이미지를 사용하는 문서가 없습니다","calendar.action.go-to-next-month":"다음 달로 이동","calendar.action.go-to-next-year":"다음 해로 이동","calendar.action.go-to-previous-month":"이전 달로 이동","calendar.action.go-to-previous-year":"이전 해로 이동","calendar.action.go-to-today":"오늘","calendar.action.go-to-today-aria-label":"오늘로 가기","calendar.action.go-to-tomorrow":"내일","calendar.action.go-to-yesterday":"어제","calendar.action.include-time-label":"시간 포함","calendar.action.select-hour":"시간 선택","calendar.action.select-minute":"분 선택","calendar.action.set-to-current-time":"현재 시간으로 설정","calendar.action.set-to-time-preset":"{{time}}에 {{date, datetime}}","calendar.error.must-be-in-format":"<Emphasis>{{exampleDate}}</Emphasis> 형식이어야 합니다","calendar.month-names.april":"4월","calendar.month-names.august":"8월","calendar.month-names.december":"12월","calendar.month-names.february":"2월","calendar.month-names.january":"1월","calendar.month-names.july":"7월","calendar.month-names.june":"6월","calendar.month-names.march":"3월","calendar.month-names.may":"5월","calendar.month-names.november":"11월","calendar.month-names.october":"10월","calendar.month-names.september":"9월","calendar.weekday-names.short.friday":"금","calendar.weekday-names.short.monday":"월","calendar.weekday-names.short.saturday":"토","calendar.weekday-names.short.sunday":"일","calendar.weekday-names.short.thursday":"목","calendar.weekday-names.short.tuesday":"화","calendar.weekday-names.short.wednesday":"수","changes.action.close-label":"변경 사항 검토 닫기","changes.action.revert-all-cancel":"취소","changes.action.revert-all-confirm":"모두 되돌리기","changes.action.revert-all-description":"모든 {{count}} 변경사항을 되돌리시겠습니까?","changes.action.revert-changes-confirm-change_one":"변경 사항 되돌리기","changes.action.revert-changes-confirm-change_other":"변경 사항들 되돌리기","changes.action.revert-changes-description":"변경 사항을 되돌리시겠습니까?","changes.action.revert-changes-description_one":"변경 사항을 되돌리시겠습니까?","changes.added-label":"추가됨","changes.array.item-added-in-position":"{{position}} 위치에 추가됨","changes.array.item-moved_down_one":"{{count}} 위치 아래로 이동함","changes.array.item-moved_down_other":"{{count}} 위치 아래로 이동함","changes.array.item-moved_up_one":"{{count}} 위치 위로 이동함","changes.array.item-moved_up_other":"{{count}} 위치 위로 이동함","changes.array.item-removed-from-position":"{{position}} 위치에서 제거됨","changes.change-bar.aria-label":"변경 사항 검토","changes.changed-label":"변경됨","changes.changes-by-author":"변경한 사람","changes.error-boundary.developer-info":"자세한 정보는 개발자 콘솔을 확인하세요","changes.error-boundary.title":"이 필드의 변경 사항을 렌더링하는 중 오류가 발생했습니다","changes.error.incorrect-type-message":'값 오류: 값의 유형은 "<code>{{actualType}}</code>"이며, 예상 유형은 "<code>{{expectedType}}</code>"입니다',"changes.file.meta-info-fallback-title":"제목 없음","changes.image.crop-changed":"크롭 변경됨","changes.image.deleted":"이미지 삭제됨","changes.image.error-loading-image":"이미지 로딩 오류","changes.image.hotspot-changed":"핫스팟 변경됨","changes.image.meta-info-fallback-title":"제목 없음","changes.image.no-asset-set":"이미지 설정되지 않음","changes.image.no-image-placeholder":"(이미지 없음)","changes.inspector.from-label":"에서","changes.inspector.meta-label":"메타","changes.inspector.to-label":"까지","changes.loading-author":"로딩 중…","changes.loading-changes":"변경 사항 불러오는 중…","changes.no-changes-description":"이 패널에 변경 사항 목록이 표시되려면 문서를 편집하거나 타임라인에서 이전 버전을 선택하세요.","changes.no-changes-title":"변경 사항 없음","changes.portable-text.annotation_added":"주석 추가됨","changes.portable-text.annotation_changed":"주석 변경됨","changes.portable-text.annotation_removed":"주석 제거됨","changes.portable-text.annotation_unchanged":"주석 변경되지 않음","changes.portable-text.block-style-changed":'블록 스타일이 "{{fromStyle}}"에서 "{{toStyle}}"(으)로 변경됨',"changes.portable-text.changed-formatting":"텍스트 형식 변경됨","changes.portable-text.empty-inline-object":"빈 {{inlineObjectType}}","changes.portable-text.empty-object-annotation":"빈 {{annotationType}}","changes.portable-text.empty-text_added":"빈 텍스트 추가됨","changes.portable-text.empty-text_changed":"빈 텍스트 변경됨","changes.portable-text.empty-text_removed":"빈 텍스트 제거됨","changes.portable-text.inline-object_added":"인라인 객체 추가됨","changes.portable-text.inline-object_changed":"인라인 객체 변경됨","changes.portable-text.inline-object_removed":"인라인 객체 제거됨","changes.portable-text.inline-object_unchanged":"인라인 객체 변경되지 않음","changes.portable-text.text_added":"텍스트 추가됨","changes.portable-text.text_removed":"텍스트 제거됨","changes.portable-text.unknown-annotation-schema-type":"알 수 없는 스키마 유형","changes.portable-text.unknown-inline-object-schema-type":"알 수 없는 스키마 유형","changes.removed-label":"제거됨","changes.title":"변경 사항 검토","default-orderings.caption":"캡션별 정렬","default-orderings.description":"설명별 정렬","default-orderings.header":"헤더별 정렬","default-orderings.heading":"제목별 정렬","default-orderings.label":"라벨별 정렬","default-orderings.name":"이름별 정렬","default-orderings.title":"타이틀별 정렬","form.error.duplicate-keys-alert.details.additional-description":"<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.","form.error.duplicate-keys-alert.details.description":"이것은 보통 항목들이 API 클라이언트를 사용하여 생성될 때 발생하며, 각 요소의 <code>_key</code> 속성이 고유하지 않게 생성되었습니다.","form.error.duplicate-keys-alert.details.title":"개발자 정보","form.error.duplicate-keys-alert.generate-button.text":"고유한 키 생성","form.error.duplicate-keys-alert.summary":"이 목록의 여러 항목이 동일한 식별자(키)를 공유하고 있습니다. 모든 항목은 고유한 식별자를 가져야 합니다.","form.error.duplicate-keys-alert.title":"고유하지 않은 키","form.error.field-not-found":'스키마에서 "{{fieldName}}" 필드를 찾을 수 없거나 조건부로 숨겨져 있지만 명시적으로 렌더링하라고 지시된 경우입니다 – 스키마에 정의되어 있는지 확인하고 조건부로 숨겨져 있지 않은지 확인하세요.',"form.error.missing-keys-alert.add-button.text":"누락된 키 추가","form.error.missing-keys-alert.details.additional-description":"<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.","form.error.missing-keys-alert.details.description":"이는 보통 API 클라이언트를 사용하여 항목을 생성할 때 <code>_key</code> 속성이 포함되지 않았을 때 발생합니다.","form.error.missing-keys-alert.details.title":"개발자 정보","form.error.missing-keys-alert.summary":"리스트의 일부 항목에 키가 누락되었습니다. 리스트를 편집하려면 이를 수정해야 합니다.","form.error.missing-keys-alert.title":"누락된 키","form.error.mixed-array-alert.details.description":"이는 보통 API 클라이언트를 사용하여 항목을 생성하거나 사용자 정의 입력 컴포넌트가 리스트에 유효하지 않은 데이터를 추가했을 때 발생합니다.","form.error.mixed-array-alert.details.title":"개발자 정보","form.error.mixed-array-alert.remove-button.text":"비객체 값 제거","form.error.mixed-array-alert.summary":"이 리스트의 일부 항목이 객체가 아닙니다. 리스트를 편집하려면 이를 수정해야 합니다.","form.error.mixed-array-alert.title":"유효하지 않은 리스트 값","form.error.no-array-item-at-index":"주어진 경로 <code>{{path}}</code>에서 인덱스 <code>{{index}}</code>의 배열 항목을 찾을 수 없습니다","form.error.no-array-item-at-key":'주어진 경로 <code>{{path}}</code>에서 `_key` <code>"{{key}}"</code>를 가진 배열 항목을 찾을 수 없습니다',"form.field.untitled-field-label":"제목 없음","form.field.untitled-fieldset-label":"제목 없음","form.validation.has-error-aria-label":"오류가 있음","form.validation.has-info-aria-label":"정보가 있음","form.validation.has-warning-aria-label":"경고가 있음","form.validation.summary.errors-count_one":"{{count}}개의 오류","form.validation.summary.errors-count_other":"{{count}}개의 오류","form.validation.summary.warnings-count_one":"{{count}}개의 경고","form.validation.summary.warnings-count_other":"{{count}}개의 경고들","help-resources.action.contact-sales":"영업팀에 문의하기","help-resources.action.help-and-support":"도움말 및 지원","help-resources.action.join-our-community":"우리 커뮤니티에 가입하세요","help-resources.latest-sanity-version":"최신 버전은 {{latestVersion}}입니다","help-resources.studio-version":"Sanity 스튜디오 버전 {{studioVersion}}","help-resources.title":"도움말 및 리소스","input.files.common.upload-placeholder.file-input-button.text":"업로드","input.files.common.upload-progress":"<FileName/> 업로드 중","input.reference.document-cannot-be-opened.failed-to-resolve-url":"이 문서는 열 수 없습니다 (스튜디오로의 URL 해석 실패)","inputs.array.action.add-after":"다음에 항목 추가","inputs.array.action.add-before":"이전에 항목 추가","inputs.array.action.add-item":"항목 추가","inputs.array.action.add-item-select-type":"항목 추가...","inputs.array.action.duplicate":"복제","inputs.array.action.edit":"{{itemTypeTitle}} 편집","inputs.array.action.remove":"제거","inputs.array.action.remove-invalid-item":"제거","inputs.array.action.view":"{{itemTypeTitle}} 보기","inputs.array.error.can-delete-but-no-edit-description":"이 항목을 여전히 이동하거나 삭제할 수는 있지만, 해당 유형의 스키마 정의를 찾을 수 없으므로 편집할 수는 없습니다.","inputs.array.error.cannot-resolve-initial-value-title":"유형에 대한 초기 값을 해결할 수 없습니다: {{schemaTypeTitle}}: {{errorMessage}}.","inputs.array.error.cannot-upload-unable-to-convert_one":"다음 항목은 내용 유형에서 배열 항목으로 알려진 변환이 없어 업로드할 수 없습니다:","inputs.array.error.cannot-upload-unable-to-convert_other":"다음 항목들은 내용 유형에서 배열 항목으로 알려진 변환이 없어 업로드할 수 없습니다:","inputs.array.error.current-schema-not-declare-description":"현재 스키마는 이 목록에 <code>{{typeName}}</code> 유형의 항목을 유효하다고 선언하지 않았습니다. 이는 유형이 유효한 항목 유형으로 제거되었거나 누군가가 아직 배포되지 않은 자신의 로컬 스키마에 추가했을 수 있음을 의미할 수 있습니다.","inputs.array.error.json-representation-description":"이 항목의 JSON 표현:","inputs.array.error.type-is-incompatible-prompt":"이 목록에는 <code>{{typeName}}</code> 유형의 항목이 유효하지 않습니다","inputs.array.error.type-is-incompatible-title":"왜 이런 일이 발생하나요?","inputs.array.error.unexpected-error":"예상치 못한 오류: {{error}}","inputs.array.no-items-label":"항목 없음","inputs.array.read-only-label":"이 필드는 읽기 전용입니다","inputs.array.resolving-initial-value":"초기 값을 확인하는 중…","inputs.datetime.placeholder":"예: {{example}}","inputs.file.actions-menu.file-options.aria-label":"파일 옵션 메뉴 열기","inputs.file.browse-button.text":"찾아보기","inputs.file.dialog.title":"파일 선택","inputs.file.error.unknown-member-kind":"알 수 없는 멤버 종류: {{kind}}","inputs.file.invalid-file-warning.description":"이 필드의 값은 유효한 파일이 아닙니다. 이 필드를 재설정하면 새 파일을 선택할 수 있습니다.","inputs.file.invalid-file-warning.reset-button.text":"값 재설정","inputs.file.invalid-file-warning.title":"잘못된 파일 값","inputs.file.multi-browse-button.text":"선택","inputs.file.upload-failed.description":"현재 업로드를 완료할 수 없습니다.","inputs.file.upload-failed.title":"업로드 실패","inputs.files.common.actions-menu.clear-field.label":"필드 지우기","inputs.files.common.actions-menu.copy-url.label":"URL 복사","inputs.files.common.actions-menu.download.label":"다운로드","inputs.files.common.actions-menu.notification.url-copied":"URL이 클립보드에 복사되었습니다","inputs.files.common.actions-menu.replace.label":"교체","inputs.files.common.actions-menu.upload.label":"업로드","inputs.files.common.drop-message.drop-to-upload":"업로드를 위해 놓기","inputs.files.common.drop-message.drop-to-upload-multi_one":"{{count}}개 파일을 업로드하려면 놓으세요","inputs.files.common.drop-message.drop-to-upload-multi_other":"{{count}}개 파일을 업로드하려면 놓으세요","inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one":"이 파일은 여기에 업로드할 수 없습니다","inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other":"이 파일들 중 어떤 것도 여기에 업로드할 수 없습니다","inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one":"{{count}}개 파일은 여기에 업로드할 수 없습니다","inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other":"{{count}}개 파일은 여기에 업로드할 수 없습니다","inputs.files.common.placeholder.cannot-upload-some-files_one":"파일을 업로드할 수 없습니다","inputs.files.common.placeholder.cannot-upload-some-files_other":"{{count}}개의 파일을 업로드할 수 없습니다","inputs.files.common.placeholder.drag-or-paste-to-upload_file":"여기에 파일을 드래그하거나 붙여넣기","inputs.files.common.placeholder.drag-or-paste-to-upload_image":"여기에 이미지를 드래그하거나 붙여넣기","inputs.files.common.placeholder.drop-to-upload_file":"파일 업로드를 위해 놓기","inputs.files.common.placeholder.drop-to-upload_image":"이미지 업로드를 위해 놓기","inputs.files.common.placeholder.read-only":"읽기 전용","inputs.files.common.placeholder.upload-not-supported":"여기에 파일을 업로드할 수 없습니다","inputs.files.common.stale-upload-warning.clear":"업로드 지우기","inputs.files.common.stale-upload-warning.description":"업로드가 적어도 {{staleThresholdMinutes}}분 동안 진행되지 않고 중단되었을 가능성이 있습니다. 미완료된 업로드를 안전하게 지우고 다시 업로드를 시도할 수 있습니다.","inputs.files.common.stale-upload-warning.title":"미완료된 업로드","inputs.image.actions-menu.crop-image-tooltip":"이미지 자르기","inputs.image.actions-menu.edit-details.aria-label":"이미지 편집 대화 상자 열기","inputs.image.actions-menu.options.aria-label":"이미지 옵션 메뉴 열기","inputs.image.browse-menu.text":"선택","inputs.image.drag-overlay.cannot-upload-here":"여기에 이 파일을 업로드할 수 없습니다","inputs.image.drag-overlay.drop-to-upload-image":"업로드할 이미지를 드롭하세요","inputs.image.drag-overlay.this-field-is-read-only":"이 필드는 읽기 전용입니다","inputs.image.error.unknown-member-kind":"알 수 없는 멤버 종류: {{kind}}","inputs.image.hotspot-dialog.title":"핫스팟 및 크롭 편집","inputs.image.invalid-image-warning.description":"이 필드의 값은 유효한 이미지가 아닙니다. 이 필드를 재설정하면 새 이미지를 선택할 수 있습니다.","inputs.image.invalid-image-warning.reset-button.text":"값 재설정","inputs.image.invalid-image-warning.title":"잘못된 이미지 값","inputs.image.preview-uploaded-image":"업로드된 이미지 미리보기","inputs.image.upload-error.description":"현재 업로드를 완료할 수 없습니다.","inputs.image.upload-error.title":"업로드 실패","inputs.imagetool.description":"이미지를 크롭하기 위해 사각형을 조정하세요. 항상 보여야 할 영역을 지정하기 위해 원을 조정하세요.","inputs.imagetool.load-error":"오류: {{errorMessage}}","inputs.imagetool.loading":"이미지 로딩 중…","inputs.imagetool.title":"핫스팟 & 크롭","inputs.invalid-value.convert-button.text":"<code>{{targetType}}</code>(으)로 변환","inputs.invalid-value.current-type":"현재 값 (<code>{{actualType}}</code>)","inputs.invalid-value.description":"속성 값이 예상된 유형과 일치하지 않는 값 유형으로 저장됩니다.","inputs.invalid-value.details.description":"이 속성의 값은 스키마에 따라 <code>{{validType}}</code> 유형이어야 합니다.","inputs.invalid-value.details.multi-type-description":"스키마에 따라 여기서 유효한 유형은 다음과 같습니다:","inputs.invalid-value.details.possible-reason":"스키마가 최근에 변경되었을 때 일반적으로 값 유형이 일치하지 않습니다.","inputs.invalid-value.details.title":"개발자 정보","inputs.invalid-value.reset-button.text":"값 재설정","inputs.invalid-value.title":"잘못된 속성 값","inputs.object.field-group-tabs.aria-label":"필드 그룹","inputs.object.unknown-fields.read-only.description":"이 필드는 문서의 스키마에 따라 <strong>읽기 전용</strong>이며 해제할 수 없습니다. 스튜디오에서 이를 해제할 수 있게 하려면 스키마의 포함 유형에서 <code>readOnly</code> 필드를 제거하세요.","inputs.object.unknown-fields.remove-field-button.text":"필드 제거","inputs.object.unknown-fields.warning.description_one":"스키마에 정의되지 않은 필드를 발견했습니다.","inputs.object.unknown-fields.warning.description_other":"스키마에 정의되지 않은 {{count}}개의 필드를 발견했습니다.","inputs.object.unknown-fields.warning.details.description_one":"이 필드는 스키마에 정의되어 있지 않아, 필드 정의가 제거되었거나 누군가가 자신의 로컬 프로젝트에 추가하고 아직 변경 사항을 배포하지 않았을 수 있습니다.","inputs.object.unknown-fields.warning.details.description_other":"이 필드들은 문서의 스키마에 정의되어 있지 않아, 필드 정의가 제거되었거나 누군가가 자신의 로컬 프로젝트에 추가하고 아직 변경 사항을 배포하지 않았을 수 있습니다.","inputs.object.unknown-fields.warning.details.title":"개발자 정보","inputs.object.unknown-fields.warning.title_one":"알 수 없는 필드 발견","inputs.object.unknown-fields.warning.title_other":"알 수 없는 필드들 발견","inputs.portable-text.action.collapse-editor":"에디터 접기","inputs.portable-text.action.edit-annotation":"주석 편집하기","inputs.portable-text.action.expand-editor":"에디터 확장하기","inputs.portable-text.action.insert-block":"{{typeName}} 삽입하기","inputs.portable-text.action.insert-block-aria-label":"{{typeName}} 삽입하기 (블록)","inputs.portable-text.action.insert-inline-object":"{{typeName}} 삽입하기","inputs.portable-text.action.insert-inline-object-aria-label":"{{typeName}} 삽입하기 (인라인)","inputs.portable-text.action.remove-annotation":"주석 제거하기","inputs.portable-text.activate-on-focus-message_click":"활성화하려면 클릭하세요","inputs.portable-text.activate-on-focus-message_click-focused":"활성화하려면 클릭하거나 스페이스를 누르세요","inputs.portable-text.activate-on-focus-message_tap":"활성화하려면 탭하세요","inputs.portable-text.annotation-editor.title":"{{schemaType}} 편집하기","inputs.portable-text.annotation.link":"링크","inputs.portable-text.block.edit":"편집하기","inputs.portable-text.block.open-menu-aria-label":"메뉴 열기","inputs.portable-text.block.open-reference":"참조 열기","inputs.portable-text.block.remove":"제거하기","inputs.portable-text.block.view":"보기","inputs.portable-text.decorator.code":"코드","inputs.portable-text.decorator.emphasis":"기울임꼴","inputs.portable-text.decorator.strike-through":"취소선","inputs.portable-text.decorator.strong":"굵게","inputs.portable-text.decorator.underline":"밑줄","inputs.portable-text.empty-placeholder":"비어 있음","inputs.portable-text.inline-object.edit":"객체 편집하기","inputs.portable-text.inline-object.remove":"객체 제거하기","inputs.portable-text.invalid-value.action-disclaimer":"참고: 위의 작업을 수행하는 것이 일반적으로 안전하지만, 확신이 서지 않는 경우 스튜디오를 구성하는 담당자에게 문의하세요.","inputs.portable-text.invalid-value.disallowed-child-type.action":"해당 객체 제거하기","inputs.portable-text.invalid-value.disallowed-child-type.description":"키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 자식이 <code>{{childType}}</code> 타입인데, 이는 스키마에서 허용되지 않습니다.","inputs.portable-text.invalid-value.disallowed-type.action":"블록 제거","inputs.portable-text.invalid-value.disallowed-type.description":"키 <code>{{key}}</code>를 가진 블록이 <code>{{typeName}}</code> 유형이며, 이는 스키마에서 허용되지 않습니다.","inputs.portable-text.invalid-value.empty-children.action":"빈 텍스트 범위 삽입하기","inputs.portable-text.invalid-value.empty-children.description":"키 <code>{{key}}</code>를 가진 텍스트 블록에 텍스트 범위가 없습니다.","inputs.portable-text.invalid-value.ignore-button.text":"무시하기","inputs.portable-text.invalid-value.incorrect-block-type.action":"유형 <code>{{expectedTypeName}}</code> 사용","inputs.portable-text.invalid-value.incorrect-block-type.description":"키 <code>{{key}}</code>를 가진 블록의 유형 이름이 잘못되었습니다. 스키마에 따르면 <code>{{expectedTypeName}}</code>이어야 합니다.","inputs.portable-text.invalid-value.invalid-span-text.action":"빈 텍스트 값 설정하기","inputs.portable-text.invalid-value.invalid-span-text.description":"키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 범위에 누락되었거나 잘못된 <code>text</code> 속성이 있습니다.","inputs.portable-text.invalid-value.missing-block-type.action":"유형 <code>{{expectedTypeName}}</code> 사용","inputs.portable-text.invalid-value.missing-block-type.description":"키 <code>{{key}}</code>를 가진 블록이 유형 이름이 누락되었습니다. 스키마에 따르면 <code>{{expectedTypeName}}</code>이어야 합니다.","inputs.portable-text.invalid-value.missing-child-key.action":"임의의 키 할당하기","inputs.portable-text.invalid-value.missing-child-key.description":"키 <code>{{key}}</code>를 가진 블록의 인덱스 <code>{{index}}</code>에 있는 자식에 <code>_key</code> 속성이 누락되었습니다.","inputs.portable-text.invalid-value.missing-child-type.action":"해당 객체 제거하기","inputs.portable-text.invalid-value.missing-child-type.description":"키 <code>{{key}}</code>를 가진 블록의 키 {{childKey}}를 가진 자식에 <code>_type</code> 속성이 누락되었습니다.","inputs.portable-text.invalid-value.missing-key.action":"임의의 키 할당","inputs.portable-text.invalid-value.missing-key.description":"인덱스 <code>{{index}}</code>의 블록이 필수 <code>_key</code> 속성이 누락되었습니다.","inputs.portable-text.invalid-value.missing-or-invalid-children.action":"블록 제거하기","inputs.portable-text.invalid-value.missing-or-invalid-children.description":"키 <code>{{key}}</code>를 가진 텍스트 블록에 잘못되었거나 누락된 `children` 속성이 있습니다.","inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action":"속성 추가하기","inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description":"키 <code>{{key}}</code>를 가진 텍스트 블록에 잘못되었거나 누락된 `markDefs` 속성이 있습니다.","inputs.portable-text.invalid-value.missing-type.action":"블록 제거","inputs.portable-text.invalid-value.missing-type.description":"키 <code>{{key}}</code>를 가진 블록이 유형 이름이 누락되었습니다.","inputs.portable-text.invalid-value.non-object-child.action":"해당 항목 제거하기","inputs.portable-text.invalid-value.non-object-child.description":"키 <code>{{key}}</code>를 가진 블록의 인덱스 <code>{{index}}</code>에 있는 자식이 객체가 아닙니다.","inputs.portable-text.invalid-value.not-an-array.action":"값을 해제","inputs.portable-text.invalid-value.not-an-array.description":"값은 Portable Text 블록의 배열이거나 undefined이어야 합니다.","inputs.portable-text.invalid-value.not-an-object.action":"항목 제거","inputs.portable-text.invalid-value.not-an-object.description":"<code>{{index}}</code> 위치의 항목이 객체가 아닙니다.","inputs.portable-text.invalid-value.orphaned-marks.action":"허용되지 않는 마크 제거하기","inputs.portable-text.invalid-value.orphaned-marks.description":"키 <code>{{key}}</code>를 가진 텍스트 블록에 스키마에서 허용하지 않는 마크 <code>({{orphanedMarks, list}})</code>가 포함되어 있습니다.","inputs.portable-text.invalid-value.title":"잘못된 Portable Text 값","inputs.portable-text.list-type.bullet":"글머리 기호 목록","inputs.portable-text.list-type.number":"번호가 매겨진 목록","inputs.portable-text.style.h1":"제목 1","inputs.portable-text.style.h2":"제목 2","inputs.portable-text.style.h3":"제목 3","inputs.portable-text.style.h4":"제목 4","inputs.portable-text.style.h5":"제목 5","inputs.portable-text.style.h6":"제목 6","inputs.portable-text.style.multiple":"다중","inputs.portable-text.style.none":"스타일 없음","inputs.portable-text.style.normal":"보통","inputs.portable-text.style.quote":"인용구","inputs.reference.action-create-new-document-select":"새로 만들기…","inputs.reference.action.clear":"지우기","inputs.reference.action.create-new-document":"새로 만들기","inputs.reference.action.duplicate":"복제하기","inputs.reference.action.open-in-new-tab":"새 탭에서 열기","inputs.reference.action.remove":"제거하기","inputs.reference.action.replace":"교체하기","inputs.reference.action.replace-cancel":"교체 취소하기","inputs.reference.cross-dataset.feature-disabled-actions":"이 필드의 기존 참조는 여전히 삭제할 수 있지만, 기능이 비활성화된 상태로 다른 문서로 변경할 수는 없습니다.","inputs.reference.cross-dataset.feature-disabled-description":"이 기능은 비활성화되었습니다. <DocumentationLink>문서</DocumentationLink>에서 활성화하는 방법을 읽어보세요.","inputs.reference.cross-dataset.feature-unavailable-title":"사용할 수 없는 기능: 크로스 데이터셋 참조","inputs.reference.cross-dataset.invalid-type":"참조된 문서가 유효하지 않은 타입입니다 ({{typeName}}) <JsonValue/>","inputs.reference.document-opens-in-new-tab":"이 문서는 새 탭에서 열립니다","inputs.reference.error.document-unavailable-title":"문서를 사용할 수 없음","inputs.reference.error.failed-to-load-document-title":"참조된 문서를 불러오는 데 실패했습니다","inputs.reference.error.invalid-search-result-type-title":'참조에 유효하지 않은 유형을 반환한 검색: "{{returnedType}}"',"inputs.reference.error.invalid-type-description":"참조된 문서 (<code>{{documentId}}</code>)는 유형 <code>{{actualType}}</code>입니다. 스키마에 따르면, 참조된 문서는 <AllowedTypes /> 유형만 가능합니다.","inputs.reference.error.invalid-type-title":"유효하지 않은 유형의 문서","inputs.reference.error.missing-read-permissions-description":"참조된 문서에 접근할 수 없습니다. 권한이 충분하지 않습니다","inputs.reference.error.missing-read-permissions-title":"권한 부족","inputs.reference.error.nonexistent-document-description":"참조된 문서가 존재하지 않습니다 (ID: <code>{{documentId}}</code>). 참조를 제거하거나 다른 문서로 교체할 수 있습니다.","inputs.reference.error.nonexistent-document-title":"찾을 수 없음","inputs.reference.error.nonexistent-document.clear-button-label":"지우기","inputs.reference.error.search-failed-title":"참조 검색 실패","inputs.reference.image-preview-alt-text":"참조된 문서의 이미지 미리보기","inputs.reference.incomplete-reference.finalize-action-description":"<strong>{{referencedDocument}}</strong>가 발행되었고 이 참조는 이제 완성되어야 합니다.","inputs.reference.incomplete-reference.finalize-action-title":"참조 완성하기","inputs.reference.incomplete-reference.strengthen-action-description":"<strong>{{referencedDocument}}</strong>가 발행되었고 이 참조는 이제 강한 참조로 변환되어야 합니다.","inputs.reference.incomplete-reference.strengthen-action-title":"강한 참조로 변환하기","inputs.reference.incomplete-reference.strengthen-button-label":"강한 참조로 변환하기","inputs.reference.metadata-error.retry-button-label":"재시도","inputs.reference.metadata-error.title":"참조 메타데이터를 불러올 수 없음","inputs.reference.no-results-for-query":"<strong>“{{searchTerm}}”</strong>에 대한 결과가 없습니다","inputs.reference.preview.edited-at-time":"편집된 시간 <RelativeTime/>","inputs.reference.preview.has-no-unpublished-changes-aria-label":"발행되지 않은 편집 없음","inputs.reference.preview.has-unpublished-changes-aria-label":"편집됨","inputs.reference.preview.is-not-published-aria-label":"게시되지 않음","inputs.reference.preview.is-published-aria-label":"게시됨","inputs.reference.preview.no-unpublished-edits":"발행되지 않은 편집 없음","inputs.reference.preview.not-published":"게시되지 않음","inputs.reference.preview.published-at-time":"<RelativeTime/>에 게시됨","inputs.reference.referenced-document-does-not-exist":"참조된 문서가 더 이상 존재하지 않고 삭제되었을 수 있습니다 (문서 ID: <code>{{documentId}}</code>).","inputs.reference.referenced-document-insufficient-permissions":"권한이 부족하여 참조된 문서에 접근할 수 없습니다","inputs.reference.resolving-initial-value":"초기 값을 확인 중…","inputs.reference.search-placeholder":"검색하려면 입력하세요","inputs.reference.strength-mismatch.is-strong-consquences":"이 참조를 약한 참조로 변환하거나 이 참조를 제거하기 전까지는 참조된 문서를 삭제할 수 없습니다.","inputs.reference.strength-mismatch.is-strong-description":"이 참조는 <em>강함</em>이지만, 현재 스키마에 따르면 <em>약함</em>이어야 합니다.","inputs.reference.strength-mismatch.is-weak-consquences":"이것은 이 참조를 삭제하지 않고 참조된 문서를 삭제할 수 있게 하여, 이 필드가 존재하지 않는 문서를 참조하게 됩니다.","inputs.reference.strength-mismatch.is-weak-description":"이 참조는 <em>약함</em>이지만, 현재 스키마에 따르면 <em>강함</em>이어야 합니다.","inputs.reference.strength-mismatch.strengthen-button-label":"강한 참조로 변환하기","inputs.reference.strength-mismatch.title":"참조 강도 불일치","inputs.reference.strength-mismatch.weaken-button-label":"약한 참조로 변환","inputs.slug.action.generate":"생성하기","inputs.slug.action.generating":"생성 중…","inputs.slug.error.missing-source":"소스가 누락되었습니다. 스키마에서 {{schemaType}} 유형의 소스를 확인하세요","inputs.untyped-value.convert-button.text":"<code>{{targetType}}</code>(으)로 변환","inputs.untyped-value.description":"<code>_type</code> 속성이 없는 객체 값이 발견되었습니다.","inputs.untyped-value.details.description":"객체 선언의 <code>name</code> 속성을 제거하거나 항목에 <code>_type</code> 속성을 설정하세요.","inputs.untyped-value.details.json-dump-prefix":"현재 값 (<code>object</code>):","inputs.untyped-value.details.multi-type-description":"스키마에 따르면 여기에 유효한 타입은 다음과 같습니다:","inputs.untyped-value.details.title":"개발자 정보","inputs.untyped-value.title":"속성 값에 <code>_type</code>이 누락됨","inputs.untyped-value.unset-item-button.text":"값 해제","insufficient-permissions-message.not-authorized-explanation":"이 기능에 접근할 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_create-any-document":"문서를 생성할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_create-document":"이 문서를 생성할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_create-document-type":"이 종류의 문서를 생성할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_create-new-reference":"새 참조를 생성할 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_delete-document":"이 문서를 삭제할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_discard-changes":"이 문서의 변경 사항을 폐기할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_duplicate-document":"이 문서를 복제할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_publish-document":"이 문서를 게시할 수 있는 권한이 없습니다.","insufficient-permissions-message.not-authorized-explanation_unpublish-document":"이 문서를 게시 취소할 수 있는 권한이 없습니다.","insufficient-permissions-message.roles":"당신의 역할: <Roles/>","insufficient-permissions-message.title":"권한 부족","member-field-error.unexpected-error":"예상치 못한 오류: {{error}}","new-document.create-new-document-label":"새 문서…","new-document.filter-placeholder":"필터","new-document.loading":"로딩 중…","new-document.new-document-aria-label":"새 문서","new-document.no-document-types-found":"문서 유형을 찾을 수 없습니다","new-document.no-document-types-label":"문서 유형 없음","new-document.no-results":"<strong>{{searchQuery}}</strong>에 대한 결과가 없습니다","new-document.open-dialog-aria-label":"새 문서 만들기","new-document.title":"새 문서 만들기","presence.action.manage-members":"멤버 관리","presence.aria-label":"여기 있는 사람","presence.no-one-else-description":"프로젝트에 사람들을 초대하여 그들의 온라인 상태를 확인하세요.","presence.no-one-else-title":"다른 사람이 없습니다","presence.not-in-a-document":"문서에 있지 않음","preview.default.title-fallback":"제목 없음","preview.fallback.no-value":"(값 없음)","preview.image.file-is-being-uploaded.alt-text":"현재 업로드 중인 이미지","relative-time.just-now":"방금","search.action-open-aria-label":"검색 열기","search.action.add-filter":"필터 추가하기","search.action.clear-filters":"필터 지우기","search.action.clear-recent-searches":"최근 검색 기록 지우기","search.action.clear-type-filters-aria-label":"선택된 필터 지우기","search.action.clear-type-filters-label":"지우기","search.action.close-search-aria-label":"검색 닫기","search.action.filter-by-document-type-aria-label":"문서 유형별로 필터하기","search.action.remove-filter-aria-label":"필터 제거하기","search.action.search-all-types":"모든 문서 유형 검색","search.action.search-specific-types":"{{types, list}} 검색","search.action.search-specific-types-truncated":"{{types, list}} 와(과) {{count}}개 더 검색","search.action.select-asset":"자산 선택","search.action.select-asset_file":"파일 자산 선택","search.action.select-asset_image":"이미지 자산 선택","search.action.toggle-filters-aria-label_hide":"필터 숨기기","search.action.toggle-filters-aria-label_show":"필터 보이기","search.document-type-list":"{{types, list}}","search.document-type-list-all-types":"모든 유형","search.document-type-list-truncated":"{{types, list}} 와(과) {{count}}개 더","search.document-types-aria-label":"문서 유형들","search.document-types-no-matches-found":"{{filter}}에 대한 일치하는 문서 유형이 없습니다","search.error.display-filter-description":"스키마에 정의된 옵션이 유효하지 않을 수 있음을 나타냅니다.","search.error.display-filter-title":"이 필터를 표시하는 동안 오류가 발생했습니다.","search.error.no-valid-asset-source-check-config-description":"스튜디오 구성 파일에서 활성화되어 있는지 확인하세요.","search.error.no-valid-asset-source-only-default-description":"현재 기본 자산 소스만 지원됩니다.","search.error.no-valid-asset-source-title":"유효한 자산 소스를 찾을 수 없습니다.","search.error.unspecified-error-help-description":"다시 시도하거나 연결을 확인해주세요","search.error.unspecified-error-title":"검색 중에 문제가 발생했습니다","search.filter-all-fields-header":"모든 필드","search.filter-asset-change_file":"파일 변경","search.filter-asset-change_image":"이미지 변경","search.filter-asset-clear":"지우기","search.filter-asset-select_file":"파일 선택","search.filter-asset-select_image":"이미지 선택","search.filter-boolean-false":"거짓","search.filter-boolean-true":"참","search.filter-by-title-aria-label":"제목별로 필터하기","search.filter-date-aria-label":"날짜","search.filter-date-range-end-date-aria-label":"종료 날짜","search.filter-date-range-start-date-aria-label":"시작 날짜","search.filter-date-unit_days":"일","search.filter-date-unit_months":"월","search.filter-date-unit_years":"년","search.filter-date-unit-aria-label":"단위 선택","search.filter-date-value-aria-label":"단위 값","search.filter-field-tooltip-description":"필드 설명","search.filter-field-tooltip-name":"필드 이름","search.filter-field-tooltip-used-in-document-types":"문서 유형에서 사용됨","search.filter-no-matches-found":"{{filter}}에 대한 일치하는 항목이 없습니다","search.filter-number-max-value-placeholder":"최대값","search.filter-number-min-value-placeholder":"최소값","search.filter-number-value-placeholder":"값","search.filter-placeholder":"필터","search.filter-reference-clear":"지우기","search.filter-shared-fields-header":"공유 필드","search.filter-string-value-placeholder":"값","search.filter-string-value-select-predefined-value":"선택…","search.filters-aria-label_one":"필터","search.filters-aria-label_other":"필터들","search.instructions":"<ControlsIcon/>을 사용하여 검색을 세분화하세요","search.no-results-help-description":"다른 키워드를 시도하거나 필터를 조정해보세요","search.no-results-title":"검색 결과가 없습니다","search.operator.array-count-equal.description_one":"<Field/> <Operator>는</Operator> <Value>{{count}}개 항목</Value>","search.operator.array-count-equal.description_other":"<Field/> <Operator>는</Operator> <Value>{{count}}개 항목들</Value>","search.operator.array-count-equal.name":"수량이","search.operator.array-count-gt.description_one":"<Field/> <Operator>는 ></Operator> <Value>{{count}}개 항목</Value>","search.operator.array-count-gt.description_other":"<Field/> <Operator>는 ></Operator> <Value>{{count}}개 항목들</Value>","search.operator.array-count-gt.name":"수량이 더 많음","search.operator.array-count-gte.description_one":"<Field/> <Operator>는 ≥</Operator> <Value>{{count}}개 항목</Value>","search.operator.array-count-gte.description_other":"<Field/> <Operator>는 ≥</Operator> <Value>{{count}}개 항목들</Value>","search.operator.array-count-gte.name":"수량이 더 많거나 같음","search.operator.array-count-lt.description_one":"<Field/> <Operator>는 <</Operator> <Value>{{count}}개 항목</Value>","search.operator.array-count-lt.description_other":"<Field/> <Operator>는 <</Operator> <Value>{{count}}개 항목들</Value>","search.operator.array-count-lt.name":"수량이 더 적음","search.operator.array-count-lte.description_one":"<Field/> <Operator>는 ≤</Operator> <Value>{{count}}개 항목</Value>","search.operator.array-count-lte.description_other":"<Field/> <Operator>는 ≤</Operator> <Value>{{count}}개 항목들</Value>","search.operator.array-count-lte.name":"수량이 더 적거나 같음","search.operator.array-count-not-equal.description_one":"<Field/> <Operator>는 가지고 있지 않음</Operator> <Value>{{count}}개 항목</Value>","search.operator.array-count-not-equal.description_other":"<Field/> <Operator>는 가지고 있지 않음</Operator> <Value>{{count}}개 항목들</Value>","search.operator.array-count-not-equal.name":"수량이 아님","search.operator.array-count-range.description":"<Field/> <Operator>는 사이에 있음</Operator> <Value>{{from}} → {{to}}개 항목들</Value>","search.operator.array-count-range.name":"수량이 사이에 있음","search.operator.array-list-includes.description":"<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>","search.operator.array-list-includes.name":"포함함","search.operator.array-list-not-includes.description":"<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>","search.operator.array-list-not-includes.name":"포함하지 않음","search.operator.array-reference-includes.description":"<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>","search.operator.array-reference-includes.name":"포함함","search.operator.array-reference-not-includes.description":"<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>","search.operator.array-reference-not-includes.name":"포함하지 않음","search.operator.asset-file-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.asset-file-equal.name":"임","search.operator.asset-file-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.asset-file-not-equal.name":"아님","search.operator.asset-image-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.asset-image-equal.name":"임","search.operator.asset-image-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.asset-image-not-equal.name":"아님","search.operator.boolean-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.boolean-equal.name":"임","search.operator.date-after.description":"<Field/> <Operator>는 이후임</Operator> <Value>{{value}}</Value>","search.operator.date-after.name":"이후","search.operator.date-before.description":"<Field/> <Operator>는 이전임</Operator> <Value>{{value}}</Value>","search.operator.date-before.name":"이전","search.operator.date-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.date-equal.name":"임","search.operator.date-last.description":"<Field/> <Operator>는 마지막에 있음</Operator> <Value>{{value}}</Value>","search.operator.date-last.name":"마지막","search.operator.date-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.date-not-equal.name":"아님","search.operator.date-range.description":"<Field/> <Operator>사이에 있음</Operator> <Value/>","search.operator.date-range.name":"사이에 있음","search.operator.date-time-after.description":"<Field/> <Operator>는 이후임</Operator> <Value>{{value}}</Value>","search.operator.date-time-after.name":"이후","search.operator.date-time-before.description":"<Field/> <Operator>는 이전임</Operator> <Value>{{value}}</Value>","search.operator.date-time-before.name":"이전","search.operator.date-time-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.date-time-equal.name":"임","search.operator.date-time-last.description":"<Field/> <Operator>는 마지막에 있음</Operator> <Value>{{value}}</Value>","search.operator.date-time-last.name":"마지막","search.operator.date-time-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.date-time-not-equal.name":"아님","search.operator.date-time-range.description":"<Field/> <Operator>사이에 있음</Operator> <Value/>","search.operator.date-time-range.name":"사이에 있음","search.operator.defined.description":"<Field/> <Operator>임</Operator> <Value>비어 있지 않음</Value>","search.operator.defined.name":"비어 있지 않음","search.operator.not-defined.description":"<Field/> <Operator>임</Operator> <Value>비어 있음</Value>","search.operator.not-defined.name":"비어 있음","search.operator.number-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.number-equal.name":"임","search.operator.number-gt.description":"<Field/> <Operator>></Operator> <Value>{{value}}</Value>","search.operator.number-gt.name":"더 큼","search.operator.number-gte.description":"<Field/> <Operator>≥</Operator> <Value>{{value}}</Value>","search.operator.number-gte.name":"더 크거나 같음","search.operator.number-lt.description":"<Field/> <Operator><</Operator> <Value>{{value}}</Value>","search.operator.number-lt.name":"더 작음","search.operator.number-lte.description":"<Field/> <Operator>≤</Operator> <Value>{{value}}</Value>","search.operator.number-lte.name":"더 작거나 같음","search.operator.number-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.number-not-equal.name":"아님","search.operator.number-range.description":"<Field/> <Operator>사이에 있음</Operator> <Value>{{from}} → {{to}}</Value>","search.operator.number-range.name":"사이에 있음","search.operator.portable-text-contains.description":"<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>","search.operator.portable-text-contains.name":"포함함","search.operator.portable-text-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.portable-text-equal.name":"임","search.operator.portable-text-not-contains.description":"<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>","search.operator.portable-text-not-contains.name":"포함하지 않음","search.operator.portable-text-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.portable-text-not-equal.name":"아님","search.operator.reference-asset-file.description":"<Field/> <Operator>→</Operator> <Value>{{value}}</Value>","search.operator.reference-asset-file.name":"파일","search.operator.reference-asset-image.description":"<Field/> <Operator>→</Operator> <Value>{{value}}</Value>","search.operator.reference-asset-image.name":"이미지","search.operator.reference-document.description":"<Field/> <Operator>→</Operator> <Value>{{value}}</Value>","search.operator.reference-document.name":"문서","search.operator.reference-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.reference-equal.name":"임","search.operator.reference-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.reference-not-equal.name":"아님","search.operator.slug-contains.description":"<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>","search.operator.slug-contains.name":"포함함","search.operator.slug-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.slug-equal.name":"임","search.operator.slug-not-contains.description":"<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>","search.operator.slug-not-contains.name":"포함하지 않음","search.operator.slug-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.slug-not-equal.name":"아님","search.operator.string-contains.description":"<Field/> <Operator>포함함</Operator> <Value>{{value}}</Value>","search.operator.string-contains.name":"포함함","search.operator.string-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.string-equal.name":"임","search.operator.string-list-equal.description":"<Field/> <Operator>임</Operator> <Value>{{value}}</Value>","search.operator.string-list-equal.name":"임","search.operator.string-list-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.string-list-not-equal.name":"아님","search.operator.string-not-contains.description":"<Field/> <Operator>포함하지 않음</Operator> <Value>{{value}}</Value>","search.operator.string-not-contains.name":"포함하지 않음","search.operator.string-not-equal.description":"<Field/> <Operator>아님</Operator> <Value>{{value}}</Value>","search.operator.string-not-equal.name":"아님","search.ordering.best-match-label":"최적 일치","search.ordering.created-ascending-label":"생성됨: 오래된 순","search.ordering.created-descending-label":"생성됨: 최신 순","search.ordering.updated-ascending-label":"업데이트됨: 오래된 순","search.ordering.updated-descending-label":"업데이트됨: 최신 순","search.placeholder":"검색","search.recent-searches-aria-label":"최근 검색","search.recent-searches-label":"최근 검색","search.search-results-aria-label":"검색 결과","timeline.error.load-document-changes-description":"문서 기록 트랜잭션은 영향을 받지 않았습니다.","timeline.error.load-document-changes-title":"문서 변경 사항을 검색하는 동안 오류가 발생했습니다.","timeline.error.no-document-history-description":"문서 내용을 변경하면, 이 메뉴에 문서 버전이 표시됩니다.","timeline.error.no-document-history-title":"문서 기록 없음","timeline.error.unable-to-load-revision":"리비전을 불러올 수 없습니다","timeline.latest":"최신","timeline.latest-version":"최신 버전","timeline.list.aria-label":"문서 개정 목록","timeline.loading-history":"기록 로딩 중…","timeline.operation.created":"생성됨","timeline.operation.created_timestamp":"생성됨: {{timestamp, datetime}}","timeline.operation.created-initial":"최초 생성됨","timeline.operation.created-initial_timestamp":"최초 생성됨: {{timestamp, datetime}}","timeline.operation.deleted":"삭제됨","timeline.operation.deleted_timestamp":"삭제됨: {{timestamp, datetime}}","timeline.operation.draft-discarded":"초안 폐기됨","timeline.operation.draft-discarded_timestamp":"초안 폐기됨: {{timestamp, datetime}}","timeline.operation.edited-draft":"편집됨","timeline.operation.edited-draft_timestamp":"편집됨: {{timestamp, datetime}}","timeline.operation.edited-live":"실시간 편집됨","timeline.operation.edited-live_timestamp":"실시간 편집됨: {{timestamp, datetime}}","timeline.operation.published":"게시됨","timeline.operation.published_timestamp":"게시됨: {{timestamp, datetime}}","timeline.operation.unpublished":"게시 취소됨","timeline.operation.unpublished_timestamp":"게시 취소됨: {{timestamp, datetime}}","timeline.since":"시작 시간: {{timestamp, datetime}}","timeline.since-version-missing":"시작 시간: 알 수 없는 버전","user-menu.action.invite-members":"멤버 초대","user-menu.action.invite-members-aria-label":"멤버 초대","user-menu.action.manage-project":"프로젝트 관리","user-menu.action.manage-project-aria-label":"프로젝트 관리","user-menu.action.sign-out":"로그아웃","user-menu.appearance-title":"외관","user-menu.close-menu":"메뉴 닫기","user-menu.color-scheme.dark-description":"다크 외관 사용","user-menu.color-scheme.dark-title":"다크","user-menu.color-scheme.light-description":"라이트 모양 사용하기","user-menu.color-scheme.light-title":"라이트","user-menu.color-scheme.system-description":"시스템 외관 사용","user-menu.color-scheme.system-title":"시스템","user-menu.locale-title":"언어","user-menu.login-provider":"{{providerTitle}}로 로그인됨","workspaces.action.add-workspace":"워크스페이스 추가","workspaces.action.choose-another-workspace":"다른 워크스페이스 선택","workspaces.choose-your-workspace-label":"워크스페이스를 선택하세요","workspaces.select-workspace-aria-label":"워크스페이스 선택","workspaces.select-workspace-label":"워크스페이스 선택","workspaces.title":"워크스페이스"});exports.default=e;//# sourceMappingURL=studio-uJeSU8Ma.cjs.map
|