mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 10:46:38 +00:00
first fixes
This commit is contained in:
@@ -359,7 +359,7 @@
|
||||
"inviteRemoveErrorDescription": "An error occurred while removing the invitation.",
|
||||
"inviteRemoved": "Invitation removed",
|
||||
"inviteRemovedDescription": "The invitation for {email} has been removed.",
|
||||
"inviteQuestionRemove": "Are you sure you want to remove the invitation {email}?",
|
||||
"inviteQuestionRemove ": "Are you sure you want to remove the invitation {email}?",
|
||||
"inviteMessageRemove": "Once removed, this invitation will no longer be valid. You can always re-invite the user later.",
|
||||
"inviteMessageConfirm": "To confirm, please type the email address of the invitation below.",
|
||||
"inviteQuestionRegenerate": "Are you sure you want to regenerate the invitation for {email}? This will revoke the previous invitation.",
|
||||
@@ -431,7 +431,7 @@
|
||||
"accessRoleSelect": "Select role",
|
||||
"inviteEmailSentDescription": "An email has been sent to the user with the access link below. They must access the link to accept the invitation.",
|
||||
"inviteSentDescription": "The user has been invited. They must access the link below to accept the invitation.",
|
||||
"inviteExpiresIn": "The invite will expire in <b>{days, plural, =1 {# day} other {# days}}</b>.",
|
||||
"inviteExpiresIn": "The invite will expire in {days, plural, =1 {# day} other {# days}}.",
|
||||
"idpTitle": "Identity Provider",
|
||||
"idpSelect": "Select the identity provider for the external user",
|
||||
"idpNotConfigured": "No identity providers are configured. Please configure an identity provider before creating external users.",
|
||||
@@ -684,7 +684,7 @@
|
||||
"accessRoleErrorRemove": "Failed to remove role",
|
||||
"accessRoleErrorRemoveDescription": "An error occurred while removing the role.",
|
||||
"accessRoleName": "Role Name",
|
||||
"accessRoleQuestionRemove": "You're about to delete the <b>{name}</b> role. You cannot undo this action.",
|
||||
"accessRoleQuestionRemove": "You're about to delete the {name} role. You cannot undo this action.",
|
||||
"accessRoleRemove": "Remove Role",
|
||||
"accessRoleRemoveDescription": "Remove a role from the organization",
|
||||
"accessRoleRemoveSubmit": "Remove Role",
|
||||
@@ -693,9 +693,7 @@
|
||||
"accessRoleRequiredRemove": "Before deleting this role, please select a new role to transfer existing members to.",
|
||||
"manage": "Manage",
|
||||
"sitesNotFound": "No sites found.",
|
||||
"expiresAt": "Expires At",
|
||||
"pangolinServerAdmin": "Server Admin - Pangolin",
|
||||
"idpNameInternal": "Internal",
|
||||
"licenseTierProfessional": "Professional License",
|
||||
"licenseTierEnterprise": "Enterprise License",
|
||||
"licensed": "Licensed",
|
||||
@@ -717,8 +715,6 @@
|
||||
"idp": "Identity Providers",
|
||||
"idpSearch": "Search identity providers...",
|
||||
"idpAdd": "Add Identity Provider",
|
||||
"nameMin": "Name must be at least {len} characters.",
|
||||
"nameMax": "Name must not be longer than {len} characters.",
|
||||
"idpClientIdRequired": "Client ID is required.",
|
||||
"idpClientSecretRequired": "Client Secret is required.",
|
||||
"idpErrorAuthUrlInvalid": "Auth URL must be a valid URL.",
|
||||
@@ -730,7 +726,6 @@
|
||||
"idpCreate": "Create Identity Provider",
|
||||
"idpCreateDescription": "Configure a new identity provider for user authentication",
|
||||
"idpSeeAll": "See All Identity Providers",
|
||||
"idpTitle": "General Information",
|
||||
"idpSettingsDescription": "Configure the basic information for your identity provider",
|
||||
"idpDisplayName": "A display name for this identity provider",
|
||||
"idpAutoProvisionUsers": "Auto Provision Users",
|
||||
@@ -779,8 +774,8 @@
|
||||
"orgPolicyDeletedDescription": "Policy deleted successfully",
|
||||
"defaultMappingsUpdatedDescription": "Default mappings updated successfully",
|
||||
"orgPoliciesAbout": "About Organization Policies",
|
||||
"orgPoliciesAboutDescription": "Organization policies are used to control access to organizations based on the user's ID token. You can specify JMESPath expressions to extract role and organization information from the ID token. For more information, see",
|
||||
"orgPoliciesAboutDescriptionLink": "the documentation",
|
||||
"orgPoliciesAboutDescription": "Organization policies are used to control access to organizations based on the user's ID token. You can specify JMESPath expressions to extract role and organization information from the ID token.",
|
||||
"orgPoliciesAboutDescriptionLink": "See documentation, for more information.",
|
||||
"defaultMappingsOptional": "Default Mappings (Optional)",
|
||||
"defaultMappingsOptionalDescription": "The default mappings are used when when there is not an organization policy defined for an organization. You can specify the default role and organization mappings to fall back to here.",
|
||||
"defaultMappingsRole": "Default Role Mapping",
|
||||
@@ -801,11 +796,7 @@
|
||||
"redirectUrl": "Redirect URL",
|
||||
"redirectUrlAbout": "About Redirect URL",
|
||||
"redirectUrlAboutDescription": "This is the URL to which users will be redirected after authentication. You need to configure this URL in your identity provider settings.",
|
||||
"key": "Key",
|
||||
"createdAt": "Created At",
|
||||
"expiresAt": "Expires At",
|
||||
"pangolinAuth": "Auth - Pangolin",
|
||||
"emailInvalid": "Invalid email address",
|
||||
"verificationCodeLengthRequirements": "Your verification code must be 8 characters.",
|
||||
"errorOccurred": "An error occurred",
|
||||
"emailErrorVerify": "Failed to verify email:",
|
||||
@@ -887,7 +878,6 @@
|
||||
"idpConnectingToFinished": "Connected",
|
||||
"idpErrorConnectingTo": "There was a problem connecting to {name}. Please contact your administrator.",
|
||||
"idpErrorNotFound": "IdP not found",
|
||||
"expiresAt": "Expires At",
|
||||
"inviteInvalid": "Invalid Invite",
|
||||
"inviteInvalidDescription": "The invite link is invalid.",
|
||||
"inviteErrorWrongUser": "Invite is not for this user",
|
||||
@@ -904,15 +894,9 @@
|
||||
"pageNotFoundDescription": "Oops! The page you're looking for doesn't exist.",
|
||||
"overview": "Overview",
|
||||
"home": "Home",
|
||||
"sites": "Sites",
|
||||
"resources": "Resources",
|
||||
"accessControl": "Access Control",
|
||||
"users": "Users",
|
||||
"roles": "Roles",
|
||||
"share": "Shareable Links",
|
||||
"settings": "Settings",
|
||||
"usersAll": "All Users",
|
||||
"idp": "Identity Providers",
|
||||
"license": "License",
|
||||
"pangolinDashboard": "Dashboard - Pangolin"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user