@sanity/locale-ko-kr 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,378 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** Tooltip when action button is disabled because the operation is not ready */
5
+ 'action.delete.disabled.not-ready': '작업 준비되지 않음',
6
+ /** Tooltip when action button is disabled because the document does not exist */
7
+ 'action.delete.disabled.nothing-to-delete': '이 문서는 아직 존재하지 않거나 이미 삭제되었습니다',
8
+ /** Label for the "Delete" document action button */
9
+ 'action.delete.label': '삭제',
10
+ /** Label for the "Delete" document action while the document is being deleted */
11
+ 'action.delete.running.label': '삭제 중…',
12
+ /** Message prompting the user to confirm discarding changes */
13
+ 'action.discard-changes.confirm-dialog.confirm-discard-changes':
14
+ '마지막으로 발행된 이후의 모든 변경 사항을 버리시겠습니까?',
15
+ /** Tooltip when action is disabled because the document has no unpublished changes */
16
+ 'action.discard-changes.disabled.no-change': '이 문서에는 발행되지 않은 변경 사항이 없습니다',
17
+ /** Tooltip when action is disabled because the document is not published */
18
+ 'action.discard-changes.disabled.not-published': '이 문서는 발행되지 않았습니다',
19
+ /** Tooltip when action button is disabled because the operation is not ready */
20
+ 'action.discard-changes.disabled.not-ready': '작업 준비가 되지 않았습니다',
21
+ /** Label for the "Discard changes" document action */
22
+ 'action.discard-changes.label': '변경 사항 버리기',
23
+ /** Tooltip when action is disabled because the operation is not ready */
24
+ 'action.duplicate.disabled.not-ready': '작업 준비가 되지 않았습니다',
25
+ /** Tooltip when action is disabled because the document doesn't exist */
26
+ 'action.duplicate.disabled.nothing-to-duplicate':
27
+ '이 문서는 아직 존재하지 않아 복제할 것이 없습니다',
28
+ /** Label for the "Duplicate" document action */
29
+ 'action.duplicate.label': '복제',
30
+ /** Label for the "Duplicate" document action while the document is being duplicated */
31
+ 'action.duplicate.running.label': '복제 중…',
32
+ /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/
33
+ 'action.publish.already-published.no-time-ago.tooltip': '이미 게시됨',
34
+ /** Tooltip when publish button is disabled because the document is already published.*/
35
+ 'action.publish.already-published.tooltip': '{{timeSincePublished}} 전에 게시됨',
36
+ /** Tooltip when action is disabled because the studio is not ready.*/
37
+ 'action.publish.disabled.not-ready': '작업 준비되지 않음',
38
+ /** Label for action when there are pending changes.*/
39
+ 'action.publish.draft.label': '게시',
40
+ /** Label for the "Publish" document action when the document has live edit enabled.*/
41
+ 'action.publish.live-edit.label': '게시',
42
+ /** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
43
+ 'action.publish.live-edit.publish-disabled':
44
+ '이 문서 유형에 라이브 편집이 활성화되어 있어 게시할 수 없습니다',
45
+ /** Tooltip for the "Publish" document action when the document has live edit enabled.*/
46
+ 'action.publish.live-edit.tooltip':
47
+ '이 콘텐츠 유형에 대해 라이브 편집이 활성화되어 있으며 변경 사항을 만들 때 자동으로 게시됩니다',
48
+ /** Tooltip when publish button is disabled because there are no changes.*/
49
+ 'action.publish.no-changes.tooltip': '게시되지 않은 변경 사항 없음',
50
+ /** Label for the "Publish" document action when there are no changes.*/
51
+ 'action.publish.published.label': '게시됨',
52
+ /** Label for the "Publish" document action while publish is being executed.*/
53
+ 'action.publish.running.label': '게시 중…',
54
+ /** Tooltip when the "Publish" document action is disabled due to validation issues */
55
+ 'action.publish.validation-issues.tooltip':
56
+ '게시하기 전에 수정해야 할 유효성 검사 오류가 있습니다',
57
+ /** Tooltip when publish button is waiting for validation and async tasks to complete.*/
58
+ 'action.publish.waiting': '게시하기 전에 작업이 완료될 때까지 기다리는 중',
59
+ /** Message prompting the user to confirm that they want to restore to an earlier version*/
60
+ 'action.restore.confirm-dialog.confirm-discard-changes': '이 문서를 복원하시겠습니까?',
61
+ /** Fallback tooltip for when user is looking at the initial version */
62
+ 'action.restore.disabled.cannot-restore-initial': '초기 버전으로 복원할 수 없습니다',
63
+ /** Label for the "Restore" document action */
64
+ 'action.restore.label': '복원',
65
+ /** Default tooltip for the action */
66
+ 'action.restore.tooltip': '이 버전으로 복원',
67
+ /** Tooltip when action is disabled because the document is not already published */
68
+ 'action.unpublish.disabled.not-published': '이 문서는 발행되지 않았습니다',
69
+ /** Tooltip when action is disabled because the operation is not ready */
70
+ 'action.unpublish.disabled.not-ready': '작업 준비가 되지 않았습니다',
71
+ /** Label for the "Unpublish" document action */
72
+ 'action.unpublish.label': '발행 취소',
73
+ /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/
74
+ 'action.unpublish.live-edit.disabled':
75
+ '이 문서는 라이브 편집이 활성화되어 있어서 비공개 처리할 수 없습니다',
76
+
77
+ /** The text for the restore button on the deleted document banner */
78
+ 'banners.deleted-document-banner.restore-button.text': '가장 최근 버전 복원',
79
+ /** The text content for the deleted document banner */
80
+ 'banners.deleted-document-banner.text': '이 문서는 삭제되었습니다.',
81
+ /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */
82
+ 'banners.permission-check-banner.missing-permission_create_other':
83
+ '귀하의 역할 <Roles/>은 이 문서를 생성할 권한이 없습니다.',
84
+ /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */
85
+ 'banners.permission-check-banner.missing-permission_update_other':
86
+ '귀하의 역할 <Roles/>은 이 문서를 업데이트할 권한이 없습니다.',
87
+ /** The text for the reload button */
88
+ 'banners.reference-changed-banner.reason-changed.reload-button.text': '참조 다시 불러오기',
89
+ /** The text for the reference change banner if the reason is that the reference has been changed */
90
+ 'banners.reference-changed-banner.reason-changed.text':
91
+ '이 참조는 당신이 열었을 때부터 변경되었습니다.',
92
+ /** The text for the close button */
93
+ 'banners.reference-changed-banner.reason-removed.close-button.text': '참조 닫기',
94
+ /** The text for the reference change banner if the reason is that the reference has been deleted */
95
+ 'banners.reference-changed-banner.reason-removed.text':
96
+ '이 참조는 당신이 열었을 때부터 제거되었습니다.',
97
+
98
+ /** The action menu button aria-label */
99
+ 'buttons.action-menu-button.aria-label': '문서 작업 열기',
100
+ /** The aria-label for the split pane button on the document panel header */
101
+ 'buttons.split-pane-button.aria-label': '오른쪽으로 창 분할',
102
+ /** The tool tip for the split pane button on the document panel header */
103
+ 'buttons.split-pane-button.tooltip': '오른쪽으로 창 분할',
104
+ /** The title for the close button on the split pane on the document panel header */
105
+ 'buttons.split-pane-close-button.title': '분할 창 닫기',
106
+ /** The title for the close group button on the split pane on the document panel header */
107
+ 'buttons.split-pane-close-group-button.title': '창 그룹 닫기',
108
+
109
+ /** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
110
+ 'confirm-delete-dialog.cancel-button.text': '취소',
111
+ /** Used in `confirm-delete-dialog.cdr-summary.title` */
112
+ 'confirm-delete-dialog.cdr-summary.document-count_one': '1개의 문서',
113
+ /** Used in `confirm-delete-dialog.cdr-summary.title` */
114
+ 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}}개의 문서',
115
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
116
+ 'confirm-delete-dialog.cdr-summary.subtitle_one': '데이터셋: {{datasets}}',
117
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
118
+ 'confirm-delete-dialog.cdr-summary.subtitle_other': '데이터셋: {{datasets}}',
119
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
120
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': '사용할 수 없는 데이터셋',
121
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
122
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': '사용할 수 없는 데이터셋들',
123
+ /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */
124
+ 'confirm-delete-dialog.cdr-summary.title_one': '다른 데이터셋에 있는 {{documentCount}}',
125
+ /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */
126
+ 'confirm-delete-dialog.cdr-summary.title_other':
127
+ '{{count}}개의 데이터셋에 있는 {{documentCount}}',
128
+ /** Appears when hovering over the copy button to copy */
129
+ 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': '클립보드에 ID 복사',
130
+ /** The header for the dataset column in the list of cross-dataset references found */
131
+ 'confirm-delete-dialog.cdr-table.dataset.label': '데이터셋',
132
+ /** The header for the document ID column in the list of cross-dataset references found */
133
+ 'confirm-delete-dialog.cdr-table.document-id.label': '문서 ID',
134
+ /** The toast title when the copy button has been clicked */
135
+ 'confirm-delete-dialog.cdr-table.id-copied-toast.title': '클립보드에 문서 ID가 복사되었습니다!',
136
+ /** The header for the project ID column in the list of cross-dataset references found */
137
+ 'confirm-delete-dialog.cdr-table.project-id.label': '프로젝트 ID',
138
+ /** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
139
+ 'confirm-delete-dialog.confirm-anyway-button.text_delete': '그래도 삭제하기',
140
+ /** The text in the "Unpublish anyway" button in the confirm delete dialog that confirms the action */
141
+ 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': '그래도 발행 취소하기',
142
+ /** The text in the "Delete now" button in the confirm delete dialog that confirms the action */
143
+ 'confirm-delete-dialog.confirm-button.text_delete': '지금 삭제하기',
144
+ /** The text in the "Unpublish now" button in the confirm delete dialog that confirms the action */
145
+ 'confirm-delete-dialog.confirm-button.text_unpublish': '지금 발행 취소하기',
146
+ /** If no referring documents are found, this text appears above the cancel and confirmation buttons */
147
+ 'confirm-delete-dialog.confirmation.text_delete':
148
+ '“<DocumentTitle/>”을(를) 정말로 삭제하시겠습니까?',
149
+ /** If no referring documents are found, this text appears above the cancel and confirmation buttons */
150
+ 'confirm-delete-dialog.confirmation.text_unpublish':
151
+ '“<DocumentTitle/>”의 발행을 정말로 취소하시겠습니까?',
152
+ /** The text body of the error dialog. */
153
+ 'confirm-delete-dialog.error.message.text': '참조 문서를 로딩하는 동안 오류가 발생했습니다.',
154
+ /** The text in the retry button of the confirm delete dialog if an error occurred. */
155
+ 'confirm-delete-dialog.error.retry-button.text': '재시도',
156
+ /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */
157
+ 'confirm-delete-dialog.error.title.text': '오류',
158
+ /** The header of the confirm delete dialog */
159
+ 'confirm-delete-dialog.header.text_delete': '문서를 삭제하시겠습니까?',
160
+ /** The header of the confirm delete dialog */
161
+ 'confirm-delete-dialog.header.text_unpublish': '문서 발행을 취소하시겠습니까?',
162
+ /** The text that appears while the referring documents are queried */
163
+ 'confirm-delete-dialog.loading.text': '참조 중인 문서를 검색하는 중…',
164
+ /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
165
+ 'confirm-delete-dialog.other-reference-count.title_one': '표시되지 않는 1개의 다른 참조',
166
+ /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
167
+ 'confirm-delete-dialog.other-reference-count.title_other':
168
+ '표시되지 않는 {{count}}개의 다른 참조들',
169
+ /** Text in the tooltip of this component if hovering over the info icon */
170
+ 'confirm-delete-dialog.other-reference-count.tooltip':
171
+ '관련 데이터셋에 대한 액세스 토큰이 누락되어 이 참조들의 메타데이터를 표시할 수 없습니다.',
172
+ /** Appears when unable to render a document preview in the referring document list */
173
+ 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',
174
+ /** Appears when unable to render a document preview in the referring document list */
175
+ 'confirm-delete-dialog.preview-item.preview-unavailable.title': '미리보기를 사용할 수 없음',
176
+ /** Warns the user of affects to other documents if the action is confirmed (delete) */
177
+ 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':
178
+ '이 문서를 삭제하면, 이 문서를 참조하는 다른 문서들은 더 이상 접근할 수 없게 됩니다.',
179
+ /** Warns the user of affects to other documents if the action is confirmed (unpublish) */
180
+ 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':
181
+ '이 문서의 발행을 취소하면, 이 문서를 참조하는 다른 문서들은 더 이상 접근할 수 없게 됩니다.',
182
+ /** Tells the user the count of how many other referring documents there are before listing them. (singular) */
183
+ 'confirm-delete-dialog.referring-document-count.text_one':
184
+ '1개의 문서가 “<DocumentTitle/>”을(를) 참조하고 있습니다',
185
+ /** Tells the user the count of how many other referring documents there are before listing them. (plural) */
186
+ 'confirm-delete-dialog.referring-document-count.text_other':
187
+ '{{count}}개의 문서가 “<DocumentTitle/>”을(를) 참조하고 있습니다',
188
+ /** Describes the list of documents that refer to the one trying to be deleted (delete) */
189
+ 'confirm-delete-dialog.referring-documents-descriptor.text_delete':
190
+ '다음 문서들이 “<DocumentTitle/>”을(를) 참조하고 있기 때문에 삭제가 불가능할 수 있습니다:',
191
+ /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */
192
+ 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':
193
+ '다음 문서들이 “<DocumentTitle/>”을(를) 참조하고 있기 때문에 발행 취소가 불가능할 수 있습니다:',
194
+
195
+ /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */
196
+ 'confirm-dialog.cancel-button.fallback-text': '취소',
197
+ /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */
198
+ 'confirm-dialog.confirm-button.fallback-text': '확인',
199
+
200
+ /** The text shown if there was an error while getting the document's title via a preview value */
201
+ 'doc-title.error.text': '오류: {{errorMessage}}',
202
+ /** The text shown if the preview value for a document is non-existent or empty */
203
+ 'doc-title.fallback.text': '제목 없음',
204
+ /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */
205
+ 'doc-title.unknown-schema-type.text': '알 수 없는 스키마 유형: {{schemaType}}',
206
+
207
+ /** The title shown in the dialog header, when inspecting a valid document */
208
+ 'document-inspector.dialog.title': '<DocumentTitle/> 검사 중',
209
+ /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */
210
+ 'document-inspector.dialog.title-no-value': '값 없음',
211
+ /** Title shown for menu item that opens the "Inspect" dialog */
212
+ 'document-inspector.menu-item.title': '검사',
213
+ /** the placeholder text for the search input on the inspect dialog */
214
+ 'document-inspector.search.placeholder': '검색',
215
+ /** The "parsed" view mode, meaning the JSON is searchable, collapsible etc */
216
+ 'document-inspector.view-mode.parsed': '파싱됨',
217
+ /** The "raw" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */
218
+ 'document-inspector.view-mode.raw-json': '원시 JSON',
219
+
220
+ /** The text for when a form is hidden */
221
+ 'document-view.form-view.form-hidden': '이 양식은 숨겨져 있습니다',
222
+ /** The text for when the form view is loading a document */
223
+ 'document-view.form-view.loading': '문서를 불러오는 중…',
224
+ /** The description of the sync lock toast on the form view */
225
+ 'document-view.form-view.sync-lock-toast.description':
226
+ '문서가 동기화되는 동안 잠시만 기다려 주세요. 이는 보통 문서가 게시된 직후에 발생하며, 몇 초 이상 걸리지 않아야 합니다',
227
+ /** The title of the sync lock toast on the form view */
228
+ 'document-view.form-view.sync-lock-toast.title': '문서 동기화 중…',
229
+
230
+ /** The loading messaging for when the tooltip is still loading permission info */
231
+ 'insufficient-permissions-message-tooltip.loading-text': '로딩 중…',
232
+
233
+ /** --- Menu items --- */
234
+ /** The menu item title to use the compact view */
235
+ 'menu-items.layout.compact-view': '간략한 보기',
236
+ /** The menu item title to use the detailed view */
237
+ 'menu-items.layout.detailed-view': '상세 보기',
238
+ /** The menu item title to Sort by Created */
239
+ 'menu-items.sort-by.created': '생성 순으로 정렬',
240
+ /** The menu item title to Sort by Last Edited */
241
+ 'menu-items.sort-by.last-edited': '마지막 편집 순으로 정렬',
242
+
243
+ /** The link text of the no document type screen that appears directly below the subtitle */
244
+ 'no-document-types-screen.link-text': '문서 유형 추가하는 방법 알아보기 →',
245
+ /** The subtitle of the no document type screen that appears directly below the title */
246
+ 'no-document-types-screen.subtitle': '스키마에 최소한 하나의 문서 유형을 정의해 주세요.',
247
+ /** The title of the no document type screen */
248
+ 'no-document-types-screen.title': '문서 유형 없음',
249
+
250
+ /** tooltip text (via `title` attribute) for the menu button */
251
+ 'pane-header.context-menu-button.tooltip': '메뉴 보기',
252
+ /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */
253
+ 'pane-header.create-menu.label': '생성',
254
+ /** The `aria-label` for the disabled button in the pane header if create permissions are granted */
255
+ 'pane-header.disabled-created-button.aria-label': '권한 부족',
256
+
257
+ /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */
258
+ 'pane-item.draft-status.has-draft.tooltip': '<RelativeTime/>에 편집됨',
259
+ /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */
260
+ 'pane-item.draft-status.no-draft.tooltip': '발행되지 않은 편집 없음',
261
+ /** The subtitle tor pane item previews if there isn't a matching schema type found */
262
+ 'pane-item.missing-schema-type.subtitle': '문서: <Code>{{documentId}}</Code>',
263
+ /** The title tor pane item previews if there isn't a matching schema type found */
264
+ 'pane-item.missing-schema-type.title':
265
+ '해당 타입에 대한 스키마를 찾을 수 없음 <Code>{{documentType}}</Code>',
266
+ /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */
267
+ 'pane-item.published-status.has-published.tooltip': '<RelativeTime/>에 발행됨',
268
+ /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */
269
+ 'pane-item.published-status.no-published.tooltip': '발행된 편집 없음',
270
+
271
+ /** The text used in the document header title if there is an error */
272
+ 'panes.document-header-title.error.text': '오류: {{error}}',
273
+ /** The text used in the document header title if creating a new item */
274
+ 'panes.document-header-title.new.text': '새로운 {{schemaType}}',
275
+ /** The text used in the document header title if no other title can be determined */
276
+ 'panes.document-header-title.untitled.text': '제목 없음',
277
+ /** The text for the retry button on the document list pane */
278
+ 'panes.document-list-pane.error.retry-button.text': '재시도',
279
+ /** The error text on the document list pane */
280
+ 'panes.document-list-pane.error.text': '오류: <Code>{{error}}</Code>',
281
+ /** The error title on the document list pane */
282
+ 'panes.document-list-pane.error.title': '목록 항목을 가져오지 못했습니다',
283
+ /** The text of the document list pane if more than a maximum number of documents are returned */
284
+ 'panes.document-list-pane.max-items.text': '최대 {{limit}}개의 문서를 표시합니다',
285
+ /** The text of the document list pane if no documents are found for a specified type */
286
+ 'panes.document-list-pane.no-documents-of-type.text': '이 유형의 문서가 없습니다',
287
+ /** The text of the document list pane if no documents are found */
288
+ 'panes.document-list-pane.no-documents.text': '결과가 없습니다',
289
+ /** The text of the document list pane if no documents are found matching specified criteria */
290
+ 'panes.document-list-pane.no-matching-documents.text': '일치하는 문서가 없습니다',
291
+ /** The aria-label for the search input on the document list pane */
292
+ 'panes.document-list-pane.search-input.aria-label': '목록 검색',
293
+ /** The search input for the search input on the document list pane */
294
+ 'panes.document-list-pane.search-input.placeholder': '목록 검색',
295
+ /** The summary title when displaying an error for a document operation result */
296
+ 'panes.document-operation-results.error.summary.title': '세부 정보',
297
+ /** The text when a generic operation failed (fallback, generally not shown) */
298
+ 'panes.document-operation-results.operation-error': '{{context}} 동안 오류가 발생했습니다',
299
+ /** The text when a delete operation failed */
300
+ 'panes.document-operation-results.operation-error_delete':
301
+ '이 문서를 삭제하려고 시도하는 중에 오류가 발생했습니다. 이는 다른 문서가 이 문서를 참조하고 있음을 의미합니다.',
302
+ /** The text when an unpublish operation failed */
303
+ 'panes.document-operation-results.operation-error_unpublish':
304
+ '이 문서의 발행 취소를 시도하는 중에 오류가 발생했습니다. 이는 다른 문서가 이 문서를 참조하고 있음을 의미합니다.',
305
+ /** The text when a generic operation succeded (fallback, generally not shown) */
306
+ 'panes.document-operation-results.operation-success':
307
+ '문서에 {{context}}를 성공적으로 수행했습니다',
308
+ /** The text when a delete operation succeded */
309
+ 'panes.document-operation-results.operation-success_delete': '문서가 성공적으로 삭제되었습니다',
310
+ /** The text when a discard changes operation succeeded */
311
+ 'panes.document-operation-results.operation-success_discardChanges':
312
+ '마지막 발행 이후의 모든 변경 사항이 이제 폐기되었습니다. 폐기된 초안은 여전히 기록에서 복구할 수 있습니다',
313
+ /** The text when a publish operation succeeded */
314
+ 'panes.document-operation-results.operation-success_publish': '문서가 발행되었습니다',
315
+ /** The text when an unpublish operation succeeded */
316
+ 'panes.document-operation-results.operation-success_unpublish':
317
+ '문서의 발행이 취소되었습니다. 최신 발행 버전에서 초안이 생성되었습니다.',
318
+ /** The title of the reconnecting toast */
319
+ 'panes.document-pane-provider.reconnecting.title': '연결이 끊겼습니다. 재연결 중…',
320
+ /** The loading message for the document not found pane */
321
+ 'panes.document-pane.document-not-found.loading': '문서를 불러오는 중…',
322
+ /** The text of the document not found pane if the schema is known */
323
+ 'panes.document-pane.document-not-found.text':
324
+ '문서 유형이 정의되지 않았으며, <Code>{{id}}</Code> 식별자를 가진 문서를 찾을 수 없습니다.',
325
+ /** The title of the document not found pane if the schema is known */
326
+ 'panes.document-pane.document-not-found.title': '문서를 찾을 수 없습니다',
327
+ /** The text of the document not found pane if the schema is not found */
328
+ 'panes.document-pane.document-unknown-type.text':
329
+ '이 문서는 <Code>{{documentType}}</Code> 스키마 유형을 가지고 있으며, 이는 로컬 콘텐츠 스튜디오 스키마에 유형으로 정의되어 있지 않습니다.',
330
+ /** The title of the document not found pane if the schema is not found or unknown */
331
+ 'panes.document-pane.document-unknown-type.title':
332
+ '알 수 없는 문서 유형: <Code>{{documentType}}</Code>',
333
+ /** The title of the document not found pane if the schema is unknown */
334
+ 'panes.document-pane.document-unknown-type.without-schema.text':
335
+ '이 문서는 존재하지 않으며, 이에 대한 스키마 유형이 지정되지 않았습니다.',
336
+ /** The text to display when type is missing */
337
+ 'panes.unknown-pane-type.missing-type.text':
338
+ '구조 항목에 필요한 <Code>type</Code> 속성이 누락되었습니다.',
339
+ /** The title of the unknown pane */
340
+ 'panes.unknown-pane-type.title': '알 수 없는 패널 유형',
341
+ /** The text to display when type is unknown */
342
+ 'panes.unknown-pane-type.unknown-type.text':
343
+ '알려지지 않은 엔티티인 <Code>{{type}}</Code> 유형의 구조 항목입니다.',
344
+
345
+ /** The text for the "Open preview" action for a document */
346
+ 'production-preview.menu-item.title': '미리보기 열기',
347
+
348
+ /** Accessibility label indicating when the document was last published, in relative time, eg "3 weeks ago" */
349
+ 'status-bar.publish-status-button.last-published-time.aria-label': '마지막 발행 {{relativeTime}}',
350
+ /** Text for tooltip showing explanation of timestamp/relative time, eg "Last published <RelativeTime/>" */
351
+ 'status-bar.publish-status-button.last-published-time.tooltip': '마지막 발행 <RelativeTime/>',
352
+ /** Accessibility label indicating when the document was last updated, in relative time, eg "2 hours ago" */
353
+ 'status-bar.publish-status-button.last-updated-time.aria-label':
354
+ '마지막 업데이트 {{relativeTime}}',
355
+ /** Text for tooltip showing explanation of timestamp/relative time, eg "Last updated <RelativeTime/>" */
356
+ 'status-bar.publish-status-button.last-updated-time.tooltip': '마지막 업데이트 <RelativeTime/>',
357
+ /** Aria label for the button */
358
+ 'status-bar.review-changes-button.aria-label': '변경 사항 검토',
359
+ /** Label for button when status is saved */
360
+ 'status-bar.review-changes-button.status.saved.text': '저장됨!',
361
+ /** Label for button when status is syncing */
362
+ 'status-bar.review-changes-button.status.syncing.text': '저장 중...',
363
+ /** Text for the secondary text for tooltip for the button */
364
+ 'status-bar.review-changes-button.tooltip.changes-saved': '변경 사항 저장됨',
365
+ /** Primary text for tooltip for the button */
366
+ 'status-bar.review-changes-button.tooltip.text': '변경 사항 검토',
367
+
368
+ /** The text that appears in side the documentation link */
369
+ 'structure-error.docs-link.text': '문서 보기',
370
+ /** Labels the error message or error stack of the structure error screen */
371
+ 'structure-error.error.label': '오류',
372
+ /** The header that appears at the top of the error screen */
373
+ 'structure-error.header.text': '구조를 읽는 동안 오류가 발생했습니다',
374
+ /** The text in the reload button to retry rendering the structure */
375
+ 'structure-error.reload-button.text': '다시 로드',
376
+ /** Labels the structure path of the structure error screen */
377
+ 'structure-error.structure-path.label': '구조 경로',
378
+ })