strapi-plugin-publisher
Version:
A plugin for Strapi Headless CMS that provides the ability to schedule publishing for any content type.
23 lines (22 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const nl = {
"action.header.publish.title": "Publiceren",
"action.header.unpublish.title": "Depubliceren",
"action.footer.publish.button.add": "Publiceer",
"action.footer.publish.button.edit": "Bewerk",
"action.footer.publish.button.delete": "Verwijder",
"action.footer.publish.button.save": "Opslaan",
"action.footer.unpublish.button.add": "Depubliceer",
"action.footer.unpublish.button.edit": "Bewerk",
"action.footer.unpublish.button.delete": "Verwijder",
"action.footer.unpublish.button.save": "Opslaan",
"action.notification.publish.create.success": "Gepubliceerd",
"action.notification.publish.delete.success": "Publicatie verwijderd",
"action.notification.publish.update.success": "Publicatie aangepast",
"action.notification.unpublish.create.success": "Gedepubliceerd",
"action.notification.unpublish.delete.success": "Depublicatie verwijderd",
"action.notification.unpublish.update.success": "Depublicatie aangepast",
"plugin.name": "Publisher"
};
exports.default = nl;