strapi-plugin-website-builder
Version:
A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.
19 lines (18 loc) • 681 B
JSON
{
"table.header.actions": "Actions",
"builds.header.title": "Builds",
"builds.table.header.enabled": "Enabled",
"builds.table.header.trigger": "Trigger",
"builds.table.header.name": "Timestamp",
"builds.table.header.url": "URL",
"builds.empty": "No builds found",
"build.notification.trigger.success": "Build has been triggered successfully",
"logs.header.title": "Build Logs",
"logs.table.header.id": "ID",
"logs.table.header.trigger": "Trigger",
"logs.table.header.status": "Status",
"logs.table.header.timestamp": "Timestamp",
"logs.empty": "No logs found",
"log.notification.delete.success": "Build log deleted successfully",
"plugin.name": "Website Builder"
}