strapi-plugin-sso
Version:
Plug-in for single sign-on with Strapi!
24 lines (23 loc) • 931 B
JavaScript
const en = {
"page.title": "Default role setting at first login",
"page.notes": "This will not be reflected for already registered users.",
"page.save": "Save",
"page.save.success": "Updated settings",
"page.save.error": "Update failed.",
"page.cancel": "Cancel",
"page.ok": "OK",
"tab.roles": "Roles",
"tab.whitelist": "Whitelist",
"tab.whitelist.error.unique": "Already registered email address.",
"tab.whitelist.enabled": "Whitelist is currently enabled.",
"tab.whitelist.disabled": "Whitelist is currently disabled.",
"tab.whitelist.description": "Only the following email addresses are allowed to authenticate with SSO.",
"tab.whitelist.table.no": "No",
"tab.whitelist.table.email": "Email",
"tab.whitelist.table.created": "Created At",
"tab.whitelist.delete.title": "Confirmation",
"tab.whitelist.delete.description": "Are you sure you want to delete this?"
};
export {
en as default
};