UNPKG

sanity

Version:

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

1 lines 11.2 kB
{"version":3,"file":"resources7.mjs","sources":["../../src/presentation/i18n/resources.ts"],"sourcesContent":["export default {\n /** The title shown above the document list */\n 'document-list-pane.document-list.title': 'Documents on this page',\n /** The text shown if the document list is unable to render */\n 'document-list-pane.error.text': 'Could not render the document list',\n /** The status of the channel connection */\n 'channel.status_connected': 'Connected',\n /** The status of the channel connection */\n 'channel.status_connecting': 'Connecting',\n /** The status of the channel connection */\n 'channel.status_disconnected': 'Disconnected',\n /** The status of the channel connection */\n 'channel.status_reconnecting': 'Reconnecting',\n /** The text shown if the document editor is unable to render */\n 'document-pane.error.text': 'Could not render the document editor',\n /** The text shown on the button for bypassing after a connection has failed */\n 'error-card.continue-button.text': 'Continue anyway',\n /** The text shown on the button for retrying after a connection has failed */\n 'error-card.retry-button.text': 'Retry',\n /** The title on the card shown after a connection has failed */\n 'error-card.title': 'An error occurred',\n /** The text shown when the document is used in a single location */\n 'locations-banner.locations-count_one': 'Used on one page',\n /** The text shown when the document is used in multiple locations */\n 'locations-banner.locations-count_other': 'Used on {{count}} pages',\n /** The text shown when a resolver exists but the document is not used in any locations */\n 'locations-banner.locations-count_zero': 'Not used on any pages',\n /** The text shown whilst the locations resolver is executing */\n 'locations-banner.resolving.text': 'Resolving locations...',\n /** The label shown on a main document in the list pane */\n 'main-document.label': 'Main document',\n /** The warning message text shown when a defined resolver fails to return a main document */\n 'main-document.missing.text': 'Missing a main document for <Code>{{path}}</Code>',\n /** The label for a generic error message */\n 'presentation-error.label': 'Error message',\n /** The text shown when the preview frame cannot connect to Presentation */\n 'preview-frame.connection.error.text': 'Could not connect to the preview',\n /** The title of the error toast that shows when the preview iframe times out while waiting for a connection over comlink to establish, and the root cause is discovered to be that the iframe is loading on an URL origin that's not in the allow list. */\n 'preview-frame.configuration.error.title': 'Preview URL origin mismatch',\n /** The toast description for the error message explaining that the iframe is blocked from loading due to a security mismatch. */\n 'preview-frame.configuration.error.description':\n 'The preview iframe is configured to load <Code>{{targetOrigin}}</Code>, but the reported origin is <Code>{{reportedOrigin}}</Code>. Presentation Tool is unable to connect to unknown origins for security purposes. Update your <Code>presentationTool.allowOrigins</Code> configuration to allow connecting to Visual Editing and Loaders.',\n /** The title of the error toast that shows when attempting to navigate to a preview URL origin that's not in the allow list. */\n 'preview-search-param.configuration.error.title': 'Blocked preview URL',\n /** The toast description for the error message explaining that the iframe won't navigate to the new preview URL due to an URL origin security mismatch. */\n 'preview-search-param.configuration.error.description':\n 'The router wants to navigate to <Code>{{previewSearchParam}}</Code>, but the origin <Code>{{blockedOrigin}}</Code> is not allowed. Update your <Code>presentationTool.allowOrigins</Code> configuration to allow it.',\n /** The text shown on the button for dismissing the error overlay after a timeout */\n 'preview-frame.continue-button.text': 'Continue anyway',\n /** The label for the loader's connection status */\n 'preview-frame.loader.connection-status.label': 'Loader connection status',\n /** The `aria-label` for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.aria-label': 'Toggle navigator',\n /** The tooltip text for the navigator toggle button */\n 'preview-frame.navigator.toggle-button.tooltip': 'Toggle navigator',\n /** The label for the overlay's connection status */\n 'preview-frame.overlay.connection-status.label': 'Overlay connection status',\n /** The text shown on the overlay toggle button */\n 'preview-frame.overlay.toggle-button.text': 'Edit',\n /** The text shown on the overlay toggle tooltip when overlays are enabled */\n 'preview-frame.overlay.toggle-button.tooltip_disable': 'Disable edit overlay',\n /** The text shown on the overlay toggle tooltip when overlays are disabled */\n 'preview-frame.overlay.toggle-button.tooltip_enable': 'Enable edit overlay',\n /** The text description for the published perspective switcher menu item */\n 'preview-frame.perspective.published.text': 'View this page with published content',\n /** The `aria-label` for the refresh button */\n 'preview-frame.refresh-button.aria-label': 'Refresh preview',\n /** The tooltip text for the refresh button */\n 'preview-frame.refresh-button.tooltip': 'Refresh preview',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_connecting': 'Connecting.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_loading': 'Loading.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_refreshing': 'Refreshing.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_reloading': 'Refreshing.',\n /** Text describing the current status of the preview frame */\n 'preview-frame.status_timeout':\n 'Unable to connect, check the browser console for more information.',\n /** The `aria-label` for the button that switches viewport size */\n 'preview-frame.viewport-button.aria-label': 'Toggle viewport size',\n /** The viewport size button tooltip text when switching to a full width viewport */\n 'preview-frame.viewport-button.tooltip_full': 'Switch to full viewport',\n /** The viewport size button tooltip text when switching to a narrow viewport */\n 'preview-frame.viewport-button.tooltip_narrow': 'Switch to narrow viewport',\n /** The validation error message shown when the preview location input is missing an origin */\n 'preview-location-input.error_missing-origin': 'URL must start with {{origin}}',\n /** The validation error message shown when the preview location input's base path matches that of the studio */\n 'preview-location-input.error_same-base-path':\n 'URL can’t have the same base path as the Studio {{basePath}}',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_copying': 'Copying URL to clipboard…',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_failed': 'Copy failed',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_success': 'The URL is copied to the clipboard',\n /** The status of the clipboard operation when copying a URL */\n 'share-url.clipboard.status_unsupported': 'Clipboard not supported',\n /** The share URL menu item text for opening a preview window */\n 'share-url.menu-item.open.text': 'Open preview',\n /** Error toast that notifies that URL Preview Secrets can't be generated as the user lacks ACL grants */\n 'preview-url-secret.missing-grants':\n \"You don't have permission to create URL Preview Secrets. This will likely cause the preview to fail loading.\",\n /** The `aria-label` for the button that opens the share menu */\n 'preview-frame.share-button.aria-label': 'Share this preview',\n /** The <title> for the QR Code SVG that shows a link to the current preview */\n 'share-preview-menu.qr-code.title': 'A QR Code which encodes the URL: {{url}}',\n /** Error message toast that shows the current user does not have permission to toggle sharing of the current preview */\n 'share-preview-menu.error_toggle-sharing':\n \"You don't have permission to toggle sharing of this preview\",\n /** The text shown on the sharing toggle tooltip when sharing is enabled */\n 'share-preview-menu.toggle-button.tooltip_disable': 'Disable sharing',\n /** The text shown on the sharing toggle tooltip when sharing is disabled */\n 'share-preview-menu.toggle-button.tooltip_enable': 'Enable sharing',\n /** The first line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_first-line': 'Share this preview',\n /** The second line of the label that renders next to the sharing toggle, it renders on two rows */\n 'share-preview-menu.toggle-button.label_second-line': 'with anyone who has the link',\n /** Placeholder message for the QR Code SVG when sharing is yet to be enabled */\n 'share-preview-menu.qr-code.placeholder': 'QR code will appear here',\n /** The text show below the QR Code SVG, with instructions on how to use it */\n 'share-preview-menu.qr-code.instructions': 'Scan the QR Code to open the preview on your phone.',\n /** Menu item in the share preview menu that allows copying the current preview URL, if sharing is enabled */\n 'share-preview-menu.copy-url.text': 'Copy preview link',\n /** Fallback message shown when the current user is not permitted to share previews */\n 'share-preview-menu.error_missing-grants': \"You don't have permission to share previews. \",\n}\n"],"names":[],"mappings":"AAAA,IAAA,YAAe;AAAA;AAAA,EAEb,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,4BAA4B;AAAA;AAAA,EAE5B,6BAA6B;AAAA;AAAA,EAE7B,+BAA+B;AAAA;AAAA,EAE/B,+BAA+B;AAAA;AAAA,EAE/B,4BAA4B;AAAA;AAAA,EAE5B,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,oBAAoB;AAAA;AAAA,EAEpB,wCAAwC;AAAA;AAAA,EAExC,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,mCAAmC;AAAA;AAAA,EAEnC,uBAAuB;AAAA;AAAA,EAEvB,8BAA8B;AAAA;AAAA,EAE9B,4BAA4B;AAAA;AAAA,EAE5B,uCAAuC;AAAA;AAAA,EAEvC,2CAA2C;AAAA;AAAA,EAE3C,iDACE;AAAA;AAAA,EAEF,kDAAkD;AAAA;AAAA,EAElD,wDACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,gDAAgD;AAAA;AAAA,EAEhD,oDAAoD;AAAA;AAAA,EAEpD,iDAAiD;AAAA;AAAA,EAEjD,iDAAiD;AAAA;AAAA,EAEjD,4CAA4C;AAAA;AAAA,EAE5C,uDAAuD;AAAA;AAAA,EAEvD,sDAAsD;AAAA;AAAA,EAEtD,4CAA4C;AAAA;AAAA,EAE5C,2CAA2C;AAAA;AAAA,EAE3C,wCAAwC;AAAA;AAAA,EAExC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,kCAAkC;AAAA;AAAA,EAElC,gCACE;AAAA;AAAA,EAEF,4CAA4C;AAAA;AAAA,EAE5C,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAEhD,+CAA+C;AAAA;AAAA,EAE/C,+CACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,qCAAqC;AAAA;AAAA,EAErC,sCAAsC;AAAA;AAAA,EAEtC,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,oCAAoC;AAAA;AAAA,EAEpC,2CACE;AAAA;AAAA,EAEF,oDAAoD;AAAA;AAAA,EAEpD,mDAAmD;AAAA;AAAA,EAEnD,qDAAqD;AAAA;AAAA,EAErD,sDAAsD;AAAA;AAAA,EAEtD,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,oCAAoC;AAAA;AAAA,EAEpC,2CAA2C;AAC7C;"}