strapi-plugin-users-permissions
Version:
Protect your API with a full-authentication process based on JWT
105 lines (104 loc) • 6.95 kB
JSON
{
"page.title": "Settings - Roles",
"app.components.Button.save": "Save",
"app.components.Button.reset": "Reset",
"BoundRoute.title": "Bound route to",
"EditForm.inputSelect.description.role": "It will attach the new authenticated user to the selected role.",
"EditForm.inputSelect.label.role": "Default role for authenticated users",
"EditForm.inputToggle.description.email": "Disallow the user to create multiple accounts using the same email address with different authentication providers.",
"EditForm.inputToggle.description.email-confirmation": "When enabled (ON), new registered users receive a confirmation email.",
"EditForm.inputToggle.description.email-confirmation-redirection": "After you confirmed your email, choose where you will be redirected.",
"EditForm.inputToggle.description.email-reset-password": "URL of your application's reset password page",
"EditForm.inputToggle.description.sign-up": "When disabled (OFF), the registration process is forbidden. No one can subscribe anymore no matter the used provider.",
"EditForm.inputToggle.label.email": "One account per email address",
"EditForm.inputToggle.label.email-confirmation": "Enable email confirmation",
"EditForm.inputToggle.label.email-confirmation-redirection": "Redirection url",
"EditForm.inputToggle.label.email-reset-password": "Reset password page",
"EditForm.inputToggle.label.sign-up": "Enable sign-ups",
"EditForm.inputToggle.placeholder.email-reset-password": "ex: https://yourfrontend.com/reset-password",
"EditForm.inputToggle.placeholder.email-confirmation-redirection": "ex: https://yourfrontend.com/reset-password",
"Email.template.email_confirmation": "Email address confirmation",
"Email.template.reset_password": "Reset password",
"HeaderNav.link.advancedSettings": "Advanced settings",
"HeaderNav.link.advanced-settings": "Advanced settings",
"HeaderNav.link.emailTemplates": "Email Templates",
"HeaderNav.link.providers": "Providers",
"HeaderNav.link.roles": "Roles",
"HeaderNav.link.email-templates": "Email templates",
"List.title.emailTemplates.plural": "{number} email templates are available",
"List.title.emailTemplates.singular": "{number} email template is available",
"List.title.providers.disabled.plural": "{number} are disabled",
"List.title.providers.disabled.singular": "{number} is disabled",
"List.title.providers.enabled.plural": "{number} providers are enabled and",
"List.title.providers.enabled.singular": "{number} provider is enabled and",
"List.button.roles": "Add new role",
"List.row.provider.enabled": "Enabled",
"List.row.provider.disabled": "Disabled",
"notification.error": "An error occurred!",
"Plugin.permissions.plugins.description": "Define all allowed actions for the {name} plugin.",
"Plugins.header.description": "Only actions bound by a route are listed below.",
"Plugins.header.title": "Permissions",
"Policies.InputSelect.empty": "None",
"Policies.InputSelect.label": "Allow to perform this action for:",
"Policies.header.hint": "Select the application's actions or the plugin's actions and click on the cog icon to display the bound route",
"Policies.header.title": "Advanced settings",
"PopUpForm.Email.email_templates.inputDescription": "If you're unsure how to use variables, {link}",
"PopUpForm.Email.link.documentation": "check out our documentation.",
"PopUpForm.Email.options.from.email.label": "Shipper email",
"PopUpForm.Email.options.from.email.placeholder": "kai@doe.com",
"PopUpForm.Email.options.from.name.label": "Shipper name",
"PopUpForm.Email.options.from.name.placeholder": "Kai Doe",
"PopUpForm.Email.options.message.label": "Message",
"PopUpForm.Email.options.object.label": "Subject",
"PopUpForm.Email.options.object.placeholder": "Please confirm your email address for %APP_NAME%",
"PopUpForm.Email.options.response_email.label": "Response email",
"PopUpForm.Email.options.response_email.placeholder": "kai@doe.com",
"PopUpForm.Providers.enabled.description": "If disabled, users won't be able to use this provider.",
"PopUpForm.Providers.enabled.label": "Enable",
"PopUpForm.Providers.key.label": "Client ID",
"PopUpForm.Providers.key.placeholder": "TEXT",
"PopUpForm.Providers.redirectURL.front-end.label": "The redirect URL to your front-end app",
"PopUpForm.Providers.redirectURL.label": "The redirect URL to add in your {provider} application configurations",
"PopUpForm.Providers.secret.label": "Client Secret",
"PopUpForm.Providers.secret.placeholder": "TEXT",
"PopUpForm.header.edit.email-templates": "Edit Email Templates",
"PopUpForm.header.edit.providers": "Edit Provider",
"PopUpForm.Providers.subdomain.label": "Host URI (Subdomain)",
"PopUpForm.Providers.subdomain.placeholder": "my.subdomain.com",
"popUpWarning.button.cancel": "Cancel",
"popUpWarning.button.confirm": "Confirm",
"popUpWarning.title": "Please confirm",
"popUpWarning.warning.cancel": "Are you sure you want to cancel your modifications?",
"Settings.roles.deleted": "Role deleted",
"Settings.roles.edited": "Role edited",
"Settings.section-label": "Users & Permissions plugin",
"notification.success.submit": "Settings have been updated",
"plugin.description.long": "Protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.",
"plugin.description.short": "Protect your API with a full authentication process based on JWT.",
"plugin.name": "Users & Permissions Plugin",
"Settings.advancedSettings.title": "Settings",
"Settings.roles.create.description": "Define the rights given to the role",
"Settings.roles.create.title": "Create a role",
"Settings.roles.created": "Role created",
"EditPage.form.roles": "Role details",
"Settings.roles.edit.title": "Edit a role",
"Settings.roles.form.button.users-with-role": "Users with this role",
"Settings.roles.form.created": "Created",
"Settings.roles.form.description": "Name and description of the role",
"Settings.roles.form.input.description": "Description",
"Settings.roles.form.input.name": "Name",
"Settings.roles.form.permission.property-label": "{label} permissions",
"Settings.roles.form.permissions.attributesPermissions": "Fields permissions",
"Settings.roles.form.permissions.create": "Create",
"Settings.roles.form.permissions.delete": "Delete",
"Settings.roles.form.permissions.publish": "Publish",
"Settings.roles.form.permissions.read": "Read",
"Settings.roles.form.permissions.update": "Update",
"Settings.roles.form.title": "Details",
"Settings.roles.list.button.add": "Add new role",
"Settings.roles.list.description": "List of roles",
"Settings.roles.list.title.plural": "{number} roles",
"Settings.roles.list.title.singular": "{number} role",
"Settings.roles.title": "Roles",
"Settings.roles.title.singular": "role"
}