mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
more fixes
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"createAnAccount": "Create an Account",
|
||||
"inviteNotAccepted": "Invite Not Accepted",
|
||||
"authCreateAccount": "Create an account to get started",
|
||||
"authNoAccount": "Don't have an account?",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
@@ -314,6 +315,9 @@
|
||||
"licenseKeyDeletedDescription": "The license key has been deleted.",
|
||||
"licenseErrorKeyActivate": "Failed to activate license key",
|
||||
"licenseErrorKeyActivateDescription": "An error occurred while activating the license key.",
|
||||
"licenseAbout": "About Licensing",
|
||||
"communityEdition": "Community Edition",
|
||||
"licenseAboutDescription": "This is for business and enterprise users who are using Pangolin in a commercial environment. If you are using Pangolin for personal use, you can ignore this section.",
|
||||
"licenseKeyActivated": "License key activated",
|
||||
"licenseKeyActivatedDescription": "The license key has been successfully activated.",
|
||||
"licenseErrorKeyRecheck": "Failed to recheck license keys",
|
||||
@@ -350,6 +354,7 @@
|
||||
"total": "Total",
|
||||
"licenseContinuePayment": "Continue to Payment",
|
||||
"pricingPage": "pricing page",
|
||||
"pricingPortal": "See Purchase Portal",
|
||||
"licensePricingPage": "For the most up-to-date pricing and discounts, please visit the ",
|
||||
"invite": "Invitations",
|
||||
"inviteRegenerate": "Regenerate Invitation",
|
||||
@@ -385,7 +390,7 @@
|
||||
"userErrorOrgRemoveDescription": "An error occurred while removing the user.",
|
||||
"userOrgRemoved": "User removed",
|
||||
"userOrgRemovedDescription": "The user {email} has been removed from the organization.",
|
||||
"userQuestionOrgRemove": "Are you sure you want to remove <b>{email}</b> from the organization?",
|
||||
"userQuestionOrgRemove": "Are you sure you want to remove {email} from the organization?",
|
||||
"userMessageOrgRemove": "Once removed, this user will no longer have access to the organization. You can always re-invite them later, but they will need to accept the invitation again.",
|
||||
"userMessageOrgConfirm": "To confirm, please type the name of the of the user below.",
|
||||
"userRemoveOrgConfirm": "Confirm Remove User",
|
||||
@@ -626,6 +631,7 @@
|
||||
"resourceErrorWhitelistSave": "Failed to save whitelist",
|
||||
"resourceErrorWhitelistSaveDescription": "An error occurred while saving the whitelist",
|
||||
"resourcePasswordSubmit": "Enable Password Protection",
|
||||
"resourcePasswordProtection": "Password Protection {status}",
|
||||
"resourcePasswordRemove": "Resource password removed",
|
||||
"resourcePasswordRemoveDescription": "The resource password has been removed successfully",
|
||||
"resourcePasswordSetup": "Resource password set",
|
||||
@@ -707,7 +713,7 @@
|
||||
"idpManageDescription": "View and manage identity providers in the system",
|
||||
"idpDeletedDescription": "Identity provider deleted successfully",
|
||||
"idpOidc": "OAuth2/OIDC",
|
||||
"idpQuestionRemove": "Are you sure you want to permanently delete the identity provider <b>{name}</b>?",
|
||||
"idpQuestionRemove": "Are you sure you want to permanently delete the identity provider {name}?",
|
||||
"idpMessageRemove": "This will remove the identity provider and all associated configurations. Users who authenticate through this provider will no longer be able to log in.",
|
||||
"idpMessageConfirm": "To confirm, please type the name of the identity provider below.",
|
||||
"idpConfirmDelete": "Confirm Delete Identity Provider",
|
||||
@@ -792,6 +798,7 @@
|
||||
"orgMappingPathOptional": "Organization Mapping Path (Optional)",
|
||||
"orgPolicyUpdate": "Update Policy",
|
||||
"orgPolicyAdd": "Add Policy",
|
||||
"orgPolicyConfig": "Configure access for an organization",
|
||||
"idpUpdatedDescription": "Identity provider updated successfully",
|
||||
"redirectUrl": "Redirect URL",
|
||||
"redirectUrlAbout": "About Redirect URL",
|
||||
|
||||
Reference in New Issue
Block a user