@lucidcms/plugin-pages
Version:
The official Pages plugin for Lucid CMS
20 lines (19 loc) • 1.91 kB
JSON
{
"plugin.pages.collections.not.found": "Cannot find the collection of {{collection}}.",
"plugin.pages.fields.required.missing": "Cannot find required fields for the pages plugin.",
"plugin.pages.parents.self.denied": "A page cannot be its own parent, please select a different parent page.",
"plugin.pages.slug.root.with.parent.denied": "The slug cannot be / when a parent page is set.",
"plugin.pages.full.slug.duplicate": "Route already exists. Change the slug to make it unique.",
"plugin.pages.full.slug.duplicate.with.fields": "Route already exists with the same values for: {{fields}}. Change the slug or those values.",
"plugin.pages.full.slug.duplicate.on.delete": "This document can't be deleted because a child would move to an existing route.",
"plugin.pages.full.slug.duplicate.check.failed": "An error occurred while checking for duplicate full slugs.",
"plugin.pages.unique.field.invalid": "The pages plugin unique field \"{{field}}\" must be a supported top-level field.",
"plugin.pages.parents.circular.check.failed": "An error occurred while checking for circular parents.",
"plugin.pages.parents.circular": "The selected page is either a child/grandchild of this one. Please select a different parent page.",
"plugin.pages.parents.published.version.not.found": "The parent page document of the same environment was not found, or doesnt have a slug.",
"plugin.pages.parents.fields.fetch.failed": "An error occurred while getting the parent page fields.",
"plugin.pages.descendants.fields.fetch.failed": "An error occurred while getting the descendant page fields.",
"plugin.pages.full.slug.children.update.failed": "An error occurred while updating the fullSlug children fields.",
"plugin.pages.documents.version.fields.fetch.failed": "An error occurred while getting the document version fields.",
"plugin.pages.fields.validation.required": "This field is required."
}