@clerk/localizations
Advanced tools
Comparing version 1.12.0 to 1.13.0-staging.0
import type { LocalizationResource } from '@clerk/types'; | ||
export declare const nlNL: LocalizationResource; | ||
export declare const nlBE: import("@clerk/types").DeepPartial<{ | ||
socialButtonsBlockButton: string; | ||
dividerText: string; | ||
formFieldLabel__emailAddress: string; | ||
formFieldLabel__emailAddresses: string; | ||
formFieldLabel__phoneNumber: string; | ||
formFieldLabel__username: string; | ||
formFieldLabel__emailAddress_phoneNumber: string; | ||
formFieldLabel__emailAddress_username: string; | ||
formFieldLabel__phoneNumber_username: string; | ||
formFieldLabel__emailAddress_phoneNumber_username: string; | ||
formFieldLabel__password: string; | ||
formFieldLabel__currentPassword: string; | ||
formFieldLabel__newPassword: string; | ||
formFieldLabel__confirmPassword: string; | ||
formFieldLabel__signOutOfOtherSessions: string; | ||
formFieldLabel__firstName: string; | ||
formFieldLabel__lastName: string; | ||
formFieldLabel__backupCode: string; | ||
formFieldLabel__organizationName: string; | ||
formFieldLabel__organizationSlug: string; | ||
formFieldLabel__role: string; | ||
formFieldInputPlaceholder__emailAddress: string; | ||
formFieldInputPlaceholder__emailAddresses: string; | ||
formFieldInputPlaceholder__phoneNumber: string; | ||
formFieldInputPlaceholder__username: string; | ||
formFieldInputPlaceholder__emailAddress_phoneNumber: string; | ||
formFieldInputPlaceholder__emailAddress_username: string; | ||
formFieldInputPlaceholder__phoneNumber_username: string; | ||
formFieldInputPlaceholder__emailAddress_phoneNumber_username: string; | ||
formFieldInputPlaceholder__password: string; | ||
formFieldInputPlaceholder__firstName: string; | ||
formFieldInputPlaceholder__lastName: string; | ||
formFieldInputPlaceholder__backupCode: string; | ||
formFieldInputPlaceholder__organizationName: string; | ||
formFieldInputPlaceholder__organizationSlug: string; | ||
formFieldError__notMatchingPasswords: string; | ||
formFieldAction__forgotPassword: string; | ||
formFieldHintText__optional: string; | ||
formButtonPrimary: string; | ||
signInEnterPasswordTitle: string; | ||
backButton: string; | ||
footerActionLink__useAnotherMethod: string; | ||
badge__primary: string; | ||
badge__thisDevice: string; | ||
badge__userDevice: string; | ||
badge__otherImpersonatorDevice: string; | ||
badge__default: string; | ||
badge__unverified: string; | ||
badge__requiresAction: string; | ||
badge__you: string; | ||
footerPageLink__help: string; | ||
footerPageLink__privacy: string; | ||
footerPageLink__terms: string; | ||
paginationButton__previous: string; | ||
paginationButton__next: string; | ||
paginationRowText__displaying: string; | ||
paginationRowText__of: string; | ||
membershipRole__admin: string; | ||
membershipRole__basicMember: string; | ||
membershipRole__guestMember: string; | ||
signUp: { | ||
start: { | ||
title: string; | ||
subtitle: string; | ||
actionText: string; | ||
actionLink: string; | ||
}; | ||
emailLink: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
verified: { | ||
title: string; | ||
}; | ||
loading: { | ||
title: string; | ||
}; | ||
verifiedSwitchTab: { | ||
title: string; | ||
subtitle: string; | ||
subtitleNewTab: string; | ||
}; | ||
}; | ||
emailCode: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
}; | ||
phoneCode: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
}; | ||
continue: { | ||
title: string; | ||
subtitle: string; | ||
actionText: string; | ||
actionLink: string; | ||
}; | ||
}; | ||
signIn: { | ||
start: { | ||
title: string; | ||
subtitle: string; | ||
actionText: string; | ||
actionLink: string; | ||
actionLink__use_email: string; | ||
actionLink__use_phone: string; | ||
actionLink__use_username: string; | ||
actionLink__use_email_username: string; | ||
}; | ||
password: { | ||
title: string; | ||
subtitle: string; | ||
actionLink: string; | ||
}; | ||
forgotPassword: { | ||
title_email: string; | ||
title_phone: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle_email: string; | ||
formSubtitle_phone: string; | ||
resendButton: string; | ||
}; | ||
resetPassword: { | ||
title: string; | ||
formButtonPrimary: string; | ||
successMessage: string; | ||
}; | ||
resetPasswordMfa: { | ||
detailsLabel: string; | ||
}; | ||
emailCode: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
}; | ||
emailLink: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
unusedTab: { | ||
title: string; | ||
}; | ||
verified: { | ||
title: string; | ||
subtitle: string; | ||
}; | ||
verifiedSwitchTab: { | ||
subtitle: string; | ||
titleNewTab: string; | ||
subtitleNewTab: string; | ||
}; | ||
loading: { | ||
title: string; | ||
subtitle: string; | ||
}; | ||
failed: { | ||
title: string; | ||
subtitle: string; | ||
}; | ||
expired: { | ||
title: string; | ||
subtitle: string; | ||
}; | ||
}; | ||
phoneCode: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
}; | ||
phoneCodeMfa: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
}; | ||
totpMfa: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
}; | ||
backupCodeMfa: { | ||
title: string; | ||
subtitle: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
}; | ||
alternativeMethods: { | ||
title: string; | ||
actionLink: string; | ||
blockButton__emailLink: string; | ||
blockButton__emailCode: string; | ||
blockButton__phoneCode: string; | ||
blockButton__password: string; | ||
blockButton__totp: string; | ||
blockButton__backupCode: string; | ||
getHelp: { | ||
title: string; | ||
content: string; | ||
blockButton__emailSupport: string; | ||
}; | ||
}; | ||
noAvailableMethods: { | ||
title: string; | ||
subtitle: string; | ||
message: string; | ||
}; | ||
}; | ||
userProfile: { | ||
mobileButton__menu: string; | ||
formButtonPrimary__continue: string; | ||
formButtonPrimary__finish: string; | ||
formButtonReset: string; | ||
start: { | ||
headerTitle__account: string; | ||
headerTitle__security: string; | ||
headerSubtitle__account: string; | ||
headerSubtitle__security: string; | ||
profileSection: { | ||
title: string; | ||
}; | ||
usernameSection: { | ||
title: string; | ||
primaryButton__changeUsername: string; | ||
primaryButton__setUsername: string; | ||
}; | ||
emailAddressesSection: { | ||
title: string; | ||
primaryButton: string; | ||
detailsTitle__primary: string; | ||
detailsSubtitle__primary: string; | ||
detailsAction__primary: string; | ||
detailsTitle__nonPrimary: string; | ||
detailsSubtitle__nonPrimary: string; | ||
detailsAction__nonPrimary: string; | ||
detailsTitle__unverified: string; | ||
detailsSubtitle__unverified: string; | ||
detailsAction__unverified: string; | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveAction: string; | ||
}; | ||
phoneNumbersSection: { | ||
title: string; | ||
primaryButton: string; | ||
detailsTitle__primary: string; | ||
detailsSubtitle__primary: string; | ||
detailsAction__primary: string; | ||
detailsTitle__nonPrimary: string; | ||
detailsSubtitle__nonPrimary: string; | ||
detailsAction__nonPrimary: string; | ||
detailsTitle__unverified: string; | ||
detailsSubtitle__unverified: string; | ||
detailsAction__unverified: string; | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveAction: string; | ||
}; | ||
connectedAccountsSection: { | ||
title: string; | ||
primaryButton: string; | ||
title__conectionFailed: string; | ||
title__connectionFailed: string; | ||
title__reauthorize: string; | ||
subtitle__reauthorize: string; | ||
actionLabel__conectionFailed: string; | ||
actionLabel__connectionFailed: string; | ||
actionLabel__reauthorize: string; | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveActionAccordionSubtitle: string; | ||
}; | ||
passwordSection: { | ||
title: string; | ||
primaryButton__changePassword: string; | ||
primaryButton__setPassword: string; | ||
}; | ||
mfaSection: { | ||
title: string; | ||
primaryButton: string; | ||
phoneCode: { | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveActionLabel: string; | ||
title__default: string; | ||
title__setDefault: string; | ||
subtitle__default: string; | ||
subtitle__setDefault: string; | ||
actionLabel__setDefault: string; | ||
}; | ||
backupCodes: { | ||
headerTitle: string; | ||
title__regenerate: string; | ||
subtitle__regenerate: string; | ||
actionLabel__regenerate: string; | ||
}; | ||
totp: { | ||
headerTitle: string; | ||
title: string; | ||
subtitle: string; | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveActionLabel: string; | ||
}; | ||
}; | ||
activeDevicesSection: { | ||
title: string; | ||
primaryButton: string; | ||
detailsTitle: string; | ||
detailsSubtitle: string; | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveAction: string; | ||
}; | ||
web3WalletsSection: { | ||
title: string; | ||
primaryButton: string; | ||
destructiveActionTitle: string; | ||
destructiveActionSubtitle: string; | ||
destructiveAction: string; | ||
}; | ||
}; | ||
profilePage: { | ||
title: string; | ||
imageFormTitle: string; | ||
imageFormSubtitle: string; | ||
imageFormDestructiveActionSubtitle: string; | ||
fileDropAreaTitle: string; | ||
fileDropAreaAction: string; | ||
fileDropAreaHint: string; | ||
successMessage: string; | ||
}; | ||
usernamePage: { | ||
title: string; | ||
successMessage: string; | ||
}; | ||
emailAddressPage: { | ||
title: string; | ||
emailCode: { | ||
formHint: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
successMessage: string; | ||
}; | ||
emailLink: { | ||
formHint: string; | ||
formTitle: string; | ||
formSubtitle: string; | ||
resendButton: string; | ||
successMessage: string; | ||
}; | ||
removeResource: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
phoneNumberPage: { | ||
title: string; | ||
successMessage: string; | ||
infoText: string; | ||
infoText__secondary: string; | ||
removeResource: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
connectedAccountPage: { | ||
title: string; | ||
formHint: string; | ||
formHint__noAccounts: string; | ||
socialButtonsBlockButton: string; | ||
successMessage: string; | ||
removeResource: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
web3WalletPage: { | ||
title: string; | ||
subtitle__availableWallets: string; | ||
subtitle__unavailableWallets: string; | ||
successMessage: string; | ||
removeResource: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
passwordPage: { | ||
title: string; | ||
successMessage: string; | ||
changePasswordTitle: string; | ||
changePasswordSuccessMessage: string; | ||
sessionsSignedOutSuccessMessage: string; | ||
}; | ||
mfaPage: { | ||
title: string; | ||
formHint: string; | ||
}; | ||
mfaTOTPPage: { | ||
title: string; | ||
verifyTitle: string; | ||
verifySubtitle: string; | ||
successMessage: string; | ||
authenticatorApp: { | ||
infoText__ableToScan: string; | ||
infoText__unableToScan: string; | ||
inputLabel__unableToScan1: string; | ||
inputLabel__unableToScan2: string; | ||
buttonAbleToScan__nonPrimary: string; | ||
buttonUnableToScan__nonPrimary: string; | ||
}; | ||
removeResource: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
mfaPhoneCodePage: { | ||
title: string; | ||
primaryButton__addPhoneNumber: string; | ||
subtitle__availablePhoneNumbers: string; | ||
subtitle__unavailablePhoneNumbers: string; | ||
successMessage: string; | ||
removeResource: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
backupCodePage: { | ||
title: string; | ||
title__codelist: string; | ||
subtitle__codelist: string; | ||
infoText1: string; | ||
infoText2: string; | ||
successSubtitle: string; | ||
successMessage: string; | ||
actionLabel__copy: string; | ||
actionLabel__copied: string; | ||
actionLabel__download: string; | ||
actionLabel__print: string; | ||
}; | ||
}; | ||
userButton: { | ||
action__manageAccount: string; | ||
action__signOut: string; | ||
action__signOutAll: string; | ||
action__addAccount: string; | ||
}; | ||
organizationSwitcher: { | ||
personalWorkspace: string; | ||
notSelected: string; | ||
action__createOrganization: string; | ||
action__manageOrganization: string; | ||
}; | ||
impersonationFab: { | ||
title: string; | ||
action__signOut: string; | ||
}; | ||
organizationProfile: { | ||
start: { | ||
headerTitle__members: string; | ||
headerTitle__settings: string; | ||
headerSubtitle__members: string; | ||
headerSubtitle__settings: string; | ||
}; | ||
profilePage: { | ||
title: string; | ||
subtitle: string; | ||
successMessage: string; | ||
dangerSection: { | ||
title: string; | ||
leaveOrganization: { | ||
title: string; | ||
messageLine1: string; | ||
messageLine2: string; | ||
successMessage: string; | ||
}; | ||
}; | ||
}; | ||
invitePage: { | ||
title: string; | ||
subtitle: string; | ||
successMessage: string; | ||
detailsTitle__inviteFailed: string; | ||
formButtonPrimary__continue: string; | ||
}; | ||
membersPage: { | ||
detailsTitle__emptyRow: string; | ||
action__invite: string; | ||
start: { | ||
headerTitle__active: string; | ||
headerTitle__invited: string; | ||
}; | ||
activeMembersTab: { | ||
tableHeader__user: string; | ||
tableHeader__joined: string; | ||
tableHeader__role: string; | ||
tableHeader__actions: string; | ||
menuAction__remove: string; | ||
}; | ||
invitedMembersTab: { | ||
tableHeader__invited: string; | ||
menuAction__revoke: string; | ||
}; | ||
}; | ||
}; | ||
createOrganization: { | ||
title: string; | ||
formButtonSubmit: string; | ||
subtitle: string; | ||
invitePage: { | ||
formButtonReset: string; | ||
}; | ||
}; | ||
unstable__errors: { | ||
form_identifier_not_found: string; | ||
form_password_pwned: string; | ||
form_username_invalid_length: string; | ||
form_param_format_invalid: string; | ||
form_password_length_too_short: string; | ||
form_param_nil: string; | ||
form_code_incorrect: string; | ||
form_password_incorrect: string; | ||
form_password_validation_failed: string; | ||
not_allowed_access: string; | ||
form_identifier_exists: string; | ||
form_password_not_strong_enough: string; | ||
passwordComplexity: { | ||
sentencePrefix: string; | ||
minimumLength: string; | ||
maximumLength: string; | ||
requireNumbers: string; | ||
requireLowercase: string; | ||
requireUppercase: string; | ||
requireSpecialCharacter: string; | ||
}; | ||
zxcvbn: { | ||
notEnough: string; | ||
warnings: { | ||
straightRow: string; | ||
keyPattern: string; | ||
simpleRepeat: string; | ||
extendedRepeat: string; | ||
sequences: string; | ||
recentYears: string; | ||
dates: string; | ||
topTen: string; | ||
topHundred: string; | ||
common: string; | ||
similarToCommon: string; | ||
wordByItself: string; | ||
namesByThemselves: string; | ||
commonNames: string; | ||
userInputs: string; | ||
pwned: string; | ||
}; | ||
suggestions: { | ||
l33t: string; | ||
reverseWords: string; | ||
allUppercase: string; | ||
capitalization: string; | ||
dates: string; | ||
recentYears: string; | ||
associatedYears: string; | ||
sequences: string; | ||
repeated: string; | ||
longerKeyboardPattern: string; | ||
anotherWord: string; | ||
useWords: string; | ||
noNeed: string; | ||
pwned: string; | ||
}; | ||
}; | ||
} & Partial<Record<"form_identifier_not_found__password" | "form_password_pwned__password" | "form_username_invalid_length__password" | "form_param_format_invalid__password" | "form_password_length_too_short__password" | "form_param_nil__password" | "form_code_incorrect__password" | "form_password_incorrect__password" | "form_password_validation_failed__password" | "not_allowed_access__password" | "form_identifier_exists__password" | "form_password_not_strong_enough__password" | "passwordComplexity__password" | "zxcvbn__password" | "form_identifier_not_found__name" | "form_password_pwned__name" | "form_username_invalid_length__name" | "form_param_format_invalid__name" | "form_password_length_too_short__name" | "form_param_nil__name" | "form_code_incorrect__name" | "form_password_incorrect__name" | "form_password_validation_failed__name" | "not_allowed_access__name" | "form_identifier_exists__name" | "form_password_not_strong_enough__name" | "passwordComplexity__name" | "zxcvbn__name" | "form_identifier_not_found__slug" | "form_password_pwned__slug" | "form_username_invalid_length__slug" | "form_param_format_invalid__slug" | "form_password_length_too_short__slug" | "form_param_nil__slug" | "form_code_incorrect__slug" | "form_password_incorrect__slug" | "form_password_validation_failed__slug" | "not_allowed_access__slug" | "form_identifier_exists__slug" | "form_password_not_strong_enough__slug" | "passwordComplexity__slug" | "zxcvbn__slug" | "form_identifier_not_found__identifier" | "form_password_pwned__identifier" | "form_username_invalid_length__identifier" | "form_param_format_invalid__identifier" | "form_password_length_too_short__identifier" | "form_param_nil__identifier" | "form_code_incorrect__identifier" | "form_password_incorrect__identifier" | "form_password_validation_failed__identifier" | "not_allowed_access__identifier" | "form_identifier_exists__identifier" | "form_password_not_strong_enough__identifier" | "passwordComplexity__identifier" | "zxcvbn__identifier" | "form_identifier_not_found__username" | "form_password_pwned__username" | "form_username_invalid_length__username" | "form_param_format_invalid__username" | "form_password_length_too_short__username" | "form_param_nil__username" | "form_code_incorrect__username" | "form_password_incorrect__username" | "form_password_validation_failed__username" | "not_allowed_access__username" | "form_identifier_exists__username" | "form_password_not_strong_enough__username" | "passwordComplexity__username" | "zxcvbn__username" | "form_identifier_not_found__code" | "form_password_pwned__code" | "form_username_invalid_length__code" | "form_param_format_invalid__code" | "form_password_length_too_short__code" | "form_param_nil__code" | "form_code_incorrect__code" | "form_password_incorrect__code" | "form_password_validation_failed__code" | "not_allowed_access__code" | "form_identifier_exists__code" | "form_password_not_strong_enough__code" | "passwordComplexity__code" | "zxcvbn__code" | "form_identifier_not_found__first_name" | "form_password_pwned__first_name" | "form_username_invalid_length__first_name" | "form_param_format_invalid__first_name" | "form_password_length_too_short__first_name" | "form_param_nil__first_name" | "form_code_incorrect__first_name" | "form_password_incorrect__first_name" | "form_password_validation_failed__first_name" | "not_allowed_access__first_name" | "form_identifier_exists__first_name" | "form_password_not_strong_enough__first_name" | "passwordComplexity__first_name" | "zxcvbn__first_name" | "form_identifier_not_found__last_name" | "form_password_pwned__last_name" | "form_username_invalid_length__last_name" | "form_param_format_invalid__last_name" | "form_password_length_too_short__last_name" | "form_param_nil__last_name" | "form_code_incorrect__last_name" | "form_password_incorrect__last_name" | "form_password_validation_failed__last_name" | "not_allowed_access__last_name" | "form_identifier_exists__last_name" | "form_password_not_strong_enough__last_name" | "passwordComplexity__last_name" | "zxcvbn__last_name" | "form_identifier_not_found__email_address" | "form_password_pwned__email_address" | "form_username_invalid_length__email_address" | "form_param_format_invalid__email_address" | "form_password_length_too_short__email_address" | "form_param_nil__email_address" | "form_code_incorrect__email_address" | "form_password_incorrect__email_address" | "form_password_validation_failed__email_address" | "not_allowed_access__email_address" | "form_identifier_exists__email_address" | "form_password_not_strong_enough__email_address" | "passwordComplexity__email_address" | "zxcvbn__email_address" | "form_identifier_not_found__phone_number" | "form_password_pwned__phone_number" | "form_username_invalid_length__phone_number" | "form_param_format_invalid__phone_number" | "form_password_length_too_short__phone_number" | "form_param_nil__phone_number" | "form_code_incorrect__phone_number" | "form_password_incorrect__phone_number" | "form_password_validation_failed__phone_number" | "not_allowed_access__phone_number" | "form_identifier_exists__phone_number" | "form_password_not_strong_enough__phone_number" | "passwordComplexity__phone_number" | "zxcvbn__phone_number" | "form_identifier_not_found__current_password" | "form_password_pwned__current_password" | "form_username_invalid_length__current_password" | "form_param_format_invalid__current_password" | "form_password_length_too_short__current_password" | "form_param_nil__current_password" | "form_code_incorrect__current_password" | "form_password_incorrect__current_password" | "form_password_validation_failed__current_password" | "not_allowed_access__current_password" | "form_identifier_exists__current_password" | "form_password_not_strong_enough__current_password" | "passwordComplexity__current_password" | "zxcvbn__current_password" | "form_identifier_not_found__new_password" | "form_password_pwned__new_password" | "form_username_invalid_length__new_password" | "form_param_format_invalid__new_password" | "form_password_length_too_short__new_password" | "form_param_nil__new_password" | "form_code_incorrect__new_password" | "form_password_incorrect__new_password" | "form_password_validation_failed__new_password" | "not_allowed_access__new_password" | "form_identifier_exists__new_password" | "form_password_not_strong_enough__new_password" | "passwordComplexity__new_password" | "zxcvbn__new_password" | "form_identifier_not_found__sign_out_of_other_sessions" | "form_password_pwned__sign_out_of_other_sessions" | "form_username_invalid_length__sign_out_of_other_sessions" | "form_param_format_invalid__sign_out_of_other_sessions" | "form_password_length_too_short__sign_out_of_other_sessions" | "form_param_nil__sign_out_of_other_sessions" | "form_code_incorrect__sign_out_of_other_sessions" | "form_password_incorrect__sign_out_of_other_sessions" | "form_password_validation_failed__sign_out_of_other_sessions" | "not_allowed_access__sign_out_of_other_sessions" | "form_identifier_exists__sign_out_of_other_sessions" | "form_password_not_strong_enough__sign_out_of_other_sessions" | "passwordComplexity__sign_out_of_other_sessions" | "zxcvbn__sign_out_of_other_sessions" | "form_identifier_not_found__confirm_password" | "form_password_pwned__confirm_password" | "form_username_invalid_length__confirm_password" | "form_param_format_invalid__confirm_password" | "form_password_length_too_short__confirm_password" | "form_param_nil__confirm_password" | "form_code_incorrect__confirm_password" | "form_password_incorrect__confirm_password" | "form_password_validation_failed__confirm_password" | "not_allowed_access__confirm_password" | "form_identifier_exists__confirm_password" | "form_password_not_strong_enough__confirm_password" | "passwordComplexity__confirm_password" | "zxcvbn__confirm_password", string>>; | ||
dates: { | ||
previous6Days: string; | ||
lastDay: string; | ||
sameDay: string; | ||
nextDay: string; | ||
next6Days: string; | ||
numeric: string; | ||
}; | ||
}>; | ||
export declare const nlBE: LocalizationResource; | ||
//# sourceMappingURL=nl-NL.d.ts.map |
{ | ||
"name": "@clerk/localizations", | ||
"version": "1.12.0", | ||
"version": "1.13.0-staging.0", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "description": "Localizations for the Clerk components", | ||
"dependencies": { | ||
"@clerk/types": "^3.36.0" | ||
"@clerk/types": "^3.37.0-staging.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "fdd347a7332d07e9fabebfe9d661924564997d37" | ||
"gitHead": "0d086be3cf7d3824ff3a0e9c9f2ac1ebbedc19a2" | ||
} |
@@ -78,2 +78,6 @@ <p align="center"> | ||
## Contributing | ||
We're open to all community contributions! If you'd like to contribute in any way, please read [our contribution guidelines](https://github.com/clerkinc/javascript/blob/main/docs/CONTRIBUTING.md). | ||
## Security | ||
@@ -85,3 +89,3 @@ | ||
_For more information and to report security issues, please refer to our [security documentation](https://github.com/clerkinc/javascript/blob/main/packages/localizations/docs/SECURITY.md)._ | ||
_For more information and to report security issues, please refer to our [security documentation](https://github.com/clerkinc/javascript/blob/main/docs/SECURITY.md)._ | ||
@@ -88,0 +92,0 @@ ## License |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95
1188674
1980
1