@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.
Files changed (41) hide show
  1. package/dist/_chunks-cjs/canvas.cjs +83 -0
  2. package/dist/_chunks-cjs/canvas.cjs.map +1 -0
  3. package/dist/_chunks-cjs/comments.cjs +0 -2
  4. package/dist/_chunks-cjs/comments.cjs.map +1 -1
  5. package/dist/_chunks-cjs/copy-paste.cjs +0 -10
  6. package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
  7. package/dist/_chunks-cjs/create.cjs +0 -20
  8. package/dist/_chunks-cjs/create.cjs.map +1 -1
  9. package/dist/_chunks-cjs/structure.cjs +72 -5
  10. package/dist/_chunks-cjs/structure.cjs.map +1 -1
  11. package/dist/_chunks-cjs/studio.cjs +100 -9
  12. package/dist/_chunks-cjs/studio.cjs.map +1 -1
  13. package/dist/_chunks-cjs/vision.cjs +6 -0
  14. package/dist/_chunks-cjs/vision.cjs.map +1 -1
  15. package/dist/_chunks-es/canvas.js +85 -0
  16. package/dist/_chunks-es/canvas.js.map +1 -0
  17. package/dist/_chunks-es/comments.js +0 -2
  18. package/dist/_chunks-es/comments.js.map +1 -1
  19. package/dist/_chunks-es/copy-paste.js +0 -10
  20. package/dist/_chunks-es/copy-paste.js.map +1 -1
  21. package/dist/_chunks-es/create.js +0 -20
  22. package/dist/_chunks-es/create.js.map +1 -1
  23. package/dist/_chunks-es/structure.js +72 -5
  24. package/dist/_chunks-es/structure.js.map +1 -1
  25. package/dist/_chunks-es/studio.js +100 -9
  26. package/dist/_chunks-es/studio.js.map +1 -1
  27. package/dist/_chunks-es/vision.js +6 -0
  28. package/dist/_chunks-es/vision.js.map +1 -1
  29. package/dist/index.cjs +6 -0
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.js +4 -0
  32. package/dist/index.js.map +1 -1
  33. package/package.json +1 -1
  34. package/src/canvas.ts +59 -0
  35. package/src/comments.ts +0 -3
  36. package/src/copy-paste.ts +0 -11
  37. package/src/create.ts +0 -27
  38. package/src/index.ts +5 -0
  39. package/src/structure.ts +70 -5
  40. package/src/studio.ts +72 -10
  41. package/src/vision.ts +8 -0
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ var sanity = require("sanity"), canvas = sanity.removeUndefinedLocaleResources({
3
+ /** The text for the "Edit in Canvas" action. */
4
+ "action.edit-document": void 0,
5
+ // 'Edit in Canvas'
6
+ /** The text for the "Link to Canvas" action. */
7
+ "action.link-document": void 0,
8
+ // 'Link to Canvas'
9
+ /** The text for the "Link to Canvas" action when the document is not yet resolved. */
10
+ "action.link-document-disabled.initial-value-not-resolved": void 0,
11
+ // 'Please wait until the document initial values are resolved'
12
+ /** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
13
+ "action.link-document-disabled.missing-permissions": void 0,
14
+ // 'You don\'t have permissions to link this document to Canvas'
15
+ /** The text for the "Link to Canvas" action when the document is not in the dashboard. */
16
+ "action.link-document-disabled.not-in-dashboard": void 0,
17
+ // 'Open this document in Dashboard to link to Canvas'
18
+ /** The text for the "Link to Canvas" action when the document is a version document. */
19
+ "action.link-document-disabled.version-document": void 0,
20
+ // 'Version documents are not yet supported in Canvas'
21
+ /** The text for the "Unlink from Canvas" action. */
22
+ "action.unlink-document": void 0,
23
+ // 'Unlink from Canvas'
24
+ /** The text for the action button in the banner when the document is linked to Canvas. */
25
+ "banner.edit-document-in-canvas": void 0,
26
+ // 'Edit in Canvas'
27
+ /** The text for the banner when the document is linked to Canvas. */
28
+ "banner.linked-to-canvas": void 0,
29
+ // 'This document is linked to Canvas'
30
+ /** The text for the "Confirm document changes" dialog cancel button. */
31
+ "dialog.confirm-document-changes.cancel": void 0,
32
+ // 'Cancel'
33
+ /** The text for the "Confirm document changes" dialog confirm button. */
34
+ "dialog.confirm-document-changes.confirm": void 0,
35
+ // 'Accept and continue'
36
+ /** The description for the "Confirm document changes" dialog. */
37
+ "dialog.confirm-document-changes.description": void 0,
38
+ // 'This document needs to be updated to be compatible with Canvas.\n Existing content may be edited or removed as part of this process.'
39
+ /** The description for the "Confirm document changes" dialog footer. */
40
+ "dialog.confirm-document-changes.footer-description": void 0,
41
+ // 'You can unlink from Canvas at any time'
42
+ /** The title for the "Confirm document changes" dialog. */
43
+ "dialog.confirm-document-changes.title": void 0,
44
+ // 'Confirm document changes'
45
+ /** The text for the Link to Canvas dialog when there is a error. */
46
+ "dialog.link-to-canvas.error": void 0,
47
+ // 'Failed to link to Canvas'
48
+ /** The text for the "Link to Canvas" dialog when the document is being redirected. */
49
+ "dialog.link-to-canvas.redirecting": void 0,
50
+ // 'Taking you to Canvas to complete linking...'
51
+ /** The title for the "Link to Canvas" dialog. */
52
+ "dialog.link-to-canvas.title": void 0,
53
+ // 'Link to Canvas'
54
+ /** The text for the "Link to Canvas" dialog when the document is being validated. */
55
+ "dialog.link-to-canvas.validating": void 0,
56
+ // 'Validating'
57
+ /** The text for the "Unlink from Canvas" dialog cancel button. */
58
+ "dialog.unlink-from-canvas.cancel": void 0,
59
+ // 'Cancel'
60
+ /** The text for the "Unlink from Canvas" dialog description. */
61
+ "dialog.unlink-from-canvas.description": void 0,
62
+ // 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'
63
+ /** The text for the "Unlink from Canvas" dialog error message. */
64
+ "dialog.unlink-from-canvas.error": void 0,
65
+ // 'Failed to unlink from Canvas'
66
+ /** The text for the "Unlink from Canvas" dialog success message. */
67
+ "dialog.unlink-from-canvas.success": void 0,
68
+ // 'Unlinked from Canvas'
69
+ /** The title for the "Unlink from Canvas" dialog. */
70
+ "dialog.unlink-from-canvas.title": void 0,
71
+ // 'Unlink from Canvas'
72
+ /** The text for the "Unlink from Canvas" dialog unlink button. */
73
+ "dialog.unlink-from-canvas.unlink-action": void 0,
74
+ // 'Unlink now'
75
+ /** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
76
+ "dialog.unlink-from-canvas.unlinking": void 0,
77
+ // 'You\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'
78
+ /** The text for the "Navigate to Canvas" dialog error message. */
79
+ "navigate-to-canvas-doc.error.missing-permissions": void 0
80
+ // 'Missing permissions to navigate to Canvas'
81
+ });
82
+ exports.default = canvas;
83
+ //# sourceMappingURL=canvas.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"canvas.cjs","sources":["../../src/canvas.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The text for the \"Edit in Canvas\" action. */\n 'action.edit-document': undefined, // 'Edit in Canvas'\n /** The text for the \"Link to Canvas\" action. */\n 'action.link-document': undefined, // 'Link to Canvas'\n /** The text for the \"Link to Canvas\" action when the document is not yet resolved. */\n 'action.link-document-disabled.initial-value-not-resolved': undefined, // 'Please wait until the document initial values are resolved'\n /** The text for the \"Link to Canvas\" action when the user doesn't have permissions to link the document to Canvas. */\n 'action.link-document-disabled.missing-permissions': undefined, // 'You don\\'t have permissions to link this document to Canvas'\n /** The text for the \"Link to Canvas\" action when the document is not in the dashboard. */\n 'action.link-document-disabled.not-in-dashboard': undefined, // 'Open this document in Dashboard to link to Canvas'\n /** The text for the \"Link to Canvas\" action when the document is a version document. */\n 'action.link-document-disabled.version-document': undefined, // 'Version documents are not yet supported in Canvas'\n /** The text for the \"Unlink from Canvas\" action. */\n 'action.unlink-document': undefined, // 'Unlink from Canvas'\n\n /** The text for the action button in the banner when the document is linked to Canvas. */\n 'banner.edit-document-in-canvas': undefined, // 'Edit in Canvas'\n /** The text for the banner when the document is linked to Canvas. */\n 'banner.linked-to-canvas': undefined, // 'This document is linked to Canvas'\n\n /** The text for the \"Confirm document changes\" dialog cancel button. */\n 'dialog.confirm-document-changes.cancel': undefined, // 'Cancel'\n /** The text for the \"Confirm document changes\" dialog confirm button. */\n 'dialog.confirm-document-changes.confirm': undefined, // 'Accept and continue'\n /** The description for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.description': undefined, // 'This document needs to be updated to be compatible with Canvas.\\n Existing content may be edited or removed as part of this process.'\n /** The description for the \"Confirm document changes\" dialog footer. */\n 'dialog.confirm-document-changes.footer-description': undefined, // 'You can unlink from Canvas at any time'\n /** The title for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.title': undefined, // 'Confirm document changes'\n /** The text for the Link to Canvas dialog when there is a error. */\n 'dialog.link-to-canvas.error': undefined, // 'Failed to link to Canvas'\n /** The text for the \"Link to Canvas\" dialog when the document is being redirected. */\n 'dialog.link-to-canvas.redirecting': undefined, // 'Taking you to Canvas to complete linking...'\n /** The title for the \"Link to Canvas\" dialog. */\n 'dialog.link-to-canvas.title': undefined, // 'Link to Canvas'\n /** The text for the \"Link to Canvas\" dialog when the document is being validated. */\n 'dialog.link-to-canvas.validating': undefined, // 'Validating'\n /** The text for the \"Unlink from Canvas\" dialog cancel button. */\n 'dialog.unlink-from-canvas.cancel': undefined, // 'Cancel'\n /** The text for the \"Unlink from Canvas\" dialog description. */\n 'dialog.unlink-from-canvas.description': undefined, // 'Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.'\n /** The text for the \"Unlink from Canvas\" dialog error message. */\n 'dialog.unlink-from-canvas.error': undefined, // 'Failed to unlink from Canvas'\n /** The text for the \"Unlink from Canvas\" dialog success message. */\n 'dialog.unlink-from-canvas.success': undefined, // 'Unlinked from Canvas'\n /** The title for the \"Unlink from Canvas\" dialog. */\n 'dialog.unlink-from-canvas.title': undefined, // 'Unlink from Canvas'\n /** The text for the \"Unlink from Canvas\" dialog unlink button. */\n 'dialog.unlink-from-canvas.unlink-action': undefined, // 'Unlink now'\n /** The text for the \"Unlink from Canvas\" dialog when the document is being unlinked. */\n 'dialog.unlink-from-canvas.unlinking': undefined, // 'You\\'re unlinking <strong>“{{documentTitle}}”</strong> from Canvas.'\n\n /** The text for the \"Navigate to Canvas\" dialog error message. */\n 'navigate-to-canvas-doc.error.missing-permissions': undefined, // 'Missing permissions to navigate to Canvas'\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,wBAAwB;AAAA;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA;AAAA,EAExB,4DAA4D;AAAA;AAAA;AAAA,EAE5D,qDAAqD;AAAA;AAAA;AAAA,EAErD,kDAAkD;AAAA;AAAA;AAAA,EAElD,kDAAkD;AAAA;AAAA;AAAA,EAElD,0BAA0B;AAAA;AAAA;AAAA,EAG1B,kCAAkC;AAAA;AAAA;AAAA,EAElC,2BAA2B;AAAA;AAAA;AAAA,EAG3B,0CAA0C;AAAA;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA;AAAA,EAE3C,+CAA+C;AAAA;AAAA;AAAA,EAE/C,sDAAsD;AAAA;AAAA;AAAA,EAEtD,yCAAyC;AAAA;AAAA;AAAA,EAEzC,+BAA+B;AAAA;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA;AAAA,EAErC,+BAA+B;AAAA;AAAA;AAAA,EAE/B,oCAAoC;AAAA;AAAA;AAAA,EAEpC,oCAAoC;AAAA;AAAA;AAAA,EAEpC,yCAAyC;AAAA;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA;AAAA,EAEnC,qCAAqC;AAAA;AAAA;AAAA,EAErC,mCAAmC;AAAA;AAAA;AAAA,EAEnC,2CAA2C;AAAA;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA;AAAA,EAGvC,oDAAoD;AAAA;AACtD,CAAC;;"}
@@ -24,8 +24,6 @@ var sanity = require("sanity"), comments = sanity.removeUndefinedLocaleResources
24
24
  "compose.send-comment-tooltip": "\uB313\uAE00 \uBCF4\uB0B4\uAE30",
25
25
  /** The inspector text when error copying link */
26
26
  "copy-link-error-message": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
27
- /** The inspector successfully copied link text */
28
- "copy-link-success-message": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4",
29
27
  /** The delete dialog body for a comment */
30
28
  "delete-comment.body": "\uD55C \uBC88 \uC0AD\uC81C\uD558\uBA74 \uB313\uAE00\uC744 \uBCF5\uAD6C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
31
29
  /** The delete dialog confirm button text for a comment */
@@ -1 +1 @@
1
- {"version":3,"file":"comments.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': '댓글 닫기',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': '댓글 닫기',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': '<strong>{{field}}</strong>에 댓글 추가',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': '댓글을 추가하려면 업그레이드하세요',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': '새 댓글 작성',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': '사용자 언급',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': '사용자 언급',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': '답글',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': '답글을 달려면 업그레이드하세요',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': '댓글 보내기',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': '댓글 보내기',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': '클립보드에 링크를 복사할 수 없습니다',\n\n /** The inspector successfully copied link text */\n 'copy-link-success-message': '클립보드에 링크를 복사했습니다',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': '한 번 삭제하면 댓글을 복구할 수 없습니다.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': '댓글 삭제',\n /** The delete dialog title for a comment */\n 'delete-comment.title': '이 댓글을 삭제하시겠습니까?',\n\n /** The delete dialog error */\n 'delete-dialog.error': '댓글을 삭제하는 동안 오류가 발생했습니다. 다시 시도해 주세요.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body': '이 댓글과 답글이 삭제되며, 삭제하면 복구할 수 없습니다.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': '스레드 삭제',\n /** The delete dialog title for a thread */\n 'delete-thread.title': '이 댓글 스레드를 삭제하시겠습니까?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': '삭제',\n /** The header for discard comment dialog */\n 'discard.header': '댓글을 삭제하시겠습니까?',\n /** The text for discard comment dialog */\n 'discard.text': '댓글을 삭제하시겠습니까?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': '피드백 공유',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': '개선을 도와주세요 ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': '댓글',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': '댓글 추가',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': '댓글 열기',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': '댓글 보기',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': '댓글 추가',\n\n /* The text shown in the inline comment button when the button is disabled due to overlap */\n 'inline-add-comment-button.disabled-overlap-title': '댓글이 겹칠 수 없습니다',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': '댓글 추가',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': '{{field}} 필드로 이동',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': '반응 추가',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': '반응 추가',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': '반응을 추가하려면 업그레이드하세요',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': '댓글 링크 복사',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': '댓글 삭제',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': '댓글 편집',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': '댓글을 편집하려면 업그레이드하세요',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': '필드로 이동',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': '<IntentLink>{{title}}</IntentLink>에서',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': '편집됨',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': '전송 실패.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': '게시 중...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': '재시도',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': '댓글이 달린 텍스트가 삭제되었습니다',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': '댓글 작업 메뉴 열기',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': '다시 열기',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': '다시 열기',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': '댓글을 해결된 것으로 표시',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': '해결된 것으로 표시',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': '이 문서에 대한 열린 댓글은 여기에 표시됩니다.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': '아직 열린 댓글 없음',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': '이 문서에 대한 해결된 댓글은 여기에 표시됩니다.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': '아직 해결된 댓글이 없습니다',\n /** The list status message for error */\n 'list-status.error': '문제가 발생했습니다',\n /** The list status message for loading status */\n 'list-status.loading': '댓글을 불러오는 중',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': '사용자를 찾을 수 없습니다',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': '권한 없음',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': '언급할 사용자 목록',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n '문서의 어떤 필드에든 댓글을 추가할 수 있습니다. 그러면 필드별로 그룹화되어 여기에 표시됩니다.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': '알겠습니다',\n /** The comments onboarding popover header text */\n 'onboarding.header': '문서 필드에 댓글이 가능해졌습니다',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': '반응 추가',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': '{{reactionName}}으로 반응하기',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': '알 수 없는 사용자',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': '당신',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': '당신',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction': '<UserList/> <Text>님이</Text> <ReactionName/>로 반응함',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': '열림',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': '열린 댓글',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': '해결됨',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': '해결된 댓글',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': '해결된 댓글을 보려면 업그레이드하세요',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,6BAA6B;AAAA;AAAA,EAG7B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBAAuB;AAAA;AAAA,EAGvB,sBAAsB;AAAA;AAAA,EAEtB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,yCAAyC;AAAA;AAAA,EAEzC,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCAAyC;AAAA;AAAA,EAGzC,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;;"}
1
+ {"version":3,"file":"comments.cjs","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': '댓글 닫기',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': '댓글 닫기',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': '<strong>{{field}}</strong>에 댓글 추가',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': '댓글을 추가하려면 업그레이드하세요',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': '새 댓글 작성',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': '사용자 언급',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': '사용자 언급',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': '답글',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': '답글을 달려면 업그레이드하세요',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': '댓글 보내기',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': '댓글 보내기',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': '클립보드에 링크를 복사할 수 없습니다',\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': '한 번 삭제하면 댓글을 복구할 수 없습니다.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': '댓글 삭제',\n /** The delete dialog title for a comment */\n 'delete-comment.title': '이 댓글을 삭제하시겠습니까?',\n\n /** The delete dialog error */\n 'delete-dialog.error': '댓글을 삭제하는 동안 오류가 발생했습니다. 다시 시도해 주세요.',\n\n /** The delete dialog body for a thread */\n 'delete-thread.body': '이 댓글과 답글이 삭제되며, 삭제하면 복구할 수 없습니다.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': '스레드 삭제',\n /** The delete dialog title for a thread */\n 'delete-thread.title': '이 댓글 스레드를 삭제하시겠습니까?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': '삭제',\n /** The header for discard comment dialog */\n 'discard.header': '댓글을 삭제하시겠습니까?',\n /** The text for discard comment dialog */\n 'discard.text': '댓글을 삭제하시겠습니까?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': '피드백 공유',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': '개선을 도와주세요 ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': '댓글',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': '댓글 추가',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': '댓글 열기',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': '댓글 보기',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': '댓글 추가',\n\n /* The text shown in the inline comment button when the button is disabled due to overlap */\n 'inline-add-comment-button.disabled-overlap-title': '댓글이 겹칠 수 없습니다',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': '댓글 추가',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': '{{field}} 필드로 이동',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': '반응 추가',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': '반응 추가',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': '반응을 추가하려면 업그레이드하세요',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': '댓글 링크 복사',\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': '댓글 삭제',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': '댓글 편집',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': '댓글을 편집하려면 업그레이드하세요',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': '필드로 이동',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': '<IntentLink>{{title}}</IntentLink>에서',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': '편집됨',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': '전송 실패.',\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': '게시 중...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': '재시도',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': '댓글이 달린 텍스트가 삭제되었습니다',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': '댓글 작업 메뉴 열기',\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': '다시 열기',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': '다시 열기',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': '댓글을 해결된 것으로 표시',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': '해결된 것으로 표시',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text': '이 문서에 대한 열린 댓글은 여기에 표시됩니다.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': '아직 열린 댓글 없음',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text': '이 문서에 대한 해결된 댓글은 여기에 표시됩니다.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': '아직 해결된 댓글이 없습니다',\n /** The list status message for error */\n 'list-status.error': '문제가 발생했습니다',\n /** The list status message for loading status */\n 'list-status.loading': '댓글을 불러오는 중',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': '사용자를 찾을 수 없습니다',\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': '권한 없음',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': '언급할 사용자 목록',\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n '문서의 어떤 필드에든 댓글을 추가할 수 있습니다. 그러면 필드별로 그룹화되어 여기에 표시됩니다.',\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': '알겠습니다',\n /** The comments onboarding popover header text */\n 'onboarding.header': '문서 필드에 댓글이 가능해졌습니다',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': '반응 추가',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': '{{reactionName}}으로 반응하기',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': '알 수 없는 사용자',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': '당신',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': '당신',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction': '<UserList/> <Text>님이</Text> <ReactionName/>로 반응함',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': '열림',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': '열린 댓글',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': '해결됨',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': '해결된 댓글',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': '해결된 댓글을 보려면 업그레이드하세요',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,WAAeA,sCAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBAAuB;AAAA;AAAA,EAGvB,sBAAsB;AAAA;AAAA,EAEtB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,yCAAyC;AAAA;AAAA,EAEzC,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCAAyC;AAAA;AAAA,EAGzC,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;;"}
@@ -10,12 +10,6 @@ var sanity = require("sanity"), copyPaste = sanity.removeUndefinedLocaleResource
10
10
  "copy-paste.field-action-paste-button.field.title": "\uD544\uB4DC \uBD99\uC5EC\uB123\uAE30",
11
11
  /** The error message that is shown when the clipboard is not supported */
12
12
  "copy-paste.on-copy.validation.clipboard-not-supported.title": "\uBE0C\uB77C\uC6B0\uC800\uAC00 \uC774 \uC791\uC5C5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",
13
- /** The success message that is shown when a document is copied */
14
- "copy-paste.on-copy.validation.copy-document-success.title": '\uBB38\uC11C "{{fieldNames}}" \uBCF5\uC0AC\uB428',
15
- /** The success message that is shown when a field is copied */
16
- "copy-paste.on-copy.validation.copy-field_one-success.title": '\uD544\uB4DC "{{fieldName}}" \uBCF5\uC0AC\uB428',
17
- /** The success message that is shown when a array item is copied */
18
- "copy-paste.on-copy.validation.copy-item_one-success.title": '\uD56D\uBAA9 "{{typeName}}"\uC774(\uAC00) \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4',
19
13
  /** The error message that is shown when there is no value to copy */
20
14
  "copy-paste.on-copy.validation.no-value.title": "\uBE48 \uAC12, \uBCF5\uC0AC\uD560 \uAC83 \uC5C6\uC74C",
21
15
  /** --- On copy --- */
@@ -29,10 +23,6 @@ var sanity = require("sanity"), copyPaste = sanity.removeUndefinedLocaleResource
29
23
  "copy-paste.on-paste.validation.clipboard-empty.title": "\uBD99\uC5EC\uB123\uC744 \uAC83 \uC5C6\uC74C",
30
24
  /** The validation message that is shown when the clipboard item is invalid */
31
25
  "copy-paste.on-paste.validation.clipboard-invalid.title": "\uC798\uBABB\uB41C \uD074\uB9BD\uBCF4\uB4DC \uD56D\uBAA9",
32
- /** The success message that is shown when a document is pasted */
33
- "copy-paste.on-paste.validation.document-paste-success.title": '\uBB38\uC11C "{{fieldNames}}" \uC5C5\uB370\uC774\uD2B8\uB428',
34
- /** The success message that is shown when a field is pasted */
35
- "copy-paste.on-paste.validation.field_one-paste-success.title": '\uD544\uB4DC "{{fieldName}}" \uC5C5\uB370\uC774\uD2B8\uB428',
36
26
  /** The validation message that is shown when image files are incompatible */
37
27
  "copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}"\uC740(\uB294) "{{targetSchemaType}}"\uC5D0 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4',
38
28
  /** The error message that is shown when the MIME type is not accepted */
@@ -1 +1 @@
1
- {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': '문서 복사',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': '필드 복사',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': '문서 붙여넣기',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': '필드 붙여넣기',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n '브라우저가 이 작업을 지원하지 않습니다',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': '문서 \"{{fieldNames}}\" 복사됨',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': '필드 \"{{fieldName}}\" 복사됨',\n /** The success message that is shown when a array item is copied */\n 'copy-paste.on-copy.validation.copy-item_one-success.title':\n '항목 \"{{typeName}}\"이(가) 복사되었습니다',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': '빈 값, 복사할 것 없음',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n '경로에 대한 스키마 유형을 확인할 수 없습니다: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 배열 필드에 허용되지 않습니다',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 배열 필드에 허용되지 않습니다',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': '붙여넣을 것 없음',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': '잘못된 클립보드 항목',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title': '문서 \"{{fieldNames}}\" 업데이트됨',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': '필드 \"{{fieldName}}\" 업데이트됨',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\"은(는) \"{{targetSchemaType}}\"에 허용되지 않습니다',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME 유형 \"{{mimeType}}\"은(는) 이 필드에 허용되지 않습니다',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description': 'MIME 유형 검증 실패',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': '모든 값을 붙여넣을 수 없습니다',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 필드에 허용되지 않습니다',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': '대상이 읽기 전용입니다',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n '참조가 필터에 따라 참조 필드에 허용되지 않습니다',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n '\"{{sourceReferenceType}}\" 유형의 참조는 \"{{targetReferenceTypes}}\" 유형을 허용하는 참조 필드에 허용되지 않습니다',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n '참조된 문서 \"{{ref}}\"이(가) 존재하지 않습니다',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n '소스 및 대상 스키마 유형이 호환되지 않습니다',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n '경로에 대한 스키마 유형을 확인할 수 없습니다: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n '값 \"{{value}}\"은(는) \"{{allowedStrings}}\"에 허용되지 않습니다',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,sDAAsD;AAAA;AAAA,EAEtD,mDAAmD;AAAA;AAAA,EAEnD,uDAAuD;AAAA;AAAA,EAEvD,oDAAoD;AAAA;AAAA,EAEpD,+DACE;AAAA;AAAA,EAEF,6DAA6D;AAAA;AAAA,EAE7D,8DAA8D;AAAA;AAAA,EAE9D,6DACE;AAAA;AAAA,EAEF,gDAAgD;AAAA;AAAA;AAAA,EAGhD,gEACE;AAAA;AAAA,EAEF,sEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,+DAA+D;AAAA;AAAA,EAE/D,gEAAgE;AAAA;AAAA,EAEhE,sEACE;AAAA;AAAA,EAEF,qEACE;AAAA;AAAA,EAEF,0EAA0E;AAAA;AAAA,EAE1E,wDAAwD;AAAA;AAAA,EAExD,0EACE;AAAA;AAAA;AAAA,EAGF,+DAA+D;AAAA;AAAA,EAE/D,4EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,wEACE;AACJ,CAAC;;"}
1
+ {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': '문서 복사',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': '필드 복사',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': '문서 붙여넣기',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': '필드 붙여넣기',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n '브라우저가 이 작업을 지원하지 않습니다',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': '빈 값, 복사할 것 없음',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n '경로에 대한 스키마 유형을 확인할 수 없습니다: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 배열 필드에 허용되지 않습니다',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 배열 필드에 허용되지 않습니다',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': '붙여넣을 것 없음',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': '잘못된 클립보드 항목',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\"은(는) \"{{targetSchemaType}}\"에 허용되지 않습니다',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME 유형 \"{{mimeType}}\"은(는) 이 필드에 허용되지 않습니다',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description': 'MIME 유형 검증 실패',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': '모든 값을 붙여넣을 수 없습니다',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n '\"{{type}}\" 유형의 값은 이 필드에 허용되지 않습니다',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': '대상이 읽기 전용입니다',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n '참조가 필터에 따라 참조 필드에 허용되지 않습니다',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n '\"{{sourceReferenceType}}\" 유형의 참조는 \"{{targetReferenceTypes}}\" 유형을 허용하는 참조 필드에 허용되지 않습니다',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n '참조된 문서 \"{{ref}}\"이(가) 존재하지 않습니다',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n '소스 및 대상 스키마 유형이 호환되지 않습니다',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n '경로에 대한 스키마 유형을 확인할 수 없습니다: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n '값 \"{{value}}\"은(는) \"{{allowedStrings}}\"에 허용되지 않습니다',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,sDAAsD;AAAA;AAAA,EAEtD,mDAAmD;AAAA;AAAA,EAEnD,uDAAuD;AAAA;AAAA,EAEvD,oDAAoD;AAAA;AAAA,EAEpD,+DACE;AAAA;AAAA,EAEF,gDAAgD;AAAA;AAAA;AAAA,EAGhD,gEACE;AAAA;AAAA,EAEF,sEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,sEACE;AAAA;AAAA,EAEF,qEACE;AAAA;AAAA,EAEF,0EAA0E;AAAA;AAAA,EAE1E,wDAAwD;AAAA;AAAA,EAExD,0EACE;AAAA;AAAA;AAAA,EAGF,+DAA+D;AAAA;AAAA,EAE/D,4EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,wEACE;AACJ,CAAC;;"}
@@ -12,28 +12,8 @@ var sanity = require("sanity"), create = sanity.removeUndefinedLocaleResources({
12
12
  "create-link-info.tooltip": "\uB354 \uC54C\uC544\uBCF4\uAE30",
13
13
  /** Edit in Create button text */
14
14
  "edit-in-create-button.text": "Sanity Create\uB85C \uD3B8\uC9D1",
15
- /** Details for the "Linking in progress" dialog */
16
- "linking-in-progress-dialog.details": "\uB9C1\uD06C\uAC00 \uC644\uB8CC\uB418\uBA74, \uD3B8\uC9D1 \uB0B4\uC6A9\uC774 \uC5EC\uAE30\uC5D0 \uC2E4\uC2DC\uAC04\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
17
- /** Header of the "Linking in progress" dialog */
18
- "linking-in-progress-dialog.header": "Sanity Create\uC5D0 \uC5F0\uACB0 \uC911",
19
- /** Lede text for the "Linking in progress" dialog */
20
- "linking-in-progress-dialog.lede": "Sanity Create\uB85C \uB3CC\uC544\uAC00\uC138\uC694. \uBB38\uC11C\uAC00 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uB429\uB2C8\uB2E4(\uBCF4\uD1B5 \uBA87 \uCD08 \uAC78\uB9BD\uB2C8\uB2E4).",
21
- /** "Linking in progress" troubleshooting button title */
22
- "linking-in-progress-dialog.troubleshooting.button.title": "\uB9C1\uD06C \uC9C0\uC5F0?",
23
- /** "Linking in progress" troubleshooting content */
24
- "linking-in-progress-dialog.troubleshooting.content": "Sanity Create \uCC3D\uC774 \uC5EC\uC804\uD788 \uC5F4\uB824 \uC788\uB294\uC9C0, \uB610\uB294 \uD504\uB85C\uC138\uC2A4\uAC00 \uBA48\uCD98 \uAC83 \uAC19\uC740\uC9C0 \uD655\uC778\uD558\uC138\uC694. \uBB38\uC81C\uAC00 \uC9C0\uC18D\uB418\uBA74, Studio\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC138\uC694.",
25
- /** Subtitle of the "Start writing in Create" banner */
26
- "start-in-create-banner.subtitle": "\uC2A4\uD29C\uB514\uC624 \uBB38\uC11C\uC640 \uC9C1\uC811 \uB3D9\uAE30\uD654\uB418\uB294 \uC790\uC720 \uD615\uC2DD\uC758 AI \uAE30\uBC18 \uD3B8\uC9D1\uAE30\uC785\uB2C8\uB2E4.",
27
- /** Header of the "Start writing in Create" banner */
28
- "start-in-create-banner.title": "Sanity Create \uC2DC\uC791\uD558\uAE30",
29
- /** Header badge of the "Start writing in Create" banner */
30
- "start-in-create-banner.title-badge": "\uCD08\uAE30 \uC811\uADFC",
31
15
  /** CTA in "Start writing in Create" dialog: Learn more */
32
16
  "start-in-create-dialog.cta.learn-more": "\uB354 \uC54C\uC544\uBCF4\uAE30",
33
- /** Toast error message when we dont have a resolved Sanity Create url*/
34
- "start-in-create-dialog.error-toast.unresolved-url": "Sanity Create URL\uC744 \uD655\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
35
- /** "Start in Sanity Create" link button text */
36
- "start-in-create-link.label": "Create\uC5D0\uC11C \uC2DC\uC791\uD558\uAE30",
37
17
  /** Text for the document pane banner informing users that the document is linked to Sanity Create */
38
18
  "studio-create-link-banner.text": "\uC774 \uBB38\uC11C\uB294 Sanity Create\uC5D0 \uC5F0\uACB0\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4",
39
19
  /** Unlink document from Sanity Create button text */
@@ -1 +1 @@
1
- {"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': '초기 접근',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': '아이디어 중심 저작',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n 'AI 기반 편집기에서 자연스럽게 작성하세요. 내용이 입력하면서 자동으로 Studio 필드에 매핑됩니다.',\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': '더 알아보기',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Sanity Create로 편집',\n\n /** Details for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.details':\n '링크가 완료되면, 편집 내용이 여기에 실시간으로 표시됩니다.',\n /** Header of the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.header': 'Sanity Create에 연결 중',\n /** Lede text for the \"Linking in progress\" dialog */\n 'linking-in-progress-dialog.lede':\n 'Sanity Create로 돌아가세요. 문서가 자동으로 동기화됩니다(보통 몇 초 걸립니다).',\n /** \"Linking in progress\" troubleshooting button title */\n 'linking-in-progress-dialog.troubleshooting.button.title': '링크 지연?',\n /** \"Linking in progress\" troubleshooting content */\n 'linking-in-progress-dialog.troubleshooting.content':\n 'Sanity Create 창이 여전히 열려 있는지, 또는 프로세스가 멈춘 것 같은지 확인하세요. 문제가 지속되면, Studio를 새로고침하고 다시 시도하세요.',\n\n /** Subtitle of the \"Start writing in Create\" banner */\n 'start-in-create-banner.subtitle':\n '스튜디오 문서와 직접 동기화되는 자유 형식의 AI 기반 편집기입니다.',\n /** Header of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title': 'Sanity Create 시작하기',\n /** Header badge of the \"Start writing in Create\" banner */\n 'start-in-create-banner.title-badge': '초기 접근',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': '더 알아보기',\n /** Toast error message when we dont have a resolved Sanity Create url*/\n 'start-in-create-dialog.error-toast.unresolved-url': 'Sanity Create URL을 확인할 수 없습니다.',\n\n /** \"Start in Sanity Create\" link button text */\n 'start-in-create-link.label': 'Create에서 시작하기',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': '이 문서는 Sanity Create에 연결되어 있습니다',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': '연결 해제',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': '취소',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': '제목 없음',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n '“<strong>{{title}}</strong>”의 Sanity Create 연결을 해제하여 여기에서 편집할 수 있습니다.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': 'Studio에서 편집으로 전환하시겠습니까?',\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n '두 곳 모두에서 콘텐츠를 유지하게 됩니다. Sanity Create에서의 새로운 변경 사항은 이 Studio와 동기화되지 않을 것입니다.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': '지금 연결 해제',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,0CAA0C;AAAA;AAAA,EAE1C,mCAAmC;AAAA;AAAA,EAEnC,iCACE;AAAA;AAAA,EAGF,4BAA4B;AAAA;AAAA,EAG5B,8BAA8B;AAAA;AAAA,EAG9B,sCACE;AAAA;AAAA,EAEF,qCAAqC;AAAA;AAAA,EAErC,mCACE;AAAA;AAAA,EAEF,2DAA2D;AAAA;AAAA,EAE3D,sDACE;AAAA;AAAA,EAGF,mCACE;AAAA;AAAA,EAEF,gCAAgC;AAAA;AAAA,EAEhC,sCAAsC;AAAA;AAAA,EAGtC,yCAAyC;AAAA;AAAA,EAEzC,qDAAqD;AAAA;AAAA,EAGrD,8BAA8B;AAAA;AAAA,EAG9B,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAGlC,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,6CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAC3C,CAAC;;"}
1
+ {"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': '초기 접근',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': '아이디어 중심 저작',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n 'AI 기반 편집기에서 자연스럽게 작성하세요. 내용이 입력하면서 자동으로 Studio 필드에 매핑됩니다.',\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': '더 알아보기',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Sanity Create로 편집',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': '더 알아보기',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': '이 문서는 Sanity Create에 연결되어 있습니다',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': '연결 해제',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': '취소',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': '제목 없음',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n '“<strong>{{title}}</strong>”의 Sanity Create 연결을 해제하여 여기에서 편집할 수 있습니다.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': 'Studio에서 편집으로 전환하시겠습니까?',\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n '두 곳 모두에서 콘텐츠를 유지하게 됩니다. Sanity Create에서의 새로운 변경 사항은 이 Studio와 동기화되지 않을 것입니다.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': '지금 연결 해제',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,0CAA0C;AAAA;AAAA,EAE1C,mCAAmC;AAAA;AAAA,EAEnC,iCACE;AAAA;AAAA,EAGF,4BAA4B;AAAA;AAAA,EAG5B,8BAA8B;AAAA;AAAA,EAG9B,yCAAyC;AAAA;AAAA,EAGzC,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAGlC,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,6CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAC3C,CAAC;;"}
@@ -10,6 +10,9 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
10
10
  "action.delete.label": "\uC0AD\uC81C",
11
11
  /** Label for the "Delete" document action while the document is being deleted */
12
12
  "action.delete.running.label": "\uC0AD\uC81C \uC911\u2026",
13
+ /** Tooltip when action is disabled because the document is linked to Canvas */
14
+ "action.disabled-by-canvas.tooltip": void 0,
15
+ // 'Some document actions are disabled for documents linked to Canvas'
13
16
  /** Message prompting the user to confirm discarding changes */
14
17
  "action.discard-changes.confirm-dialog.confirm-discard-changes": "\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uBC1C\uD589\uB41C \uC774\uD6C4\uC758 \uBAA8\uB4E0 \uBCC0\uACBD \uC0AC\uD56D\uC744 \uBC84\uB9AC\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
15
18
  /** Tooltip when action is disabled because the document has no unpublished changes */
@@ -36,6 +39,8 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
36
39
  "action.publish.disabled.not-ready": "\uC791\uC5C5 \uC900\uBE44\uB418\uC9C0 \uC54A\uC74C",
37
40
  /** Label for action when there are pending changes.*/
38
41
  "action.publish.draft.label": "\uAC8C\uC2DC",
42
+ /** Label for the "Publish" document action */
43
+ "action.publish.label": "\uAC8C\uC2DC",
39
44
  /** Label for the "Publish" document action when the document has live edit enabled.*/
40
45
  "action.publish.live-edit.label": "\uAC8C\uC2DC",
41
46
  /** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
@@ -90,7 +95,7 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
90
95
  "banners.permission-check-banner.request-permission-button.sent": "\uD3B8\uC9D1 \uC694\uCCAD\uC774 \uC804\uC1A1\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
91
96
  /** The text for the request permission button that appears for viewer roles */
92
97
  "banners.permission-check-banner.request-permission-button.text": "\uD3B8\uC9D1 \uC694\uCCAD\uD558\uAE30",
93
- /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
98
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */
94
99
  "banners.published-release.description": "<VersionBadge>\uB9B4\uB9AC\uC2A4</VersionBadge>\uC758 \uC77C\uBD80\uB85C\uC11C \uBC1C\uD589\uB41C \uC77D\uAE30 \uC804\uC6A9 \uBB38\uC11C\uB97C \uBCF4\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uD3B8\uC9D1\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
95
100
  /** The text for the reload button */
96
101
  "banners.reference-changed-banner.reason-changed.reload-button.text": "\uCC38\uC870 \uB2E4\uC2DC \uBD88\uB7EC\uC624\uAE30",
@@ -102,8 +107,28 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
102
107
  "banners.reference-changed-banner.reason-removed.text": "\uC774 \uCC38\uC870\uB294 \uB2F9\uC2E0\uC774 \uC5F4\uC5C8\uC744 \uB54C\uBD80\uD130 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",
103
108
  /** The text that appears for the action button to add the current document to the global release */
104
109
  "banners.release.action.add-to-release": "\uB9B4\uB9AC\uC2A4\uC5D0 \uCD94\uAC00",
110
+ /** The text that appears for the action button to add the current document to the global release */
111
+ "banners.release.action.open-to-edit": "\uB9B4\uB9AC\uC2A4\uB97C \uC5F4\uC5B4 \uD3B8\uC9D1\uD558\uAE30",
112
+ /** Toast description in case an error occurs when adding a document to a release */
113
+ "banners.release.error.description": "\uB9B4\uB9AC\uC2A4\uC5D0 \uBB38\uC11C\uB97C \uCD94\uAC00\uD558\uB294 \uB3D9\uC548 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4: {{message}}",
114
+ /** Toast title in case an error occurs when adding a document to a release */
115
+ "banners.release.error.title": "\uB9B4\uB9AC\uC2A4\uC5D0 \uBB38\uC11C \uCD94\uAC00 \uC624\uB958",
116
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
117
+ "banners.release.navigate-to-edit-description": "\uBB38\uC11C\uB294 \uC624\uC9C1",
118
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
119
+ "banners.release.navigate-to-edit-description-end_other": "\uB9B4\uB9AC\uC2A4\uC5D0\uB9CC \uC874\uC7AC\uD569\uB2C8\uB2E4",
120
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
121
+ "banners.release.navigate-to-edit-description-multiple_other": "\uC774 \uBB38\uC11C\uB294 <VersionBadge/> \uB9B4\uB9AC\uC2A4\uC758 \uC77C\uBD80\uC774\uBA70 {{count}}\uAC1C\uC758 \uB9B4\uB9AC\uC2A4\uAC00 \uB354 \uC788\uC2B5\uB2C8\uB2E4",
122
+ /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
123
+ "banners.release.navigate-to-edit-description-single": "\uC774 \uBB38\uC11C\uB294 <VersionBadge/> \uB9B4\uB9AC\uC2A4\uC758 \uC77C\uBD80\uC785\uB2C8\uB2E4",
105
124
  /** The text for the banner that appears when a document is not in the current global release */
106
125
  "banners.release.not-in-release": "<Label>{{title}}</Label> \uB9B4\uB9AC\uC2A4\uC5D0 \uD3EC\uD568\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.",
126
+ /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
127
+ "banners.release.waiting.description": "\uB9B4\uB9AC\uC2A4\uC5D0 \uBB38\uC11C\uAC00 \uCD94\uAC00\uB420 \uB54C\uAE4C\uC9C0 \uC7A0\uC2DC\uB9CC \uAE30\uB2E4\uB824 \uC8FC\uC2ED\uC2DC\uC624. \uBA87 \uCD08 \uC774\uC0C1 \uAC78\uB9AC\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.",
128
+ /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
129
+ "banners.release.waiting.title": "\uB9B4\uB9AC\uC2A4\uC5D0 \uBB38\uC11C \uCD94\uAC00 \uC911\u2026",
130
+ /** The text content for the unpublished document banner when is part of a release */
131
+ "banners.unpublished-release-banner.text": "\uC774 \uBB38\uC11C\uB294 <VersionBadge>{{title}}</VersionBadge> \uB9B4\uB9AC\uC2A4\uC758 \uC77C\uBD80\uB85C \uBC1C\uD589 \uCDE8\uC18C\uB420 \uC608\uC815\uC785\uB2C8\uB2E4",
107
132
  /** Browser/tab title when creating a new document of a given type */
108
133
  "browser-document-title.new-document": "\uC0C8\uB85C\uC6B4 {{schemaType}}",
109
134
  /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */
@@ -120,6 +145,27 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
120
145
  "buttons.split-pane-close-button.title": "\uBD84\uD560 \uCC3D \uB2EB\uAE30",
121
146
  /** The title for the close group button on the split pane on the document panel header */
122
147
  "buttons.split-pane-close-group-button.title": "\uCC3D \uADF8\uB8F9 \uB2EB\uAE30",
148
+ /** The text for the canvas linked banner action button */
149
+ "canvas.banner.edit-in-canvas-action": void 0,
150
+ // 'Edit in Canvas'
151
+ /** The text for the canvas linked banner when the document is a draft */
152
+ "canvas.banner.linked-text.draft": void 0,
153
+ // 'This draft document is linked to Canvas'
154
+ /** The text for the canvas linked banner when the document is a live document */
155
+ "canvas.banner.linked-text.published": void 0,
156
+ // 'This live document is linked to Canvas'
157
+ /** The text for the canvas linked banner when the document is a version document */
158
+ "canvas.banner.linked-text.version": void 0,
159
+ // 'This version document is linked to Canvas'
160
+ /** The text for the canvas linked banner popover button */
161
+ "canvas.banner.popover-button-text": void 0,
162
+ // 'Learn more'
163
+ /** The description for the canvas linked banner popover */
164
+ "canvas.banner.popover-description": void 0,
165
+ // 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.'
166
+ /** The heading for the canvas linked banner popover */
167
+ "canvas.banner.popover-heading": void 0,
168
+ // 'Idea first authoring'
123
169
  /** The label used in the changes inspector for the from selector */
124
170
  "changes.from.label": "\uC5D0\uC11C",
125
171
  /* The label for the history tab in the changes inspector*/
@@ -128,6 +174,25 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
128
174
  "changes.tab.review-changes": "\uBCC0\uACBD \uC0AC\uD56D \uAC80\uD1A0",
129
175
  /** The label used in the changes inspector for the to selector */
130
176
  "changes.to.label": "\uAE4C\uC9C0",
177
+ /** The error message shown when the specified document comparison mode is not supported */
178
+ "compare-version.error.invalidModeParam": '"{{input}}"\uB294 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uBB38\uC11C \uBE44\uAD50 \uBAA8\uB4DC\uC785\uB2C8\uB2E4.',
179
+ /** The error message shown when the next document for comparison could not be extracted from the URL */
180
+ "compare-version.error.invalidNextDocumentParam": "\uB2E4\uC74C \uBB38\uC11C \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",
181
+ /** The error message shown when the document comparison URL could not be parsed */
182
+ "compare-version.error.invalidParams.title": "\uBB38\uC11C \uBE44\uAD50 \uBD88\uAC00",
183
+ /** The error message shown when the previous document for comparison could not be extracted from the URL */
184
+ "compare-version.error.invalidPreviousDocumentParam": "\uC774\uC804 \uBB38\uC11C \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",
185
+ /** The text for the tooltip when the "Compare versions" action for a document is disabled */
186
+ "compare-versions.menu-item.disabled-reason": void 0,
187
+ // 'There are no other versions of this document to compare.'
188
+ /** The text for the "Compare versions" action for a document */
189
+ "compare-versions.menu-item.title": "\uBC84\uC804 \uBE44\uAD50",
190
+ /** The string used to label draft documents */
191
+ "compare-versions.status.draft": "\uCD08\uC548",
192
+ /** The string used to label published documents */
193
+ "compare-versions.status.published": "\uAC8C\uC2DC\uB428",
194
+ /** The title used when comparing versions of a document */
195
+ "compare-versions.title": "\uBC84\uC804 \uBE44\uAD50",
131
196
  /** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
132
197
  "confirm-delete-dialog.cancel-button.text": "\uCDE8\uC18C",
133
198
  /** Used in `confirm-delete-dialog.cdr-summary.title` */
@@ -152,8 +217,6 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
152
217
  "confirm-delete-dialog.cdr-table.dataset.label": "\uB370\uC774\uD130\uC14B",
153
218
  /** The header for the document ID column in the list of cross-dataset references found */
154
219
  "confirm-delete-dialog.cdr-table.document-id.label": "\uBB38\uC11C ID",
155
- /** The toast title when the copy button has been clicked */
156
- "confirm-delete-dialog.cdr-table.id-copied-toast.title": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBB38\uC11C ID\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4!",
157
220
  /** The toast title when the copy button has been clicked but copying failed */
158
221
  "confirm-delete-dialog.cdr-table.id-copied-toast.title-failed": "\uBB38\uC11C ID \uBCF5\uC0AC \uC2E4\uD328",
159
222
  /** The header for the project ID column in the list of cross-dataset references found */
@@ -240,6 +303,12 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
240
303
  "document-view.form-view.sync-lock-toast.description": "\uBB38\uC11C\uAC00 \uB3D9\uAE30\uD654\uB418\uB294 \uB3D9\uC548 \uC7A0\uC2DC\uB9CC \uAE30\uB2E4\uB824 \uC8FC\uC138\uC694. \uC774\uB294 \uBCF4\uD1B5 \uBB38\uC11C\uAC00 \uAC8C\uC2DC\uB41C \uC9C1\uD6C4\uC5D0 \uBC1C\uC0DD\uD558\uBA70, \uBA87 \uCD08 \uC774\uC0C1 \uAC78\uB9AC\uC9C0 \uC54A\uC544\uC57C \uD569\uB2C8\uB2E4",
241
304
  /** The title of the sync lock toast on the form view */
242
305
  "document-view.form-view.sync-lock-toast.title": "\uBB38\uC11C \uB3D9\uAE30\uD654 \uC911\u2026",
306
+ /** The description for the document favorite action */
307
+ "document.favorites.add-to-favorites": void 0,
308
+ // 'Add to favorites'
309
+ /** The description for the document unfavorite action */
310
+ "document.favorites.remove-from-favorites": void 0,
311
+ // 'Remove from favorites'
243
312
  /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
244
313
  "events.inspect.release": "<VersionBadge>{{releaseTitle}}</VersionBadge> \uBB38\uC11C \uAC80\uC0AC",
245
314
  /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
@@ -341,8 +410,6 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
341
410
  "panes.document-operation-results.operation-success_unpublish": "\uBB38\uC11C\uC758 \uBC1C\uD589\uC774 \uCDE8\uC18C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC1C\uD589 \uBC84\uC804\uC5D0\uC11C \uCD08\uC548\uC774 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",
342
411
  /** The document title shown when document title is "undefined" in operation message */
343
412
  "panes.document-operation-results.operation-undefined-title": "\uC81C\uBAA9 \uC5C6\uC74C",
344
- /** The title of the reconnecting toast */
345
- "panes.document-pane-provider.reconnecting.title": "\uC5F0\uACB0\uC774 \uB04A\uACBC\uC2B5\uB2C8\uB2E4. \uC7AC\uC5F0\uACB0 \uC911\u2026",
346
413
  /** The loading message for the document not found pane */
347
414
  "panes.document-pane.document-not-found.loading": "\uBB38\uC11C\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\u2026",
348
415
  /** The text of the document not found pane if the schema is known */