strapi-plugin-documentation
Version:
This is the description of the plugin.
26 lines (23 loc) • 1.69 kB
JSON
{
"containers.HomePage.Button.open": "Open the documentation",
"containers.HomePage.Button.update": "Update",
"containers.HomePage.PluginHeader.title": "Documentation - Settings",
"containers.HomePage.PluginHeader.description": "Configure the documentation plugin",
"containers.HomePage.Block.title": "Versions",
"containers.HomePage.PopUpWarning.message": "Are you sure you want to delete this version?",
"containers.HomePage.PopUpWarning.confirm": "I understand",
"containers.HomePage.form.restrictedAccess": "Restricted access",
"containers.HomePage.form.restrictedAccess.inputDescription": "Make the documentation endpoint private. By default, the access is public",
"containers.HomePage.form.password": "Password",
"containers.HomePage.form.password.inputDescription": "Set the password to access the documentation",
"containers.HomePage.form.showGeneratedFiles": "Show generated files",
"containers.HomePage.form.showGeneratedFiles.inputDescription": "Useful when you want to override the generated documentation. \nThe plugin will generate files split by model and plugin. \nBy enabling this option it will be easier to customize your documentation",
"components.Row.generatedDate": "Last generation",
"components.Row.open": "Open",
"components.Row.regenerate": "Regenerate",
"error.regenerateDoc": "An error occurred while regenerating the doc",
"error.noVersion": "A version is required",
"error.regenerateDoc.versionMissing": "The version you are trying to generate doesn't exist",
"error.deleteDoc.versionMissing": "The version you are trying to delete does not exist.",
"notification.update.success": "Settings updated successfully"
}