UNPKG

strapi-plugin-preview-button

Version:

A plugin for Strapi CMS that adds a preview button and live view button to the content manager edit view.

12 lines (11 loc) 357 B
const es = { "form.button.draft": "Abrir vista previa", "form.button.published": "Abrir vista en vivo", "form.button.copy-link": "Copiar link", "form.button.copy-link.draft": "Copiar enlace de vista previa", "list-view.column-header": "Avance", "notification.success.link-copied": "Enlace copiado al portapapeles" }; export { es as default };