@clerk/localizations
Advanced tools
Comparing version 1.11.0-staging.0 to 1.11.0-staging.1
@@ -264,5 +264,7 @@ import type { LocalizationResource } from '@clerk/types'; | ||
title__conectionFailed: string; | ||
title__connectionFailed: string; | ||
title__reauthorize: string; | ||
subtitle__reauthorize: string; | ||
actionLabel__conectionFailed: string; | ||
actionLabel__connectionFailed: string; | ||
actionLabel__reauthorize: string; | ||
@@ -538,3 +540,12 @@ destructiveActionTitle: string; | ||
form_identifier_exists: 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" | "not_allowed_access__password" | "form_identifier_exists__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" | "not_allowed_access__name" | "form_identifier_exists__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" | "not_allowed_access__slug" | "form_identifier_exists__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" | "not_allowed_access__identifier" | "form_identifier_exists__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" | "not_allowed_access__username" | "form_identifier_exists__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" | "not_allowed_access__code" | "form_identifier_exists__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" | "not_allowed_access__first_name" | "form_identifier_exists__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" | "not_allowed_access__last_name" | "form_identifier_exists__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" | "not_allowed_access__email_address" | "form_identifier_exists__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" | "not_allowed_access__phone_number" | "form_identifier_exists__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" | "not_allowed_access__current_password" | "form_identifier_exists__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" | "not_allowed_access__new_password" | "form_identifier_exists__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" | "not_allowed_access__sign_out_of_other_sessions" | "form_identifier_exists__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" | "not_allowed_access__confirm_password" | "form_identifier_exists__confirm_password", string>>; | ||
passwordComplexity: { | ||
sentencePrefix: string; | ||
minimumLength: string; | ||
maximumLength: string; | ||
requireNumbers: string; | ||
requireLowercase: string; | ||
requireUppercase: string; | ||
requireSpecialCharacter: 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" | "not_allowed_access__password" | "form_identifier_exists__password" | "passwordComplexity__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" | "not_allowed_access__name" | "form_identifier_exists__name" | "passwordComplexity__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" | "not_allowed_access__slug" | "form_identifier_exists__slug" | "passwordComplexity__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" | "not_allowed_access__identifier" | "form_identifier_exists__identifier" | "passwordComplexity__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" | "not_allowed_access__username" | "form_identifier_exists__username" | "passwordComplexity__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" | "not_allowed_access__code" | "form_identifier_exists__code" | "passwordComplexity__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" | "not_allowed_access__first_name" | "form_identifier_exists__first_name" | "passwordComplexity__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" | "not_allowed_access__last_name" | "form_identifier_exists__last_name" | "passwordComplexity__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" | "not_allowed_access__email_address" | "form_identifier_exists__email_address" | "passwordComplexity__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" | "not_allowed_access__phone_number" | "form_identifier_exists__phone_number" | "passwordComplexity__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" | "not_allowed_access__current_password" | "form_identifier_exists__current_password" | "passwordComplexity__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" | "not_allowed_access__new_password" | "form_identifier_exists__new_password" | "passwordComplexity__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" | "not_allowed_access__sign_out_of_other_sessions" | "form_identifier_exists__sign_out_of_other_sessions" | "passwordComplexity__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" | "not_allowed_access__confirm_password" | "form_identifier_exists__confirm_password" | "passwordComplexity__confirm_password", string>>; | ||
dates: { | ||
@@ -541,0 +552,0 @@ previous6Days: string; |
{ | ||
"name": "@clerk/localizations", | ||
"version": "1.11.0-staging.0", | ||
"version": "1.11.0-staging.1", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "description": "Localizations for the Clerk components", | ||
"dependencies": { | ||
"@clerk/types": "^3.35.0-staging.1" | ||
"@clerk/types": "^3.35.0-staging.2" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "e68d0dd1aee11df5122b12fefcc41856267b23f9" | ||
"gitHead": "349822bf586bddac09f7e252983e7c1b83a5c8df" | ||
} |
@@ -74,3 +74,3 @@ <p align="center"> | ||
- Join our official community [Discord server](https://discord.com/invite/b5rXHjAg7A) | ||
- Join our official community [Discord server](https://clerk.com/discord) | ||
- Open a [GitHub support issue](https://github.com/clerkinc/javascript/issues/new?assignees=&labels=question&template=ask_a_question.md&title=Support%3A+) | ||
@@ -77,0 +77,0 @@ - Contact options listed on [our Support page](https://clerk.com/support?utm_source=github&utm_medium=clerk_localizations) |
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
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
1137920
2444