UNPKG

strapi-plugin-publisher

Version:

A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.

22 lines (21 loc) 1.24 kB
{ "action.header.publish.title": "publish date", "action.header.unpublish.title": "unpublish date", "action.footer.publish.button.add": "Publish date", "action.footer.publish.button.edit": "Edit", "action.footer.publish.button.delete": "Delete", "action.footer.publish.button.save": "Save", "action.footer.unpublish.button.add": "Unpublish date", "action.footer.unpublish.button.edit": "Edit", "action.footer.unpublish.button.delete": "Delete", "action.footer.unpublish.button.save": "Save", "action.notification.delete.action.error": "Delete action failed", "action.notification.publish.create.success": "Publish action created successfully", "action.notification.publish.delete.success": "Publish action deleted successfully", "action.notification.publish.update.success": "Publish action updated successfully", "action.notification.publish.validation.error": "Required fields must be saved before a publish date can be set", "action.notification.unpublish.create.success": "Unpublish action created successfully", "action.notification.unpublish.delete.success": "Unpublish action deleted successfully", "action.notification.unpublish.update.success": "Unpublish action updated successfully", "plugin.name": "Publisher" }