sanity 6.6.0-next.31 → 6.6.0-next.32

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.
@@ -205,7 +205,7 @@ const structureLocaleStrings = defineLocalesResources("structure", {
205
205
  /** Toast title in case an error occurs when adding a document to a variant */
206
206
  "banners.variant.error.title": "Error adding document to variant",
207
207
  /** The text for the banner that appears when a document is not in the selected variant */
208
- "banners.variant.not-in-variant": "Not in the <VariantBadge>{{title}}</VariantBadge> variant.",
208
+ "banners.variant.not-in-variant": "No variant document exists for <VariantBadge>{{title}}</VariantBadge>.",
209
209
  /** Description of toast that will appear while the document is added to the variant */
210
210
  "banners.variant.waiting.description": "Please hold tight while the document is added to the variant. It should not take longer than a few seconds.",
211
211
  /** Title of toast that will appear while the document is added to the variant */
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sources":["../../src/structure/i18n/resources.ts"],"sourcesContent":["/* eslint sort-keys: \"error\" */\nimport {defineLocalesResources} from 'sanity'\n\n/**\n * Defined locale strings for the structure tool, in US English.\n *\n * @internal\n */\nconst structureLocaleStrings = defineLocalesResources('structure', {\n /** Label for the \"Copy document ID\" menu item */\n 'action.copy-document-id.label': 'Copy document ID',\n /** Tooltip for the copy actions dropdown button in the document panel header */\n 'action.copy-document-url.label': 'Copy',\n /** Label for the \"Copy document URL\" menu item */\n 'action.copy-link-to-document.label': 'Copy document URL',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete':\n \"This document doesn't yet exist or is already deleted\",\n /** Tooltip when action button is disabled because the selected release or variant does not contain this document */\n 'action.delete.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Tooltip when action button is disabled because the document exists in scheduled releases */\n 'action.delete.disabled.scheduled-release':\n 'This document cannot be deleted as it exists within scheduled releases',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Delete',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Deleting…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Some document actions are disabled for documents linked to Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Are you sure you want to discard all changes since last published?',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':\n 'Are you sure you want to discard all changes and delete this draft document?',\n /**Header for the confirm discard dialog */\n 'action.discard-changes.confirm-dialog.header.text': 'Discard changes?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'This document has no unpublished changes',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'This document is not published',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.discard-changes.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Discard changes',\n\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n \"This document doesn't yet exist so there's nothing to duplicate\",\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.duplicate.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplicate',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplicating…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Already published',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Published {{timeSincePublished}}',\n\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the version is published as part of its release */\n 'action.publish.disabled.not-publishable': 'This version is published as part of its release',\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.publish.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publish',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publish',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publish',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Cannot publish since Live Edit is enabled for this document type',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit is enabled for this content type and publishing happens automatically as you make changes',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'No unpublished changes',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Published',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publishing…',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.validation-in-progress.label': 'Validating document…',\n /** Toast description when trying to publish with validation errors */\n 'action.publish.validation-issues-toast.description':\n 'Please fix the validation errors before publishing',\n /** Toast title when trying to publish with validation errors */\n 'action.publish.validation-issues-toast.title': 'Validation errors',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'There are validation errors that need to be fixed before this document can be published',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Waiting for tasks to finish before publishing',\n\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Are you sure you want to restore this document?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': \"You can't restore to the initial revision\",\n\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Revert to revision',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Restore to this revision',\n\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'This document is not published',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.unpublish.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Unpublish',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'This document has live edit enabled and cannot be unpublished',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'This document version belongs to the archived <VersionBadge>{{title}}</VersionBadge> release',\n /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */\n 'banners.archived-scheduled-draft.description': 'This scheduled draft is archived',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n 'Cannot create a draft document.',\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'Cannot create a published document.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Choose a destination for this document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'The <VersionBadge>{{title}}</VersionBadge> release is not active.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Restore most recent revision',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'This document has been deleted.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'This document type has been deprecated.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Discard draft to continue editing.',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publish draft to continue editing.',\n\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'The type <strong>{{schemaType}}</strong> has <code>liveEdit</code> enabled, but a draft version of this document exists. Publish or discard the draft in order to continue live editing it.',\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': 'Compare draft',\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': 'Discard draft',\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': 'Publish draft',\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n 'The workspace does not have drafts enabled, but a draft version of this document exists.',\n /** The text content for the paused scheduled draft banner */\n 'banners.paused-scheduled-draft.text':\n 'Schedule paused while editing. Press Schedule to reactivate or pick a new date.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Your role <Roles/> does not have permission to publish this document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Your roles <Roles/> do not have permission to publish this document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Your role <Roles/> does not have permission to edit this document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Your roles <Roles/> do not have permission to edit this document.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Editor request sent',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Ask to edit',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n \"You are viewing a read-only document that was published as part of <VersionBadge>{{title}}</VersionBadge>. It can't be edited\",\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Reload reference',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'This reference has changed since you opened it.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Close reference',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'This reference has been removed since you opened it.',\n /** The text that appears for the action button to add the current document to the global bundle, this happens when user is viewing an anonymous bundle */\n 'banners.release.action.add-to-bundle': 'Add to bundle',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Add to release',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Open release to edit',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n 'An error occurred when adding document to the release: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Error adding document to release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'The document only exists in the',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'releases',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'This document is part of the <VersionBadge/> release and {{count}} more release.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'This document is part of the <VersionBadge/> release and {{count}} more releases',\n /** The text for the banner that appears when a document is not part of any release\n * @deprecated – no longer in use\n * */\n 'banners.release.navigate-to-edit-description-none': 'This document is not part of any release',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'This document is part of the <VersionBadge/> release',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Not in the <VersionBadge>{{title}}</VersionBadge> release.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Please hold tight while the document is added to the release. It should not take longer than a few seconds.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Adding document to release…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n \"We couldn't find the document revision selected, please select another entry from the history list.\",\n /** The text content for the scheduled draft override banner */\n 'banners.scheduled-draft-override-banner.text':\n 'A scheduled draft for this document exists. If you publish changes now they will be overwritten when the schedule runs.',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'This document will be unpublished as part of the <VersionBadge>{{title}}</VersionBadge> release.',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Showing the current <strong>published</strong> version:',\n /** The text that appears for the action button to add the current document to the selected variant */\n 'banners.variant.action.add-to-variant': 'Add to variant',\n /** The text for the banner that appears when the selected variant matches no variant definition */\n 'banners.variant.definition-not-found':\n 'The selected variant <VariantName>{{name}}</VariantName> could not be found.',\n /** Toast description in case an error occurs when adding a document to a variant */\n 'banners.variant.error.description':\n 'An error occurred when adding document to the variant: {{message}}',\n /** Toast title in case an error occurs when adding a document to a variant */\n 'banners.variant.error.title': 'Error adding document to variant',\n /** The text for the banner that appears when a document is not in the selected variant */\n 'banners.variant.not-in-variant': 'Not in the <VariantBadge>{{title}}</VariantBadge> variant.',\n /** Description of toast that will appear while the document is added to the variant */\n 'banners.variant.waiting.description':\n 'Please hold tight while the document is added to the variant. It should not take longer than a few seconds.',\n /** Title of toast that will appear while the document is added to the variant */\n 'banners.variant.waiting.title': 'Adding document to variant…',\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'New {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Untitled',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Open document actions',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Document actions',\n\n /** The aria-label for the collapse pane button on the document panel header */\n 'buttons.focus-pane-button.aria-label.collapse': 'Exit focus mode (show navigation)',\n /** The aria-label for the focus pane button on the document panel header */\n 'buttons.focus-pane-button.aria-label.focus': 'Enter focus mode (hide navigation)',\n\n /** The tooltip for the collapse pane button on the document panel header */\n 'buttons.focus-pane-button.tooltip.collapse': 'Exit focus mode',\n /** The tooltip for the focus pane button on the document panel header */\n 'buttons.focus-pane-button.tooltip.focus': 'Enter focus mode',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Split pane right',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Split pane right',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Close split pane',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Close pane group',\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Edit in Canvas',\n /** The text for the canvas linked banner when the document in editable mode*/\n 'canvas.banner.editable.linked-text': 'This document can be edited in Canvas.',\n /** The description for the canvas linked banner popover in editable mode*/\n 'canvas.banner.editable.popover-description':\n 'Canvas lets you write freely, then update content in Studio without manual field-by-field copying.',\n /** The heading for the canvas linked banner popover in editable mode*/\n 'canvas.banner.editable.popover-heading': 'Free-form writing',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'This draft document is linked to Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'This live document is linked to Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'This version document is linked to Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Learn more',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Idea first authoring',\n /** The description for the changes banner */\n 'changes.banner.description':\n 'Showing the history for the <strong>{{perspective}}</strong> version of this document.',\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n 'This view shows the changes that occurred in a specific version of this document. Select a different version to see its changes',\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'From',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'History',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Review changes',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'To',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" is not a supported document comparison mode.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'The next document parameter is invalid.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Unable to compare documents',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'The previous document parameter is invalid.',\n /** The error message shown when releases failed to load */\n 'compare-version.error.loadReleases.title': 'Failed to load releases',\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n 'There are no other versions of this document to compare.',\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Compare versions',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Draft',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Published',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Compare versions',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Cancel',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Unavailable dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Unavailable datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} in another dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} in {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Copy ID to clipboard',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'Document ID',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed': 'Failed to copy document ID',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'Project ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Delete all versions anyway',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Unpublish anyway',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Delete all versions',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Unpublish now',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Are you sure you want to delete all the versions of this document?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Are you sure you want to unpublish “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'An error occurred while loading referencing documents.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Retry',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Error',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Delete document?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Unpublish document?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Looking for referring documents…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 other reference not show',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other': '{{count}} other references not shown',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n \"We can't display metadata for these references due to a missing access token for the related datasets.\",\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Preview unavailable',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'If you delete this document, documents that refer to it will no longer be able to access it.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'If you unpublish this document, documents that refer to it will no longer be able to access it.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document refers to “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documents refer to “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'You may not be able to delete “<DocumentTitle/>” because the following documents refer to it:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'You may not be able to unpublish “<DocumentTitle/>” because the following documents refer to it:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Cancel',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Confirm',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Content',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Error: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Untitled',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Unknown schema type: {{schemaType}}',\n\n /** Hint shown to help guide users to the new document group inventory */\n 'document-group-inventory.onboarding-hint': 'Where did the version buttons go?',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Close',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspecting <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'No value',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspect',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Search',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Parsed',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Raw JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'This form is hidden',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Untitled',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Loading document…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Please hold tight while the document is synced. This usually happens right after the document has been published, and it should not take more than a few seconds',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Syncing document…',\n /** Description of the toast shown when recent edits haven't synced for a while (still retrying) */\n 'document-view.form-view.sync-pending.description':\n \"We'll keep trying. Your changes are kept in your browser in the meantime.\",\n /** Title of the toast shown when recent edits haven't synced for a while (still retrying) */\n 'document-view.form-view.sync-pending.title': \"Your changes aren't saving\",\n /** Description of the toast shown when the connection is back and buffered edits are being submitted */\n 'document-view.form-view.sync-recovering.description':\n 'Editing resumes as soon as your changes are saved.',\n /** Title of the toast shown when the connection is back and buffered edits are being submitted */\n 'document-view.form-view.sync-recovering.title': 'Saving your changes…',\n /** Description of the toast shown when edits have been unsynced long enough that editing is locked */\n 'document-view.form-view.sync-stalled.description':\n 'Editing is paused until they save. Your changes are kept in your browser, so keep this tab open while we keep trying.',\n /** Title of the toast shown when edits have been unsynced long enough that editing is locked */\n 'document-view.form-view.sync-stalled.title': \"Your changes still aren't saving\",\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Add to favorites',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Remove from favorites',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n \"We're unable to load the changes for this document, probably due to history retention policy of your plan, this shows you how the <strong>{{version}}</strong> version compares to the <strong>published</strong> version.\",\n\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Comparing with published',\n\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspect <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Open <VersionBadge>draft</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Open <VersionBadge>{{releaseTitle}}</VersionBadge> release',\n /** The text for the add reference item in the incoming references input */\n 'incoming-references-input.add-reference-item': 'Add item',\n /** The aria-label for the incoming references list */\n 'incoming-references-input.list-label': 'Incoming references of type {{type}}',\n /** The text for the no items in the incoming references input */\n 'incoming-references-input.no-items': 'No items',\n /** The text for the reference from in the incoming references input */\n 'incoming-references-input.reference-from': 'Reference from {{type}}',\n /** The text for the schema type not found in the incoming references input */\n 'incoming-references-input.schema-type-not-found': 'Schema type {{type}} not found',\n /** The text for the type to search in the incoming references input */\n 'incoming-references-input.type-to-search': 'Type to search',\n /** The text for the loading state in the incoming references input */\n 'incoming-references-input.types-loading': 'Loading documents...',\n /** The text for the loading state in the incoming references input */\n 'incoming-references-input.types-loading-cross-dataset': 'Loading cross dataset documents...',\n /** The text for the no references defined in the incoming references input */\n 'incoming-references-input.types-not-defined':\n 'No incoming references defined for this type, see the docs for more information.',\n\n /** The text shown if there are no incoming references in the inspector */\n 'incoming-references-pane.no-references': 'No incoming references found.',\n /** The text shown if there are no incoming references for a type */\n 'incoming-references-pane.no-references-found': 'No references of this type found.',\n /** The text shown if there is no schema type found for a document in the incoming references pane */\n 'incoming-references-pane.schema-type-not-found': 'Schema type {{type}} not found',\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Loading…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Actions',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Layout',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sort',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Compact view',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detailed view',\n /** The menu item title that restores the structure-configured default layout */\n 'menu-items.layout.restore-default': 'Default view',\n /** Tooltip shown when the restore-default layout item is disabled (default already in use) */\n 'menu-items.layout.restore-default.disabled-reason': 'Already using the default view',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sort by Created',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sort by Last Edited',\n /** The menu item title that restores the structure-configured default sort order */\n 'menu-items.sort-by.restore-default': 'Default sort',\n /** Tooltip shown when the restore-default sort item is disabled (default already in use) */\n 'menu-items.sort-by.restore-default.disabled-reason': 'Already using the default sort order',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Learn how to add a document type →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle': 'Please define at least one document type in your schema.',\n\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'No document types',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Back',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Show menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Create',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Create new document',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Insufficient permissions',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Edited <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'No unpublished edits',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title': 'No schema found for type <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Published <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'No unpublished edits',\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Error: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'New {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Untitled',\n /** The help text saying that we have given up on automatic retry */\n 'panes.document-list-pane.error.max-retries-attempted':\n 'Not automatically retrying after {{count}} unsuccessful attempts.',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Retrying…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Encountered an error while fetching documents.',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline': 'The Internet connection appears to be offline.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Could not fetch list items',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Retrying…',\n 'panes.document-list-pane.error.will-retry-automatically_other': 'Retrying… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Displaying a maximum of {{limit}} documents',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'No documents of this type',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'No results found',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'No matching documents',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Trying to connect…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Search list',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Search list',\n /** The aria-label for the sort-order control shown beneath the document list search input */\n 'panes.document-list-pane.search-ordering.aria-label': 'Change search result ordering',\n /** The label for the sort-order control beneath the search input, summarising the applied ordering (e.g. \"Sorted by relevance\") */\n 'panes.document-list-pane.search-ordering.label': 'Sorted by {{order}}',\n /** The label for the relevance (best match) option in the document list search sort-order control */\n 'panes.document-list-pane.search-ordering.relevance': 'Relevance',\n /** The sort-order control summary shown when results are ranked by relevance */\n 'panes.document-list-pane.search-ordering.summary-relevance': 'Sorted by relevance',\n /** The tooltip text shown when a sort menu item references fields not present in the current schema */\n 'panes.document-list-pane.sort-order.disabled-reason':\n 'This sorting option uses fields that are not part of this document type',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Details',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'An error occurred during {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'An error occurred while attempting to delete this document. This usually means that there are other documents that refers to it.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'An error occurred while attempting to unpublish this document. This usually means that there are other documents that refers to it.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Successfully performed {{op}} on document',\n /** The text when copy document ID operation succeeded */\n 'panes.document-operation-results.operation-success_copy-id': 'Document ID copied to clipboard',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url': 'Document URL copied to clipboard',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> was added to the release',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete':\n 'The document was successfully deleted',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'All changes has now been discarded. The discarded draft can still be recovered from history',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n 'The document was successfully duplicated',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish':\n '<Strong>{{title}}</Strong> was published',\n /** The text when a publish operation succeeded in an anonymous version */\n 'panes.document-operation-results.operation-success_publishVersion': 'Version was published',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> was restored',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n '<Strong>{{title}}</Strong> was unpublished. A draft has been created from the latest published revision.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Untitled',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Loading document…',\n /** The loading message shown while the document targeted by the selected variant is resolving */\n 'panes.document-pane.variant-target.loading': 'Loading document…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'The document type is not defined, and a document with the <Code>{{id}}</Code> identifier could not be found.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'The document was not found',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'This document has the schema type <Code>{{documentType}}</Code>, which is not defined as a type in the local content studio schema.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Unknown document type: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'This document does not exist, and no schema type was specified for it.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Loading…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Still loading…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Structure item is missing required <Code>type</Code> property.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Unknown pane type',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Structure item of type <Code>{{type}}</Code> is not a known entity.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Open preview',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Send request',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n \"Your request will be sent to the project administrator(s). If you'd like, you can also include a note\",\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Ask for edit access',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': \"If you'd like, you can add a note\",\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Add note...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Your request to access this project has been declined.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n \"You've reached the limit for role requests across all projects. Please wait before submitting more requests or contact an administrator for assistance.\",\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Saved',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Saving...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Last published {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip': 'Last published <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label': 'Last updated {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Last updated <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Review changes',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Saved!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Saving...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Changes saved',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Review changes',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'View documentation',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Error',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Encountered an error while reading structure',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Reload',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Structure path',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Open action menu',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Actions',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Collapse',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Expand',\n\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'Release with id \"{{releaseId}}\" not found',\n\n /** The text for the \"Inline changes\" action, which is used to toggle the visibility of content diffs inside inputs */\n 'toggle-inline-changes.menu-item.title': 'Inline changes',\n})\n\n/**\n * @alpha\n */\nexport type StructureLocaleResourceKeys = keyof typeof structureLocaleStrings\n\nexport default structureLocaleStrings\n"],"names":["structureLocaleStrings","defineLocalesResources"],"mappings":"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"}
1
+ {"version":3,"file":"resources.js","sources":["../../src/structure/i18n/resources.ts"],"sourcesContent":["/* eslint sort-keys: \"error\" */\nimport {defineLocalesResources} from 'sanity'\n\n/**\n * Defined locale strings for the structure tool, in US English.\n *\n * @internal\n */\nconst structureLocaleStrings = defineLocalesResources('structure', {\n /** Label for the \"Copy document ID\" menu item */\n 'action.copy-document-id.label': 'Copy document ID',\n /** Tooltip for the copy actions dropdown button in the document panel header */\n 'action.copy-document-url.label': 'Copy',\n /** Label for the \"Copy document URL\" menu item */\n 'action.copy-link-to-document.label': 'Copy document URL',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete':\n \"This document doesn't yet exist or is already deleted\",\n /** Tooltip when action button is disabled because the selected release or variant does not contain this document */\n 'action.delete.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Tooltip when action button is disabled because the document exists in scheduled releases */\n 'action.delete.disabled.scheduled-release':\n 'This document cannot be deleted as it exists within scheduled releases',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Delete',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Deleting…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Some document actions are disabled for documents linked to Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Are you sure you want to discard all changes since last published?',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':\n 'Are you sure you want to discard all changes and delete this draft document?',\n /**Header for the confirm discard dialog */\n 'action.discard-changes.confirm-dialog.header.text': 'Discard changes?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'This document has no unpublished changes',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'This document is not published',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.discard-changes.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Discard changes',\n\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n \"This document doesn't yet exist so there's nothing to duplicate\",\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.duplicate.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplicate',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplicating…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Already published',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Published {{timeSincePublished}}',\n\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the version is published as part of its release */\n 'action.publish.disabled.not-publishable': 'This version is published as part of its release',\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.publish.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publish',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publish',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publish',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Cannot publish since Live Edit is enabled for this document type',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit is enabled for this content type and publishing happens automatically as you make changes',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'No unpublished changes',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Published',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publishing…',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.validation-in-progress.label': 'Validating document…',\n /** Toast description when trying to publish with validation errors */\n 'action.publish.validation-issues-toast.description':\n 'Please fix the validation errors before publishing',\n /** Toast title when trying to publish with validation errors */\n 'action.publish.validation-issues-toast.title': 'Validation errors',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'There are validation errors that need to be fixed before this document can be published',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Waiting for tasks to finish before publishing',\n\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Are you sure you want to restore this document?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': \"You can't restore to the initial revision\",\n\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Revert to revision',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Restore to this revision',\n\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'This document is not published',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operation not ready',\n /** Tooltip when action is disabled because the selected release or variant does not contain this document */\n 'action.unpublish.disabled.target-not-found':\n 'The selected release or variant does not contain this document',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Unpublish',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'This document has live edit enabled and cannot be unpublished',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'This document version belongs to the archived <VersionBadge>{{title}}</VersionBadge> release',\n /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */\n 'banners.archived-scheduled-draft.description': 'This scheduled draft is archived',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n 'Cannot create a draft document.',\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'Cannot create a published document.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Choose a destination for this document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'The <VersionBadge>{{title}}</VersionBadge> release is not active.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Restore most recent revision',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'This document has been deleted.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'This document type has been deprecated.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Discard draft to continue editing.',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publish draft to continue editing.',\n\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n 'The type <strong>{{schemaType}}</strong> has <code>liveEdit</code> enabled, but a draft version of this document exists. Publish or discard the draft in order to continue live editing it.',\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': 'Compare draft',\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': 'Discard draft',\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': 'Publish draft',\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n 'The workspace does not have drafts enabled, but a draft version of this document exists.',\n /** The text content for the paused scheduled draft banner */\n 'banners.paused-scheduled-draft.text':\n 'Schedule paused while editing. Press Schedule to reactivate or pick a new date.',\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Your role <Roles/> does not have permission to publish this document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Your roles <Roles/> do not have permission to publish this document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Your role <Roles/> does not have permission to edit this document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Your roles <Roles/> do not have permission to edit this document.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': 'Editor request sent',\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Ask to edit',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n \"You are viewing a read-only document that was published as part of <VersionBadge>{{title}}</VersionBadge>. It can't be edited\",\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Reload reference',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'This reference has changed since you opened it.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Close reference',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'This reference has been removed since you opened it.',\n /** The text that appears for the action button to add the current document to the global bundle, this happens when user is viewing an anonymous bundle */\n 'banners.release.action.add-to-bundle': 'Add to bundle',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Add to release',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Open release to edit',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n 'An error occurred when adding document to the release: {{message}}',\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Error adding document to release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'The document only exists in the',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'release',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'releases',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'This document is part of the <VersionBadge/> release and {{count}} more release.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'This document is part of the <VersionBadge/> release and {{count}} more releases',\n /** The text for the banner that appears when a document is not part of any release\n * @deprecated – no longer in use\n * */\n 'banners.release.navigate-to-edit-description-none': 'This document is not part of any release',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'This document is part of the <VersionBadge/> release',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release': 'Not in the <VersionBadge>{{title}}</VersionBadge> release.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n 'Please hold tight while the document is added to the release. It should not take longer than a few seconds.',\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Adding document to release…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n \"We couldn't find the document revision selected, please select another entry from the history list.\",\n /** The text content for the scheduled draft override banner */\n 'banners.scheduled-draft-override-banner.text':\n 'A scheduled draft for this document exists. If you publish changes now they will be overwritten when the schedule runs.',\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'This document will be unpublished as part of the <VersionBadge>{{title}}</VersionBadge> release.',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Showing the current <strong>published</strong> version:',\n /** The text that appears for the action button to add the current document to the selected variant */\n 'banners.variant.action.add-to-variant': 'Add to variant',\n /** The text for the banner that appears when the selected variant matches no variant definition */\n 'banners.variant.definition-not-found':\n 'The selected variant <VariantName>{{name}}</VariantName> could not be found.',\n /** Toast description in case an error occurs when adding a document to a variant */\n 'banners.variant.error.description':\n 'An error occurred when adding document to the variant: {{message}}',\n /** Toast title in case an error occurs when adding a document to a variant */\n 'banners.variant.error.title': 'Error adding document to variant',\n /** The text for the banner that appears when a document is not in the selected variant */\n 'banners.variant.not-in-variant':\n 'No variant document exists for <VariantBadge>{{title}}</VariantBadge>.',\n /** Description of toast that will appear while the document is added to the variant */\n 'banners.variant.waiting.description':\n 'Please hold tight while the document is added to the variant. It should not take longer than a few seconds.',\n /** Title of toast that will appear while the document is added to the variant */\n 'banners.variant.waiting.title': 'Adding document to variant…',\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'New {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Untitled',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Open document actions',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Document actions',\n\n /** The aria-label for the collapse pane button on the document panel header */\n 'buttons.focus-pane-button.aria-label.collapse': 'Exit focus mode (show navigation)',\n /** The aria-label for the focus pane button on the document panel header */\n 'buttons.focus-pane-button.aria-label.focus': 'Enter focus mode (hide navigation)',\n\n /** The tooltip for the collapse pane button on the document panel header */\n 'buttons.focus-pane-button.tooltip.collapse': 'Exit focus mode',\n /** The tooltip for the focus pane button on the document panel header */\n 'buttons.focus-pane-button.tooltip.focus': 'Enter focus mode',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Split pane right',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Split pane right',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Close split pane',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Close pane group',\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Edit in Canvas',\n /** The text for the canvas linked banner when the document in editable mode*/\n 'canvas.banner.editable.linked-text': 'This document can be edited in Canvas.',\n /** The description for the canvas linked banner popover in editable mode*/\n 'canvas.banner.editable.popover-description':\n 'Canvas lets you write freely, then update content in Studio without manual field-by-field copying.',\n /** The heading for the canvas linked banner popover in editable mode*/\n 'canvas.banner.editable.popover-heading': 'Free-form writing',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'This draft document is linked to Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'This live document is linked to Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'This version document is linked to Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Learn more',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas lets you author in a free-form editor that automatically maps back to the Studio as structured content - as you type.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Idea first authoring',\n /** The description for the changes banner */\n 'changes.banner.description':\n 'Showing the history for the <strong>{{perspective}}</strong> version of this document.',\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n 'This view shows the changes that occurred in a specific version of this document. Select a different version to see its changes',\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'From',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'History',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Review changes',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'To',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" is not a supported document comparison mode.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'The next document parameter is invalid.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Unable to compare documents',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'The previous document parameter is invalid.',\n /** The error message shown when releases failed to load */\n 'compare-version.error.loadReleases.title': 'Failed to load releases',\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n 'There are no other versions of this document to compare.',\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Compare versions',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Draft',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Published',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Compare versions',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Cancel',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Unavailable dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Unavailable datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} in another dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} in {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Copy ID to clipboard',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'Document ID',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed': 'Failed to copy document ID',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'Project ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Delete all versions anyway',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Unpublish anyway',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Delete all versions',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Unpublish now',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Are you sure you want to delete all the versions of this document?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Are you sure you want to unpublish “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'An error occurred while loading referencing documents.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Retry',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Error',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Delete document?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Unpublish document?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Looking for referring documents…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 other reference not show',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other': '{{count}} other references not shown',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n \"We can't display metadata for these references due to a missing access token for the related datasets.\",\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Preview unavailable',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'If you delete this document, documents that refer to it will no longer be able to access it.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'If you unpublish this document, documents that refer to it will no longer be able to access it.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document refers to “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documents refer to “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'You may not be able to delete “<DocumentTitle/>” because the following documents refer to it:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'You may not be able to unpublish “<DocumentTitle/>” because the following documents refer to it:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Cancel',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Confirm',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Content',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Error: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Untitled',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Unknown schema type: {{schemaType}}',\n\n /** Hint shown to help guide users to the new document group inventory */\n 'document-group-inventory.onboarding-hint': 'Where did the version buttons go?',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Close',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspecting <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'No value',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspect',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Search',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Parsed',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Raw JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'This form is hidden',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Untitled',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Loading document…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Please hold tight while the document is synced. This usually happens right after the document has been published, and it should not take more than a few seconds',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Syncing document…',\n /** Description of the toast shown when recent edits haven't synced for a while (still retrying) */\n 'document-view.form-view.sync-pending.description':\n \"We'll keep trying. Your changes are kept in your browser in the meantime.\",\n /** Title of the toast shown when recent edits haven't synced for a while (still retrying) */\n 'document-view.form-view.sync-pending.title': \"Your changes aren't saving\",\n /** Description of the toast shown when the connection is back and buffered edits are being submitted */\n 'document-view.form-view.sync-recovering.description':\n 'Editing resumes as soon as your changes are saved.',\n /** Title of the toast shown when the connection is back and buffered edits are being submitted */\n 'document-view.form-view.sync-recovering.title': 'Saving your changes…',\n /** Description of the toast shown when edits have been unsynced long enough that editing is locked */\n 'document-view.form-view.sync-stalled.description':\n 'Editing is paused until they save. Your changes are kept in your browser, so keep this tab open while we keep trying.',\n /** Title of the toast shown when edits have been unsynced long enough that editing is locked */\n 'document-view.form-view.sync-stalled.title': \"Your changes still aren't saving\",\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Add to favorites',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Remove from favorites',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n \"We're unable to load the changes for this document, probably due to history retention policy of your plan, this shows you how the <strong>{{version}}</strong> version compares to the <strong>published</strong> version.\",\n\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Comparing with published',\n\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspect <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Open <VersionBadge>draft</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Open <VersionBadge>{{releaseTitle}}</VersionBadge> release',\n /** The text for the add reference item in the incoming references input */\n 'incoming-references-input.add-reference-item': 'Add item',\n /** The aria-label for the incoming references list */\n 'incoming-references-input.list-label': 'Incoming references of type {{type}}',\n /** The text for the no items in the incoming references input */\n 'incoming-references-input.no-items': 'No items',\n /** The text for the reference from in the incoming references input */\n 'incoming-references-input.reference-from': 'Reference from {{type}}',\n /** The text for the schema type not found in the incoming references input */\n 'incoming-references-input.schema-type-not-found': 'Schema type {{type}} not found',\n /** The text for the type to search in the incoming references input */\n 'incoming-references-input.type-to-search': 'Type to search',\n /** The text for the loading state in the incoming references input */\n 'incoming-references-input.types-loading': 'Loading documents...',\n /** The text for the loading state in the incoming references input */\n 'incoming-references-input.types-loading-cross-dataset': 'Loading cross dataset documents...',\n /** The text for the no references defined in the incoming references input */\n 'incoming-references-input.types-not-defined':\n 'No incoming references defined for this type, see the docs for more information.',\n\n /** The text shown if there are no incoming references in the inspector */\n 'incoming-references-pane.no-references': 'No incoming references found.',\n /** The text shown if there are no incoming references for a type */\n 'incoming-references-pane.no-references-found': 'No references of this type found.',\n /** The text shown if there is no schema type found for a document in the incoming references pane */\n 'incoming-references-pane.schema-type-not-found': 'Schema type {{type}} not found',\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Loading…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Actions',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Layout',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sort',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Compact view',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Detailed view',\n /** The menu item title that restores the structure-configured default layout */\n 'menu-items.layout.restore-default': 'Default view',\n /** Tooltip shown when the restore-default layout item is disabled (default already in use) */\n 'menu-items.layout.restore-default.disabled-reason': 'Already using the default view',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sort by Created',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sort by Last Edited',\n /** The menu item title that restores the structure-configured default sort order */\n 'menu-items.sort-by.restore-default': 'Default sort',\n /** Tooltip shown when the restore-default sort item is disabled (default already in use) */\n 'menu-items.sort-by.restore-default.disabled-reason': 'Already using the default sort order',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Learn how to add a document type →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle': 'Please define at least one document type in your schema.',\n\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'No document types',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Back',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Show menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Create',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Create new document',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Insufficient permissions',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Edited <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'No unpublished edits',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title': 'No schema found for type <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Published <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'No unpublished edits',\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Error: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'New {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Untitled',\n /** The help text saying that we have given up on automatic retry */\n 'panes.document-list-pane.error.max-retries-attempted':\n 'Not automatically retrying after {{count}} unsuccessful attempts.',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Retrying…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Encountered an error while fetching documents.',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline': 'The Internet connection appears to be offline.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Could not fetch list items',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Retrying…',\n 'panes.document-list-pane.error.will-retry-automatically_other': 'Retrying… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Displaying a maximum of {{limit}} documents',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'No documents of this type',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'No results found',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'No matching documents',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Trying to connect…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Search list',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Search list',\n /** The aria-label for the sort-order control shown beneath the document list search input */\n 'panes.document-list-pane.search-ordering.aria-label': 'Change search result ordering',\n /** The label for the sort-order control beneath the search input, summarising the applied ordering (e.g. \"Sorted by relevance\") */\n 'panes.document-list-pane.search-ordering.label': 'Sorted by {{order}}',\n /** The label for the relevance (best match) option in the document list search sort-order control */\n 'panes.document-list-pane.search-ordering.relevance': 'Relevance',\n /** The sort-order control summary shown when results are ranked by relevance */\n 'panes.document-list-pane.search-ordering.summary-relevance': 'Sorted by relevance',\n /** The tooltip text shown when a sort menu item references fields not present in the current schema */\n 'panes.document-list-pane.sort-order.disabled-reason':\n 'This sorting option uses fields that are not part of this document type',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Details',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': 'An error occurred during {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'An error occurred while attempting to delete this document. This usually means that there are other documents that refers to it.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'An error occurred while attempting to unpublish this document. This usually means that there are other documents that refers to it.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success': 'Successfully performed {{op}} on document',\n /** The text when copy document ID operation succeeded */\n 'panes.document-operation-results.operation-success_copy-id': 'Document ID copied to clipboard',\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url': 'Document URL copied to clipboard',\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n '<Strong>{{title}}</Strong> was added to the release',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete':\n 'The document was successfully deleted',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'All changes has now been discarded. The discarded draft can still be recovered from history',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n 'The document was successfully duplicated',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish':\n '<Strong>{{title}}</Strong> was published',\n /** The text when a publish operation succeeded in an anonymous version */\n 'panes.document-operation-results.operation-success_publishVersion': 'Version was published',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> was restored',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n '<Strong>{{title}}</Strong> was unpublished. A draft has been created from the latest published revision.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Untitled',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Loading document…',\n /** The loading message shown while the document targeted by the selected variant is resolving */\n 'panes.document-pane.variant-target.loading': 'Loading document…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'The document type is not defined, and a document with the <Code>{{id}}</Code> identifier could not be found.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'The document was not found',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'This document has the schema type <Code>{{documentType}}</Code>, which is not defined as a type in the local content studio schema.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Unknown document type: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'This document does not exist, and no schema type was specified for it.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Loading…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Still loading…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Structure item is missing required <Code>type</Code> property.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Unknown pane type',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Structure item of type <Code>{{type}}</Code> is not a known entity.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Open preview',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Send request',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n \"Your request will be sent to the project administrator(s). If you'd like, you can also include a note\",\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': 'Ask for edit access',\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': \"If you'd like, you can add a note\",\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Add note...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'Your request to access this project has been declined.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n \"You've reached the limit for role requests across all projects. Please wait before submitting more requests or contact an administrator for assistance.\",\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Saved',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Saving...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Last published {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip': 'Last published <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label': 'Last updated {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Last updated <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Review changes',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Saved!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Saving...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Changes saved',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Review changes',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'View documentation',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Error',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Encountered an error while reading structure',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Reload',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Structure path',\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': 'Open action menu',\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Actions',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Collapse',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Expand',\n\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'Release with id \"{{releaseId}}\" not found',\n\n /** The text for the \"Inline changes\" action, which is used to toggle the visibility of content diffs inside inputs */\n 'toggle-inline-changes.menu-item.title': 'Inline changes',\n})\n\n/**\n * @alpha\n */\nexport type StructureLocaleResourceKeys = keyof typeof structureLocaleStrings\n\nexport default structureLocaleStrings\n"],"names":["structureLocaleStrings","defineLocalesResources"],"mappings":"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"}
@@ -16,15 +16,15 @@ const variantsLocaleStrings = {
16
16
  /** Tooltip for clearing the selected variant. */
17
17
  "navbar.variant.clear": "Clear variant selection",
18
18
  /** Label for the Variants overview create action. */
19
- "overview.action.create-variant": "Create variant",
19
+ "overview.action.create-variant": "Create variant definition",
20
20
  /** Label for the Variants overview delete action. */
21
- "overview.action.delete-variant": "Delete variant",
21
+ "overview.action.delete-variant": "Delete variant definition",
22
22
  /** Tooltip when delete is disabled because the variant contains one document. */
23
- "overview.action.delete-variant.disabled-hint_one": "This variant contains {{count}} document in it, it can't be removed until the documents have been removed.",
23
+ "overview.action.delete-variant.disabled-hint_one": "This variant definition contains {{count}} document in it, it can't be removed until the documents have been removed.",
24
24
  /** Tooltip when delete is disabled because the variant contains multiple documents. */
25
- "overview.action.delete-variant.disabled-hint_other": "This variant contains {{count}} documents in it, it can't be removed until the documents have been removed.",
25
+ "overview.action.delete-variant.disabled-hint_other": "This variant definition contains {{count}} documents in it, it can't be removed until the documents have been removed.",
26
26
  /** Error toast title when variant deletion fails. */
27
- "overview.action.delete-variant.error.title": "Unable to delete variant",
27
+ "overview.action.delete-variant.error.title": "Unable to delete variant definition",
28
28
  /** Link label for Variants overview documentation (empty state). */
29
29
  "overview.action.documentation": "Documentation",
30
30
  /** Description for the Variants overview empty state. */
@@ -32,33 +32,33 @@ const variantsLocaleStrings = {
32
32
  /** Description for the Variants overview. */
33
33
  "overview.description": "Manage variant definitions that control how content is personalized for different audiences, locales, and segments.",
34
34
  /** Error message for the Variants overview. */
35
- "overview.error": "Unable to load variants",
35
+ "overview.error": "Unable to load variant definitions",
36
36
  /** Placeholder for the Variants overview search field. */
37
37
  "overview.search.placeholder": "Search variant definitions\u2026",
38
38
  /** Column header for the variant title column in the overview table. */
39
- "overview.table.variant": "Variant",
39
+ "overview.table.variant": "Variant definition",
40
40
  /** Column header for the documents count column in the overview table. */
41
41
  "overview.table.documents": "Documents",
42
42
  /** Fallback text when a variant has no conditions. */
43
43
  "overview.table.no-conditions": "No conditions",
44
44
  /** Title for the Variants overview. */
45
- "overview.title": "Variants",
45
+ "overview.title": "Variant definitions",
46
46
  /** Edit action on the Variant detail page. */
47
- "detail.action.edit-variant": "Edit variant",
47
+ "detail.action.edit-variant": "Edit variant definition",
48
48
  /** Tooltip for pinning a variant to the studio. */
49
- "detail.pin-variant": "Pin variant to studio",
49
+ "detail.pin-variant": "Pin variant definition to studio",
50
50
  /** Tooltip for unpinning a variant from the studio. */
51
- "detail.unpin-variant": "Unpin variant from studio",
51
+ "detail.unpin-variant": "Unpin variant definition from studio",
52
52
  /** Back action on the Variant detail page. */
53
- "detail.back": "Back to variants",
53
+ "detail.back": "Back to variant definitions",
54
54
  /** Created status label in the Variant detail footer. */
55
55
  "detail.footer.created": "Created",
56
56
  /** Loading message on the Variant detail page. */
57
- "detail.loading": "Loading variant",
57
+ "detail.loading": "Loading variant definition",
58
58
  /** Fallback text when a variant has no description. */
59
59
  "detail.no-description": "No description yet.",
60
60
  /** Empty state for variant document table. */
61
- "detail.documents.no-documents": "No documents in this variant",
61
+ "detail.documents.no-documents": "No documents in this variant definition",
62
62
  /** Edited column header for variant document table. */
63
63
  "detail.documents.table.edited": "Edited",
64
64
  /** Search placeholder for variant document table. */
@@ -72,15 +72,15 @@ const variantsLocaleStrings = {
72
72
  /** Validation error tooltip for multiple errors in the variant document table. */
73
73
  "detail.documents.table.validation.error_other": "{{count}} validation errors",
74
74
  /** Error message when variant documents fail to load. */
75
- "detail.documents.error": "Unable to load documents for this variant",
75
+ "detail.documents.error": "Unable to load documents for this variant definition",
76
76
  /** Description for the missing Variant detail page. */
77
- "detail.not-found.description": "The requested variant could not be found.",
77
+ "detail.not-found.description": "The requested variant definition could not be found.",
78
78
  /** Title for the missing Variant detail page. */
79
- "detail.not-found.title": "Variant not found",
79
+ "detail.not-found.title": "Variant definition not found",
80
80
  /** Title for the create variant dialog. */
81
- "dialog.create.title": "Create variant",
81
+ "dialog.create.title": "Create variant definition",
82
82
  /** Confirm action for the create variant dialog. */
83
- "dialog.create.action.confirm": "Create variant",
83
+ "dialog.create.action.confirm": "Create variant definition",
84
84
  /** Add condition action for the create variant dialog. */
85
85
  "dialog.create.action.add-condition": "Add condition",
86
86
  /** Tooltip when add condition is disabled because the current row is incomplete. */
@@ -96,11 +96,11 @@ const variantsLocaleStrings = {
96
96
  /** Label for the description field in the create variant dialog. */
97
97
  "dialog.create.description.label": "Description",
98
98
  /** Placeholder for the description field in the create variant dialog. */
99
- "dialog.create.description.placeholder": "Describe who this variant targets",
99
+ "dialog.create.description.placeholder": "Describe who this variant definition targets",
100
100
  /** Title for the conditions section in the create variant dialog. */
101
101
  "dialog.create.conditions.title": "Conditions",
102
102
  /** Description for the conditions section in the create variant dialog. */
103
- "dialog.create.conditions.description": "Add key/value pairs that define when this variant applies.",
103
+ "dialog.create.conditions.description": "Add key/value pairs that define when this variant definition applies.",
104
104
  /** Label for the condition key field in the create variant dialog. */
105
105
  "dialog.create.condition-key.label": "Key",
106
106
  /** Validation message when a condition key is repeated. */
@@ -122,15 +122,15 @@ const variantsLocaleStrings = {
122
122
  /** Placeholder for the condition value field in the create variant dialog. */
123
123
  "dialog.create.condition-value.placeholder": "e.g. loyal-customers",
124
124
  /** Error toast title when variant creation fails. */
125
- "dialog.create.error.title": "Unable to create variant",
125
+ "dialog.create.error.title": "Unable to create variant definition",
126
126
  /** Title for the edit variant dialog. */
127
- "dialog.edit.title": "Edit variant",
127
+ "dialog.edit.title": "Edit variant definition",
128
128
  /** Confirm action for the edit variant dialog. */
129
129
  "dialog.edit.action.confirm": "Save",
130
130
  /** Cancel action for the edit variant dialog. */
131
131
  "dialog.edit.action.cancel": "Cancel",
132
132
  /** Error toast title when variant editing fails. */
133
- "dialog.edit.error.title": "Unable to update variant",
133
+ "dialog.edit.error.title": "Unable to update variant definition",
134
134
  /** Title for the delete variant confirmation dialog. */
135
135
  "dialog.delete.title": "Are you sure you want to delete this variant definition?",
136
136
  /** Description for the delete variant confirmation dialog. */
@@ -1 +1 @@
1
- {"version":3,"file":"resources8.js","sources":["../../src/core/variants/i18n/resources.ts"],"sourcesContent":["/**\n * Defined locale strings for variants, in US English.\n *\n * @internal\n */\nconst variantsLocaleStrings = {\n /** Label for the variants navigation row. */\n 'navbar.view-as': 'View as',\n /** Label for the version selector in the variants navigation row. */\n 'navbar.version': 'Version',\n /** Label for the variant selector in the variants navigation row. */\n 'navbar.variant': 'Variant',\n /** Default option label when no variant is selected. */\n 'navbar.variant.default': 'All users (Default)',\n /** Placeholder for the variant filter input in the dropdown. */\n 'navbar.variant.filter-placeholder': 'Filter variants…',\n /** Section header for non-default variants in the dropdown. */\n 'navbar.variant.other': 'Other variants',\n /** Label for clearing version and variant selections. */\n 'navbar.clear': 'Clear',\n /** Tooltip for clearing the selected variant. */\n 'navbar.variant.clear': 'Clear variant selection',\n /** Label for the Variants overview create action. */\n 'overview.action.create-variant': 'Create variant',\n /** Label for the Variants overview delete action. */\n 'overview.action.delete-variant': 'Delete variant',\n /** Tooltip when delete is disabled because the variant contains one document. */\n 'overview.action.delete-variant.disabled-hint_one':\n \"This variant contains {{count}} document in it, it can't be removed until the documents have been removed.\",\n /** Tooltip when delete is disabled because the variant contains multiple documents. */\n 'overview.action.delete-variant.disabled-hint_other':\n \"This variant contains {{count}} documents in it, it can't be removed until the documents have been removed.\",\n /** Error toast title when variant deletion fails. */\n 'overview.action.delete-variant.error.title': 'Unable to delete variant',\n /** Link label for Variants overview documentation (empty state). */\n 'overview.action.documentation': 'Documentation',\n /** Description for the Variants overview empty state. */\n 'overview.empty-state.description':\n 'Variant definitions describe how content is personalized for audiences, locales, segments, and more.',\n /** Description for the Variants overview. */\n 'overview.description':\n 'Manage variant definitions that control how content is personalized for different audiences, locales, and segments.',\n /** Error message for the Variants overview. */\n 'overview.error': 'Unable to load variants',\n /** Placeholder for the Variants overview search field. */\n 'overview.search.placeholder': 'Search variant definitions…',\n /** Column header for the variant title column in the overview table. */\n 'overview.table.variant': 'Variant',\n /** Column header for the documents count column in the overview table. */\n 'overview.table.documents': 'Documents',\n /** Fallback text when a variant has no conditions. */\n 'overview.table.no-conditions': 'No conditions',\n /** Title for the Variants overview. */\n 'overview.title': 'Variants',\n /** Edit action on the Variant detail page. */\n 'detail.action.edit-variant': 'Edit variant',\n /** Tooltip for pinning a variant to the studio. */\n 'detail.pin-variant': 'Pin variant to studio',\n /** Tooltip for unpinning a variant from the studio. */\n 'detail.unpin-variant': 'Unpin variant from studio',\n /** Back action on the Variant detail page. */\n 'detail.back': 'Back to variants',\n /** Created status label in the Variant detail footer. */\n 'detail.footer.created': 'Created',\n /** Loading message on the Variant detail page. */\n 'detail.loading': 'Loading variant',\n /** Fallback text when a variant has no description. */\n 'detail.no-description': 'No description yet.',\n /** Empty state for variant document table. */\n 'detail.documents.no-documents': 'No documents in this variant',\n /** Edited column header for variant document table. */\n 'detail.documents.table.edited': 'Edited',\n /** Search placeholder for variant document table. */\n 'detail.documents.table.search-placeholder': 'Search documents',\n /** Type column header for variant document table. */\n 'detail.documents.table.type': 'Type',\n /** Bundle column header for variant document table. */\n 'detail.documents.table.bundle': 'Bundle',\n /** Validation error tooltip for a single error in the variant document table. */\n 'detail.documents.table.validation.error_one': '{{count}} validation error',\n /** Validation error tooltip for multiple errors in the variant document table. */\n 'detail.documents.table.validation.error_other': '{{count}} validation errors',\n /** Error message when variant documents fail to load. */\n 'detail.documents.error': 'Unable to load documents for this variant',\n /** Description for the missing Variant detail page. */\n 'detail.not-found.description': 'The requested variant could not be found.',\n /** Title for the missing Variant detail page. */\n 'detail.not-found.title': 'Variant not found',\n /** Title for the create variant dialog. */\n 'dialog.create.title': 'Create variant',\n /** Confirm action for the create variant dialog. */\n 'dialog.create.action.confirm': 'Create variant',\n /** Add condition action for the create variant dialog. */\n 'dialog.create.action.add-condition': 'Add condition',\n /** Tooltip when add condition is disabled because the current row is incomplete. */\n 'dialog.create.action.add-condition.disabled-hint':\n 'Complete the current condition key and value before adding another.',\n /** Remove condition action for the create variant dialog. */\n 'dialog.create.remove-condition': 'Remove condition',\n /** Label for the variant title field in the create variant dialog. */\n 'dialog.create.variant-title.label': 'Title',\n /** Placeholder for the variant title field in the create variant dialog. */\n 'dialog.create.variant-title.placeholder': 'e.g. Loyal customers',\n /** Validation message when the variant title is missing. */\n 'dialog.create.variant-title.required': 'Title is required',\n /** Label for the description field in the create variant dialog. */\n 'dialog.create.description.label': 'Description',\n /** Placeholder for the description field in the create variant dialog. */\n 'dialog.create.description.placeholder': 'Describe who this variant targets',\n /** Title for the conditions section in the create variant dialog. */\n 'dialog.create.conditions.title': 'Conditions',\n /** Description for the conditions section in the create variant dialog. */\n 'dialog.create.conditions.description':\n 'Add key/value pairs that define when this variant applies.',\n /** Label for the condition key field in the create variant dialog. */\n 'dialog.create.condition-key.label': 'Key',\n /** Validation message when a condition key is repeated. */\n 'dialog.create.condition-key.duplicate': 'Condition keys must be unique',\n /** Validation message when a condition key uses a reserved prefix. */\n 'dialog.create.condition-key.reserved': 'Condition keys cannot start with _ or $',\n /** Validation message when a condition key has an invalid format. */\n 'dialog.create.condition-key.invalid':\n 'Condition keys must be lowercase, start with a letter, and use letters, numbers, underscores, or hyphens',\n /** Validation message when a condition key is missing. */\n 'dialog.create.condition-key.required': 'Condition key is required',\n /** Validation message when a condition value is missing. */\n 'dialog.create.condition-value.required': 'Condition value is required',\n /** Validation message when a condition value has an invalid format. */\n 'dialog.create.condition-value.invalid': 'Condition values cannot contain colons',\n /** Placeholder for the condition key field in the create variant dialog. */\n 'dialog.create.condition-key.placeholder': 'e.g. audience',\n /** Label for the condition value field in the create variant dialog. */\n 'dialog.create.condition-value.label': 'Value',\n /** Placeholder for the condition value field in the create variant dialog. */\n 'dialog.create.condition-value.placeholder': 'e.g. loyal-customers',\n /** Error toast title when variant creation fails. */\n 'dialog.create.error.title': 'Unable to create variant',\n /** Title for the edit variant dialog. */\n 'dialog.edit.title': 'Edit variant',\n /** Confirm action for the edit variant dialog. */\n 'dialog.edit.action.confirm': 'Save',\n /** Cancel action for the edit variant dialog. */\n 'dialog.edit.action.cancel': 'Cancel',\n /** Error toast title when variant editing fails. */\n 'dialog.edit.error.title': 'Unable to update variant',\n /** Title for the delete variant confirmation dialog. */\n 'dialog.delete.title': 'Are you sure you want to delete this variant definition?',\n /** Description for the delete variant confirmation dialog. */\n 'dialog.delete.description':\n 'This will permanently delete \"{{title}}\". This action cannot be undone.',\n /** Confirm action for the delete variant confirmation dialog. */\n 'dialog.delete.action.confirm': 'Yes, delete variant definition',\n}\n\n/**\n * @alpha\n */\nexport type VariantsLocaleResourceKeys = keyof typeof variantsLocaleStrings\n\nexport default variantsLocaleStrings\n"],"names":["variantsLocaleStrings"],"mappings":"AAKA,MAAMA,wBAAwB;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,0BAA0B;AAAA;AAAA,EAE1B,qCAAqC;AAAA;AAAA,EAErC,wBAAwB;AAAA;AAAA,EAExB,gBAAgB;AAAA;AAAA,EAEhB,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAElC,kCAAkC;AAAA;AAAA,EAElC,oDACE;AAAA;AAAA,EAEF,sDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,iCAAiC;AAAA;AAAA,EAEjC,oCACE;AAAA;AAAA,EAEF,wBACE;AAAA;AAAA,EAEF,kBAAkB;AAAA;AAAA,EAElB,+BAA+B;AAAA;AAAA,EAE/B,0BAA0B;AAAA;AAAA,EAE1B,4BAA4B;AAAA;AAAA,EAE5B,gCAAgC;AAAA;AAAA,EAEhC,kBAAkB;AAAA;AAAA,EAElB,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAEtB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,yBAAyB;AAAA;AAAA,EAEzB,kBAAkB;AAAA;AAAA,EAElB,yBAAyB;AAAA;AAAA,EAEzB,iCAAiC;AAAA;AAAA,EAEjC,iCAAiC;AAAA;AAAA,EAEjC,6CAA6C;AAAA;AAAA,EAE7C,+BAA+B;AAAA;AAAA,EAE/B,iCAAiC;AAAA;AAAA,EAEjC,+CAA+C;AAAA;AAAA,EAE/C,iDAAiD;AAAA;AAAA,EAEjD,0BAA0B;AAAA;AAAA,EAE1B,gCAAgC;AAAA;AAAA,EAEhC,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,gCAAgC;AAAA;AAAA,EAEhC,sCAAsC;AAAA;AAAA,EAEtC,oDACE;AAAA;AAAA,EAEF,kCAAkC;AAAA;AAAA,EAElC,qCAAqC;AAAA;AAAA,EAErC,2CAA2C;AAAA;AAAA,EAE3C,wCAAwC;AAAA;AAAA,EAExC,mCAAmC;AAAA;AAAA,EAEnC,yCAAyC;AAAA;AAAA,EAEzC,kCAAkC;AAAA;AAAA,EAElC,wCACE;AAAA;AAAA,EAEF,qCAAqC;AAAA;AAAA,EAErC,yCAAyC;AAAA;AAAA,EAEzC,wCAAwC;AAAA;AAAA,EAExC,uCACE;AAAA;AAAA,EAEF,wCAAwC;AAAA;AAAA,EAExC,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,2CAA2C;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA,EAEvC,6CAA6C;AAAA;AAAA,EAE7C,6BAA6B;AAAA;AAAA,EAE7B,qBAAqB;AAAA;AAAA,EAErB,8BAA8B;AAAA;AAAA,EAE9B,6BAA6B;AAAA;AAAA,EAE7B,2BAA2B;AAAA;AAAA,EAE3B,uBAAuB;AAAA;AAAA,EAEvB,6BACE;AAAA;AAAA,EAEF,gCAAgC;AAClC;"}
1
+ {"version":3,"file":"resources8.js","sources":["../../src/core/variants/i18n/resources.ts"],"sourcesContent":["/**\n * Defined locale strings for variants, in US English.\n *\n * @internal\n */\nconst variantsLocaleStrings = {\n /** Label for the variants navigation row. */\n 'navbar.view-as': 'View as',\n /** Label for the version selector in the variants navigation row. */\n 'navbar.version': 'Version',\n /** Label for the variant selector in the variants navigation row. */\n 'navbar.variant': 'Variant',\n /** Default option label when no variant is selected. */\n 'navbar.variant.default': 'All users (Default)',\n /** Placeholder for the variant filter input in the dropdown. */\n 'navbar.variant.filter-placeholder': 'Filter variants…',\n /** Section header for non-default variants in the dropdown. */\n 'navbar.variant.other': 'Other variants',\n /** Label for clearing version and variant selections. */\n 'navbar.clear': 'Clear',\n /** Tooltip for clearing the selected variant. */\n 'navbar.variant.clear': 'Clear variant selection',\n /** Label for the Variants overview create action. */\n 'overview.action.create-variant': 'Create variant definition',\n /** Label for the Variants overview delete action. */\n 'overview.action.delete-variant': 'Delete variant definition',\n /** Tooltip when delete is disabled because the variant contains one document. */\n 'overview.action.delete-variant.disabled-hint_one':\n \"This variant definition contains {{count}} document in it, it can't be removed until the documents have been removed.\",\n /** Tooltip when delete is disabled because the variant contains multiple documents. */\n 'overview.action.delete-variant.disabled-hint_other':\n \"This variant definition contains {{count}} documents in it, it can't be removed until the documents have been removed.\",\n /** Error toast title when variant deletion fails. */\n 'overview.action.delete-variant.error.title': 'Unable to delete variant definition',\n /** Link label for Variants overview documentation (empty state). */\n 'overview.action.documentation': 'Documentation',\n /** Description for the Variants overview empty state. */\n 'overview.empty-state.description':\n 'Variant definitions describe how content is personalized for audiences, locales, segments, and more.',\n /** Description for the Variants overview. */\n 'overview.description':\n 'Manage variant definitions that control how content is personalized for different audiences, locales, and segments.',\n /** Error message for the Variants overview. */\n 'overview.error': 'Unable to load variant definitions',\n /** Placeholder for the Variants overview search field. */\n 'overview.search.placeholder': 'Search variant definitions…',\n /** Column header for the variant title column in the overview table. */\n 'overview.table.variant': 'Variant definition',\n /** Column header for the documents count column in the overview table. */\n 'overview.table.documents': 'Documents',\n /** Fallback text when a variant has no conditions. */\n 'overview.table.no-conditions': 'No conditions',\n /** Title for the Variants overview. */\n 'overview.title': 'Variant definitions',\n /** Edit action on the Variant detail page. */\n 'detail.action.edit-variant': 'Edit variant definition',\n /** Tooltip for pinning a variant to the studio. */\n 'detail.pin-variant': 'Pin variant definition to studio',\n /** Tooltip for unpinning a variant from the studio. */\n 'detail.unpin-variant': 'Unpin variant definition from studio',\n /** Back action on the Variant detail page. */\n 'detail.back': 'Back to variant definitions',\n /** Created status label in the Variant detail footer. */\n 'detail.footer.created': 'Created',\n /** Loading message on the Variant detail page. */\n 'detail.loading': 'Loading variant definition',\n /** Fallback text when a variant has no description. */\n 'detail.no-description': 'No description yet.',\n /** Empty state for variant document table. */\n 'detail.documents.no-documents': 'No documents in this variant definition',\n /** Edited column header for variant document table. */\n 'detail.documents.table.edited': 'Edited',\n /** Search placeholder for variant document table. */\n 'detail.documents.table.search-placeholder': 'Search documents',\n /** Type column header for variant document table. */\n 'detail.documents.table.type': 'Type',\n /** Bundle column header for variant document table. */\n 'detail.documents.table.bundle': 'Bundle',\n /** Validation error tooltip for a single error in the variant document table. */\n 'detail.documents.table.validation.error_one': '{{count}} validation error',\n /** Validation error tooltip for multiple errors in the variant document table. */\n 'detail.documents.table.validation.error_other': '{{count}} validation errors',\n /** Error message when variant documents fail to load. */\n 'detail.documents.error': 'Unable to load documents for this variant definition',\n /** Description for the missing Variant detail page. */\n 'detail.not-found.description': 'The requested variant definition could not be found.',\n /** Title for the missing Variant detail page. */\n 'detail.not-found.title': 'Variant definition not found',\n /** Title for the create variant dialog. */\n 'dialog.create.title': 'Create variant definition',\n /** Confirm action for the create variant dialog. */\n 'dialog.create.action.confirm': 'Create variant definition',\n /** Add condition action for the create variant dialog. */\n 'dialog.create.action.add-condition': 'Add condition',\n /** Tooltip when add condition is disabled because the current row is incomplete. */\n 'dialog.create.action.add-condition.disabled-hint':\n 'Complete the current condition key and value before adding another.',\n /** Remove condition action for the create variant dialog. */\n 'dialog.create.remove-condition': 'Remove condition',\n /** Label for the variant title field in the create variant dialog. */\n 'dialog.create.variant-title.label': 'Title',\n /** Placeholder for the variant title field in the create variant dialog. */\n 'dialog.create.variant-title.placeholder': 'e.g. Loyal customers',\n /** Validation message when the variant title is missing. */\n 'dialog.create.variant-title.required': 'Title is required',\n /** Label for the description field in the create variant dialog. */\n 'dialog.create.description.label': 'Description',\n /** Placeholder for the description field in the create variant dialog. */\n 'dialog.create.description.placeholder': 'Describe who this variant definition targets',\n /** Title for the conditions section in the create variant dialog. */\n 'dialog.create.conditions.title': 'Conditions',\n /** Description for the conditions section in the create variant dialog. */\n 'dialog.create.conditions.description':\n 'Add key/value pairs that define when this variant definition applies.',\n /** Label for the condition key field in the create variant dialog. */\n 'dialog.create.condition-key.label': 'Key',\n /** Validation message when a condition key is repeated. */\n 'dialog.create.condition-key.duplicate': 'Condition keys must be unique',\n /** Validation message when a condition key uses a reserved prefix. */\n 'dialog.create.condition-key.reserved': 'Condition keys cannot start with _ or $',\n /** Validation message when a condition key has an invalid format. */\n 'dialog.create.condition-key.invalid':\n 'Condition keys must be lowercase, start with a letter, and use letters, numbers, underscores, or hyphens',\n /** Validation message when a condition key is missing. */\n 'dialog.create.condition-key.required': 'Condition key is required',\n /** Validation message when a condition value is missing. */\n 'dialog.create.condition-value.required': 'Condition value is required',\n /** Validation message when a condition value has an invalid format. */\n 'dialog.create.condition-value.invalid': 'Condition values cannot contain colons',\n /** Placeholder for the condition key field in the create variant dialog. */\n 'dialog.create.condition-key.placeholder': 'e.g. audience',\n /** Label for the condition value field in the create variant dialog. */\n 'dialog.create.condition-value.label': 'Value',\n /** Placeholder for the condition value field in the create variant dialog. */\n 'dialog.create.condition-value.placeholder': 'e.g. loyal-customers',\n /** Error toast title when variant creation fails. */\n 'dialog.create.error.title': 'Unable to create variant definition',\n /** Title for the edit variant dialog. */\n 'dialog.edit.title': 'Edit variant definition',\n /** Confirm action for the edit variant dialog. */\n 'dialog.edit.action.confirm': 'Save',\n /** Cancel action for the edit variant dialog. */\n 'dialog.edit.action.cancel': 'Cancel',\n /** Error toast title when variant editing fails. */\n 'dialog.edit.error.title': 'Unable to update variant definition',\n /** Title for the delete variant confirmation dialog. */\n 'dialog.delete.title': 'Are you sure you want to delete this variant definition?',\n /** Description for the delete variant confirmation dialog. */\n 'dialog.delete.description':\n 'This will permanently delete \"{{title}}\". This action cannot be undone.',\n /** Confirm action for the delete variant confirmation dialog. */\n 'dialog.delete.action.confirm': 'Yes, delete variant definition',\n}\n\n/**\n * @alpha\n */\nexport type VariantsLocaleResourceKeys = keyof typeof variantsLocaleStrings\n\nexport default variantsLocaleStrings\n"],"names":["variantsLocaleStrings"],"mappings":"AAKA,MAAMA,wBAAwB;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,0BAA0B;AAAA;AAAA,EAE1B,qCAAqC;AAAA;AAAA,EAErC,wBAAwB;AAAA;AAAA,EAExB,gBAAgB;AAAA;AAAA,EAEhB,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAElC,kCAAkC;AAAA;AAAA,EAElC,oDACE;AAAA;AAAA,EAEF,sDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,iCAAiC;AAAA;AAAA,EAEjC,oCACE;AAAA;AAAA,EAEF,wBACE;AAAA;AAAA,EAEF,kBAAkB;AAAA;AAAA,EAElB,+BAA+B;AAAA;AAAA,EAE/B,0BAA0B;AAAA;AAAA,EAE1B,4BAA4B;AAAA;AAAA,EAE5B,gCAAgC;AAAA;AAAA,EAEhC,kBAAkB;AAAA;AAAA,EAElB,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAEtB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,yBAAyB;AAAA;AAAA,EAEzB,kBAAkB;AAAA;AAAA,EAElB,yBAAyB;AAAA;AAAA,EAEzB,iCAAiC;AAAA;AAAA,EAEjC,iCAAiC;AAAA;AAAA,EAEjC,6CAA6C;AAAA;AAAA,EAE7C,+BAA+B;AAAA;AAAA,EAE/B,iCAAiC;AAAA;AAAA,EAEjC,+CAA+C;AAAA;AAAA,EAE/C,iDAAiD;AAAA;AAAA,EAEjD,0BAA0B;AAAA;AAAA,EAE1B,gCAAgC;AAAA;AAAA,EAEhC,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,gCAAgC;AAAA;AAAA,EAEhC,sCAAsC;AAAA;AAAA,EAEtC,oDACE;AAAA;AAAA,EAEF,kCAAkC;AAAA;AAAA,EAElC,qCAAqC;AAAA;AAAA,EAErC,2CAA2C;AAAA;AAAA,EAE3C,wCAAwC;AAAA;AAAA,EAExC,mCAAmC;AAAA;AAAA,EAEnC,yCAAyC;AAAA;AAAA,EAEzC,kCAAkC;AAAA;AAAA,EAElC,wCACE;AAAA;AAAA,EAEF,qCAAqC;AAAA;AAAA,EAErC,yCAAyC;AAAA;AAAA,EAEzC,wCAAwC;AAAA;AAAA,EAExC,uCACE;AAAA;AAAA,EAEF,wCAAwC;AAAA;AAAA,EAExC,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,2CAA2C;AAAA;AAAA,EAE3C,uCAAuC;AAAA;AAAA,EAEvC,6CAA6C;AAAA;AAAA,EAE7C,6BAA6B;AAAA;AAAA,EAE7B,qBAAqB;AAAA;AAAA,EAErB,8BAA8B;AAAA;AAAA,EAE9B,6BAA6B;AAAA;AAAA,EAE7B,2BAA2B;AAAA;AAAA,EAE3B,uBAAuB;AAAA;AAAA,EAEvB,6BACE;AAAA;AAAA,EAEF,gCAAgC;AAClC;"}
@@ -1,4 +1,4 @@
1
- var version = "6.6.0-next.31+9c1d7a2c85";
1
+ var version = "6.6.0-next.32+2e77b9ffd3";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "6.6.0-next.31+9c1d7a2c85";
10
+ "6.6.0-next.32+2e77b9ffd3";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "6.6.0-next.31",
3
+ "version": "6.6.0-next.32",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
5
5
  "keywords": [
6
6
  "cms",
@@ -153,11 +153,11 @@
153
153
  "uuid": "^14.0.1",
154
154
  "web-vitals": "^5.3.0",
155
155
  "xstate": "^5.32.2",
156
- "@sanity/mutator": "6.6.0-next.31+9c1d7a2c85",
157
- "@sanity/schema": "6.6.0-next.31+9c1d7a2c85",
158
- "@sanity/diff": "6.6.0-next.31+9c1d7a2c85",
159
- "@sanity/types": "6.6.0-next.31+9c1d7a2c85",
160
- "@sanity/util": "6.6.0-next.31+9c1d7a2c85"
156
+ "@sanity/diff": "6.6.0-next.32+2e77b9ffd3",
157
+ "@sanity/mutator": "6.6.0-next.32+2e77b9ffd3",
158
+ "@sanity/schema": "6.6.0-next.32+2e77b9ffd3",
159
+ "@sanity/types": "6.6.0-next.32+2e77b9ffd3",
160
+ "@sanity/util": "6.6.0-next.32+2e77b9ffd3"
161
161
  },
162
162
  "devDependencies": {
163
163
  "@rolldown/plugin-babel": "^0.2.3",
@@ -199,10 +199,10 @@
199
199
  "vitest": "^4.1.10",
200
200
  "vitest-browser-react": "^2.2.0",
201
201
  "vitest-package-exports": "^1.2.0",
202
- "@repo/package.config": "6.6.0-next.31+9c1d7a2c85",
203
- "@repo/test-config": "6.6.0-next.31+9c1d7a2c85",
204
- "@repo/package.bundle": "6.6.0-next.31+9c1d7a2c85",
205
- "@repo/tsconfig": "6.6.0-next.31+9c1d7a2c85"
202
+ "@repo/package.bundle": "6.6.0-next.32+2e77b9ffd3",
203
+ "@repo/package.config": "6.6.0-next.32+2e77b9ffd3",
204
+ "@repo/tsconfig": "6.6.0-next.32+2e77b9ffd3",
205
+ "@repo/test-config": "6.6.0-next.32+2e77b9ffd3"
206
206
  },
207
207
  "peerDependencies": {
208
208
  "react": "^19.2.2",