@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.
- package/dist/_chunks-cjs/canvas.cjs +27 -52
- package/dist/_chunks-cjs/canvas.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +33 -23
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +67 -64
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +34 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/canvas.js +27 -52
- package/dist/_chunks-es/canvas.js.map +1 -1
- package/dist/_chunks-es/structure.js +33 -23
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +67 -64
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +34 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +1 -1
- package/src/canvas.ts +32 -26
- package/src/structure.ts +39 -11
- package/src/studio.ts +74 -33
- package/src/vision.ts +35 -0
|
@@ -1,41 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
3
3
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
4
|
-
"about-dialog.version-info.auto-updates.disabled":
|
|
5
|
-
// 'Disabled'
|
|
4
|
+
"about-dialog.version-info.auto-updates.disabled": "\uBE44\uD65C\uC131\uD654\uB428",
|
|
6
5
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
7
|
-
"about-dialog.version-info.auto-updates.enabled":
|
|
8
|
-
// 'Enabled'
|
|
6
|
+
"about-dialog.version-info.auto-updates.enabled": "\uD65C\uC131\uD654\uB428",
|
|
9
7
|
/** "Auto Updates" status header in About-dialog */
|
|
10
|
-
"about-dialog.version-info.auto-updates.header":
|
|
11
|
-
// 'Auto Updates'
|
|
8
|
+
"about-dialog.version-info.auto-updates.header": "\uC790\uB3D9 \uC5C5\uB370\uC774\uD2B8",
|
|
12
9
|
/** "How to enable" next to Disabled state for Auto updates in about dialog */
|
|
13
|
-
"about-dialog.version-info.auto-updates.how-to-enable":
|
|
14
|
-
// 'How to enable'
|
|
10
|
+
"about-dialog.version-info.auto-updates.how-to-enable": "\uD65C\uC131\uD654 \uBC29\uBC95",
|
|
15
11
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
16
|
-
"about-dialog.version-info.copy-to-clipboard-button.copied-text":
|
|
17
|
-
// 'Copied to Clipboard. Happy pasting!'
|
|
12
|
+
"about-dialog.version-info.copy-to-clipboard-button.copied-text": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB428. \uBD99\uC5EC\uB123\uAE30\uB97C \uC990\uAE30\uC138\uC694!",
|
|
18
13
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
19
|
-
"about-dialog.version-info.copy-to-clipboard-button.text":
|
|
20
|
-
// 'Copy to Clipboard'
|
|
14
|
+
"about-dialog.version-info.copy-to-clipboard-button.text": "\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC",
|
|
21
15
|
/** "Current version" header in about dialog */
|
|
22
|
-
"about-dialog.version-info.current-version.header":
|
|
23
|
-
// 'Current version'
|
|
16
|
+
"about-dialog.version-info.current-version.header": "\uD604\uC7AC \uBC84\uC804",
|
|
24
17
|
/** "How to upgrade" link text */
|
|
25
|
-
"about-dialog.version-info.how-to-upgrade":
|
|
26
|
-
// 'How to upgrade'
|
|
18
|
+
"about-dialog.version-info.how-to-upgrade": "\uC5C5\uADF8\uB808\uC774\uB4DC \uBC29\uBC95",
|
|
27
19
|
/** "Latest version" header in about dialog */
|
|
28
|
-
"about-dialog.version-info.latest-version.header":
|
|
29
|
-
// 'Latest version'
|
|
20
|
+
"about-dialog.version-info.latest-version.header": "\uCD5C\uC2E0 \uBC84\uC804",
|
|
30
21
|
/** "Latest version" header in about dialog */
|
|
31
|
-
"about-dialog.version-info.latest-version.text":
|
|
32
|
-
// 'Latest version is {{latestVersion}}'
|
|
22
|
+
"about-dialog.version-info.latest-version.text": "\uCD5C\uC2E0 \uBC84\uC804\uC740 {{latestVersion}}\uC785\uB2C8\uB2E4",
|
|
33
23
|
/** "Up to date" status in About-dialog */
|
|
34
|
-
"about-dialog.version-info.up-to-date":
|
|
35
|
-
// 'Up to date'
|
|
24
|
+
"about-dialog.version-info.up-to-date": "\uCD5C\uC2E0 \uC0C1\uD0DC",
|
|
36
25
|
/** "User agent" header in About-dialog */
|
|
37
|
-
"about-dialog.version-info.user-agent.header":
|
|
38
|
-
// 'User agent'
|
|
26
|
+
"about-dialog.version-info.user-agent.header": "\uC0AC\uC6A9\uC790 \uC5D0\uC774\uC804\uD2B8",
|
|
39
27
|
/** The text used in the tooltip shown in the dialog close button */
|
|
40
28
|
"announcement.dialog.close": "\uB2EB\uAE30",
|
|
41
29
|
/** Aria label to be used in the dialog close button */
|
|
@@ -87,19 +75,16 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
87
75
|
/** Text shown when the list of assets only include a specific set of types */
|
|
88
76
|
"asset-source.dialog.accept-message": "\uD5C8\uC6A9\uB41C \uC720\uD615\uC758 \uC790\uC0B0\uB9CC \uD45C\uC2DC: <strong>{{acceptTypes}}</strong>",
|
|
89
77
|
/** Select asset dialog cancel-button */
|
|
90
|
-
"asset-source.dialog.button.cancel":
|
|
91
|
-
// 'Cancel'
|
|
78
|
+
"asset-source.dialog.button.cancel": "\uCDE8\uC18C",
|
|
92
79
|
/** Select asset dialog select-button */
|
|
93
|
-
"asset-source.dialog.button.select":
|
|
94
|
-
// 'Select'
|
|
80
|
+
"asset-source.dialog.button.select": "\uC120\uD0DD",
|
|
95
81
|
/** Keys shared between both image asset source and file asset source */
|
|
96
82
|
/** Select asset dialog title for files */
|
|
97
83
|
"asset-source.dialog.default-title_file": "\uD30C\uC77C \uC120\uD0DD",
|
|
98
84
|
/** Select asset dialog title for images */
|
|
99
85
|
"asset-source.dialog.default-title_image": "\uC774\uBBF8\uC9C0 \uC120\uD0DD",
|
|
100
86
|
/** Insert asset error */
|
|
101
|
-
"asset-source.dialog.insert-asset-error":
|
|
102
|
-
// 'Error inserting asset. See the console for more information.'
|
|
87
|
+
"asset-source.dialog.insert-asset-error": "\uC790\uC0B0 \uC0BD\uC785 \uC624\uB958. \uC790\uC138\uD55C \uC815\uBCF4\uB294 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694.",
|
|
103
88
|
/** Select asset dialog load more items */
|
|
104
89
|
"asset-source.dialog.load-more": "\uB354 \uB9CE\uC774 \uBD88\uB7EC\uC624\uAE30",
|
|
105
90
|
/** Text shown when selecting a file but there's no files to select from */
|
|
@@ -143,20 +128,18 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
143
128
|
/** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
|
|
144
129
|
"asset-source.usage-list.documents-using-image_unnamed_zero": "\uC774 \uC774\uBBF8\uC9C0\uB97C \uC0AC\uC6A9\uD558\uB294 \uBB38\uC11C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
145
130
|
/** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
|
|
146
|
-
"asset-sources.common.uploader.upload-failed.description":
|
|
147
|
-
|
|
148
|
-
"asset-sources.common.uploader.upload-failed.title": void 0,
|
|
149
|
-
// 'Upload failed'
|
|
131
|
+
"asset-sources.common.uploader.upload-failed.description": "\uC790\uC138\uD55C \uC815\uBCF4\uB294 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694.",
|
|
132
|
+
"asset-sources.common.uploader.upload-failed.title": "\uC5C5\uB85C\uB4DC \uC2E4\uD328",
|
|
150
133
|
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
|
|
151
|
-
"asset-sources.dataset.file.title":
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
134
|
+
"asset-sources.dataset.file.title": "\uC6CC\uD06C\uC2A4\uD398\uC774\uC2A4 \uD30C\uC77C",
|
|
135
|
+
"asset-sources.dataset.image.title": "\uC6CC\uD06C\uC2A4\uD398\uC774\uC2A4 \uC774\uBBF8\uC9C0",
|
|
136
|
+
/** Error messages for the Media Library Asset Source */
|
|
137
|
+
"asset-sources.media-library.error.library-could-not-be-resolved": "\uC774 \uD504\uB85C\uC81D\uD2B8\uC758 \uBBF8\uB514\uC5B4 \uB77C\uC774\uBE0C\uB7EC\uB9AC\uB97C \uD655\uC778\uD558\uB294 \uB3C4\uC911 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.",
|
|
155
138
|
/** Menu Items for Media Library Asset Source */
|
|
156
|
-
"asset-sources.media-library.file.title":
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
139
|
+
"asset-sources.media-library.file.title": "\uBBF8\uB514\uC5B4 \uB77C\uC774\uBE0C\uB7EC\uB9AC",
|
|
140
|
+
"asset-sources.media-library.image.title": "\uBBF8\uB514\uC5B4 \uB77C\uC774\uBE0C\uB7EC\uB9AC",
|
|
141
|
+
/** Info messages for the Media Library Asset Source */
|
|
142
|
+
"asset-sources.media-library.info.provisioning": "\uBBF8\uB514\uC5B4 \uB77C\uC774\uBE0C\uB7EC\uB9AC\uB97C \uC900\uBE44\uD558\uB294 \uB3D9\uC548 \uAE30\uB2E4\uB824 \uC8FC\uC2ED\uC2DC\uC624",
|
|
160
143
|
/** Label when a release has been deleted by a different user */
|
|
161
144
|
"banners.deleted-bundle-banner.text": "'<strong>{{title}}</strong>' \uB9B4\uB9AC\uC2A4\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",
|
|
162
145
|
/** Action message for navigating to next month */
|
|
@@ -178,8 +161,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
178
161
|
/** Label for switch that controls whether or not to include time in given timestamp */
|
|
179
162
|
"calendar.action.include-time-label": "\uC2DC\uAC04 \uD3EC\uD568",
|
|
180
163
|
/** Action message for selecting the time */
|
|
181
|
-
"calendar.action.select-time":
|
|
182
|
-
// 'Select time'
|
|
164
|
+
"calendar.action.select-time": "\uC2DC\uAC04 \uC120\uD0DD",
|
|
183
165
|
/** Action message for setting to the current time */
|
|
184
166
|
"calendar.action.set-to-current-time": "\uD604\uC7AC \uC2DC\uAC04\uC73C\uB85C \uC124\uC815",
|
|
185
167
|
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
|
|
@@ -301,6 +283,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
301
283
|
"changes.loading-author": "\uB85C\uB529 \uC911\u2026",
|
|
302
284
|
/** Loading changes in Review Changes Pane */
|
|
303
285
|
"changes.loading-changes": "\uBCC0\uACBD \uC0AC\uD56D \uBD88\uB7EC\uC624\uB294 \uC911\u2026",
|
|
286
|
+
/** Error message shown when the document revision could not be found */
|
|
287
|
+
"changes.missing-since-document-error": "\uBB38\uC11C \uB9AC\uBE44\uC804\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. id: <code>{{revisionId}}</code> \uBE44\uAD50\uD558\uB824\uB294. <Break/> \uC774\uAC83\uC740 \uC544\uB9C8\uB3C4 \uADC0\uD558\uC758 \uACC4\uD68D\uC758 \uC5ED\uC0AC \uBCF4\uC874 \uC815\uCC45 \uB54C\uBB38\uC77C \uAC83\uC785\uB2C8\uB2E4. <Break/> \uB2E4\uB978 <strong>From</strong> \uD56D\uBAA9\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694.",
|
|
304
288
|
/** No Changes description in the Review Changes pane */
|
|
305
289
|
"changes.no-changes-description": "\uC774 \uD328\uB110\uC5D0 \uBCC0\uACBD \uC0AC\uD56D \uBAA9\uB85D\uC774 \uD45C\uC2DC\uB418\uB824\uBA74 \uBB38\uC11C\uB97C \uD3B8\uC9D1\uD558\uAC70\uB098 \uD0C0\uC784\uB77C\uC778\uC5D0\uC11C \uC774\uC804 \uBC84\uC804\uC744 \uC120\uD0DD\uD558\uC138\uC694.",
|
|
306
290
|
/** No Changes title in the Review Changes pane */
|
|
@@ -347,6 +331,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
347
331
|
"changes.portable-text.unknown-inline-object-schema-type": "\uC54C \uC218 \uC5C6\uB294 \uC2A4\uD0A4\uB9C8 \uC720\uD615",
|
|
348
332
|
/** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */
|
|
349
333
|
"changes.removed-label": "\uC81C\uAC70\uB428",
|
|
334
|
+
/** Same Revision Selected description in the Review Changes pane */
|
|
335
|
+
"changes.same-revision-selected-description": "\uB3D9\uC77C\uD55C <strong>from</strong> \uBC0F <strong>to</strong> \uB9AC\uBE44\uC804\uC744 \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. \uBCC0\uACBD \uC0AC\uD56D\uC744 \uBE44\uAD50\uD558\uB824\uBA74 \uB2E4\uB978 \uB9AC\uBE44\uC804\uC744 \uC120\uD0DD\uD558\uC138\uC694.",
|
|
336
|
+
/** Same Revision Selected title in the Review Changes pane */
|
|
337
|
+
"changes.same-revision-selected-title": "\uB3D9\uC77C\uD55C \uB9AC\uBE44\uC804\uC774 \uC120\uD0DD\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
350
338
|
/** Title for the Review Changes pane */
|
|
351
339
|
"changes.title": "\uBCC0\uACBD \uC0AC\uD56D \uAC80\uD1A0",
|
|
352
340
|
/**The title that will be shown in the badge inside the events when the item is a draft */
|
|
@@ -360,6 +348,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
360
348
|
"common.dialog.confirm-button.text": "\uD655\uC778",
|
|
361
349
|
/** Default text in shared loader text / spinner lockup */
|
|
362
350
|
"common.loading": "\uB85C\uB529 \uC911",
|
|
351
|
+
/** The title of the reconnecting toast */
|
|
352
|
+
"common.reconnecting.toast.title": "\uC5F0\uACB0\uC744 \uC2DC\uB3C4\uD558\uB294 \uC911\u2026",
|
|
363
353
|
/** --- Configuration issues --- */
|
|
364
354
|
/** Default label text on configuration issues button */
|
|
365
355
|
"configuration-issues.button.label": "\uAD6C\uC131 \uBB38\uC81C",
|
|
@@ -393,9 +383,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
393
383
|
"document-status.published": "{{date}}\uC5D0 \uAC8C\uC2DC\uB428",
|
|
394
384
|
/** Label to show in the document footer indicating the revision from date of the document */
|
|
395
385
|
"document-status.revision-from": "\uAC1C\uC815 <em>{{date}}</em>",
|
|
386
|
+
/** Label to show in the document footer indicating that the revision was not found */
|
|
387
|
+
"document-status.revision-not-found": "\uB9AC\uBE44\uC804\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
396
388
|
/** Label to indicate that a document type was not found */
|
|
397
|
-
"document.type.not-found":
|
|
398
|
-
// 'Document type "{{type}}" not found'
|
|
389
|
+
"document.type.not-found": '\uBB38\uC11C \uC720\uD615 "{{type}}"\uC744(\uB97C) \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4',
|
|
399
390
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
400
391
|
"form.error.duplicate-keys-alert.details.additional-description": "<code>_key</code> \uC18D\uC131\uC758 \uAC12\uC740 \uACE0\uC720\uD55C \uBB38\uC790\uC5F4\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.",
|
|
401
392
|
/** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
|
|
@@ -448,8 +439,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
448
439
|
"form.field.deprecated-label": "\uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC74C",
|
|
449
440
|
/** Fallback title shown above field if it has no defined title */
|
|
450
441
|
"form.field.untitled-field-label": "\uC81C\uBAA9 \uC5C6\uC74C",
|
|
451
|
-
/** The title of the reconnecting toast */
|
|
452
|
-
"form.reconnecting.toast.title": "\uC5F0\uACB0\uC774 \uB04A\uACBC\uC2B5\uB2C8\uB2E4. \uC7AC\uC5F0\uACB0 \uC911\u2026",
|
|
453
442
|
/** Accessibility label for the icon that indicates the field has a validation error */
|
|
454
443
|
"form.validation.has-error-aria-label": "\uC624\uB958\uAC00 \uC788\uC74C",
|
|
455
444
|
/** Accessibility label for the icon that indicates the field has validation information */
|
|
@@ -489,8 +478,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
489
478
|
/** Text for button to cancel an ongoing upload */
|
|
490
479
|
"input.files.common.cancel-upload": "\uC5C5\uB85C\uB4DC \uCDE8\uC18C",
|
|
491
480
|
/** Text for menuitem upload button default asset source */
|
|
492
|
-
"input.files.common.upload-placeholder.file-input-button.default-source.badge":
|
|
493
|
-
// 'Default'
|
|
481
|
+
"input.files.common.upload-placeholder.file-input-button.default-source.badge": "\uAE30\uBCF8",
|
|
494
482
|
/** Text for file input button in upload placeholder */
|
|
495
483
|
"input.files.common.upload-placeholder.file-input-button.text": "\uC5C5\uB85C\uB4DC",
|
|
496
484
|
/** Uploading <FileName/> */
|
|
@@ -622,8 +610,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
622
610
|
/** Read only */
|
|
623
611
|
"inputs.files.common.placeholder.read-only": "\uC77D\uAE30 \uC804\uC6A9",
|
|
624
612
|
/** Select asset source destination for files to upload */
|
|
625
|
-
"inputs.files.common.placeholder.select-asset-source-upload-destination":
|
|
626
|
-
// 'Upload files to:'
|
|
613
|
+
"inputs.files.common.placeholder.select-asset-source-upload-destination": "\uD30C\uC77C\uC744 \uC5C5\uB85C\uB4DC\uD560 \uC704\uCE58:",
|
|
627
614
|
/** Can't upload files here */
|
|
628
615
|
"inputs.files.common.placeholder.upload-not-supported": "\uC5EC\uAE30\uC5D0 \uD30C\uC77C\uC744 \uC5C5\uB85C\uB4DC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
629
616
|
/** Clear upload */
|
|
@@ -919,8 +906,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
919
906
|
/** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
|
|
920
907
|
"inputs.reference.error.search-failed-title": "\uCC38\uC870 \uAC80\uC0C9 \uC2E4\uD328",
|
|
921
908
|
/** Label for when the GDR points to an invalid type */
|
|
922
|
-
"inputs.reference.global.invalid-type":
|
|
923
|
-
// 'The referenced document is of invalid type ({{typeName}})'
|
|
909
|
+
"inputs.reference.global.invalid-type": "\uCC38\uC870\uB41C \uBB38\uC11C\uAC00 \uC798\uBABB\uB41C \uC720\uD615\uC785\uB2C8\uB2E4 ({{typeName}})",
|
|
924
910
|
/** Alternative text for the image shown in cross-dataset reference input */
|
|
925
911
|
"inputs.reference.image-preview-alt-text": "\uCC38\uC870\uB41C \uBB38\uC11C\uC758 \uC774\uBBF8\uC9C0 \uBBF8\uB9AC\uBCF4\uAE30",
|
|
926
912
|
/** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
|
|
@@ -1035,6 +1021,14 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1035
1021
|
"insufficient-permissions-message.title": "\uAD8C\uD55C \uBD80\uC871",
|
|
1036
1022
|
/** Unexpected error: `{{error}}` */
|
|
1037
1023
|
"member-field-error.unexpected-error": "\uC608\uC0C1\uCE58 \uBABB\uD55C \uC624\uB958: {{error}}",
|
|
1024
|
+
/** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */
|
|
1025
|
+
"network-check.slow-protocol-warning.description": "\uBE0C\uB77C\uC6B0\uC800\uAC00 Sanity\uC640 \uD1B5\uC2E0\uD558\uAE30 \uC704\uD574 \uAD6C\uC2DD HTTP \uD504\uB85C\uD1A0\uCF5C\uC744 \uC0AC\uC6A9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC774\uB85C \uC778\uD574 \uC131\uB2A5\uC774 \uD06C\uAC8C \uC800\uD558\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",
|
|
1026
|
+
/** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
|
|
1027
|
+
"network-check.slow-protocol-warning.learn-more-button.text": "\uB354 \uC54C\uC544\uBCF4\uAE30",
|
|
1028
|
+
/** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
|
|
1029
|
+
"network-check.slow-protocol-warning.snooze-button.text": "\uC774 \uC138\uC158\uC5D0 \uB2E4\uC2DC \uD45C\uC2DC\uD558\uC9C0 \uC54A\uAE30",
|
|
1030
|
+
/** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */
|
|
1031
|
+
"network-check.slow-protocol-warning.title": "\uBE0C\uB808\uC774\uD06C\uB97C \uAC78\uACE0 \uC788\uC2B5\uB2C8\uB2E4",
|
|
1038
1032
|
/** Button label for "Create new document" button */
|
|
1039
1033
|
"new-document.button": "\uC0C8\uB85C \uB9CC\uB4E4\uAE30",
|
|
1040
1034
|
/**
|
|
@@ -1122,8 +1116,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1122
1116
|
/** Label for Published chip in document header */
|
|
1123
1117
|
"release.chip.published": "\uAC8C\uC2DC\uB428",
|
|
1124
1118
|
/** Label for tooltip in chip when document is in an archived release */
|
|
1125
|
-
"release.chip.tooltip.archived":
|
|
1126
|
-
// 'This release is archived and cannot be edited.'
|
|
1119
|
+
"release.chip.tooltip.archived": "\uC774 \uB9B4\uB9AC\uC2A4\uB294 \uBCF4\uAD00\uB418\uC5B4 \uC788\uC73C\uBA70 \uD3B8\uC9D1\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",
|
|
1127
1120
|
/** Label for tooltip in chip with the created date */
|
|
1128
1121
|
"release.chip.tooltip.created-date": "\uC0DD\uC131\uB41C \uB0A0\uC9DC {{date}}",
|
|
1129
1122
|
/** Label for tooltip in draft chip when it's a live edit document */
|
|
@@ -1147,8 +1140,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1147
1140
|
/** Title for copying version to a new release dialog */
|
|
1148
1141
|
"release.dialog.copy-to-release.title": "\uC0C8 \uB9B4\uB9AC\uC2A4\uC5D0 \uBC84\uC804 \uBCF5\uC0AC",
|
|
1149
1142
|
/** Title for action create a release */
|
|
1150
|
-
"release.dialog.create.confirm":
|
|
1151
|
-
// 'Create release'
|
|
1143
|
+
"release.dialog.create.confirm": "\uB9B4\uB9AC\uC2A4 \uC0DD\uC131",
|
|
1152
1144
|
/** Title for creating releases dialog */
|
|
1153
1145
|
"release.dialog.create.title": "\uB9B4\uB9AC\uC2A4 \uC0DD\uC131",
|
|
1154
1146
|
/** Label for description in tooltip to explain release types */
|
|
@@ -1170,8 +1162,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1170
1162
|
/** The placeholder text when the release doesn't have a title */
|
|
1171
1163
|
"release.placeholder-untitled-release": "\uC81C\uBAA9 \uC5C6\uB294 \uB9B4\uB9AC\uC2A4",
|
|
1172
1164
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1173
|
-
"release.toast.archived-release.description":
|
|
1174
|
-
// 'This release has been unpinned'
|
|
1165
|
+
"release.toast.archived-release.description": "\uC774 \uB9B4\uB9AC\uC2A4\uB294 \uACE0\uC815 \uD574\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1175
1166
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1176
1167
|
"release.toast.archived-release.title": "'{{title}}' \uB9B4\uB9AC\uC2A4\uAC00 \uBCF4\uAD00\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1177
1168
|
/** The toast title that will be shown the creating a release fails */
|
|
@@ -1179,11 +1170,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1179
1170
|
/**The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1180
1171
|
"release.toast.not-found-release.title": "'{{title}}' \uB9B4\uB9AC\uC2A4\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",
|
|
1181
1172
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1182
|
-
"release.toast.published-release.description":
|
|
1183
|
-
// 'This release has been unpinned'
|
|
1173
|
+
"release.toast.published-release.description": "\uC774 \uB9B4\uB9AC\uC2A4\uB294 \uACE0\uC815 \uD574\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1184
1174
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1185
|
-
"release.toast.published-release.title":
|
|
1186
|
-
// 'The \'{{title}}\' release was published'
|
|
1175
|
+
"release.toast.published-release.title": "'{{title}}' \uB9B4\uB9AC\uC2A4\uAC00 \uAC8C\uC2DC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1187
1176
|
/** Label for when a version of a document has already been added to the release */
|
|
1188
1177
|
"release.tooltip.already-added": "\uC774 \uBB38\uC11C\uC758 \uBC84\uC804\uC774 \uC774\uBBF8 \uCD94\uAC00\uB418\uC5C8\uC2B5\uB2C8\uB2E4",
|
|
1189
1178
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1633,6 +1622,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1633
1622
|
"timeline.operation.deleted": "\uC0AD\uC81C\uB428",
|
|
1634
1623
|
/** Label shown in review changes timeline when a document has been deleted, with a timestamp */
|
|
1635
1624
|
"timeline.operation.deleted_timestamp": "\uC0AD\uC81C\uB428: {{timestamp, datetime}}",
|
|
1625
|
+
/** Label shown in review changes timeline when a draft document has been created*/
|
|
1626
|
+
"timeline.operation.draft-created": "\uCD08\uC548 \uC0DD\uC131\uB428",
|
|
1627
|
+
/** Label shown in review changes timeline when a draft document has been created, with a timestamp */
|
|
1628
|
+
"timeline.operation.draft-created_timestamp": "\uCD08\uC548 \uC0DD\uC131\uB428: {{timestamp, datetime}}",
|
|
1636
1629
|
/** Label shown in review changes timeline when a draft has been discarded */
|
|
1637
1630
|
"timeline.operation.draft-discarded": "\uCD08\uC548 \uD3D0\uAE30\uB428",
|
|
1638
1631
|
/** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
|
|
@@ -1645,6 +1638,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1645
1638
|
"timeline.operation.edited-live": "\uC2E4\uC2DC\uAC04 \uD3B8\uC9D1\uB428",
|
|
1646
1639
|
/** Label shown in review changes timeline when a document has been edited live, with a timestamp */
|
|
1647
1640
|
"timeline.operation.edited-live_timestamp": "\uC2E4\uC2DC\uAC04 \uD3B8\uC9D1\uB428: {{timestamp, datetime}}",
|
|
1641
|
+
/** Label shown in review changes timeline when a document has been created */
|
|
1642
|
+
"timeline.operation.history-cleared": "\uBCF4\uC874 \uC815\uCC45\uC5D0 \uC758\uD574 \uC0AD\uC81C\uB428",
|
|
1648
1643
|
/** Label shown in review changes timeline when a document was published */
|
|
1649
1644
|
"timeline.operation.published": "\uAC8C\uC2DC\uB428",
|
|
1650
1645
|
/** Label shown in review changes timeline when a document was published, with a timestamp */
|
|
@@ -1653,6 +1648,14 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1653
1648
|
"timeline.operation.unpublished": "\uAC8C\uC2DC \uCDE8\uC18C\uB428",
|
|
1654
1649
|
/** Label shown in review changes timeline when a document was unpublished, with a timestamp */
|
|
1655
1650
|
"timeline.operation.unpublished_timestamp": "\uAC8C\uC2DC \uCDE8\uC18C\uB428: {{timestamp, datetime}}",
|
|
1651
|
+
/** Label shown in review changes timeline when a document version has been created */
|
|
1652
|
+
"timeline.operation.version-created": "\uBC84\uC804 \uC0DD\uC131\uB428",
|
|
1653
|
+
/** Label shown in review changes timeline when a document version has been created, with a timestamp */
|
|
1654
|
+
"timeline.operation.version-created_timestamp": "\uBC84\uC804 \uC0DD\uC131\uB428: {{timestamp, datetime}}",
|
|
1655
|
+
/** Label shown in review changes timeline when a document version has been discarded */
|
|
1656
|
+
"timeline.operation.version-discarded": "\uBC84\uC804 \uD3D0\uAE30\uB428",
|
|
1657
|
+
/** Label shown in review changes timeline when a document version has been discarded, with a timestamp */
|
|
1658
|
+
"timeline.operation.version-discarded_timestamp": "\uBC84\uC804 \uD3D0\uAE30\uB428: {{timestamp, datetime}}",
|
|
1656
1659
|
/**
|
|
1657
1660
|
* Label for determining since which version the changes for timeline menu dropdown are showing.
|
|
1658
1661
|
* Receives the time label as a parameter (`timestamp`).
|