var en = {
    "settings.page.title": "Review Workflows",
    "settings.page.subtitle": "{count, plural, one {# stage} other {# stages}}",
    "settings.page.isLoading": "Workflow is loading",
    "settings.page.delete.confirm.body": "All entries assigned to deleted stages will be moved to the previous stage. Are you sure you want to save?",
    "settings.stage.name.label": "Stage name",
    "settings.not-available": "Review Workflows is only available as part of the Enterprise Edition. Upgrade to create and manage workflows.",
    "settings.review-workflows.workflow.stageRequiredToPublish.label": "Required stage for publishing",
    "settings.review-workflows.workflow.stageRequiredToPublish.any": "Any stage",
    "settings.review-workflows.workflow.stageRequiredToPublish.hint": "Prevents entries from being published if they are not at the required stage.",
    "settings.page.purchase.description": "Manage your content review process",
    "settings.page.purchase.perks1": "Customizable review stages",
    "settings.page.purchase.perks2": "Manage user permissions",
    "settings.page.purchase.perks3": "Support for webhooks",
    "widget.assigned.title": "Assigned to me",
    "widget.assigned.no-data": "No entries",
    "containers.list.table-headers.reviewWorkflows.stage": "review stage",
    "containers.list.table-headers.reviewWorkflows.assignee": "assignee",
    "containers.list.table-headers.reviewWorkflows.assignee.label": "Assignee",
    "assignee.label": "Assignee",
    "assignee.clear": "Clear assignee",
    "assignee.placeholder": "Select…",
    "assignee.notification.saved": "Assignee updated",
    "assignee.error": "An error occurred while fetching users",
    "stage.label": "Review stage",
    "stage.color": "Color",
    "stage.notification.saved": "Review stage updated",
    "stage.notification.error": "An error occurred while updating the review stage",
    "stages.no-transition": "You don’t have the permission to update this stage.",
    "stages.save-first": "Save this entry to assign a workflow stage.",
    "stages.single-stage": "This workflow only has one stage. Add more stages to be able to transition between them.",
    "stages.limit.title": "You have reached the limit of stages for this workflow in your plan",
    "stages.limit.body": "Try deleting some stages or contact Sales to enable more stages.",
    "workflows.limit.title": "You’ve reached the limit of workflows in your plan",
    "workflows.limit.body": "Delete a workflow or contact Sales to enable more workflows."
};

export { en as default };
//# sourceMappingURL=en.json.mjs.map
