-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(localizations): Update translations for multiple languages (#4700)
Co-authored-by: navid18 <[email protected]> Co-authored-by: Tom Milewski <[email protected]>
- Loading branch information
1 parent
8cdfa8f
commit b9a5bea
Showing
15 changed files
with
1,153 additions
and
1,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@clerk/localizations': minor | ||
--- | ||
|
||
Updated translations for multiple languages: be-BY, bg-BG, ca-ES, cs-CZ, da-DK, de-DE, en-US, es-ES, fr-FR, it-IT, nl-NL, pt-BR, pt-PT, tr-TR |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,20 +51,20 @@ export const caES: LocalizationResource = { | |
formFieldError__verificationLinkExpired: "L'enllaç de verificació ha caducat. Si us plau, sol·licita un nou enllaç.", | ||
formFieldHintText__optional: 'Opcional', | ||
formFieldHintText__slug: "Un slug és un ID llegible per humans que ha de ser únic. Sovint s'utilitza en URL.", | ||
formFieldInputPlaceholder__backupCode: undefined, | ||
formFieldInputPlaceholder__backupCode: 'Codi de seguretat', | ||
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Eliminar compte', | ||
formFieldInputPlaceholder__emailAddress: undefined, | ||
formFieldInputPlaceholder__emailAddress_username: undefined, | ||
formFieldInputPlaceholder__emailAddress: '[email protected]', | ||
formFieldInputPlaceholder__emailAddress_username: "[email protected] o nom d'usuari", | ||
formFieldInputPlaceholder__emailAddresses: '[email protected], [email protected]', | ||
formFieldInputPlaceholder__firstName: undefined, | ||
formFieldInputPlaceholder__lastName: undefined, | ||
formFieldInputPlaceholder__organizationDomain: undefined, | ||
formFieldInputPlaceholder__organizationDomainEmailAddress: undefined, | ||
formFieldInputPlaceholder__organizationName: undefined, | ||
formFieldInputPlaceholder__firstName: 'Nom', | ||
formFieldInputPlaceholder__lastName: 'Cognoms', | ||
formFieldInputPlaceholder__organizationDomain: 'exemple.com', | ||
formFieldInputPlaceholder__organizationDomainEmailAddress: '[email protected]', | ||
formFieldInputPlaceholder__organizationName: "Nom de l'organització", | ||
formFieldInputPlaceholder__organizationSlug: 'la-meva-org', | ||
formFieldInputPlaceholder__password: undefined, | ||
formFieldInputPlaceholder__phoneNumber: undefined, | ||
formFieldInputPlaceholder__username: undefined, | ||
formFieldInputPlaceholder__password: 'Contrasenya', | ||
formFieldInputPlaceholder__phoneNumber: 'Número de telèfon', | ||
formFieldInputPlaceholder__username: "Nom d'usuari", | ||
formFieldLabel__automaticInvitations: 'Activa invitacions automàtiques per a aquest domini', | ||
formFieldLabel__backupCode: 'Codi de seguretat', | ||
formFieldLabel__confirmDeletion: 'Confirmació', | ||
|
@@ -449,28 +449,28 @@ export const caES: LocalizationResource = { | |
"El registre no ha estat exitós a causa de validacions de seguretat fallides. Si us plau, actualitza la pàgina per tornar-ho a intentar o posa't en contacte amb el suport per obtenir més assistència.", | ||
captcha_unavailable: | ||
"El registre no ha estat exitós a causa de la validació fallida de bot. Si us plau, actualitza la pàgina per tornar-ho a intentar o posa't en contacte amb el suport per obtenir més assistència.", | ||
form_code_incorrect: undefined, | ||
form_identifier_exists: undefined, | ||
form_identifier_not_found: undefined, | ||
form_param_format_invalid: undefined, | ||
form_code_incorrect: 'El codi introduït no és vàlid. Si us plau, comprova el codi i torna-ho a intentar.', | ||
form_identifier_exists: 'Aquest identificador ja existeix. Si us plau, tria un altre identificador.', | ||
form_identifier_not_found: "No s'ha trobat cap identificador coincident. Si us plau, comprova el valor introduït.", | ||
form_param_format_invalid: 'Format de paràmetre no vàlid.', | ||
form_param_format_invalid__email_address: "L'adreça de correu electrònic ha de ser una adreça vàlida.", | ||
form_param_format_invalid__phone_number: 'El número de telèfon ha de tenir un format internacional vàlid', | ||
form_param_format_invalid__phone_number: 'El número de telèfon ha de tenir un format internacional vàlid.', | ||
form_param_max_length_exceeded__first_name: 'El nom no ha de superar els 256 caràcters.', | ||
form_param_max_length_exceeded__last_name: 'Els cognoms no han de superar els 256 caràcters.', | ||
form_param_max_length_exceeded__name: 'El nom no ha de superar els 256 caràcters.', | ||
form_param_nil: undefined, | ||
form_password_incorrect: undefined, | ||
form_password_length_too_short: undefined, | ||
form_param_nil: 'El valor del camp no pot ser nul. Si us plau, completa aquest camp.', | ||
form_password_incorrect: 'La contrasenya introduïda és incorrecta.', | ||
form_password_length_too_short: 'La teva contrasenya ha de tenir almenys 8 caràcters.', | ||
form_password_not_strong_enough: 'La teva contrasenya no és prou forta.', | ||
form_password_pwned: | ||
'Aquesta contrasenya ha aparegut en una filtració i no es pot utilitzar, si us plau, prova una altra contrasenya.', | ||
form_password_size_in_bytes_exceeded: | ||
'La teva contrasenya ha superat el nombre màxim de bytes permesos, si us plau, redueix-la o elimina alguns caràcters especials.', | ||
form_password_validation_failed: 'Contrasenya incorrecta', | ||
form_username_invalid_character: undefined, | ||
form_username_invalid_length: undefined, | ||
form_username_invalid_character: "El nom d'usuari conté caràcters no vàlids.", | ||
form_username_invalid_length: "El nom d'usuari ha de tenir entre 3 i 50 caràcters.", | ||
identification_deletion_failed: 'No pots eliminar la teva última identificació.', | ||
not_allowed_access: undefined, | ||
not_allowed_access: "No tens permís per accedir a aquesta pàgina. Si us plau, posa't en contacte amb el suport.", | ||
passwordComplexity: { | ||
maximumLength: 'menys de {{length}} caràcters', | ||
minimumLength: '{{length}} o més caràcters', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.