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
129 lines (128 loc) • 7.59 kB
JavaScript
const variantsLocaleStrings = {
/** Label for the variants navigation row. */
"navbar.view-as": "View as",
/** Label for the version selector in the variants navigation row. */
"navbar.version": "Version",
/** Label for the variant selector in the variants navigation row. */
"navbar.variant": "Variant",
/** Default option label when no variant is selected. */
"navbar.variant.default": "All users (Default)",
/** Placeholder for the variant filter input in the dropdown. */
"navbar.variant.filter-placeholder": "Filter variants\u2026",
/** Section header for non-default variants in the dropdown. */
"navbar.variant.other": "Other variants",
/** Label for clearing version and variant selections. */
"navbar.clear": "Clear",
/** Tooltip for clearing the selected variant. */
"navbar.variant.clear": "Clear variant selection",
/** Label for the Variants overview create action. */
"overview.action.create-variant": "Create variant",
/** Label for the Variants overview delete action. */
"overview.action.delete-variant": "Delete variant",
/** Error toast title when variant deletion fails. */
"overview.action.delete-variant.error.title": "Unable to delete variant",
/** Link label for Variants overview documentation (empty state). */
"overview.action.documentation": "Documentation",
/** Description for the Variants overview empty state. */
"overview.empty-state.description": "Variant definitions describe how content is personalized for audiences, locales, segments, and more.",
/** Description for the Variants overview. */
"overview.description": "Manage variant definitions that control how content is personalized for different audiences, locales, and segments.",
/** Error message for the Variants overview. */
"overview.error": "Unable to load variants",
/** Placeholder for the Variants overview search field. */
"overview.search.placeholder": "Search variant definitions\u2026",
/** Column header for the variant title column in the overview table. */
"overview.table.variant": "Variant",
/** Column header for document count in the overview table. */
"overview.table.documents": "Documents",
/** Fallback text when a variant has no conditions. */
"overview.table.no-conditions": "No conditions",
/** Title for the Variants overview. */
"overview.title": "Variants",
/** Edit action on the Variant detail page. */
"detail.action.edit-variant": "Edit variant",
/** Back action on the Variant detail page. */
"detail.back": "Back to variants",
/** Created status label in the Variant detail footer. */
"detail.footer.created": "Created",
/** Loading message on the Variant detail page. */
"detail.loading": "Loading variant",
/** Fallback text when a variant has no description. */
"detail.no-description": "No description yet.",
/** Empty state for variant document table. */
"detail.documents.no-documents": "No documents in this variant",
/** Edited column header for variant document table. */
"detail.documents.table.edited": "Edited",
/** Search placeholder for variant document table. */
"detail.documents.table.search-placeholder": "Search documents",
/** Type column header for variant document table. */
"detail.documents.table.type": "Type",
/** Version column header for variant document table. */
"detail.documents.table.version": "Version",
/** Version chip label for a document that belongs to the published bundle. */
"detail.documents.table.version.published": "Published",
/** Version chip label for a document that belongs to the drafts bundle. */
"detail.documents.table.version.drafts": "Drafts",
/** Description for the missing Variant detail page. */
"detail.not-found.description": "The requested variant could not be found.",
/** Title for the missing Variant detail page. */
"detail.not-found.title": "Variant not found",
/** Title for the create variant dialog. */
"dialog.create.title": "Create variant",
/** Confirm action for the create variant dialog. */
"dialog.create.action.confirm": "Create variant",
/** Add condition action for the create variant dialog. */
"dialog.create.action.add-condition": "Add condition",
/** Tooltip when add condition is disabled because the current row is incomplete. */
"dialog.create.action.add-condition.disabled-hint": "Complete the current condition key and value before adding another.",
/** Remove condition action for the create variant dialog. */
"dialog.create.remove-condition": "Remove condition",
/** Label for the variant title field in the create variant dialog. */
"dialog.create.variant-title.label": "Title",
/** Placeholder for the variant title field in the create variant dialog. */
"dialog.create.variant-title.placeholder": "e.g. Loyal customers",
/** Validation message when the variant title is missing. */
"dialog.create.variant-title.required": "Title is required",
/** Label for the description field in the create variant dialog. */
"dialog.create.description.label": "Description",
/** Placeholder for the description field in the create variant dialog. */
"dialog.create.description.placeholder": "Describe who this variant targets",
/** Title for the conditions section in the create variant dialog. */
"dialog.create.conditions.title": "Conditions",
/** Description for the conditions section in the create variant dialog. */
"dialog.create.conditions.description": "Add key/value pairs that define when this variant applies.",
/** Label for the condition key field in the create variant dialog. */
"dialog.create.condition-key.label": "Key",
/** Validation message when a condition key is repeated. */
"dialog.create.condition-key.duplicate": "Condition keys must be unique",
/** Validation message when a condition key uses a reserved prefix. */
"dialog.create.condition-key.reserved": "Condition keys cannot start with _ or $",
/** Validation message when a condition key has an invalid format. */
"dialog.create.condition-key.invalid": "Condition keys must be lowercase, start with a letter, and use letters, numbers, underscores, or hyphens",
/** Validation message when a condition key is missing. */
"dialog.create.condition-key.required": "Condition key is required",
/** Validation message when a condition value is missing. */
"dialog.create.condition-value.required": "Condition value is required",
/** Validation message when a condition value has an invalid format. */
"dialog.create.condition-value.invalid": "Condition values cannot contain colons",
/** Placeholder for the condition key field in the create variant dialog. */
"dialog.create.condition-key.placeholder": "e.g. audience",
/** Label for the condition value field in the create variant dialog. */
"dialog.create.condition-value.label": "Value",
/** Placeholder for the condition value field in the create variant dialog. */
"dialog.create.condition-value.placeholder": "e.g. loyal-customers",
/** Error toast title when variant creation fails. */
"dialog.create.error.title": "Unable to create variant",
/** Title for the edit variant dialog. */
"dialog.edit.title": "Edit variant",
/** Confirm action for the edit variant dialog. */
"dialog.edit.action.confirm": "Save",
/** Cancel action for the edit variant dialog. */
"dialog.edit.action.cancel": "Cancel",
/** Error toast title when variant editing fails. */
"dialog.edit.error.title": "Unable to update variant"
};
export {
variantsLocaleStrings as default
};
//# sourceMappingURL=resources8.js.map