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
186 lines (185 loc) • 7.87 kB
JavaScript
import "react/jsx-runtime";
import "react/compiler-runtime";
import "react";
import "react-i18next";
import "sanity/_singletons";
import { defineLocalesResources } from "../index.js";
import "history";
import "@sanity/icons";
import "@sanity/uuid";
import "@sanity/ui";
import "rxjs/operators";
import "react-rx";
import "rxjs";
import "@sanity/client/csm";
import "date-fns/formatRelative";
import "date-fns/isValid";
import "date-fns/parse";
import "quick-lru";
import "lodash-es/throttle.js";
import "lodash-es/isEqual.js";
import "@sanity/color";
import "color2k";
import "styled-components";
import "lodash-es/isString.js";
import "dataloader";
import "./version.js";
import "@sanity/telemetry/react";
import "date-fns/differenceInDays";
import "date-fns/differenceInHours";
import "date-fns/differenceInMinutes";
import "date-fns/differenceInMonths";
import "date-fns/differenceInSeconds";
import "date-fns/differenceInWeeks";
import "date-fns/differenceInYears";
import "lodash-es/sortBy.js";
import "@sanity/schema/_internal";
import "@portabletext/editor";
import "@sanity/util/paths";
import "./index.js";
import "@sanity/types";
import "@sanity/diff-match-patch";
import "lodash-es/flatten.js";
import "lodash-es/orderBy.js";
import "lodash-es/uniq.js";
import "lodash-es/xor.js";
import "@sanity/diff-patch";
import "@sanity/id-utils";
import "sanity/router";
import "date-fns/addHours";
import "date-fns/startOfHour";
import "date-fns/format";
import "@sanity/util/legacyDateFormat";
import "@sanity/ui/theme";
import "lodash-es/pick.js";
import "react-fast-compare";
import "lodash-es/startCase.js";
import "react-focus-lock";
import "lodash-es/debounce.js";
import "@sanity/diff";
import "mendoza";
import "@portabletext/sanity-bridge";
import "motion/react";
import "lodash-es/get.js";
import "@algorithm.ts/lcs";
import "lodash-es/intersection.js";
import "json-stable-stringify";
import "shallow-equals";
import "scroll-into-view-if-needed";
import "lodash-es/groupBy.js";
import "lodash-es/compact.js";
import "lodash-es/keyBy.js";
import "lodash-es/partition.js";
import "lodash-es/toLower.js";
import "lodash-es/union.js";
import "lodash-es/words.js";
import "lodash-es/isFinite.js";
import "observable-callback";
import "@sanity/util/content";
import "lodash-es/isPlainObject.js";
import "@sanity/insert-menu";
import "@tanstack/react-virtual";
import "speakingurl";
import "@sanity/asset-utils";
import "@sanity/image-url";
import "nanoid";
import "lodash-es/castArray.js";
import "rxjs-mergemap-array";
import "@sanity/mutator";
import "@portabletext/react";
import "lodash-es/findIndex.js";
import "@sentry/react";
import "@sanity/schema";
import "@sanity/util/client";
import "@sanity/util/concurrency-limiter";
import "lodash-es/uniqBy.js";
import "json-reduce";
import "rxjs-exhaustmap-with-trailing";
import "polished";
import "@sanity/client";
import "react-is";
import "exif-component";
import "lodash-es/pickBy.js";
import "use-sync-external-store/shim/index.js";
import "use-hot-module-reload";
import "lodash-es/memoize.js";
import "lodash-es/sortedIndex.js";
import "lodash-es/difference.js";
import "lodash-es/identity.js";
import "lodash-es/values.js";
import "@sanity/comlink";
import "lodash-es/omit.js";
import "@isaacs/ttlcache";
import "groq-js";
import "use-sync-external-store/with-selector";
import "raf";
import "lodash-es/escapeRegExp.js";
import "lodash-es/isEmpty.js";
import "react-dom/server";
import "lodash-es/capitalize.js";
import "lodash-es/last.js";
import "react-dom/client";
import "date-fns/addWeeks";
import "date-fns/isAfter";
import "date-fns/isBefore";
import "semver";
import "lodash-es/isObject.js";
const canvasLocaleStrings = defineLocalesResources("canvas", {
/** The text for the "Link to Canvas" action. */
"action.link-document": "Link to Canvas",
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
"action.link-document-disabled.not-in-dashboard": "Open this document in Dashboard to link to Canvas",
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
"action.link-document-disabled.missing-permissions": "You don't have permissions to link this document to Canvas",
/** The text for the "Link to Canvas" action when the document is a version document. */
"action.link-document-disabled.version-document": "Version documents are not yet supported in Canvas",
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
"action.link-document-disabled.initial-value-not-resolved": "Please wait until the document initial values are resolved",
/** The text for the "Unlink from Canvas" action. */
"action.unlink-document": "Unlink from Canvas",
/** The text for the "Edit in Canvas" action. */
"action.edit-document": "Edit in Canvas",
/** The text for the banner when the document is linked to Canvas. */
"banner.linked-to-canvas": "This document is linked to Canvas",
/** The text for the action button in the banner when the document is linked to Canvas. */
"banner.edit-document-in-canvas": "Edit in Canvas",
/** The title for the "Confirm document changes" dialog. */
"dialog.confirm-document-changes.title": "Confirm document changes",
/** The description for the "Confirm document changes" dialog. */
"dialog.confirm-document-changes.description": `This document needs to be updated to be compatible with Canvas.
Existing content may be edited or removed as part of this process.`,
/** The text for the "Confirm document changes" dialog confirm button. */
"dialog.confirm-document-changes.confirm": "Accept and continue",
/** The text for the "Confirm document changes" dialog cancel button. */
"dialog.confirm-document-changes.cancel": "Cancel",
/** The description for the "Confirm document changes" dialog footer. */
"dialog.confirm-document-changes.footer-description": "You can unlink from Canvas at any time",
/** The title for the "Link to Canvas" dialog. */
"dialog.link-to-canvas.title": "Link to Canvas",
/** The text for the "Link to Canvas" dialog when the document is being validated. */
"dialog.link-to-canvas.validating": "Validating",
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
"dialog.link-to-canvas.redirecting": "Taking you to Canvas to complete linking...",
/** The text for the Link to Canvas dialog when there is a error. */
"dialog.link-to-canvas.error": "Failed to link to Canvas",
/** The title for the "Unlink from Canvas" dialog. */
"dialog.unlink-from-canvas.title": "Unlink from Canvas",
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
"dialog.unlink-from-canvas.unlinking": "You're unlinking <strong>\u201C{{documentTitle}}\u201D</strong> from Canvas.",
/** The text for the "Unlink from Canvas" dialog cancel button. */
"dialog.unlink-from-canvas.cancel": "Cancel",
/** The text for the "Unlink from Canvas" dialog unlink button. */
"dialog.unlink-from-canvas.unlink-action": "Unlink now",
/** The text for the "Unlink from Canvas" dialog description. */
"dialog.unlink-from-canvas.description": "Once unlinked, it will be editable here and future edits in Canvas will no longer automatically map to this document.",
/** The text for the "Unlink from Canvas" dialog success message. */
"dialog.unlink-from-canvas.success": "Unlinked from Canvas",
/** The text for the "Unlink from Canvas" dialog error message. */
"dialog.unlink-from-canvas.error": "Failed to unlink from Canvas",
/** The text for the "Navigate to Canvas" dialog error message. */
"navigate-to-canvas-doc.error.missing-permissions": "Missing permissions to navigate to Canvas"
});
export {
canvasLocaleStrings as default
};
//# sourceMappingURL=resources4.js.map