strapi-plugin-content-manager
Version:
A powerful UI to easily manage your data.
117 lines (98 loc) • 6.58 kB
JSON
{
"plugin.description.short": "Quick way to see, edit and delete the data in your database.",
"plugin.description.long": "Quick way to see, edit and delete the data in your database.",
"containers.Home.pluginHeaderTitle": "Content Manager",
"containers.Home.introduction": "To edit your entries go to the specific link in the left menu. This plugin doesn't have a proper way to edit settings and it's still under active development.",
"containers.Home.pluginHeaderDescription": "Manage your entries through a powerful and beautiful interface.",
"containers.Edit.submit": "Save",
"containers.Edit.editing": "Editing...",
"containers.Edit.delete": "Delete",
"containers.Edit.reset": "Reset",
"containers.Edit.returnList": "Return to list",
"containers.List.addAnEntry": "Add New {entity}",
"containers.List.pluginHeaderDescription": "{label} entries found",
"containers.List.pluginHeaderDescription.singular": "{label} entry found",
"components.LimitSelect.itemsPerPage": "Items per page",
"containers.List.errorFetchRecords": "Error",
"containers.SettingPage.addField": "Add new field",
"containers.SettingPage.attributes": "Attributes fields",
"containers.SettingPage.attributes.description": "Define the order of the attributes",
"containers.SettingPage.listSettings.title": "List — Settings",
"containers.SettingPage.listSettings.description": "Configure the options for this content type",
"containers.SettingPage.pluginHeaderDescription": "Configure the specific settings for this Content Type",
"containers.SettingsPage.pluginHeaderDescription": "Configure the default settings for all your Content types",
"containers.SettingsPage.Block.generalSettings.description": "Configure the default options for your Content Types",
"containers.SettingsPage.Block.generalSettings.title": "General",
"containers.SettingsPage.Block.contentType.title": "Content Types",
"containers.SettingsPage.Block.contentType.description": "Configure the specific settings",
"components.AddFilterCTA.add": "Filters",
"components.AddFilterCTA.hide": "Filters",
"components.DraggableAttr.edit": "Click to edit",
"components.FiltersPickWrapper.PluginHeader.actions.apply": "Apply",
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "Clear all",
"components.FiltersPickWrapper.PluginHeader.description": "Set the conditions to apply to filter the entries",
"components.FiltersPickWrapper.PluginHeader.title.filter": "Filters",
"components.FiltersPickWrapper.hide": "Hide",
"components.FilterOptions.button.apply": "Apply",
"components.FilterOptions.FILTER_TYPES.=": "is",
"components.FilterOptions.FILTER_TYPES._ne": "is not",
"components.FilterOptions.FILTER_TYPES._lt": "is lower than",
"components.FilterOptions.FILTER_TYPES._lte": "is lower than or equal to",
"components.FilterOptions.FILTER_TYPES._gt": "is greater than",
"components.FilterOptions.FILTER_TYPES._gte": "is greater than or equal to",
"components.FilterOptions.FILTER_TYPES._contains": "contains",
"components.FilterOptions.FILTER_TYPES._containss": "contains (case sensitive)",
"components.Search.placeholder": "Search for an entry...",
"components.TableDelete.entries.plural": "{number} entries selected",
"components.TableDelete.entries.singular": "{number} entry selected",
"components.TableDelete.delete": "Delete all",
"components.TableEmpty.withFilters": "There is no {contentType} with the applied filters...",
"components.TableEmpty.withoutFilter": "There is no {contentType}...",
"components.TableEmpty.withSearch": "There is no {contentType} corresponding to the search ({search})...",
"EditRelations.title": "Relational data",
"emptyAttributes.title": "There are no fields yet",
"emptyAttributes.description": "Add your first field to your Content Type",
"emptyAttributes.button": "Go to content type builder",
"error.schema.generation": "An error occurred during schema generation.",
"error.records.count": "An error occurred during count records fetch.",
"error.records.fetch": "An error occurred during records fetch.",
"error.record.fetch": "An error occurred during record fetch.",
"error.record.create": "An error occurred during record creation.",
"error.record.update": "An error occurred during record update.",
"error.record.delete": "An error occurred during record deletion.",
"error.model.fetch": "An error occurred during models config fetch.",
"error.validation.required": "This value input is required.",
"error.validation.regex": "The value not match the regex.",
"error.validation.max": "The value is too high.",
"error.validation.min": "The value is too low.",
"error.validation.maxLength": "The value is too long.",
"error.validation.minLength": "The value is too short.",
"error.contentTypeName.taken": "This name already exists",
"error.attribute.taken": "This field name already exists",
"error.attribute.key.taken": "This value already exists",
"error.attribute.sameKeyAndName": "Can't be equals",
"error.validation.minSupMax": "Can't be superior",
"error.validation.json": "This is not a JSON",
"form.Input.label.inputDescription": "This value overrides the label displayed in the table's head",
"form.Input.label": "Label",
"form.Input.search": "Enable search",
"form.Input.search.field": "Enable search on this field",
"form.Input.filters": "Enable filters",
"form.Input.sort.field": "Enable sort on this field",
"form.Input.bulkActions": "Enable bulk actions",
"form.Input.pageEntries": "Entries per page",
"form.Input.pageEntries.inputDescription": "Note: You can override this value in the Content Type settings page.",
"form.Input.defaultSort": "Default sort attribute",
"notification.error.relationship.fetch": "An error occurred during relationship fetch.",
"notification.info.SettingPage.disableSort": "You need to have one attribute with the sorting allowed",
"success.record.delete": "Deleted",
"success.record.save": "Saved",
"pageNotFound": "Page not found",
"popUpWarning.button.cancel": "Cancel",
"popUpWarning.button.confirm": "Confirm",
"popUpWarning.title": "Please confirm",
"popUpWarning.bodyMessage.contentType.delete": "Are you sure you want to delete this entry?",
"popUpWarning.bodyMessage.contentType.delete.all": "Are you sure you want to delete theses entries?",
"popUpWarning.warning.cancelAllSettings": "Are you sure you want to cancel your modifications?",
"popUpWarning.warning.updateAllSettings": "This will modify all your settings"
}