@sanity/locale-ko-kr 1.1.16 → 1.1.18
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/dist/_chunks-cjs/canvas.cjs +83 -0
- package/dist/_chunks-cjs/canvas.cjs.map +1 -0
- package/dist/_chunks-cjs/comments.cjs +0 -2
- package/dist/_chunks-cjs/comments.cjs.map +1 -1
- package/dist/_chunks-cjs/copy-paste.cjs +0 -10
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/create.cjs +0 -20
- package/dist/_chunks-cjs/create.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +72 -5
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +100 -9
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +6 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +85 -0
- package/dist/_chunks-es/canvas.js.map +1 -0
- package/dist/_chunks-es/comments.js +0 -2
- package/dist/_chunks-es/comments.js.map +1 -1
- package/dist/_chunks-es/copy-paste.js +0 -10
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/create.js +0 -20
- package/dist/_chunks-es/create.js.map +1 -1
- package/dist/_chunks-es/structure.js +72 -5
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +100 -9
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +6 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas.ts +59 -0
- package/src/comments.ts +0 -3
- package/src/copy-paste.ts +0 -11
- package/src/create.ts +0 -27
- package/src/index.ts +5 -0
- package/src/structure.ts +70 -5
- package/src/studio.ts +72 -10
- package/src/vision.ts +8 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': '문서 URL 복사',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': '작업 준비되지 않음',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': '이 문서는 아직 존재하지 않거나 이미 삭제되었습니다',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': '삭제',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': '삭제 중…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n '마지막으로 발행된 이후의 모든 변경 사항을 버리시겠습니까?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': '이 문서에는 발행되지 않은 변경 사항이 없습니다',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': '이 문서는 발행되지 않았습니다',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': '작업 준비가 되지 않았습니다',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': '변경 사항 버리기',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': '작업 준비가 되지 않았습니다',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n '이 문서는 아직 존재하지 않아 복제할 것이 없습니다',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': '복제',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': '복제 중…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': '이미 게시됨',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': '{{timeSincePublished}} 전에 게시됨',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': '작업 준비되지 않음',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': '게시',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': '게시',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n '이 문서 유형에 라이브 편집이 활성화되어 있어 게시할 수 없습니다',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n '이 콘텐츠 유형에 대해 라이브 편집이 활성화되어 있으며 변경 사항을 만들 때 자동으로 게시됩니다',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': '게시되지 않은 변경 사항 없음',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': '게시됨',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': '게시 중…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n '게시하기 전에 수정해야 할 유효성 검사 오류가 있습니다',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': '게시하기 전에 작업이 완료될 때까지 기다리는 중',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': '이 문서를 복원하시겠습니까?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': '초기 버전으로 복원할 수 없습니다',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': '복원',\n /** Default tooltip for the action */\n 'action.restore.tooltip': '이 버전으로 복원',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': '이 문서는 발행되지 않았습니다',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': '작업 준비가 되지 않았습니다',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': '발행 취소',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n '이 문서는 라이브 편집이 활성화되어 있어서 비공개 처리할 수 없습니다',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n '아카이브된 <VersionBadge>릴리스</VersionBadge>의 일부로서 읽기 전용 문서를 보고 있습니다. 편집할 수 없습니다',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': '가장 최근 버전 복원',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': '이 문서는 삭제되었습니다.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': '이 문서 유형은 더 이상 사용되지 않습니다.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': '초안 버리기',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': '편집을 계속하려면 게시',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n '타입 <strong>{{schemaType}}</strong>에 <code>liveEdit</code>가 활성화되어 있지만, 이 문서의 초안 버전이 존재합니다. 라이브 편집을 계속하려면 초안을 게시하거나 버려야 합니다.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n '귀하의 역할 <Roles/>은 이 문서를 생성할 권한이 없습니다.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n '귀하의 역할 <Roles/>은 이 문서를 업데이트할 권한이 없습니다.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': '편집 요청이 전송되었습니다',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': '편집 요청하기',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.published-release.description':\n '<VersionBadge>릴리스</VersionBadge>의 일부로서 발행된 읽기 전용 문서를 보고 있습니다. 편집할 수 없습니다',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': '참조 다시 불러오기',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n '이 참조는 당신이 열었을 때부터 변경되었습니다.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': '참조 닫기',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n '이 참조는 당신이 열었을 때부터 제거되었습니다.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': '릴리스에 추가',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': '<Label>{{title}}</Label> 릴리스에 포함되지 않았습니다.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': '새로운 {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': '제목 없음',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': '문서 작업 열기',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': '문서 작업',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': '오른쪽으로 창 분할',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': '오른쪽으로 창 분할',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': '분할 창 닫기',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': '창 그룹 닫기',\n\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': '에서',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': '역사',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': '변경 사항 검토',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': '까지',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': '취소',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1개의 문서',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}}개의 문서',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': '데이터셋: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': '데이터셋: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': '사용할 수 없는 데이터셋',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': '사용할 수 없는 데이터셋들',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '다른 데이터셋에 있는 {{documentCount}}',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other':\n '{{count}}개의 데이터셋에 있는 {{documentCount}}',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': '클립보드에 ID 복사',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': '데이터셋',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': '문서 ID',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': '클립보드에 문서 ID가 복사되었습니다!',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed': '문서 ID 복사 실패',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': '프로젝트 ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': '그래도 삭제하기',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': '그래도 발행 취소하기',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': '지금 삭제하기',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': '지금 발행 취소하기',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n '“<DocumentTitle/>”을(를) 정말로 삭제하시겠습니까?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n '“<DocumentTitle/>”의 발행을 정말로 취소하시겠습니까?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': '참조 문서를 로딩하는 동안 오류가 발생했습니다.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': '재시도',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': '오류',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': '문서를 삭제하시겠습니까?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': '문서 발행을 취소하시겠습니까?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': '참조 중인 문서를 검색하는 중…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '표시되지 않는 1개의 다른 참조',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '표시되지 않는 {{count}}개의 다른 참조들',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n '관련 데이터셋에 대한 액세스 토큰이 누락되어 이 참조들의 메타데이터를 표시할 수 없습니다.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': '미리보기를 사용할 수 없음',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n '이 문서를 삭제하면, 이 문서를 참조하는 다른 문서들은 더 이상 접근할 수 없게 됩니다.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n '이 문서의 발행을 취소하면, 이 문서를 참조하는 다른 문서들은 더 이상 접근할 수 없게 됩니다.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1개의 문서가 “<DocumentTitle/>”을(를) 참조하고 있습니다',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}}개의 문서가 “<DocumentTitle/>”을(를) 참조하고 있습니다',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n '다음 문서들이 “<DocumentTitle/>”을(를) 참조하고 있기 때문에 삭제가 불가능할 수 있습니다:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n '다음 문서들이 “<DocumentTitle/>”을(를) 참조하고 있기 때문에 발행 취소가 불가능할 수 있습니다:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': '취소',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': '확인',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': '콘텐츠',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': '오류: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': '제목 없음',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': '알 수 없는 스키마 유형: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': '닫기',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': '<DocumentTitle/> 검사 중',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': '값 없음',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': '검사',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': '검색',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': '파싱됨',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': '원시 JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': '이 양식은 숨겨져 있습니다',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': '제목 없음',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': '문서를 불러오는 중…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n '문서가 동기화되는 동안 잠시만 기다려 주세요. 이는 보통 문서가 게시된 직후에 발생하며, 몇 초 이상 걸리지 않아야 합니다',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': '문서 동기화 중…',\n\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': '<VersionBadge>{{releaseTitle}}</VersionBadge> 문서 검사',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': '<VersionBadge>드래프트</VersionBadge> 문서 열기',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': '<VersionBadge>{{releaseTitle}}</VersionBadge> 릴리스 열기',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': '로딩 중…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': '액션',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': '레이아웃',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': '정렬',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': '간략한 보기',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': '상세 보기',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': '생성 순으로 정렬',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': '마지막 편집 순으로 정렬',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': '문서 유형 추가하는 방법 알아보기 →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle': '스키마에 최소한 하나의 문서 유형을 정의해 주세요.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': '문서 유형 없음',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': '뒤로',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': '메뉴 보기',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': '생성',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': '새 문서 만들기',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': '권한 부족',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': '<RelativeTime/>에 편집됨',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': '발행되지 않은 편집 없음',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': '문서: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n '해당 타입에 대한 스키마를 찾을 수 없음 <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': '<RelativeTime/>에 발행됨',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': '발행된 편집 없음',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': '오류: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': '새로운 {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': '제목 없음',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': '오류: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': '목록 항목을 가져오지 못했습니다',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': '최대 {{limit}}개의 문서를 표시합니다',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': '이 유형의 문서가 없습니다',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': '결과가 없습니다',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': '일치하는 문서가 없습니다',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': '목록 검색',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': '목록 검색',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': '세부 정보',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': '{{context}} 동안 오류가 발생했습니다',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n '이 문서를 삭제하려고 시도하는 중에 오류가 발생했습니다. 이는 다른 문서가 이 문서를 참조하고 있음을 의미합니다.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n '이 문서의 발행 취소를 시도하는 중에 오류가 발생했습니다. 이는 다른 문서가 이 문서를 참조하고 있음을 의미합니다.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n '문서에 {{context}}를 성공적으로 수행했습니다',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n '문서 URL이 클립보드에 복사되었습니다',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong>가 릴리스에 추가되었습니다',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': '문서가 성공적으로 삭제되었습니다',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n '마지막 발행 이후의 모든 변경 사항이 이제 폐기되었습니다. 폐기된 초안은 여전히 기록에서 복구할 수 있습니다',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n '문서가 성공적으로 복제되었습니다',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': '문서가 발행되었습니다',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong>이(가) 복원되었습니다',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n '문서의 발행이 취소되었습니다. 최신 발행 버전에서 초안이 생성되었습니다.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': '제목 없음',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': '연결이 끊겼습니다. 재연결 중…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': '문서를 불러오는 중…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n '문서 유형이 정의되지 않았으며, <Code>{{id}}</Code> 식별자를 가진 문서를 찾을 수 없습니다.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': '문서를 찾을 수 없습니다',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n '이 문서는 <Code>{{documentType}}</Code> 스키마 유형을 가지고 있으며, 이는 로컬 콘텐츠 스튜디오 스키마에 유형으로 정의되어 있지 않습니다.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n '알 수 없는 문서 유형: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n '이 문서는 존재하지 않으며, 이에 대한 스키마 유형이 지정되지 않았습니다.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': '로딩 중…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': '여전히 로딩 중…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n '구조 항목에 필요한 <Code>type</Code> 속성이 누락되었습니다.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': '알 수 없는 패널 유형',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n '알려지지 않은 엔티티인 <Code>{{type}}</Code> 유형의 구조 항목입니다.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': '미리보기 열기',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': '요청 보내기',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n '귀하의 요청은 프로젝트 관리자에게 전송될 것입니다. 원한다면, 메모를 추가할 수도 있습니다',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': '편집 접근 요청하기',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': '원한다면, 메모를 추가할 수 있습니다',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': '메모 추가...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text': '이 프로젝트에 대한 접근 요청이 거부되었습니다.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n '모든 프로젝트에 대한 역할 요청 한도에 도달했습니다. 더 많은 요청을 하기 전에 기다리거나 관리자에게 도움을 요청하세요.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': '저장됨',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': '저장 중...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label': '마지막 발행 {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip': '마지막 발행 <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n '마지막 업데이트 {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': '마지막 업데이트 <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': '변경 사항 검토',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': '저장됨!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': '저장 중...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': '변경 사항 저장됨',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': '변경 사항 검토',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': '문서 보기',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': '오류',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': '구조를 읽는 동안 오류가 발생했습니다',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': '다시 로드',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': '구조 경로',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': '작업 메뉴 열기',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': '작업',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': '접기',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': '펼치기',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': '문서 URL 복사',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': '작업 준비되지 않음',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': '이 문서는 아직 존재하지 않거나 이미 삭제되었습니다',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': '삭제',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': '삭제 중…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip': undefined, // 'Some document actions are disabled for documents linked to Canvas'\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n '마지막으로 발행된 이후의 모든 변경 사항을 버리시겠습니까?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': '이 문서에는 발행되지 않은 변경 사항이 없습니다',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': '이 문서는 발행되지 않았습니다',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': '작업 준비가 되지 않았습니다',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': '변경 사항 버리기',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': '작업 준비가 되지 않았습니다',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n '이 문서는 아직 존재하지 않아 복제할 것이 없습니다',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': '복제',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': '복제 중…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': '이미 게시됨',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': '{{timeSincePublished}} 전에 게시됨',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': '작업 준비되지 않음',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': '게시',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': '게시',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': '게시',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n '이 문서 유형에 라이브 편집이 활성화되어 있어 게시할 수 없습니다',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n '이 콘텐츠 유형에 대해 라이브 편집이 활성화되어 있으며 변경 사항을 만들 때 자동으로 게시됩니다',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': '게시되지 않은 변경 사항 없음',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': '게시됨',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': '게시 중…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n '게시하기 전에 수정해야 할 유효성 검사 오류가 있습니다',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': '게시하기 전에 작업이 완료될 때까지 기다리는 중',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': '이 문서를 복원하시겠습니까?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': '초기 버전으로 복원할 수 없습니다',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': '복원',\n /** Default tooltip for the action */\n 'action.restore.tooltip': '이 버전으로 복원',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': '이 문서는 발행되지 않았습니다',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': '작업 준비가 되지 않았습니다',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': '발행 취소',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n '이 문서는 라이브 편집이 활성화되어 있어서 비공개 처리할 수 없습니다',\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n '아카이브된 <VersionBadge>릴리스</VersionBadge>의 일부로서 읽기 전용 문서를 보고 있습니다. 편집할 수 없습니다',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': '가장 최근 버전 복원',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': '이 문서는 삭제되었습니다.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': '이 문서 유형은 더 이상 사용되지 않습니다.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': '초안 버리기',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': '편집을 계속하려면 게시',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n '타입 <strong>{{schemaType}}</strong>에 <code>liveEdit</code>가 활성화되어 있지만, 이 문서의 초안 버전이 존재합니다. 라이브 편집을 계속하려면 초안을 게시하거나 버려야 합니다.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n '귀하의 역할 <Roles/>은 이 문서를 생성할 권한이 없습니다.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n '귀하의 역할 <Roles/>은 이 문서를 업데이트할 권한이 없습니다.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': '편집 요청이 전송되었습니다',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': '편집 요청하기',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n '<VersionBadge>릴리스</VersionBadge>의 일부로서 발행된 읽기 전용 문서를 보고 있습니다. 편집할 수 없습니다',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': '참조 다시 불러오기',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n '이 참조는 당신이 열었을 때부터 변경되었습니다.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': '참조 닫기',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n '이 참조는 당신이 열었을 때부터 제거되었습니다.',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': '릴리스에 추가',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': '릴리스를 열어 편집하기',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n '릴리스에 문서를 추가하는 동안 오류가 발생했습니다: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': '릴리스에 문서 추가 오류',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': '문서는 오직',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': '릴리스에만 존재합니다',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n '이 문서는 <VersionBadge/> 릴리스의 일부이며 {{count}}개의 릴리스가 더 있습니다',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n '이 문서는 <VersionBadge/> 릴리스의 일부입니다',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': '<Label>{{title}}</Label> 릴리스에 포함되지 않았습니다.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n '릴리스에 문서가 추가될 때까지 잠시만 기다려 주십시오. 몇 초 이상 걸리지 않을 것입니다.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': '릴리스에 문서 추가 중…',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n '이 문서는 <VersionBadge>{{title}}</VersionBadge> 릴리스의 일부로 발행 취소될 예정입니다',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': '새로운 {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': '제목 없음',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': '문서 작업 열기',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': '문서 작업',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': '오른쪽으로 창 분할',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': '오른쪽으로 창 분할',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': '분할 창 닫기',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': '창 그룹 닫기',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': undefined, // 'Edit in Canvas'\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': undefined, // 'This draft document is linked to Canvas'\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': undefined, // 'This live document is linked to Canvas'\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': undefined, // 'This version document is linked to Canvas'\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': undefined, // 'Learn more'\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description': undefined, // 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.'\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': undefined, // 'Idea first authoring'\n\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': '에서',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': '역사',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': '변경 사항 검토',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': '까지',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam': '\"{{input}}\"는 지원되지 않는 문서 비교 모드입니다.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': '다음 문서 매개변수가 유효하지 않습니다.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': '문서 비교 불가',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam': '이전 문서 매개변수가 유효하지 않습니다.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason': undefined, // 'There are no other versions of this document to compare.'\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': '버전 비교',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': '초안',\n /** The string used to label published documents */\n 'compare-versions.status.published': '게시됨',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': '버전 비교',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': '취소',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1개의 문서',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}}개의 문서',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': '데이터셋: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': '데이터셋: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': '사용할 수 없는 데이터셋',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': '사용할 수 없는 데이터셋들',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '다른 데이터셋에 있는 {{documentCount}}',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other':\n '{{count}}개의 데이터셋에 있는 {{documentCount}}',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': '클립보드에 ID 복사',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': '데이터셋',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': '문서 ID',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed': '문서 ID 복사 실패',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': '프로젝트 ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': '그래도 삭제하기',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': '그래도 발행 취소하기',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': '지금 삭제하기',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': '지금 발행 취소하기',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n '“<DocumentTitle/>”을(를) 정말로 삭제하시겠습니까?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n '“<DocumentTitle/>”의 발행을 정말로 취소하시겠습니까?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text': '참조 문서를 로딩하는 동안 오류가 발생했습니다.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': '재시도',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': '오류',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': '문서를 삭제하시겠습니까?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': '문서 발행을 취소하시겠습니까?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': '참조 중인 문서를 검색하는 중…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '표시되지 않는 1개의 다른 참조',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '표시되지 않는 {{count}}개의 다른 참조들',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n '관련 데이터셋에 대한 액세스 토큰이 누락되어 이 참조들의 메타데이터를 표시할 수 없습니다.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': '미리보기를 사용할 수 없음',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n '이 문서를 삭제하면, 이 문서를 참조하는 다른 문서들은 더 이상 접근할 수 없게 됩니다.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n '이 문서의 발행을 취소하면, 이 문서를 참조하는 다른 문서들은 더 이상 접근할 수 없게 됩니다.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1개의 문서가 “<DocumentTitle/>”을(를) 참조하고 있습니다',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}}개의 문서가 “<DocumentTitle/>”을(를) 참조하고 있습니다',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n '다음 문서들이 “<DocumentTitle/>”을(를) 참조하고 있기 때문에 삭제가 불가능할 수 있습니다:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n '다음 문서들이 “<DocumentTitle/>”을(를) 참조하고 있기 때문에 발행 취소가 불가능할 수 있습니다:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': '취소',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': '확인',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': '콘텐츠',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': '오류: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': '제목 없음',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': '알 수 없는 스키마 유형: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': '닫기',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': '<DocumentTitle/> 검사 중',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': '값 없음',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': '검사',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': '검색',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': '파싱됨',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': '원시 JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': '이 양식은 숨겨져 있습니다',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': '제목 없음',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': '문서를 불러오는 중…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n '문서가 동기화되는 동안 잠시만 기다려 주세요. 이는 보통 문서가 게시된 직후에 발생하며, 몇 초 이상 걸리지 않아야 합니다',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': '문서 동기화 중…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': undefined, // 'Add to favorites'\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': undefined, // 'Remove from favorites'\n\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': '<VersionBadge>{{releaseTitle}}</VersionBadge> 문서 검사',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': '<VersionBadge>드래프트</VersionBadge> 문서 열기',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': '<VersionBadge>{{releaseTitle}}</VersionBadge> 릴리스 열기',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': '로딩 중…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': '액션',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': '레이아웃',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': '정렬',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': '간략한 보기',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': '상세 보기',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': '생성 순으로 정렬',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': '마지막 편집 순으로 정렬',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': '문서 유형 추가하는 방법 알아보기 →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle': '스키마에 최소한 하나의 문서 유형을 정의해 주세요.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': '문서 유형 없음',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': '뒤로',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': '메뉴 보기',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': '생성',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': '새 문서 만들기',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': '권한 부족',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': '<RelativeTime/>에 편집됨',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': '발행되지 않은 편집 없음',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': '문서: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n '해당 타입에 대한 스키마를 찾을 수 없음 <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': '<RelativeTime/>에 발행됨',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': '발행된 편집 없음',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': '오류: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': '새로운 {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': '제목 없음',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': '오류: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': '목록 항목을 가져오지 못했습니다',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': '최대 {{limit}}개의 문서를 표시합니다',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': '이 유형의 문서가 없습니다',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': '결과가 없습니다',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': '일치하는 문서가 없습니다',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': '목록 검색',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': '목록 검색',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': '세부 정보',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': '{{context}} 동안 오류가 발생했습니다',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n '이 문서를 삭제하려고 시도하는 중에 오류가 발생했습니다. 이는 다른 문서가 이 문서를 참조하고 있음을 의미합니다.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n '이 문서의 발행 취소를 시도하는 중에 오류가 발생했습니다. 이는 다른 문서가 이 문서를 참조하고 있음을 의미합니다.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n '문서에 {{context}}를 성공적으로 수행했습니다',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n '문서 URL이 클립보드에 복사되었습니다',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong>가 릴리스에 추가되었습니다',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': '문서가 성공적으로 삭제되었습니다',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n '마지막 발행 이후의 모든 변경 사항이 이제 폐기되었습니다. 폐기된 초안은 여전히 기록에서 복구할 수 있습니다',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n '문서가 성공적으로 복제되었습니다',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': '문서가 발행되었습니다',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong>이(가) 복원되었습니다',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n '문서의 발행이 취소되었습니다. 최신 발행 버전에서 초안이 생성되었습니다.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': '제목 없음',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': '문서를 불러오는 중…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n '문서 유형이 정의되지 않았으며, <Code>{{id}}</Code> 식별자를 가진 문서를 찾을 수 없습니다.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': '문서를 찾을 수 없습니다',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n '이 문서는 <Code>{{documentType}}</Code> 스키마 유형을 가지고 있으며, 이는 로컬 콘텐츠 스튜디오 스키마에 유형으로 정의되어 있지 않습니다.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n '알 수 없는 문서 유형: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n '이 문서는 존재하지 않으며, 이에 대한 스키마 유형이 지정되지 않았습니다.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': '로딩 중…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': '여전히 로딩 중…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n '구조 항목에 필요한 <Code>type</Code> 속성이 누락되었습니다.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': '알 수 없는 패널 유형',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n '알려지지 않은 엔티티인 <Code>{{type}}</Code> 유형의 구조 항목입니다.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': '미리보기 열기',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': '요청 보내기',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n '귀하의 요청은 프로젝트 관리자에게 전송될 것입니다. 원한다면, 메모를 추가할 수도 있습니다',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': '편집 접근 요청하기',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': '원한다면, 메모를 추가할 수 있습니다',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': '메모 추가...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text': '이 프로젝트에 대한 접근 요청이 거부되었습니다.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n '모든 프로젝트에 대한 역할 요청 한도에 도달했습니다. 더 많은 요청을 하기 전에 기다리거나 관리자에게 도움을 요청하세요.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': '저장됨',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': '저장 중...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label': '마지막 발행 {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip': '마지막 발행 <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n '마지막 업데이트 {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': '마지막 업데이트 <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': '변경 사항 검토',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': '저장됨!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': '저장 중...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': '변경 사항 저장됨',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': '변경 사항 검토',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': '문서 보기',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': '오류',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': '구조를 읽는 동안 오류가 발생했습니다',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': '다시 로드',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': '구조 경로',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': '작업 메뉴 열기',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': '작업',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': '접기',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': '펼치기',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** "Disabled" status for auto-updates in About-dialog */
|
|
4
|
+
"about-dialog.version-info.auto-updates.disabled": void 0,
|
|
5
|
+
// 'Disabled'
|
|
6
|
+
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
|
+
"about-dialog.version-info.auto-updates.enabled": void 0,
|
|
8
|
+
// 'Enabled'
|
|
9
|
+
/** "Auto Updates" status header in About-dialog */
|
|
10
|
+
"about-dialog.version-info.auto-updates.header": void 0,
|
|
11
|
+
// 'Auto Updates'
|
|
12
|
+
/** "How to enable" next to Disabled state for Auto updates in about dialog */
|
|
13
|
+
"about-dialog.version-info.auto-updates.how-to-enable": void 0,
|
|
14
|
+
// 'How to enable'
|
|
15
|
+
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
16
|
+
"about-dialog.version-info.copy-to-clipboard-button.copied-text": void 0,
|
|
17
|
+
// 'Copied to Clipboard. Happy pasting!'
|
|
18
|
+
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
19
|
+
"about-dialog.version-info.copy-to-clipboard-button.text": void 0,
|
|
20
|
+
// 'Copy to Clipboard'
|
|
21
|
+
/** "Current version" header in about dialog */
|
|
22
|
+
"about-dialog.version-info.current-version.header": void 0,
|
|
23
|
+
// 'Current version'
|
|
24
|
+
/** "How to upgrade" link text */
|
|
25
|
+
"about-dialog.version-info.how-to-upgrade": void 0,
|
|
26
|
+
// 'How to upgrade'
|
|
27
|
+
/** "Latest version" header in about dialog */
|
|
28
|
+
"about-dialog.version-info.latest-version.header": void 0,
|
|
29
|
+
// 'Latest version'
|
|
30
|
+
/** "Latest version" header in about dialog */
|
|
31
|
+
"about-dialog.version-info.latest-version.text": void 0,
|
|
32
|
+
// 'Latest version is {{latestVersion}}'
|
|
33
|
+
/** "Up to date" status in About-dialog */
|
|
34
|
+
"about-dialog.version-info.up-to-date": void 0,
|
|
35
|
+
// 'Up to date'
|
|
36
|
+
/** "User agent" header in About-dialog */
|
|
37
|
+
"about-dialog.version-info.user-agent.header": void 0,
|
|
38
|
+
// 'User agent'
|
|
3
39
|
/** The text used in the tooltip shown in the dialog close button */
|
|
4
40
|
"announcement.dialog.close": "\uB2EB\uAE30",
|
|
5
41
|
/** Aria label to be used in the dialog close button */
|
|
@@ -50,11 +86,20 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
50
86
|
"asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed": "\uC774 \uC774\uBBF8\uC9C0\uB294 \uC0AC\uC6A9 \uC911\uC774\uAE30 \uB54C\uBB38\uC5D0 \uC0AD\uC81C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uD558\uB824\uBA74 \uBA3C\uC800 \uBAA8\uB4E0 \uC0AC\uC6A9\uC744 \uC81C\uAC70\uD574\uC57C \uD569\uB2C8\uB2E4.",
|
|
51
87
|
/** Text shown when the list of assets only include a specific set of types */
|
|
52
88
|
"asset-source.dialog.accept-message": "\uD5C8\uC6A9\uB41C \uC720\uD615\uC758 \uC790\uC0B0\uB9CC \uD45C\uC2DC: <strong>{{acceptTypes}}</strong>",
|
|
89
|
+
/** Select asset dialog cancel-button */
|
|
90
|
+
"asset-source.dialog.button.cancel": void 0,
|
|
91
|
+
// 'Cancel'
|
|
92
|
+
/** Select asset dialog select-button */
|
|
93
|
+
"asset-source.dialog.button.select": void 0,
|
|
94
|
+
// 'Select'
|
|
53
95
|
/** Keys shared between both image asset source and file asset source */
|
|
54
96
|
/** Select asset dialog title for files */
|
|
55
97
|
"asset-source.dialog.default-title_file": "\uD30C\uC77C \uC120\uD0DD",
|
|
56
98
|
/** Select asset dialog title for images */
|
|
57
99
|
"asset-source.dialog.default-title_image": "\uC774\uBBF8\uC9C0 \uC120\uD0DD",
|
|
100
|
+
/** Insert asset error */
|
|
101
|
+
"asset-source.dialog.insert-asset-error": void 0,
|
|
102
|
+
// 'Error inserting asset. See the console for more information.'
|
|
58
103
|
/** Select asset dialog load more items */
|
|
59
104
|
"asset-source.dialog.load-more": "\uB354 \uB9CE\uC774 \uBD88\uB7EC\uC624\uAE30",
|
|
60
105
|
/** Text shown when selecting a file but there's no files to select from */
|
|
@@ -80,6 +125,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
80
125
|
"asset-source.image.asset-list.delete-successful": "\uC774\uBBF8\uC9C0\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
81
126
|
/** Text displayed on button or menu invoking the image asset source */
|
|
82
127
|
"asset-source.image.title": "\uC5C5\uB85C\uB4DC\uB41C \uC774\uBBF8\uC9C0\uB4E4",
|
|
128
|
+
/** Built in asset source usage texts */
|
|
83
129
|
"asset-source.usage-list.documents-using-file_named_one": "\uD558\uB098\uC758 \uBB38\uC11C\uAC00 \uD30C\uC77C <code>{{filename}}</code>\uC744 \uC0AC\uC6A9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4",
|
|
84
130
|
"asset-source.usage-list.documents-using-file_named_other": "{{count}}\uAC1C\uC758 \uBB38\uC11C\uB4E4\uC774 \uD30C\uC77C <code>{{filename}}</code>\uC744 \uC0AC\uC6A9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4",
|
|
85
131
|
/** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/
|
|
@@ -96,6 +142,21 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
96
142
|
"asset-source.usage-list.documents-using-image_unnamed_other": "{{count}}\uAC1C\uC758 \uBB38\uC11C\uB4E4\uC774 \uC774 \uC774\uBBF8\uC9C0\uB97C \uC0AC\uC6A9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4",
|
|
97
143
|
/** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
|
|
98
144
|
"asset-source.usage-list.documents-using-image_unnamed_zero": "\uC774 \uC774\uBBF8\uC9C0\uB97C \uC0AC\uC6A9\uD558\uB294 \uBB38\uC11C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
145
|
+
/** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
|
|
146
|
+
"asset-sources.common.uploader.upload-failed.description": void 0,
|
|
147
|
+
// 'See the console for more information.'
|
|
148
|
+
"asset-sources.common.uploader.upload-failed.title": void 0,
|
|
149
|
+
// 'Upload failed'
|
|
150
|
+
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
|
|
151
|
+
"asset-sources.dataset.file.title": void 0,
|
|
152
|
+
// 'Workspace files'
|
|
153
|
+
"asset-sources.dataset.image.title": void 0,
|
|
154
|
+
// 'Workspace images'
|
|
155
|
+
/** Menu Items for Media Library Asset Source */
|
|
156
|
+
"asset-sources.media-library.file.title": void 0,
|
|
157
|
+
// 'Media Library'
|
|
158
|
+
"asset-sources.media-library.image.title": void 0,
|
|
159
|
+
// 'Media Library'
|
|
99
160
|
/** Label when a release has been deleted by a different user */
|
|
100
161
|
"banners.deleted-bundle-banner.text": "'<strong>{{title}}</strong>' \uB9B4\uB9AC\uC2A4\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",
|
|
101
162
|
/** Action message for navigating to next month */
|
|
@@ -116,10 +177,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
116
177
|
"calendar.action.go-to-yesterday": "\uC5B4\uC81C",
|
|
117
178
|
/** Label for switch that controls whether or not to include time in given timestamp */
|
|
118
179
|
"calendar.action.include-time-label": "\uC2DC\uAC04 \uD3EC\uD568",
|
|
119
|
-
/** Action message for selecting the
|
|
120
|
-
"calendar.action.select-
|
|
121
|
-
|
|
122
|
-
"calendar.action.select-minute": "\uBD84 \uC120\uD0DD",
|
|
180
|
+
/** Action message for selecting the time */
|
|
181
|
+
"calendar.action.select-time": void 0,
|
|
182
|
+
// 'Select time'
|
|
123
183
|
/** Action message for setting to the current time */
|
|
124
184
|
"calendar.action.set-to-current-time": "\uD604\uC7AC \uC2DC\uAC04\uC73C\uB85C \uC124\uC815",
|
|
125
185
|
/** 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 */
|
|
@@ -333,6 +393,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
333
393
|
"document-status.published": "{{date}}\uC5D0 \uAC8C\uC2DC\uB428",
|
|
334
394
|
/** Label to show in the document footer indicating the revision from date of the document */
|
|
335
395
|
"document-status.revision-from": "\uAC1C\uC815 <em>{{date}}</em>",
|
|
396
|
+
/** Label to indicate that a document type was not found */
|
|
397
|
+
"document.type.not-found": void 0,
|
|
398
|
+
// 'Document type "{{type}}" not found'
|
|
336
399
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
337
400
|
"form.error.duplicate-keys-alert.details.additional-description": "<code>_key</code> \uC18D\uC131\uC758 \uAC12\uC740 \uACE0\uC720\uD55C \uBB38\uC790\uC5F4\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.",
|
|
338
401
|
/** 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. */
|
|
@@ -385,6 +448,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
385
448
|
"form.field.deprecated-label": "\uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC74C",
|
|
386
449
|
/** Fallback title shown above field if it has no defined title */
|
|
387
450
|
"form.field.untitled-field-label": "\uC81C\uBAA9 \uC5C6\uC74C",
|
|
451
|
+
/** The title of the reconnecting toast */
|
|
452
|
+
"form.reconnecting.toast.title": "\uC5F0\uACB0\uC774 \uB04A\uACBC\uC2B5\uB2C8\uB2E4. \uC7AC\uC5F0\uACB0 \uC911\u2026",
|
|
388
453
|
/** Accessibility label for the icon that indicates the field has a validation error */
|
|
389
454
|
"form.validation.has-error-aria-label": "\uC624\uB958\uAC00 \uC788\uC74C",
|
|
390
455
|
/** Accessibility label for the icon that indicates the field has validation information */
|
|
@@ -423,6 +488,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
423
488
|
"help-resources.title": "\uB3C4\uC6C0\uB9D0 \uBC0F \uB9AC\uC18C\uC2A4",
|
|
424
489
|
/** Text for button to cancel an ongoing upload */
|
|
425
490
|
"input.files.common.cancel-upload": "\uC5C5\uB85C\uB4DC \uCDE8\uC18C",
|
|
491
|
+
/** Text for menuitem upload button default asset source */
|
|
492
|
+
"input.files.common.upload-placeholder.file-input-button.default-source.badge": void 0,
|
|
493
|
+
// 'Default'
|
|
426
494
|
/** Text for file input button in upload placeholder */
|
|
427
495
|
"input.files.common.upload-placeholder.file-input-button.text": "\uC5C5\uB85C\uB4DC",
|
|
428
496
|
/** Uploading <FileName/> */
|
|
@@ -553,6 +621,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
553
621
|
"inputs.files.common.placeholder.drop-to-upload_image": "\uC774\uBBF8\uC9C0 \uC5C5\uB85C\uB4DC\uB97C \uC704\uD574 \uB193\uAE30",
|
|
554
622
|
/** Read only */
|
|
555
623
|
"inputs.files.common.placeholder.read-only": "\uC77D\uAE30 \uC804\uC6A9",
|
|
624
|
+
/** Select asset source destination for files to upload */
|
|
625
|
+
"inputs.files.common.placeholder.select-asset-source-upload-destination": void 0,
|
|
626
|
+
// 'Upload files to:'
|
|
556
627
|
/** Can't upload files here */
|
|
557
628
|
"inputs.files.common.placeholder.upload-not-supported": "\uC5EC\uAE30\uC5D0 \uD30C\uC77C\uC744 \uC5C5\uB85C\uB4DC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
558
629
|
/** Clear upload */
|
|
@@ -847,6 +918,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
847
918
|
"inputs.reference.error.nonexistent-document.clear-button-label": "\uC9C0\uC6B0\uAE30",
|
|
848
919
|
/** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
|
|
849
920
|
"inputs.reference.error.search-failed-title": "\uCC38\uC870 \uAC80\uC0C9 \uC2E4\uD328",
|
|
921
|
+
/** Label for when the GDR points to an invalid type */
|
|
922
|
+
"inputs.reference.global.invalid-type": void 0,
|
|
923
|
+
// 'The referenced document is of invalid type ({{typeName}})'
|
|
850
924
|
/** Alternative text for the image shown in cross-dataset reference input */
|
|
851
925
|
"inputs.reference.image-preview-alt-text": "\uCC38\uC870\uB41C \uBB38\uC11C\uC758 \uC774\uBBF8\uC9C0 \uBBF8\uB9AC\uBCF4\uAE30",
|
|
852
926
|
/** 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 */
|
|
@@ -968,7 +1042,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
968
1042
|
* when there are templates/types available for creation
|
|
969
1043
|
*/
|
|
970
1044
|
"new-document.create-new-document-label": "\uC0C8 \uBB38\uC11C\u2026",
|
|
971
|
-
/** Tooltip message for add document button when the selected perspective is
|
|
1045
|
+
/** Tooltip message for add document button when the selected perspective is published */
|
|
1046
|
+
"new-document.disabled-published.tooltip": "\uBC1C\uD589\uB41C \uBB38\uC11C\uB97C \uC0C8\uB85C \uC0DD\uC131\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
1047
|
+
/** Tooltip message for add document button when the selected perspective is for inactive release */
|
|
972
1048
|
"new-document.disabled-release.tooltip": "\uC774 \uB9B4\uB9AC\uC2A4\uC5D0 \uBB38\uC11C\uB97C \uCD94\uAC00\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
973
1049
|
/** Placeholder for the "filter" input within the new document menu */
|
|
974
1050
|
"new-document.filter-placeholder": "\uD544\uD130",
|
|
@@ -1027,10 +1103,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1027
1103
|
"release.action.discard-version": "\uBC84\uC804 \uBC84\uB9AC\uAE30",
|
|
1028
1104
|
/** Description for toast when version discarding failed */
|
|
1029
1105
|
"release.action.discard-version.failure": "\uBC84\uC804 \uBC84\uB9AC\uAE30\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",
|
|
1030
|
-
/** Description for toast when version deletion is successfully discarded */
|
|
1031
|
-
"release.action.discard-version.success": "<strong>{{title}}</strong> \uBC84\uC804\uC774 \uC131\uACF5\uC801\uC73C\uB85C \uBC84\uB824\uC84C\uC2B5\uB2C8\uB2E4",
|
|
1032
1106
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1033
1107
|
"release.action.new-release": "\uC0C8 \uB9B4\uB9AC\uC2A4",
|
|
1108
|
+
/** Tooltip message for not having permissions for creating new releases */
|
|
1109
|
+
"release.action.permission.error": "\uC774 \uC791\uC5C5\uC744 \uC218\uD589\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
1034
1110
|
/** Error message for when a version is set to be unpublished */
|
|
1035
1111
|
"release.action.unpublish-version.failure": "\uB9B4\uB9AC\uC2A4\uC5D0\uC11C \uBC84\uC804\uC744 \uBE44\uACF5\uAC1C\uB85C \uC124\uC815\uD558\uB294 \uB370 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",
|
|
1036
1112
|
/** Action message for when a version is set to be unpublished successfully */
|
|
@@ -1045,6 +1121,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1045
1121
|
"release.chip.global.drafts": "\uCD08\uC548\uB4E4",
|
|
1046
1122
|
/** Label for Published chip in document header */
|
|
1047
1123
|
"release.chip.published": "\uAC8C\uC2DC\uB428",
|
|
1124
|
+
/** Label for tooltip in chip when document is in an archived release */
|
|
1125
|
+
"release.chip.tooltip.archived": void 0,
|
|
1126
|
+
// 'This release is archived and cannot be edited.'
|
|
1048
1127
|
/** Label for tooltip in chip with the created date */
|
|
1049
1128
|
"release.chip.tooltip.created-date": "\uC0DD\uC131\uB41C \uB0A0\uC9DC {{date}}",
|
|
1050
1129
|
/** Label for tooltip in draft chip when it's a live edit document */
|
|
@@ -1067,6 +1146,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1067
1146
|
"release.deleted-tooltip": "\uC774 \uB9B4\uB9AC\uC2A4\uB294 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1068
1147
|
/** Title for copying version to a new release dialog */
|
|
1069
1148
|
"release.dialog.copy-to-release.title": "\uC0C8 \uB9B4\uB9AC\uC2A4\uC5D0 \uBC84\uC804 \uBCF5\uC0AC",
|
|
1149
|
+
/** Title for action create a release */
|
|
1150
|
+
"release.dialog.create.confirm": void 0,
|
|
1151
|
+
// 'Create release'
|
|
1070
1152
|
/** Title for creating releases dialog */
|
|
1071
1153
|
"release.dialog.create.title": "\uB9B4\uB9AC\uC2A4 \uC0DD\uC131",
|
|
1072
1154
|
/** Label for description in tooltip to explain release types */
|
|
@@ -1076,7 +1158,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1076
1158
|
/** Title for tooltip to explain release time */
|
|
1077
1159
|
"release.dialog.tooltip.title": "\uB9B4\uB9AC\uC2A4\uC758 \uB300\uB7B5\uC801\uC778 \uC2DC\uAC04",
|
|
1078
1160
|
/** The placeholder text when the release doesn't have a description */
|
|
1079
|
-
"release.form.
|
|
1161
|
+
"release.form.placeholder-describe-release": "\uB9B4\uB9AC\uC2A4\uB97C \uC124\uBA85\uD558\uC138\uC694\u2026",
|
|
1080
1162
|
/** Tooltip for button to hide release visibility */
|
|
1081
1163
|
"release.layer.hide": "\uB9B4\uB9AC\uC2A4 \uC228\uAE30\uAE30",
|
|
1082
1164
|
/** Label for draft perspective in navbar */
|
|
@@ -1087,12 +1169,21 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1087
1169
|
"release.navbar.tooltip": "\uB9B4\uB9AC\uC2A4",
|
|
1088
1170
|
/** The placeholder text when the release doesn't have a title */
|
|
1089
1171
|
"release.placeholder-untitled-release": "\uC81C\uBAA9 \uC5C6\uB294 \uB9B4\uB9AC\uC2A4",
|
|
1172
|
+
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1173
|
+
"release.toast.archived-release.description": void 0,
|
|
1174
|
+
// 'This release has been unpinned'
|
|
1090
1175
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1091
1176
|
"release.toast.archived-release.title": "'{{title}}' \uB9B4\uB9AC\uC2A4\uAC00 \uBCF4\uAD00\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1092
|
-
/** The toast
|
|
1177
|
+
/** The toast title that will be shown the creating a release fails */
|
|
1093
1178
|
"release.toast.create-release-error.title": "\uB9B4\uB9AC\uC2A4 \uC0DD\uC131 \uC2E4\uD328",
|
|
1094
1179
|
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1095
1180
|
"release.toast.not-found-release.title": "'{{title}}' \uB9B4\uB9AC\uC2A4\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
1181
|
+
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1182
|
+
"release.toast.published-release.description": void 0,
|
|
1183
|
+
// 'This release has been unpinned'
|
|
1184
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1185
|
+
"release.toast.published-release.title": void 0,
|
|
1186
|
+
// 'The \'{{title}}\' release was published'
|
|
1096
1187
|
/** Label for when a version of a document has already been added to the release */
|
|
1097
1188
|
"release.tooltip.already-added": "\uC774 \uBB38\uC11C\uC758 \uBC84\uC804\uC774 \uC774\uBBF8 \uCD94\uAC00\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1098
1189
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|