strapi-plugin-responsive-image
Version:
Custom responsive image formats for strapi.
30 lines (29 loc) • 1.81 kB
JSON
{
"plugin.name": "Responsive image",
"plugin.description.long": "Custom responsive image formats.",
"plugin.description.short": "Custom responsive image formats.",
"page.title": "Settings - Responsive Image",
"settings.error": "Error while saving. See console for more info.",
"settings.section.toActivate.label": "The \"{setting}\" needs to be activated on the <link>Media Library settings</link>",
"settings.section.formats.label": "Formats",
"settings.section.formats.add.label": "Add format",
"settings.section.formats.delete.label": "Delete",
"settings.form.formats.name.label": "Name",
"settings.form.formats.name.description": "Characters authorized: [a-zA-Z0-9_-]",
"settings.form.formats.x2.label": "Generate x2 version",
"settings.form.formats.convertToFormat.label": "Output format",
"settings.form.formats.convertToFormat.description": "Choose the output format of your images",
"settings.form.formats.width.label": "Width",
"settings.form.formats.height.label": "Height",
"settings.form.formats.fit.label": "Fit",
"settings.form.formats.fit.description": "How the image should be resized to fit both provided dimensions",
"settings.form.formats.position.label": "Position",
"settings.form.formats.position.description": "To use when fit is cover or contain",
"settings.form.formats.withoutEnlargement.label": "Without enlargement",
"settings.form.formats.withoutEnlargement.description": "Do not enlarge if the width or height are already less than the specified dimensions",
"settings.form.quality.label": "Quality",
"settings.form.progressive.label": "Progressive",
"settings.header.label": "Responsive image",
"settings.section.global.label": "Global settings",
"settings.sub-header.label": "Configure the settings for the responsive image"
}