@sanity/locale-ko-kr 1.1.18 → 1.1.20

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.
@@ -2,19 +2,47 @@
2
2
  var sanity = require("sanity"), vision = sanity.removeUndefinedLocaleResources({
3
3
  /** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
4
4
  "action.copy-url-to-clipboard": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC",
5
+ /** Label for deleting a query */
6
+ "action.delete": "\uC0AD\uC81C",
7
+ /** Label for editing a query's title */
8
+ "action.edit-title": "\uC81C\uBAA9 \uD3B8\uC9D1",
5
9
  /** Label for stopping an ongoing listen operation */
6
10
  "action.listen-cancel": "\uC911\uC9C0",
7
11
  /** Label for setting up a listener */
8
12
  "action.listen-execute": "\uB4E3\uAE30 \uC124\uC815",
13
+ /** Label for query loading table */
14
+ "action.load-queries": "\uCFFC\uB9AC \uBD88\uB7EC\uC624\uAE30",
15
+ /** Label for loading a query */
16
+ "action.load-query": "\uCFFC\uB9AC \uBD88\uB7EC\uC624\uAE30",
9
17
  /** Label for cancelling an ongoing query */
10
18
  "action.query-cancel": "\uCDE8\uC18C",
11
19
  /** Label for executing the query, eg doing a fetch */
12
20
  "action.query-execute": "\uAC00\uC838\uC624\uAE30",
21
+ /** Label for saving a query */
22
+ "action.save-query": "\uCFFC\uB9AC \uC800\uC7A5",
23
+ /** Label for updating a query */
24
+ "action.update": "\uC5C5\uB370\uC774\uD2B8",
25
+ /** Label for actions user can take */
26
+ "label.actions": "\uC561\uC158",
27
+ /** Label for saved queries that have been edited */
28
+ "label.edited": "\uD3B8\uC9D1\uB428",
13
29
  /**
14
30
  * Some features has a "New" label indicating that the feature was recently introduced.
15
31
  * This defines what the text of that label is. Keep it short and sweet.
16
32
  */
17
33
  "label.new": "\uC0C8\uB85C\uC6B4",
34
+ /** Label for query type "personal" */
35
+ "label.personal": "\uAC1C\uC778",
36
+ /** Label for savedAt date */
37
+ "label.saved-at": "\uC800\uC7A5\uB41C \uC2DC\uAC04",
38
+ /** Saved queries */
39
+ "label.saved-queries": "\uC800\uC7A5\uB41C \uCFFC\uB9AC",
40
+ /** Search queries */
41
+ "label.search-queries": "\uCFFC\uB9AC \uAC80\uC0C9",
42
+ /** Share query */
43
+ "label.share": "\uACF5\uC720",
44
+ /** Label for saved query type "team" */
45
+ "label.team": "\uD300",
18
46
  /** Error message for when the "Params" input are not a valid json */
19
47
  "params.error.params-invalid-json": "\uD30C\uB77C\uBBF8\uD130\uAC00 \uC720\uD6A8\uD55C JSON\uC774 \uC544\uB2D9\uB2C8\uB2E4",
20
48
  /** Label for "Params" (parameters) editor/input */
@@ -42,6 +70,12 @@ var sanity = require("sanity"), vision = sanity.removeUndefinedLocaleResources({
42
70
  * available for the query (eg when the query has not been executed, or errored)
43
71
  */
44
72
  "result.timing-not-applicable": "\uD574\uB2F9 \uC5C6\uC74C",
73
+ /** Query already saved error label */
74
+ "save-query.already-saved": "\uCFFC\uB9AC\uAC00 \uC774\uBBF8 \uC800\uC7A5\uB428",
75
+ /** Save error label */
76
+ "save-query.error": "\uCFFC\uB9AC \uC800\uC7A5 \uC624\uB958",
77
+ /** Save success label */
78
+ "save-query.success": "\uCFFC\uB9AC \uC800\uC7A5\uB428",
45
79
  /** Label for the "API version" dropdown in settings */
46
80
  "settings.api-version-label": "API \uBC84\uC804",
47
81
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
@@ -1 +1 @@
1
- {"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': '클립보드에 복사',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': '중지',\n /** Label for setting up a listener */\n 'action.listen-execute': '듣기 설정',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': '취소',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': '가져오기',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': '새로운',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': '파라미터가 유효한 JSON이 아닙니다',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': '파라미터',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': '열',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': '줄',\n /** Label for \"Query\" editor/input */\n 'query.label': '쿼리',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': '쿼리 URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': '종단 간 시간',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': '실행 시간',\n /** Label for \"Result\" explorer/view */\n 'result.label': '결과',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': '결과를 CSV로 인코딩할 수 없습니다',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': '<SaveResultButtons/>로 결과 저장',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': '해당 없음',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API 버전',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': '사용자 정의 API 버전',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': '데이터셋',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': '잘못된 API 버전',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': '기타',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': '관점',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n '\"<code>previewDrafts</code>\" 관점이 \"<code>drafts</code>\"로 이름이 변경되었으며 이제 사용되지 않습니다. 이 변경사항은 관점 지원이 있는 모든 버전(>= v2021-03-25)에 적용됩니다.',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': '문서 읽기',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': '관점 없음(API 기본값)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n '관점은 여러분의 쿼리가 데이터셋의 콘텐츠에 대한 다양한 \"뷰\"를 대상으로 실행될 수 있게 해줍니다',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n '기본 관점이 곧 \"<code>raw</code>\"에서 \"<code>published</code>\"로 변경될 예정입니다. 자세한 내용은 문서를 참조하십시오.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': '고정된 릴리스',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': '관점들',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;;"}
1
+ {"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': '클립보드에 복사',\n /** Label for deleting a query */\n 'action.delete': '삭제',\n /** Label for editing a query's title */\n 'action.edit-title': '제목 편집',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': '중지',\n /** Label for setting up a listener */\n 'action.listen-execute': '듣기 설정',\n /** Label for query loading table */\n 'action.load-queries': '쿼리 불러오기',\n /** Label for loading a query */\n 'action.load-query': '쿼리 불러오기',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': '취소',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': '가져오기',\n /** Label for saving a query */\n 'action.save-query': '쿼리 저장',\n /** Label for updating a query */\n 'action.update': '업데이트',\n\n /** Label for actions user can take */\n 'label.actions': '액션',\n /** Label for saved queries that have been edited */\n 'label.edited': '편집됨',\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': '새로운',\n /** Label for query type \"personal\" */\n 'label.personal': '개인',\n /** Label for savedAt date */\n 'label.saved-at': '저장된 시간',\n /** Saved queries */\n 'label.saved-queries': '저장된 쿼리',\n /** Search queries */\n 'label.search-queries': '쿼리 검색',\n /** Share query */\n 'label.share': '공유',\n /** Label for saved query type \"team\" */\n 'label.team': '팀',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': '파라미터가 유효한 JSON이 아닙니다',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': '파라미터',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': '열',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': '줄',\n /** Label for \"Query\" editor/input */\n 'query.label': '쿼리',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': '쿼리 URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': '종단 간 시간',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': '실행 시간',\n /** Label for \"Result\" explorer/view */\n 'result.label': '결과',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': '결과를 CSV로 인코딩할 수 없습니다',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': '<SaveResultButtons/>로 결과 저장',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': '해당 없음',\n\n /** Query already saved error label */\n 'save-query.already-saved': '쿼리가 이미 저장됨',\n /** Save error label */\n 'save-query.error': '쿼리 저장 오류',\n /** Save success label */\n 'save-query.success': '쿼리 저장됨',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API 버전',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': '사용자 정의 API 버전',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': '데이터셋',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': '잘못된 API 버전',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': '기타',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': '관점',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n '\"<code>previewDrafts</code>\" 관점이 \"<code>drafts</code>\"로 이름이 변경되었으며 이제 사용되지 않습니다. 이 변경사항은 관점 지원이 있는 모든 버전(>= v2021-03-25)에 적용됩니다.',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': '문서 읽기',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': '관점 없음(API 기본값)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n '관점은 여러분의 쿼리가 데이터셋의 콘텐츠에 대한 다양한 \"뷰\"를 대상으로 실행될 수 있게 해줍니다',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n '기본 관점이 곧 \"<code>raw</code>\"에서 \"<code>published</code>\"로 변경될 예정입니다. 자세한 내용은 문서를 참조하십시오.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': '고정된 릴리스',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': '관점들',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;;"}
@@ -1,83 +1,58 @@
1
1
  import { removeUndefinedLocaleResources } from "sanity";
2
2
  var canvas = removeUndefinedLocaleResources({
3
3
  /** The text for the "Edit in Canvas" action. */
4
- "action.edit-document": void 0,
5
- // 'Edit in Canvas'
4
+ "action.edit-document": "Canvas\uC5D0\uC11C \uD3B8\uC9D1",
6
5
  /** The text for the "Link to Canvas" action. */
7
- "action.link-document": void 0,
8
- // 'Link to Canvas'
6
+ "action.link-document": "Canvas\uC5D0 \uB9C1\uD06C",
9
7
  /** 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'
8
+ "action.link-document-disabled.initial-value-not-resolved": "\uBB38\uC11C \uCD08\uAE30 \uAC12\uC774 \uD574\uACB0\uB420 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB824 \uC8FC\uC138\uC694",
12
9
  /** 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'
10
+ "action.link-document-disabled.missing-permissions": "\uC774 \uBB38\uC11C\uB97C Canvas\uC5D0 \uB9C1\uD06C\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",
15
11
  /** 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'
12
+ "action.link-document-disabled.not-in-dashboard": "\uB300\uC2DC\uBCF4\uB4DC\uC5D0\uC11C \uC774 \uBB38\uC11C\uB97C \uC5F4\uC5B4 Canvas\uC5D0 \uB9C1\uD06C\uD558\uC138\uC694",
18
13
  /** 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'
14
+ "action.link-document-disabled.version-document": "\uBC84\uC804 \uBB38\uC11C\uB294 \uC544\uC9C1 Canvas\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",
21
15
  /** The text for the "Unlink from Canvas" action. */
22
- "action.unlink-document": void 0,
23
- // 'Unlink from Canvas'
16
+ "action.unlink-document": "Canvas\uC758 \uB9C1\uD06C \uD574\uC81C",
24
17
  /** 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'
18
+ "banner.edit-document-in-canvas": "Canvas\uC5D0\uC11C \uD3B8\uC9D1",
27
19
  /** 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'
20
+ "banner.linked-to-canvas": "\uC774 \uBB38\uC11C\uB294 Canvas\uC5D0 \uC5F0\uACB0\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4",
30
21
  /** The text for the "Confirm document changes" dialog cancel button. */
31
- "dialog.confirm-document-changes.cancel": void 0,
32
- // 'Cancel'
22
+ "dialog.confirm-document-changes.cancel": "\uCDE8\uC18C",
33
23
  /** The text for the "Confirm document changes" dialog confirm button. */
34
- "dialog.confirm-document-changes.confirm": void 0,
35
- // 'Accept and continue'
24
+ "dialog.confirm-document-changes.confirm": "\uC218\uB77D\uD558\uACE0 \uACC4\uC18D",
36
25
  /** 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.'
26
+ "dialog.confirm-document-changes.description": `\uC774 \uBB38\uC11C\uB294 Canvas\uC640 \uD638\uD658\uB418\uB3C4\uB85D \uC5C5\uB370\uC774\uD2B8\uD574\uC57C \uD569\uB2C8\uB2E4.
27
+ \uC774 \uACFC\uC815\uC5D0\uC11C \uAE30\uC874 \uCF58\uD150\uCE20\uAC00 \uD3B8\uC9D1\uB418\uAC70\uB098 \uC81C\uAC70\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.`,
39
28
  /** 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'
29
+ "dialog.confirm-document-changes.footer-description": "\uC5B8\uC81C\uB4E0\uC9C0 Canvas\uC758 \uB9C1\uD06C\uB97C \uD574\uC81C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4",
42
30
  /** The title for the "Confirm document changes" dialog. */
43
- "dialog.confirm-document-changes.title": void 0,
44
- // 'Confirm document changes'
31
+ "dialog.confirm-document-changes.title": "\uBB38\uC11C \uBCC0\uACBD \uC0AC\uD56D \uD655\uC778",
45
32
  /** 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'
33
+ "dialog.link-to-canvas.error": "Canvas\uC5D0 \uB9C1\uD06C\uD558\uB294 \uB370 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",
48
34
  /** 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...'
35
+ "dialog.link-to-canvas.redirecting": "\uB9C1\uD06C\uB97C \uC644\uB8CC\uD558\uAE30 \uC704\uD574 Canvas\uB85C \uC774\uB3D9 \uC911...",
51
36
  /** The title for the "Link to Canvas" dialog. */
52
- "dialog.link-to-canvas.title": void 0,
53
- // 'Link to Canvas'
37
+ "dialog.link-to-canvas.title": "Canvas\uC5D0 \uB9C1\uD06C",
54
38
  /** The text for the "Link to Canvas" dialog when the document is being validated. */
55
- "dialog.link-to-canvas.validating": void 0,
56
- // 'Validating'
39
+ "dialog.link-to-canvas.validating": "\uAC80\uC99D \uC911",
57
40
  /** The text for the "Unlink from Canvas" dialog cancel button. */
58
- "dialog.unlink-from-canvas.cancel": void 0,
59
- // 'Cancel'
41
+ "dialog.unlink-from-canvas.cancel": "\uCDE8\uC18C",
60
42
  /** 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.'
43
+ "dialog.unlink-from-canvas.description": "\uB9C1\uD06C \uD574\uC81C\uB418\uBA74 \uC5EC\uAE30\uC5D0\uC11C \uD3B8\uC9D1\uD560 \uC218 \uC788\uACE0 Canvas\uC5D0\uC11C\uC758 \uD5A5\uD6C4 \uD3B8\uC9D1\uC774 \uC774 \uBB38\uC11C\uC5D0 \uC790\uB3D9\uC73C\uB85C \uB9E4\uD551\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",
63
44
  /** The text for the "Unlink from Canvas" dialog error message. */
64
- "dialog.unlink-from-canvas.error": void 0,
65
- // 'Failed to unlink from Canvas'
45
+ "dialog.unlink-from-canvas.error": "Canvas\uC758 \uB9C1\uD06C \uD574\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",
66
46
  /** The text for the "Unlink from Canvas" dialog success message. */
67
- "dialog.unlink-from-canvas.success": void 0,
68
- // 'Unlinked from Canvas'
47
+ "dialog.unlink-from-canvas.success": "Canvas\uC758 \uB9C1\uD06C\uAC00 \uD574\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
69
48
  /** The title for the "Unlink from Canvas" dialog. */
70
- "dialog.unlink-from-canvas.title": void 0,
71
- // 'Unlink from Canvas'
49
+ "dialog.unlink-from-canvas.title": "Canvas\uC758 \uB9C1\uD06C \uD574\uC81C",
72
50
  /** The text for the "Unlink from Canvas" dialog unlink button. */
73
- "dialog.unlink-from-canvas.unlink-action": void 0,
74
- // 'Unlink now'
51
+ "dialog.unlink-from-canvas.unlink-action": "\uC9C0\uAE08 \uB9C1\uD06C \uD574\uC81C",
75
52
  /** 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.'
53
+ "dialog.unlink-from-canvas.unlinking": "Canvas\uC5D0\uC11C <strong>\u201C{{documentTitle}}\u201D</strong>\uC758 \uB9C1\uD06C\uB97C \uD574\uC81C\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",
78
54
  /** 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'
55
+ "navigate-to-canvas-doc.error.missing-permissions": "Canvas\uB85C \uC774\uB3D9\uD558\uB294 \uB370 \uD544\uC694\uD55C \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4"
81
56
  });
82
57
  export {
83
58
  canvas as default
@@ -1 +1 @@
1
- {"version":3,"file":"canvas.js","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":[],"mappings":";AAEA,IAAA,SAAe,+BAA+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;"}
1
+ {"version":3,"file":"canvas.js","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': 'Canvas에서 편집',\n /** The text for the \"Link to Canvas\" action. */\n 'action.link-document': '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':\n '문서 초기 값이 해결될 때까지 기다려 주세요',\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': ' 문서를 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':\n '대시보드에서 문서를 열어 Canvas에 링크하세요',\n /** The text for the \"Link to Canvas\" action when the document is a version document. */\n 'action.link-document-disabled.version-document': '버전 문서는 아직 Canvas에서 지원되지 않습니다',\n /** The text for the \"Unlink from Canvas\" action. */\n 'action.unlink-document': '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': 'Canvas에서 편집',\n /** The text for the banner when the document is linked to Canvas. */\n 'banner.linked-to-canvas': ' 문서는 Canvas에 연결되어 있습니다',\n\n /** The text for the \"Confirm document changes\" dialog cancel button. */\n 'dialog.confirm-document-changes.cancel': '취소',\n /** The text for the \"Confirm document changes\" dialog confirm button. */\n 'dialog.confirm-document-changes.confirm': '수락하고 계속',\n /** The description for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.description':\n ' 문서는 Canvas와 호환되도록 업데이트해야 합니다.\\n 과정에서 기존 콘텐츠가 편집되거나 제거될 있습니다.',\n /** The description for the \"Confirm document changes\" dialog footer. */\n 'dialog.confirm-document-changes.footer-description':\n '언제든지 Canvas의 링크를 해제할 있습니다',\n /** The title for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.title': '문서 변경 사항 확인',\n /** The text for the Link to Canvas dialog when there is a error. */\n 'dialog.link-to-canvas.error': 'Canvas에 링크하는 실패했습니다',\n /** The text for the \"Link to Canvas\" dialog when the document is being redirected. */\n 'dialog.link-to-canvas.redirecting': '링크를 완료하기 위해 Canvas 이동 중...',\n /** The title for the \"Link to Canvas\" dialog. */\n 'dialog.link-to-canvas.title': 'Canvas에 링크',\n /** The text for the \"Link to Canvas\" dialog when the document is being validated. */\n 'dialog.link-to-canvas.validating': '검증 ',\n /** The text for the \"Unlink from Canvas\" dialog cancel button. */\n 'dialog.unlink-from-canvas.cancel': '취소',\n /** The text for the \"Unlink from Canvas\" dialog description. */\n 'dialog.unlink-from-canvas.description':\n '링크 해제되면 여기에서 편집할 있고 Canvas에서의 향후 편집이 문서에 자동으로 매핑되지 않습니다.',\n /** The text for the \"Unlink from Canvas\" dialog error message. */\n 'dialog.unlink-from-canvas.error': 'Canvas의 링크 해제에 실패했습니다',\n /** The text for the \"Unlink from Canvas\" dialog success message. */\n 'dialog.unlink-from-canvas.success': 'Canvas의 링크가 해제되었습니다',\n /** The title for the \"Unlink from Canvas\" dialog. */\n 'dialog.unlink-from-canvas.title': 'Canvas의 링크 해제',\n /** The text for the \"Unlink from Canvas\" dialog unlink button. */\n 'dialog.unlink-from-canvas.unlink-action': '지금 링크 해제',\n /** The text for the \"Unlink from Canvas\" dialog when the document is being unlinked. */\n 'dialog.unlink-from-canvas.unlinking':\n 'Canvas에서 <strong>“{{documentTitle}}”</strong>의 링크를 해제하고 있습니다.',\n\n /** The text for the \"Navigate to Canvas\" dialog error message. */\n 'navigate-to-canvas-doc.error.missing-permissions': 'Canvas로 이동하는 필요한 권한이 없습니다',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,4DACE;AAAA;AAAA,EAEF,qDAAqD;AAAA;AAAA,EAErD,kDACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAElD,0BAA0B;AAAA;AAAA,EAG1B,kCAAkC;AAAA;AAAA,EAElC,2BAA2B;AAAA;AAAA,EAG3B,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,+CACE;AAAA;AAAA;AAAA,EAEF,sDACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,+BAA+B;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA,EAErC,+BAA+B;AAAA;AAAA,EAE/B,oCAAoC;AAAA;AAAA,EAEpC,oCAAoC;AAAA;AAAA,EAEpC,yCACE;AAAA;AAAA,EAEF,mCAAmC;AAAA;AAAA,EAEnC,qCAAqC;AAAA;AAAA,EAErC,mCAAmC;AAAA;AAAA,EAEnC,2CAA2C;AAAA;AAAA,EAE3C,uCACE;AAAA;AAAA,EAGF,oDAAoD;AACtD,CAAC;"}
@@ -11,8 +11,7 @@ var structure = removeUndefinedLocaleResources({
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
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'
14
+ "action.disabled-by-canvas.tooltip": "Canvas\uC5D0 \uC5F0\uACB0\uB41C \uBB38\uC11C\uC5D0 \uB300\uD574 \uC77C\uBD80 \uBB38\uC11C \uC791\uC5C5\uC774 \uBE44\uD65C\uC131\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
16
15
  /** Message prompting the user to confirm discarding changes */
17
16
  "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?",
18
17
  /** Tooltip when action is disabled because the document has no unpublished changes */
@@ -127,6 +126,8 @@ var structure = removeUndefinedLocaleResources({
127
126
  "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
127
  /** 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
128
  "banners.release.waiting.title": "\uB9B4\uB9AC\uC2A4\uC5D0 \uBB38\uC11C \uCD94\uAC00 \uC911\u2026",
129
+ /** The text for the revision not found banner */
130
+ "banners.revision-not-found.description": "\uC120\uD0DD\uD55C \uBB38\uC11C \uB9AC\uBE44\uC804\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uAE30\uB85D \uBAA9\uB85D\uC5D0\uC11C \uB2E4\uB978 \uD56D\uBAA9\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694.",
130
131
  /** The text content for the unpublished document banner when is part of a release */
131
132
  "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",
132
133
  /** Browser/tab title when creating a new document of a given type */
@@ -146,26 +147,23 @@ var structure = removeUndefinedLocaleResources({
146
147
  /** The title for the close group button on the split pane on the document panel header */
147
148
  "buttons.split-pane-close-group-button.title": "\uCC3D \uADF8\uB8F9 \uB2EB\uAE30",
148
149
  /** The text for the canvas linked banner action button */
149
- "canvas.banner.edit-in-canvas-action": void 0,
150
- // 'Edit in Canvas'
150
+ "canvas.banner.edit-in-canvas-action": "Canvas\uC5D0\uC11C \uD3B8\uC9D1",
151
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'
152
+ "canvas.banner.linked-text.draft": "\uC774 \uCD08\uC548 \uBB38\uC11C\uB294 Canvas\uC5D0 \uC5F0\uACB0\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4",
154
153
  /** 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'
154
+ "canvas.banner.linked-text.published": "\uC774 \uC2E4\uC2DC\uAC04 \uBB38\uC11C\uB294 Canvas\uC5D0 \uC5F0\uACB0\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4",
157
155
  /** 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'
156
+ "canvas.banner.linked-text.version": "\uC774 \uBC84\uC804 \uBB38\uC11C\uB294 Canvas\uC5D0 \uC5F0\uACB0\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4",
160
157
  /** The text for the canvas linked banner popover button */
161
- "canvas.banner.popover-button-text": void 0,
162
- // 'Learn more'
158
+ "canvas.banner.popover-button-text": "\uB354 \uC54C\uC544\uBCF4\uAE30",
163
159
  /** 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.'
160
+ "canvas.banner.popover-description": "Canvas\uB294 \uC790\uC720 \uD615\uC2DD\uC758 \uD3B8\uC9D1\uAE30\uC5D0\uC11C \uC791\uC131\uC744 \uD558\uBA74\uC11C \uC790\uB3D9\uC73C\uB85C \uC2A4\uD29C\uB514\uC624\uB85C \uAD6C\uC870\uD654\uB41C \uCF58\uD150\uCE20\uB85C \uB9E4\uD551\uB418\uAC8C \uD574\uC8FC\uB294 \uAE30\uB2A5\uC785\uB2C8\uB2E4 - \uC785\uB825\uD558\uB294 \uB300\uB85C.",
166
161
  /** The heading for the canvas linked banner popover */
167
- "canvas.banner.popover-heading": void 0,
168
- // 'Idea first authoring'
162
+ "canvas.banner.popover-heading": "\uC544\uC774\uB514\uC5B4 \uC6B0\uC120 \uC791\uC131",
163
+ /** The description for the changes banner */
164
+ "changes.banner.description": "\uC774 \uBB38\uC11C\uC758 <strong>{{perspective}}</strong> \uBC84\uC804\uC5D0 \uB300\uD55C \uAE30\uB85D\uC744 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.",
165
+ /** The tooltip for the changes banner */
166
+ "changes.banner.tooltip": "\uC774 \uBDF0\uB294 \uC774 \uBB38\uC11C\uC758 \uD2B9\uC815 \uBC84\uC804\uC5D0\uC11C \uBC1C\uC0DD\uD55C \uBCC0\uACBD \uC0AC\uD56D\uC744 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4. \uB2E4\uB978 \uBC84\uC804\uC744 \uC120\uD0DD\uD558\uC5EC \uD574\uB2F9 \uBCC0\uACBD \uC0AC\uD56D\uC744 \uD655\uC778\uD558\uC138\uC694",
169
167
  /** The label used in the changes inspector for the from selector */
170
168
  "changes.from.label": "\uC5D0\uC11C",
171
169
  /* The label for the history tab in the changes inspector*/
@@ -183,8 +181,7 @@ var structure = removeUndefinedLocaleResources({
183
181
  /** The error message shown when the previous document for comparison could not be extracted from the URL */
184
182
  "compare-version.error.invalidPreviousDocumentParam": "\uC774\uC804 \uBB38\uC11C \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",
185
183
  /** 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.'
184
+ "compare-versions.menu-item.disabled-reason": "\uBE44\uAD50\uD560 \uC774 \uBB38\uC11C\uC758 \uB2E4\uB978 \uBC84\uC804\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",
188
185
  /** The text for the "Compare versions" action for a document */
189
186
  "compare-versions.menu-item.title": "\uBC84\uC804 \uBE44\uAD50",
190
187
  /** The string used to label draft documents */
@@ -304,11 +301,13 @@ var structure = removeUndefinedLocaleResources({
304
301
  /** The title of the sync lock toast on the form view */
305
302
  "document-view.form-view.sync-lock-toast.title": "\uBB38\uC11C \uB3D9\uAE30\uD654 \uC911\u2026",
306
303
  /** The description for the document favorite action */
307
- "document.favorites.add-to-favorites": void 0,
308
- // 'Add to favorites'
304
+ "document.favorites.add-to-favorites": "\uC990\uACA8\uCC3E\uAE30\uC5D0 \uCD94\uAC00",
309
305
  /** The description for the document unfavorite action */
310
- "document.favorites.remove-from-favorites": void 0,
311
- // 'Remove from favorites'
306
+ "document.favorites.remove-from-favorites": "\uC990\uACA8\uCC3E\uAE30\uC5D0\uC11C \uC81C\uAC70",
307
+ /** The description for the events inspector when we can't load the document so we default to compare with published */
308
+ "events.compare-with-published.description": "\uBB38\uC11C \uBCC0\uACBD \uC0AC\uD56D\uC744 \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC544\uB9C8\uB3C4 \uADC0\uD558\uC758 \uD50C\uB79C\uC758 \uAE30\uB85D \uBCF4\uC874 \uC815\uCC45 \uB54C\uBB38\uC77C \uAC83\uC785\uB2C8\uB2E4. \uC774\uAC83\uC740 <strong>{{version}}</strong> \uBC84\uC804\uC774 <strong>published</strong> \uBC84\uC804\uACFC \uC5B4\uB5BB\uAC8C \uBE44\uAD50\uB418\uB294\uC9C0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.",
309
+ /** The title for the events inspector when we can't load the document so we default to compare with published */
310
+ "events.compare-with-published.title": "\uBC1C\uD589\uB41C \uAC83\uACFC \uBE44\uAD50",
312
311
  /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
313
312
  "events.inspect.release": "<VersionBadge>{{releaseTitle}}</VersionBadge> \uBB38\uC11C \uAC80\uC0AC",
314
313
  /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
@@ -366,10 +365,17 @@ var structure = removeUndefinedLocaleResources({
366
365
  "panes.document-header-title.new.text": "\uC0C8\uB85C\uC6B4 {{schemaType}}",
367
366
  /** The text used in the document header title if no other title can be determined */
368
367
  "panes.document-header-title.untitled.text": "\uC81C\uBAA9 \uC5C6\uC74C",
368
+ /** The help text saying that we'll retry fetching the document list */
369
+ "panes.document-list-pane.error.retrying": "\uC7AC\uC2DC\uB3C4 \uC911...",
369
370
  /** The error text on the document list pane */
370
371
  "panes.document-list-pane.error.text": "\uC624\uB958: <Code>{{error}}</Code>",
372
+ /** The error text on the document list pane */
373
+ "panes.document-list-pane.error.text.dev": "\uC624\uB958: <Code>{{error}}</Code>",
374
+ /** The error text on the document list pane if the browser appears to be offlline */
375
+ "panes.document-list-pane.error.text.offline": "\uC778\uD130\uB137 \uC5F0\uACB0\uC774 \uC624\uD504\uB77C\uC778 \uC0C1\uD0DC\uC778 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4.",
371
376
  /** The error title on the document list pane */
372
377
  "panes.document-list-pane.error.title": "\uBAA9\uB85D \uD56D\uBAA9\uC744 \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4",
378
+ "panes.document-list-pane.error.will-retry-automatically_other": "\uC7AC\uC2DC\uB3C4 \uC911... (#{{count}}).",
373
379
  /** The text of the document list pane if more than a maximum number of documents are returned */
374
380
  "panes.document-list-pane.max-items.text": "\uCD5C\uB300 {{limit}}\uAC1C\uC758 \uBB38\uC11C\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4",
375
381
  /** The text of the document list pane if no documents are found for a specified type */
@@ -378,6 +384,8 @@ var structure = removeUndefinedLocaleResources({
378
384
  "panes.document-list-pane.no-documents.text": "\uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",
379
385
  /** The text of the document list pane if no documents are found matching specified criteria */
380
386
  "panes.document-list-pane.no-matching-documents.text": "\uC77C\uCE58\uD558\uB294 \uBB38\uC11C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",
387
+ /** The search input for the search input on the document list pane */
388
+ "panes.document-list-pane.reconnecting": "\uC5F0\uACB0\uC744 \uC2DC\uB3C4 \uC911...",
381
389
  /** The aria-label for the search input on the document list pane */
382
390
  "panes.document-list-pane.search-input.aria-label": "\uBAA9\uB85D \uAC80\uC0C9",
383
391
  /** The search input for the search input on the document list pane */
@@ -487,7 +495,9 @@ var structure = removeUndefinedLocaleResources({
487
495
  /** The text for the collapse action in the timeline item menu */
488
496
  "timeline-item.menu.action-collapse": "\uC811\uAE30",
489
497
  /** The text for the expand action in the timeline item menu */
490
- "timeline-item.menu.action-expand": "\uD3BC\uCE58\uAE30"
498
+ "timeline-item.menu.action-expand": "\uD3BC\uCE58\uAE30",
499
+ /** The text for the published event menu tooltip when the release is not found */
500
+ "timeline-item.not-found-release.tooltip": '\uC544\uC774\uB514 "{{releaseId}}"\uB97C \uAC00\uC9C4 \uB9B4\uB9AC\uC2A4\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4'
491
501
  });
492
502
  export {
493
503
  structure as default