@sanity/locale-ko-kr 1.1.23 → 1.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/structure.cjs +7 -1
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +97 -29
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +2 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +7 -1
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +97 -29
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +2 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/structure.ts +8 -0
- package/src/studio.ts +111 -16
- package/src/vision.ts +2 -0
|
@@ -103,6 +103,8 @@ var vision = removeUndefinedLocaleResources({
|
|
|
103
103
|
"settings.perspectives.new-default.description": '\uAE30\uBCF8 \uAD00\uC810\uC774 \uACE7 "<code>raw</code>"\uC5D0\uC11C "<code>published</code>"\uB85C \uBCC0\uACBD\uB420 \uC608\uC815\uC785\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.',
|
|
104
104
|
/** Label for the pinned release perspective */
|
|
105
105
|
"settings.perspectives.pinned-release-label": "\uACE0\uC815\uB41C \uB9B4\uB9AC\uC2A4",
|
|
106
|
+
/** Label for the scheduled drafts perspective */
|
|
107
|
+
"settings.perspectives.scheduled-drafts": "\uC608\uC57D\uB41C \uCD08\uC548",
|
|
106
108
|
/** Title for popover that explains what "Perspectives" are */
|
|
107
109
|
"settings.perspectives.title": "\uAD00\uC810\uB4E4"
|
|
108
110
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.js","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":[],"mappings":";AAEA,IAAA,SAAe,+BAA+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
|
+
{"version":3,"file":"vision.js","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 /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts': '예약된 초안',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': '관점들',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+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,0CAA0C;AAAA;AAAA,EAE1C,+BAA+B;AACjC,CAAC;"}
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'ko-KR',\n title: '한국어',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 7,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * 한국어 / Korean locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const koKRLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-ko-kr',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'ko-KR',\n title: '한국어',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 7,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * 한국어 / Korean locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const koKRLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-ko-kr',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAaC,OAAAA,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'ko-KR',\n title: '한국어',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 7,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * 한국어 / Korean locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const koKRLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-ko-kr',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'ko-KR',\n title: '한국어',\n bundles: [\n {\n namespace: 'canvas',\n resources: () => import('./canvas'),\n },\n\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 7,\n minimalDays: 1,\n weekend: [6, 7],\n },\n})\n\n/**\n * 한국어 / Korean locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const koKRLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-ko-kr',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IAAA;AAAA,IAGtC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IAAA;AAAA,IAGvC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,IAGpC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IAAA;AAAA,IAGnC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IAAA;AAAA,IAGxC;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EACpC;AAAA,EAEF,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAa,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAA,IAAU,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
|
package/package.json
CHANGED
package/src/structure.ts
CHANGED
|
@@ -84,6 +84,8 @@ export default removeUndefinedLocaleResources({
|
|
|
84
84
|
/** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
|
|
85
85
|
'banners.archived-release.description':
|
|
86
86
|
'아카이브된 <VersionBadge>릴리스</VersionBadge>의 일부로서 읽기 전용 문서를 보고 있습니다. 편집할 수 없습니다',
|
|
87
|
+
/** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */
|
|
88
|
+
'banners.archived-scheduled-draft.description': '이 예약된 초안은 보관되었습니다',
|
|
87
89
|
/** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
|
|
88
90
|
'banners.choose-new-document-destination.cannot-create-draft-document':
|
|
89
91
|
'초안 문서를 생성할 수 없습니다.',
|
|
@@ -169,6 +171,9 @@ export default removeUndefinedLocaleResources({
|
|
|
169
171
|
/** The text for the revision not found banner */
|
|
170
172
|
'banners.revision-not-found.description':
|
|
171
173
|
'선택한 문서 리비전을 찾을 수 없습니다. 기록 목록에서 다른 항목을 선택해 주세요.',
|
|
174
|
+
/** The text content for the scheduled draft override banner */
|
|
175
|
+
'banners.scheduled-draft-override-banner.text':
|
|
176
|
+
'이 문서에 대한 예약된 초안이 존재합니다. 지금 변경 사항을 게시하면 예약이 실행될 때 덮어쓰게 됩니다.',
|
|
172
177
|
/** The text content for the unpublished document banner when is part of a release */
|
|
173
178
|
'banners.unpublished-release-banner.text':
|
|
174
179
|
'이 문서는 <VersionBadge>{{title}}</VersionBadge> 릴리스의 일부로 발행 취소될 예정입니다',
|
|
@@ -605,4 +610,7 @@ export default removeUndefinedLocaleResources({
|
|
|
605
610
|
/** The text for the published event menu tooltip when the release is not found */
|
|
606
611
|
'timeline-item.not-found-release.tooltip':
|
|
607
612
|
'아이디 "{{releaseId}}"를 가진 릴리스를 찾을 수 없습니다',
|
|
613
|
+
|
|
614
|
+
/** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
|
|
615
|
+
'toggle-inline-changes.menu-item.title': '인라인 변경',
|
|
608
616
|
})
|
package/src/studio.ts
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import {removeUndefinedLocaleResources} from 'sanity'
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
|
+
/** "Configuration issue" header */
|
|
5
|
+
'about-dialog.configuration-issue.header': '구성 문제가 감지되었습니다',
|
|
6
|
+
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
7
|
+
'about-dialog.configuration-issue.missing-appid':
|
|
8
|
+
'자동 업데이트가 활성화되어 있지만 <code>sanity.cli.ts</code>에 <code>deployment.appId</code>가 구성되어 있지 않습니다. 이 스튜디오는 <strong>최신</strong>-채널에 대해 업데이트됩니다.',
|
|
9
|
+
/** "View documentation" link for auto-updating studios */
|
|
10
|
+
'about-dialog.configuration-issue.missing-appid.view-documentation': '문서 보기',
|
|
4
11
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
5
12
|
'about-dialog.version-info.auto-updates.disabled': '비활성화됨',
|
|
6
13
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
@@ -10,7 +17,7 @@ export default removeUndefinedLocaleResources({
|
|
|
10
17
|
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
11
18
|
'about-dialog.version-info.auto-updates.how-to-enable': '활성화 방법',
|
|
12
19
|
/** "Manage version" link text */
|
|
13
|
-
'about-dialog.version-info.auto-updates.manage-version':
|
|
20
|
+
'about-dialog.version-info.auto-updates.manage-version': '버전 관리',
|
|
14
21
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
15
22
|
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
16
23
|
'클립보드에 복사됨. 붙여넣기를 즐기세요!',
|
|
@@ -23,30 +30,32 @@ export default removeUndefinedLocaleResources({
|
|
|
23
30
|
/** "Latest version" header in version info dialog */
|
|
24
31
|
'about-dialog.version-info.latest-version.header': '최신 버전',
|
|
25
32
|
/** Info text when auto updates is enabled and a new version is available */
|
|
26
|
-
'about-dialog.version-info.new-auto-update-version-available':
|
|
33
|
+
'about-dialog.version-info.new-auto-update-version-available': '새 버전 사용 가능',
|
|
27
34
|
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
28
35
|
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
29
|
-
'about-dialog.version-info.new-version.text':
|
|
36
|
+
'about-dialog.version-info.new-version.text': '새 버전',
|
|
30
37
|
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
31
|
-
'about-dialog.version-info.reload':
|
|
38
|
+
'about-dialog.version-info.reload': '재로드',
|
|
32
39
|
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
33
|
-
'about-dialog.version-info.reload-to-update':
|
|
40
|
+
'about-dialog.version-info.reload-to-update': '업데이트하려면 스튜디오를 재로드하세요',
|
|
41
|
+
/** "Development" tooltip in About-dialog */
|
|
42
|
+
'about-dialog.version-info.tooltip.development': '개발',
|
|
34
43
|
/** "New version available" tooltip in About-dialog */
|
|
35
|
-
'about-dialog.version-info.tooltip.new-version-available':
|
|
44
|
+
'about-dialog.version-info.tooltip.new-version-available': '새 버전 사용 가능',
|
|
36
45
|
/** "Prerelease" tooltip in About-dialog */
|
|
37
|
-
'about-dialog.version-info.tooltip.prerelease':
|
|
46
|
+
'about-dialog.version-info.tooltip.prerelease': '사전 출시',
|
|
38
47
|
/** "Up to date" tooltip in About-dialog */
|
|
39
|
-
'about-dialog.version-info.tooltip.up-to-date':
|
|
48
|
+
'about-dialog.version-info.tooltip.up-to-date': '최신 상태',
|
|
40
49
|
/** @deprecated "Up to date" status in About-dialog */
|
|
41
50
|
'about-dialog.version-info.up-to-date': '최신 상태',
|
|
42
51
|
/** "Upgrade"-button text */
|
|
43
|
-
'about-dialog.version-info.update-button.text':
|
|
52
|
+
'about-dialog.version-info.update-button.text': '업데이트',
|
|
44
53
|
/** "Upgrade"-button tooltip text */
|
|
45
|
-
'about-dialog.version-info.update-button.tooltip':
|
|
54
|
+
'about-dialog.version-info.update-button.tooltip': 'Sanity 스튜디오를 업데이트하는 방법 알아보기',
|
|
46
55
|
/** "User agent" header in About-dialog */
|
|
47
56
|
'about-dialog.version-info.user-agent.header': '사용자 에이전트',
|
|
48
57
|
/** "View on GitHub" link from version info dialog */
|
|
49
|
-
'about-dialog.version-info.view-on-github':
|
|
58
|
+
'about-dialog.version-info.view-on-github': 'GitHub에서 보기',
|
|
50
59
|
|
|
51
60
|
/** The text used in the tooltip shown in the dialog close button */
|
|
52
61
|
'announcement.dialog.close': '닫기',
|
|
@@ -117,13 +126,19 @@ export default removeUndefinedLocaleResources({
|
|
|
117
126
|
'asset-source.dialog.default-title_file': '파일 선택',
|
|
118
127
|
/** Select asset dialog title for images */
|
|
119
128
|
'asset-source.dialog.default-title_image': '이미지 선택',
|
|
129
|
+
/** Select asset dialog title for videos */
|
|
130
|
+
'asset-source.dialog.default-title_video': '비디오 선택',
|
|
120
131
|
/** Insert asset error */
|
|
121
132
|
'asset-source.dialog.insert-asset-error': '자산 삽입 오류. 자세한 정보는 콘솔을 확인하세요.',
|
|
122
133
|
/** Select asset dialog load more items */
|
|
123
134
|
'asset-source.dialog.load-more': '더 많이 불러오기',
|
|
124
|
-
/** Text shown when selecting a file but there's no files to select from
|
|
135
|
+
/** Text shown when selecting a file but there's no files to select from
|
|
136
|
+
* @deprecated no longer in use
|
|
137
|
+
*/
|
|
125
138
|
'asset-source.dialog.no-assets_file': '파일 없음',
|
|
126
|
-
/** Text shown when selecting an image but there's no images to select from
|
|
139
|
+
/** Text shown when selecting an image but there's no images to select from
|
|
140
|
+
* @deprecated no longer in use
|
|
141
|
+
*/
|
|
127
142
|
'asset-source.dialog.no-assets_image': '이미지 없음',
|
|
128
143
|
'asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file':
|
|
129
144
|
'현재 선택된 파일을 삭제할 수 없습니다',
|
|
@@ -190,7 +205,14 @@ export default removeUndefinedLocaleResources({
|
|
|
190
205
|
'asset-sources.media-library.file.title': '미디어 라이브러리',
|
|
191
206
|
'asset-sources.media-library.image.title': '미디어 라이브러리',
|
|
192
207
|
/** Info messages for the Media Library Asset Source */
|
|
193
|
-
'asset-sources.media-library.select-dialog.
|
|
208
|
+
'asset-sources.media-library.select-dialog.title_file': '{{targetTitle}}을(를) 위한 파일 선택',
|
|
209
|
+
'asset-sources.media-library.select-dialog.title_image': '{{targetTitle}}을(를) 위한 이미지 선택',
|
|
210
|
+
'asset-sources.media-library.select-dialog.title_video': '{{targetTitle}}을(를) 위한 비디오 선택',
|
|
211
|
+
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
212
|
+
'asset-sources.media-library.warning.file-already-exist.description':
|
|
213
|
+
'라이브러리에서 찾은 기존 파일을 사용합니다.',
|
|
214
|
+
'asset-sources.media-library.warning.file-already-exist.title':
|
|
215
|
+
"파일: '{{filename}}'이(가) 이미 존재합니다",
|
|
194
216
|
|
|
195
217
|
/** Label when a release has been deleted by a different user */
|
|
196
218
|
'banners.deleted-bundle-banner.text': "'<strong>{{title}}</strong>' 릴리스가 삭제되었습니다.",
|
|
@@ -453,6 +475,9 @@ export default removeUndefinedLocaleResources({
|
|
|
453
475
|
/** Label to indicate that a document type was not found */
|
|
454
476
|
'document.type.not-found': '문서 유형 "{{type}}"을(를) 찾을 수 없습니다',
|
|
455
477
|
|
|
478
|
+
/** Error message shown when an action cannot be performed */
|
|
479
|
+
'errors.unable-to-perform-action': '이 작업을 수행할 수 없습니다',
|
|
480
|
+
|
|
456
481
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
457
482
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
458
483
|
'<code>_key</code> 속성의 값은 고유한 문자열이어야 합니다.',
|
|
@@ -551,7 +576,7 @@ export default removeUndefinedLocaleResources({
|
|
|
551
576
|
/** Information for what the latest sanity version is */
|
|
552
577
|
'help-resources.latest-sanity-version': '최신 버전은 {{latestVersion}}입니다',
|
|
553
578
|
/** Menu item for reloading Studio to update */
|
|
554
|
-
'help-resources.studio-auto-update-now':
|
|
579
|
+
'help-resources.studio-auto-update-now': 'v{{newVersion}}로 업데이트하기 위해 재로드',
|
|
555
580
|
/** Information for what studio version the current studio is running */
|
|
556
581
|
'help-resources.studio-version': 'Sanity 스튜디오 버전 {{studioVersion}}',
|
|
557
582
|
/** Title for help and resources menus */
|
|
@@ -1261,22 +1286,32 @@ export default removeUndefinedLocaleResources({
|
|
|
1261
1286
|
'release.action.add-to-new-release': '릴리스에 추가',
|
|
1262
1287
|
/** Action message to add document to release */
|
|
1263
1288
|
'release.action.add-to-release': '{{title}}에 추가',
|
|
1289
|
+
/** Tooltip message for document that is already added to release */
|
|
1290
|
+
'release.action.already-exists-in-release': '문서가 이미 릴리스에 존재합니다',
|
|
1264
1291
|
/** Action message for when document is already in release */
|
|
1265
1292
|
'release.action.already-in-release': '이미 릴리스 {{title}}에 포함됨',
|
|
1266
1293
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1267
1294
|
'release.action.copy-to': '버전을 복사하기',
|
|
1268
1295
|
/** Action message for creating new releases */
|
|
1269
1296
|
'release.action.create-new': '새 릴리스',
|
|
1297
|
+
/** Description for toast when version creation failed */
|
|
1298
|
+
'release.action.create-version.failure': '버전을 생성하지 못했습니다',
|
|
1299
|
+
/** Action message for deleting a scheduled publish */
|
|
1300
|
+
'release.action.delete-schedule': '일정 삭제',
|
|
1270
1301
|
/** Action message for when document is already in release */
|
|
1271
1302
|
'release.action.discard-version': '버전 버리기',
|
|
1272
1303
|
/** Description for toast when version discarding failed */
|
|
1273
1304
|
'release.action.discard-version.failure': '버전 버리기에 실패했습니다',
|
|
1305
|
+
/** Action message for editing the schedule of a scheduled publish */
|
|
1306
|
+
'release.action.edit-schedule': '일정 편집',
|
|
1274
1307
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1275
1308
|
'release.action.new-release': '새 릴리스',
|
|
1276
1309
|
'release.action.new-release.limit-reached_other':
|
|
1277
1310
|
'이 작업 공간은 {{count}}개의 릴리스로 제한됩니다',
|
|
1278
1311
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1279
1312
|
'release.action.permission.error': '이 작업을 수행할 권한이 없습니다',
|
|
1313
|
+
/** Action message for running a scheduled draft immediately */
|
|
1314
|
+
'release.action.publish-now': '지금 게시',
|
|
1280
1315
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1281
1316
|
'release.action.revert-unpublish-version.failure.description':
|
|
1282
1317
|
'다시 시도하거나 연결을 확인해 주세요. 문서는 여전히 출시 시 비공개로 설정됩니다.',
|
|
@@ -1296,6 +1331,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1296
1331
|
'<strong>{{title}}</strong>을(를) 릴리스에서 비공개로 성공적으로 설정했습니다',
|
|
1297
1332
|
/** Action message for when the view release is pressed */
|
|
1298
1333
|
'release.action.view-release': '릴리스 보기',
|
|
1334
|
+
/** Action message for when the view scheduled drafts is pressed */
|
|
1335
|
+
'release.action.view-scheduled-drafts': '예약된 초안 보기',
|
|
1299
1336
|
/** Label for banner when release is scheduled */
|
|
1300
1337
|
'release.banner.scheduled-for-publishing-on': '{{date}}에 출판 예정',
|
|
1301
1338
|
/** Label for Draft chip in document header */
|
|
@@ -1333,6 +1370,25 @@ export default removeUndefinedLocaleResources({
|
|
|
1333
1370
|
'release.dialog.create.confirm': '릴리스 생성',
|
|
1334
1371
|
/** Title for creating releases dialog */
|
|
1335
1372
|
'release.dialog.create.title': '릴리스 생성',
|
|
1373
|
+
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1374
|
+
'release.dialog.delete-schedule-draft.body':
|
|
1375
|
+
'예약된 초안을 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.',
|
|
1376
|
+
/** Confirm button text for deleting a scheduled draft */
|
|
1377
|
+
'release.dialog.delete-schedule-draft.confirm': '예, 일정 삭제',
|
|
1378
|
+
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1379
|
+
'release.dialog.delete-schedule-draft.header': '예약된 초안 삭제',
|
|
1380
|
+
/** Body text for change schedule dialog */
|
|
1381
|
+
'release.dialog.edit-schedule.body': '예약된 게시를 위한 새로운 날짜와 시간을 선택하세요.',
|
|
1382
|
+
/** Confirm button text for change schedule dialog */
|
|
1383
|
+
'release.dialog.edit-schedule.confirm': '일정 업데이트',
|
|
1384
|
+
/** Header for change schedule dialog */
|
|
1385
|
+
'release.dialog.edit-schedule.header': '일정 변경',
|
|
1386
|
+
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1387
|
+
'release.dialog.publish-scheduled-draft.body': '예약된 초안을 즉시 게시하시겠습니까?',
|
|
1388
|
+
/** Confirm button text for running a scheduled draft immediately */
|
|
1389
|
+
'release.dialog.publish-scheduled-draft.confirm': '네, 지금 실행',
|
|
1390
|
+
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1391
|
+
'release.dialog.publish-scheduled-draft.header': '초안 지금 게시',
|
|
1336
1392
|
/** Label for description in tooltip to explain release types */
|
|
1337
1393
|
'release.dialog.tooltip.description':
|
|
1338
1394
|
'이를 통해 여러 버전에서 작업할 때 문서가 충돌하는지 여부를 표시할 수 있습니다.',
|
|
@@ -1345,6 +1401,10 @@ export default removeUndefinedLocaleResources({
|
|
|
1345
1401
|
'release.form.placeholder-describe-release': '릴리스를 설명하세요…',
|
|
1346
1402
|
/** Tooltip for button to hide release visibility */
|
|
1347
1403
|
'release.layer.hide': '릴리스 숨기기',
|
|
1404
|
+
/** Label for the release menu */
|
|
1405
|
+
'release.menu.label': '릴리스 메뉴',
|
|
1406
|
+
/** Tooltip for the release menu */
|
|
1407
|
+
'release.menu.tooltip': '작업',
|
|
1348
1408
|
/** Label for draft perspective in navbar */
|
|
1349
1409
|
'release.navbar.drafts': '초안',
|
|
1350
1410
|
/** Label for published releases in navbar */
|
|
@@ -1353,18 +1413,41 @@ export default removeUndefinedLocaleResources({
|
|
|
1353
1413
|
'release.navbar.tooltip': '릴리스',
|
|
1354
1414
|
/** The placeholder text when the release doesn't have a title */
|
|
1355
1415
|
'release.placeholder-untitled-release': '제목 없는 릴리스',
|
|
1416
|
+
/** Description for warning that the published schedule time is in the past */
|
|
1417
|
+
'release.schedule-dialog.publish-date-in-past-warning':
|
|
1418
|
+
'이 릴리스를 미래의 시간과 날짜로 예약하세요.',
|
|
1419
|
+
/** Label for date picker when scheduling a release */
|
|
1420
|
+
'release.schedule-dialog.select-publish-date-label': '예약 날짜',
|
|
1356
1421
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1357
1422
|
'release.toast.archived-release.description': '이 릴리스는 고정 해제되었습니다',
|
|
1358
1423
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1359
1424
|
'release.toast.archived-release.title': "'{{title}}' 릴리스가 보관되었습니다",
|
|
1360
1425
|
/** The toast title that will be shown the creating a release fails */
|
|
1361
1426
|
'release.toast.create-release-error.title': '릴리스 생성 실패',
|
|
1362
|
-
/**
|
|
1427
|
+
/** Error toast for deleting a scheduled draft */
|
|
1428
|
+
'release.toast.delete-schedule-draft.error':
|
|
1429
|
+
'예약된 초안 문서 <strong>{{title}}</strong> 삭제에 실패했습니다: {{error}}',
|
|
1430
|
+
/** Success toast for deleting a scheduled draft */
|
|
1431
|
+
'release.toast.delete-schedule-draft.success':
|
|
1432
|
+
'예약된 초안 문서 <strong>{{title}}</strong>가 삭제되었습니다.',
|
|
1433
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1363
1434
|
'release.toast.not-found-release.title': "'{{title}}' 릴리스를 찾을 수 없습니다",
|
|
1435
|
+
/** Error toast for running a scheduled publish immediately */
|
|
1436
|
+
'release.toast.publish-scheduled-draft.error':
|
|
1437
|
+
'예약된 초안 문서 <strong>{{title}}</strong> 게시에 실패했습니다: {{error}}',
|
|
1438
|
+
/** Success toast for running a scheduled publish immediately */
|
|
1439
|
+
'release.toast.publish-scheduled-draft.success':
|
|
1440
|
+
'예약된 초안 문서 <strong>{{title}}</strong>가 게시되었습니다.',
|
|
1364
1441
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1365
1442
|
'release.toast.published-release.description': '이 릴리스는 고정 해제되었습니다',
|
|
1366
1443
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1367
1444
|
'release.toast.published-release.title': "'{{title}}' 릴리스가 게시되었습니다",
|
|
1445
|
+
/** Error toast for rescheduling a draft */
|
|
1446
|
+
'release.toast.reschedule-scheduled-draft.error':
|
|
1447
|
+
'예약된 초안 문서 <strong>{{title}}</strong>의 일정 변경에 실패했습니다: {{error}}',
|
|
1448
|
+
/** Success toast for rescheduling a draft */
|
|
1449
|
+
'release.toast.reschedule-scheduled-draft.success':
|
|
1450
|
+
'예약된 초안 문서 <strong>{{title}}</strong>의 일정이 변경되었습니다.',
|
|
1368
1451
|
/** Label for when a version of a document has already been added to the release */
|
|
1369
1452
|
'release.tooltip.already-added': '이 문서의 버전이 이미 추가되었습니다',
|
|
1370
1453
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1378,6 +1461,16 @@ export default removeUndefinedLocaleResources({
|
|
|
1378
1461
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1379
1462
|
'release.version-list.tooltip': '모든 문서 버전 보기',
|
|
1380
1463
|
|
|
1464
|
+
/** Confirm button text for the schedule publish dialog */
|
|
1465
|
+
'schedule-publish-dialog.confirm': '예약',
|
|
1466
|
+
/** Description for the schedule publish dialog */
|
|
1467
|
+
'schedule-publish-dialog.description': '이 문서를 언제 게시할지 선택하세요.',
|
|
1468
|
+
/** Header for the schedule publish dialog */
|
|
1469
|
+
'schedule-publish-dialog.header': '게시를 위한 초안 일정 예약',
|
|
1470
|
+
|
|
1471
|
+
/** Title for a scheduled draft release */
|
|
1472
|
+
'scheduled-drafts.release.title': '예약된 게시',
|
|
1473
|
+
|
|
1381
1474
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1382
1475
|
'search.action-open-aria-label': '검색 열기',
|
|
1383
1476
|
/** Action label for adding a search filter */
|
|
@@ -2031,6 +2124,8 @@ export default removeUndefinedLocaleResources({
|
|
|
2031
2124
|
* workspace to authenticate in.
|
|
2032
2125
|
*/
|
|
2033
2126
|
'workspaces.action.choose-another-workspace': '다른 워크스페이스 선택',
|
|
2127
|
+
/** Label for title to switch workspace before workspaces are listed */
|
|
2128
|
+
'workspaces.action.switch-workspace': '작업 공간 전환',
|
|
2034
2129
|
/** Label for heading that indicates that you can choose your workspace */
|
|
2035
2130
|
'workspaces.choose-your-workspace-label': '워크스페이스를 선택하세요',
|
|
2036
2131
|
/** Label for the workspace menu */
|
package/src/vision.ts
CHANGED
|
@@ -113,6 +113,8 @@ export default removeUndefinedLocaleResources({
|
|
|
113
113
|
'기본 관점이 곧 "<code>raw</code>"에서 "<code>published</code>"로 변경될 예정입니다. 자세한 내용은 문서를 참조하십시오.',
|
|
114
114
|
/** Label for the pinned release perspective */
|
|
115
115
|
'settings.perspectives.pinned-release-label': '고정된 릴리스',
|
|
116
|
+
/** Label for the scheduled drafts perspective */
|
|
117
|
+
'settings.perspectives.scheduled-drafts': '예약된 초안',
|
|
116
118
|
/** Title for popover that explains what "Perspectives" are */
|
|
117
119
|
'settings.perspectives.title': '관점들',
|
|
118
120
|
})
|