strapi-plugin-cookie-manager
Version:
121 lines (110 loc) • 6.69 kB
JSON
{
"plugin.name": "Cookie Manager",
"header.title": "Cookie Manager",
"header.description": "Create and organize your cookies and popups in one place",
"header.cta.locale.label": "Choose the language to edit",
"modal.popup.form.header.title.create": "Create new Popup",
"modal.popup.form.header.title.update": "Update Popup",
"modal.popup.form.header.title.duplicate": "Duplicate Popup",
"modal.popup.form.header.title.delete": "Delete Popup",
"modal.popup.form.info.delete": "Are you sure you want to delete this?",
"modal.popup.form.field.title.label": "Title",
"modal.popup.form.field.description.label": "Description",
"modal.popup.form.field.buttons.label": "Buttons",
"modal.popup.form.field.buttons.field.buttonType.label": "Type",
"modal.popup.form.field.buttons.field.label.label": "Label",
"modal.cookie.form.field.hasCustomizability.label": "Has Customizability",
"modal.cookie.form.field.hasCustomizability.hint": "Activate when this popup contains the customizable cookies",
"modal.popup.form.cta.cancel": "Cancel",
"modal.popup.form.cta.create": "Create new Popup",
"modal.popup.form.cta.update": "Update Popup",
"modal.popup.form.cta.duplicate": "Duplicate Popup",
"modal.popup.form.cta.delete": "Delete Popup",
"modal.popup.form.cta.deleteAll": "Delete Popups",
"modal.category.form.header.title.update": "Update Category",
"modal.category.form.header.title.delete": "Delete Category",
"modal.category.form.header.title.create": "Create new Category",
"modal.category.form.info.delete": "Are you sure you want to delete the category \"{ name }\"{ moreThanOne, select, true { and all containing cookies } other {} }?",
"modal.category.form.field.name.label": "Name",
"modal.category.form.field.description.label": "Description",
"modal.category.form.field.isNecessary.label": "Is Necessary",
"modal.category.form.cta.cancel": "Cancel",
"modal.category.form.cta.create": "Create new Category",
"modal.category.form.cta.update": "Update Category",
"modal.category.form.cta.delete": "Delete{ count }",
"modal.category.form.cta.showCookies": "Show Cookies ({ count })",
"modal.cookie.form.header.title.create": "Create new Cookie",
"modal.cookie.form.header.title.update": "Update Cookie",
"modal.cookie.form.header.title.duplicate": "Duplicate Cookie",
"modal.cookie.form.header.title.delete": "Delete Cookie",
"modal.cookie.form.info.delete": "Are you sure you want to delete this?",
"modal.cookie.form.field.name.label": "Name",
"modal.cookie.form.field.description.label": "Description",
"modal.cookie.form.field.host.label": "Host",
"modal.cookie.form.field.host.hint": "e.G domain.com",
"modal.cookie.form.field.category.label": "Category",
"modal.cookie.form.field.category.placeholder": "Select or enter a value",
"modal.cookie.form.field.party.label": "Party",
"modal.cookie.form.field.party.placeholder": "Select or enter a value",
"modal.cookie.form.field.isVisible.label": "Is Visible",
"modal.cookie.form.field.isVisible.hint": "Manage visibility",
"modal.cookie.form.field.duration.label": "Duration",
"modal.cookie.form.field.duration.days.placeholder": "Days",
"modal.cookie.form.field.duration.hours.placeholder": "Hours",
"modal.cookie.form.field.duration.minutes.placeholder": "Minutes",
"modal.cookie.form.field.key.label": "Key",
"modal.cookie.form.cta.cancel": "Cancel",
"modal.cookie.form.cta.create": "Add new Cookie",
"modal.cookie.form.cta.update": "Update Cookie",
"modal.cookie.form.cta.duplicate": "Duplicate Cookie",
"modal.cookie.form.cta.delete": "Delete Cookie",
"modal.cookie.form.cta.deleteAll": "Delete Cookies",
"form.validation.string.isRequired": "Field cannot be empty",
"form.validation.string.isMax": "Field text is to long",
"form.validation.string.isDomain": "Field text must be a domain e.G example.com",
"form.validation.string.isKebabCase": "Field must be formated like follow e.g my-example-key",
"form.validation.number.isMax": "Number is to large",
"form.validation.number.isPositiv": "Number cannot be negative",
"form.validation.number.isInteger": "Number cannot be decimal",
"form.validation.mixed.isOneOf": "Must have selected one of the options",
"form.validation.array.isMin": "Field has less than { amount } { moreThanOne, select, true { entries } other { entry } }",
"form.validation.array.isMax": "Field has more than { amount } { moreThanOne, select, true { entries } other { entry } }",
"table.cookie.title": "Cookies",
"table.cookie.entries": "{ amount }{ moreThanOne, select, true { entries } other { entry } } found",
"table.cookie.actions": "Actions",
"table.cookie.actions.select.all": "Select all entries",
"table.cookie.actions.select.cookie": "Select { name }",
"table.cookie.actions.seleted.label": "{ amount } selected { moreThanOne, select, true { entries } other { entry } }",
"table.cookie.actions.seleted.delete": "Delete",
"table.cookie.actions.create": "Create new Cookie",
"table.cookie.actions.update": "Update Cookie",
"table.cookie.actions.duplicate": "Duplicate Cookie",
"table.cookie.actions.delete": "Delete Cookie",
"table.popup.title": "Popups",
"table.popup.entries": "{ amount }{ moreThanOne, select, true { entries } other { entry } } found",
"table.popup.actions": "Actions",
"table.popup.actions.select.all": "Select all entries",
"table.popup.actions.select.cookie": "Select { name }",
"table.popup.actions.seleted.label": "{ amount } selected { moreThanOne, select, true { entries } other { entry } }",
"table.popup.actions.seleted.delete": "Delete",
"table.popup.actions.create": "Create new Popup",
"table.popup.actions.update": "Update Popup",
"table.popup.actions.duplicate": "Duplicate Popup",
"table.popup.actions.delete": "Delete Popup",
"tab.cookie": "Cookies",
"tab.popup": "Popups",
"empty.popup": "You don't have any popup content yet...",
"empty.popup.cta": "Add your first popup content",
"empty.category": "You don't have any categories yet...",
"empty.category.cta": "Add your first category",
"empty.cookie": "You don't have any cookies yet...",
"empty.cookie.cta": "Add your first cookie",
"settings.tab.name": "Settings",
"settings.header.title": "Cookie Manager",
"settings.header.description": "Configure the settings for the Cookie Manager plugin",
"settings.form.title": "Settings",
"settings.form.field.localization.label": "Internationalization",
"settings.form.field.localization.hint": "Enable localization for this plugin",
"settings.form.field.localization.option.a": "True",
"settings.form.field.localization.option.b": "False"
}