@better-auth-ui/core
Version:
Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.
59 lines (57 loc) • 2.31 kB
text/typescript
export const ssoLocalization = {
addProvider: "Add SSO provider",
cancel: "Cancel",
clientId: "Client ID",
clientSecret: "Client secret",
continueWithEmail: "Continue with email",
continueWithSso: "Continue with SSO",
copyDnsHost: "Copy DNS host",
copyDnsValue: "Copy DNS value",
domain: "Email domain",
domainVerification: "Domain verification",
domainVerificationDescription:
"Publish the TXT record for every configured domain, then verify it.",
domainVerificationRequested: "A new verification token was created.",
domainVerified: "The provider domain is verified.",
deleteProvider: "Delete provider",
deleteProviderDescription:
"Users will no longer be able to sign in through this provider.",
discoveryEndpoint: "Discovery endpoint",
editProvider: "Edit provider",
emailFirstDescription: "Enter your work email to continue.",
entryPoint: "SSO URL",
identityProviderMetadata: "Identity provider metadata XML",
invalidUrl: "Enter a valid absolute URL.",
issuer: "Issuer URL",
oidc: "OIDC",
organizationId: "Organization ID",
noProviders: "No SSO providers",
noProvidersDescription:
"Add an identity provider to enable organization sign-in.",
providerDeleted: "The SSO provider was deleted.",
providerList: "Organization SSO",
providerListDescription:
"Manage identity providers and verified domains for this organization.",
providerAccessDenied:
"Only organization owners and administrators can manage SSO providers.",
providerLoadError: "SSO providers could not be loaded.",
providerUpdated: "The SSO provider was updated.",
providerCreated: "The SSO provider was added.",
providerId: "Provider ID",
providerSetup: "SSO provider setup",
providerSetupDescription:
"Connect an OpenID Connect or SAML identity provider.",
requestNewToken: "Create new token",
retry: "Retry",
saveProvider: "Save provider",
saml: "SAML",
txtRecordHost: "TXT record host",
txtRecordValue: "TXT record value",
useDifferentEmail: "Use a different email",
verifyDomain: "Verify domain",
noProvider:
"No organization sign-in was found. Choose another way to continue.",
ssoUnavailable:
"Organization sign-in is unavailable. Try another sign-in method."
}
export type SsoLocalization = typeof ssoLocalization