strapi-plugin-oembed
Version:
Embed content from third-party sites in Strapi
16 lines (15 loc) • 668 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const en = {
"oembed.custom-field.label": "oEmbed",
"oembed.custom-field.description": "Embed content from external sources",
"oembed.form.button.import": "Click to import oEmbed content from a URL",
"oembed.form.button.open": "Open",
"oembed.form.button.edit": "Edit",
"oembed.form.button.delete": "Delete",
"oembed.modal.import.title": "Import oEmbed",
"oembed.modal.import.input.label": "URL",
"oembed.modal.import.input.description": "The URL you would like to retrieve metadata from",
"oembed.modal.import.button.import": "Import"
};
exports.default = en;