diff --git a/.changeset/pretty-chicken-visit.md b/.changeset/pretty-chicken-visit.md new file mode 100644 index 00000000000..366c8704dc9 --- /dev/null +++ b/.changeset/pretty-chicken-visit.md @@ -0,0 +1,6 @@ +--- +'@clerk/localizations': minor +--- + +Remove `not_allowed_access` localizations from `en_*` localization files to rely on more-specific API-based error messages. +Update and translate additional non-english `not_allowed_access` error messages. diff --git a/packages/clerk-js/src/ui/localization/__tests__/makeLocalizable.test.tsx b/packages/clerk-js/src/ui/localization/__tests__/makeLocalizable.test.tsx index f633d33a067..9df02c4bf7a 100644 --- a/packages/clerk-js/src/ui/localization/__tests__/makeLocalizable.test.tsx +++ b/packages/clerk-js/src/ui/localization/__tests__/makeLocalizable.test.tsx @@ -100,7 +100,7 @@ describe('Test localizable components', () => { form_param_nil: 'form_param_nil', form_code_incorrect: 'form_code_incorrect', form_password_incorrect: 'form_password_incorrect', - not_allowed_access: 'not_allowed_access', + not_allowed_access: undefined, form_identifier_exists: 'form_identifier_exists', form_identifier_exists__username: 'form_identifier_exists__username', form_identifier_exists__email_address: 'form_identifier_exists__email_address', @@ -126,7 +126,7 @@ describe('Test localizable components', () => { expect(translateError({ code: 'form_param_nil', message: 'message' })).toBe('form_param_nil'); expect(translateError({ code: 'form_code_incorrect', message: 'message' })).toBe('form_code_incorrect'); expect(translateError({ code: 'form_password_incorrect', message: 'message' })).toBe('form_password_incorrect'); - expect(translateError({ code: 'not_allowed_access', message: 'message' })).toBe('not_allowed_access'); + expect(translateError({ code: 'not_allowed_access', message: 'message' })).toBe('message'); expect(translateError({ code: 'form_identifier_exists', message: 'message' })).toBe('form_identifier_exists'); expect( translateError({ code: 'form_identifier_exists', message: 'message', meta: { paramName: 'username' } }), diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index 217cf457fe3..8cecb766562 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -20,6 +20,10 @@ export const arSA: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -613,7 +617,8 @@ export const arSA: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'لا يمكن حذف هويتك الآخيرة ', - not_allowed_access: undefined, + not_allowed_access: + 'لا يُسمح بالتسجيل باستخدام عنوان البريد الإلكتروني أو رقم الهاتف. قد يكون ذلك بسبب استخدام "+" أو "=" أو "#" أو "." في عنوان بريدك الإلكتروني، أو استخدام نطاق متصل بخدمة بريد إلكتروني مؤقتة، أو حظرك بشكل صريح. إذا كنت تعتقد أن هذا خطأ، يُرجى التواصل مع الدعم.', organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/be-BY.ts b/packages/localizations/src/be-BY.ts index 03961cbaa6f..4cca6b25593 100644 --- a/packages/localizations/src/be-BY.ts +++ b/packages/localizations/src/be-BY.ts @@ -20,6 +20,10 @@ export const beBY: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -620,7 +624,8 @@ export const beBY: LocalizationResource = { form_username_invalid_character: 'Імя карыстальніка змяшчае недапушчальныя сімвалы.', form_username_invalid_length: 'Імя карыстальніка павінна быць ад 3 да 50 сімвалаў.', identification_deletion_failed: 'Вы не можаце выдаліць вашу апошнюю ідэнтыфікацыю.', - not_allowed_access: 'Вы не маеце правоў доступу.', + not_allowed_access: + "Адрас электроннай пошты ці нумар тэлефона не дазволены для рэгістрацыі. Гэта можа быць звязана з выкарыстаннем знакаў '+', '=', '#' або '.' у вашым адрасе электроннай пошты, з дапамогай дамена, падлучанага да часовай службы электроннай пошты, або відавочна заблакіраваны. Калі вы лічыце, што гэта памылка, звярніцеся ў службу падтрымкі.", organization_domain_blocked: 'Дамен арганізацыі заблакаван.', organization_domain_common: 'Дамен арганізацыі звычайны і не можа быць выкарыстаны.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index 294ca9f524d..70082edc758 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -20,6 +20,10 @@ export const bgBG: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -612,7 +616,8 @@ export const bgBG: LocalizationResource = { form_username_invalid_character: 'Потребителското име съдържа невалидни символи.', form_username_invalid_length: 'Потребителското име трябва да бъде между 3 и 256 символа.', identification_deletion_failed: 'Не можете да изтриете последната си идентификация.', - not_allowed_access: 'Нямате необходимите разрешения за достъп.', + not_allowed_access: + 'Имейл адресът или телефонният номер не са разрешени за регистрация. Това може да се дължи на използването на „+“, „=“, „#“ или „.“ във вашия имейл адрес, като използвате домейн, свързан с временна имейл услуга, или сте изрично блокирани. Ако смятате, че това е грешка, моля, свържете се с поддръжката.', organization_domain_blocked: 'Доменът на организацията е блокиран.', organization_domain_common: 'Доменът на организацията е твърде общ.', organization_domain_exists_for_enterprise_connection: undefined, @@ -632,8 +637,8 @@ export const bgBG: LocalizationResource = { requireUppercase: 'главна буква', sentencePrefix: 'Вашата парола трябва да съдържа', }, - session_exists: 'Вече сте влезнали.', phone_number_exists: 'Този телефонен номер е зает. Моля, опитайте с друг.', + session_exists: 'Вече сте влезнали.', web3_missing_identifier: undefined, zxcvbn: { couldBeStronger: 'Вашата парола работи, но може да бъде по-сигурна. Опитайте да добавите повече символи.', diff --git a/packages/localizations/src/ca-ES.ts b/packages/localizations/src/ca-ES.ts index ad22a8ab67c..5153f81abff 100644 --- a/packages/localizations/src/ca-ES.ts +++ b/packages/localizations/src/ca-ES.ts @@ -20,6 +20,10 @@ export const caES: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -615,7 +619,8 @@ export const caES: LocalizationResource = { 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: "No tens permís per accedir a aquesta pàgina. Si us plau, posa't en contacte amb el suport.", + not_allowed_access: + "L'adreça de correu electrònic o el número de telèfon no es permet registrar-se. Això podria ser degut a l'ús de '+', '=', '#' o '.' a la vostra adreça de correu electrònic, utilitzant un domini connectat amb un servei de correu electrònic temporal o bloquejant-se explícitament. Si creieu que es tracta d'un error, poseu-vos en contacte amb el servei d'assistència.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/cs-CZ.ts b/packages/localizations/src/cs-CZ.ts index 58bb0f80b1a..ee8f2d77868 100644 --- a/packages/localizations/src/cs-CZ.ts +++ b/packages/localizations/src/cs-CZ.ts @@ -20,6 +20,10 @@ export const csCZ: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -612,7 +616,8 @@ export const csCZ: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: undefined, + not_allowed_access: + "E-mailová adresa nebo telefonní číslo není povoleno k registraci. Může to být způsobeno použitím '+', '=', '#' nebo '.' ve vaší e-mailové adrese, pomocí domény propojené s dočasnou e-mailovou službou nebo jsou explicitně blokovány. Pokud se domníváte, že se jedná o chybu, kontaktujte podporu.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/da-DK.ts b/packages/localizations/src/da-DK.ts index 21ecebc48f7..83b52b0de78 100644 --- a/packages/localizations/src/da-DK.ts +++ b/packages/localizations/src/da-DK.ts @@ -20,6 +20,10 @@ export const daDK: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -613,7 +617,8 @@ export const daDK: LocalizationResource = { form_username_invalid_character: 'Brugernavnet indeholder ugyldige tegn.', form_username_invalid_length: 'Brugernavnet har en ugyldig længde.', identification_deletion_failed: 'Du kan ikke slette din sidste identifikation.', - not_allowed_access: 'Adgang ikke tilladt.', + not_allowed_access: + "E-mailadressen eller telefonnummeret er ikke tilladt at tilmelde sig. Dette kan skyldes brug af '+', '=', '#' eller '.' i din e-mail-adresse, ved at bruge et domæne, der er forbundet med en midlertidig e-mail-tjeneste, eller ved at blive eksplicit blokeret. Hvis du mener, at dette er en fejl, bedes du kontakte support.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index 43037987bbb..e965beade0c 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -20,6 +20,10 @@ export const deDE: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -625,7 +629,7 @@ export const deDE: LocalizationResource = { form_username_invalid_length: 'Der Benutzername muss zwischen 3 und 30 Zeichen lang sein.', identification_deletion_failed: 'Sie können Ihre letzte Kennung nicht löschen.', not_allowed_access: - 'Sie haben keine Berechtigung, auf diese Seite zuzugreifen. Bitte kontaktieren Sie den Support, wenn Sie glauben, dass dies ein Fehler ist.', + "Die E-Mail-Adresse oder Telefonnummer ist für die Anmeldung nicht zulässig. Dies kann daran liegen, dass Ihre E-Mail-Adresse die Zeichen '+', '=', '#' oder '.' enthält, Sie eine Domain verwenden, die mit einem temporären E-Mail-Dienst verknüpft ist, oder dass Sie explizit gesperrt sind. Wenn Sie glauben, dass dies ein Fehler ist, wenden Sie sich bitte an den Support.", organization_domain_blocked: 'Diese E-Mail-Provider-Domain ist gesperrt. Bitte verwenden Sie eine andere.', organization_domain_common: 'Dies ist eine gängige E-Mail-Provider-Domain. Bitte verwenden Sie eine andere.', organization_domain_exists_for_enterprise_connection: diff --git a/packages/localizations/src/el-GR.ts b/packages/localizations/src/el-GR.ts index 69f9bb6fa78..f858cc95b6c 100644 --- a/packages/localizations/src/el-GR.ts +++ b/packages/localizations/src/el-GR.ts @@ -20,6 +20,10 @@ export const elGR: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -618,7 +622,8 @@ export const elGR: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Δεν μπορείτε να διαγράψετε το τελευταίο στοιχείο ταυτοποιησής σας.', - not_allowed_access: undefined, + not_allowed_access: + "Η διεύθυνση email ή το τηλέφωνο δεν επιτρέπεται για την εγγραφή. Αυτό μπορεί να οφείλεται στη χρήση '+', '=', '#' ή '.' στην διεύθυνση email σας, χρήση πεδίου που συνδέεται με υπηρεσία email, ή εμφανής αποκλεισμός. Αν πιστεύετε ότι αυτό είναι ένα σφάλμα, παρακαλούμε επικοινωνήστε με την υποστήριξη.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/en-GB.ts b/packages/localizations/src/en-GB.ts index 230fa82db73..5225029add8 100644 --- a/packages/localizations/src/en-GB.ts +++ b/packages/localizations/src/en-GB.ts @@ -20,6 +20,10 @@ export const enGB: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -620,8 +624,7 @@ export const enGB: LocalizationResource = { 'Your username contains invalid characters. Please use only letters, numbers, and underscores.', form_username_invalid_length: 'Your username must be between 3 and 20 characters long.', identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: - "The email address or phone number is not allowed to sign up. This could be due to using '+', '=', '#', or '.' in your email address, using a domain connected with a temporary email service, or being explicitly blocked. If you believe this is an error, please contact support.", + not_allowed_access: undefined, organization_domain_blocked: 'This is a blocked email provider domain. Please use a different one.', organization_domain_common: 'This is a common email provider domain. Please use a different one.', organization_domain_exists_for_enterprise_connection: 'This domain is already used for your organisation’s SSO', diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 8a3f14dc3a1..4065c021fb6 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -9,8 +9,8 @@ export const enUS: LocalizationResource = { description__paymentSuccessful: 'Your new subscription is all set.', description__subscriptionSuccessful: 'Your new subscription is all set.', emailForm: { - title: 'Add an email address', subtitle: 'Before you can complete your purchase you must add an email address where receipts will be sent.', + title: 'Add an email address', }, lineItems: { title__invoiceId: 'Invoice ID', @@ -613,8 +613,7 @@ export const enUS: LocalizationResource = { 'Your username contains invalid characters. Please use only letters, numbers, and underscores.', form_username_invalid_length: 'Your username must be between {{min_length}} and {{max_length}} characters long.', identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: - "The email address or phone number is not allowed to sign up. This could be due to using '+', '=', '#', or '.' in your email address, using a domain connected with a temporary email service, or being explicitly blocked. If you believe this is an error, please contact support.", + not_allowed_access: undefined, organization_domain_blocked: 'This is a blocked email provider domain. Please use a different one.', organization_domain_common: 'This is a common email provider domain. Please use a different one.', organization_domain_exists_for_enterprise_connection: 'This domain is already used for your organization’s SSO', diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index de34c6df4e4..aa6c80e53b6 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -20,6 +20,10 @@ export const esES: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -616,7 +620,8 @@ export const esES: LocalizationResource = { form_username_invalid_character: 'El nombre de usuario contiene caracteres inválidos.', form_username_invalid_length: 'El nombre de usuario debe tener entre 3 y 20 caracteres.', identification_deletion_failed: 'No puedes eliminar tu última identificación.', - not_allowed_access: 'Acceso no permitido.', + not_allowed_access: + "La dirección de correo electrónico o el número de teléfono no está permitido para registrarse. Esto puede deberse al uso de '+', '=', '#' o '.' en tu dirección de correo electrónico, el uso de un dominio conectado a un servicio de correo electrónico temporal o la exclusión explícita. Si cree que se trata de un error, póngase en contacto con el soporte.", organization_domain_blocked: 'Este es un dominio bloqueado, por favor usa otro.', organization_domain_common: 'Este es un dominio común, por favor usa otro.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index 744ad8005f9..29f5d98f738 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -20,6 +20,10 @@ export const esMX: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -619,7 +623,8 @@ export const esMX: LocalizationResource = { form_username_invalid_character: 'Carácter inválido.', form_username_invalid_length: 'La longitud del nombre de usuario es demasiado corta.', identification_deletion_failed: 'No se puede eliminar la última identificación.', - not_allowed_access: 'No tienes permiso para acceder a este recurso.', + not_allowed_access: + "La dirección de correo electrónico o el número de teléfono no está permitido para registrarse. Esto puede deberse al uso de '+', '=', '#' o '.' en tu dirección de correo electrónico, el uso de un dominio conectado a un servicio de correo electrónico temporal o la exclusión explícita. Si cree que se trata de un error, póngase en contacto con el soporte.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/es-UY.ts b/packages/localizations/src/es-UY.ts index 27f2f50fbfa..57f201b0f5f 100644 --- a/packages/localizations/src/es-UY.ts +++ b/packages/localizations/src/es-UY.ts @@ -579,7 +579,7 @@ export const esUY: LocalizationResource = { form_username_invalid_length: 'Tu nombre de usuario debe tener entre {{min_length}} y {{max_length}} caracteres.', identification_deletion_failed: 'No podés eliminar tu última identificación.', not_allowed_access: - 'No tenés permiso para acceder a esta página. Por favor, contactá al soporte si creés que esto es un error.', + "La dirección de correo electrónico o el número de teléfono no está permitido para registrarse. Esto puede deberse al uso de '+', '=', '#' o '.' en tu dirección de correo electrónico, el uso de un dominio conectado a un servicio de correo electrónico temporal o la exclusión explícita. Si cree que se trata de un error, póngase en contacto con el soporte.", organization_domain_blocked: 'Este es un dominio de proveedor de correo bloqueado. Por favor, usá otro.', organization_domain_common: 'Este es un dominio de proveedor de correo común. Por favor, usá otro.', organization_domain_exists_for_enterprise_connection: 'Este dominio ya se utiliza para el SSO de tu organización.', diff --git a/packages/localizations/src/fi-FI.ts b/packages/localizations/src/fi-FI.ts index 3efbd3c6d98..0d8a5ed88b4 100644 --- a/packages/localizations/src/fi-FI.ts +++ b/packages/localizations/src/fi-FI.ts @@ -20,6 +20,10 @@ export const fiFI: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -616,7 +620,8 @@ export const fiFI: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Et voi poistaa viimeistä henkilöllisyyttäsi.', - not_allowed_access: undefined, + not_allowed_access: + "Sähköpostiosoite tai puhelinnumero ei ole sallittu rekisteröityäksesi. Tämä voi johtua siitä, että sähköpostiosoite sisältää '+', '=', '#' tai '.' merkkejä, käyttäät aluetta, joka on sidottu tilapäisyyden sähköpostitilaukseen, tai olet eksplisiittisesti estetty. Jos uskoo, että tämä on virhe, ota yhteyttä tukeen.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index 55c3af8c3f6..1da7bc11f92 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -20,6 +20,10 @@ export const frFR: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -620,7 +624,8 @@ export const frFR: LocalizationResource = { form_username_invalid_character: "L'identifiant contient des caractères invalides.", form_username_invalid_length: "Le nombre de caractères de l'identifiant est invalide.", identification_deletion_failed: 'Vous ne pouvez pas supprimer votre dernière identification.', - not_allowed_access: 'Accès non autorisé', + not_allowed_access: + "L'adresse e-mail ou le numéro de téléphone n'est pas autorisée à s'inscrire. Cela peut être dû à l'utilisation de '+', '=', '#' ou '.' dans votre adresse e-mail, l'utilisation d'un domaine connecté à un service de messagerie temporaire ou l'exclusion explicite. Si vous pensez que c'est une erreur, veuillez contacter le support.", organization_domain_blocked: "Ce domaine d'organisation est bloqué.", organization_domain_common: 'Ce domaine est trop courant pour une organisation.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index 1d46721aa1c..2c1be1646f4 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -20,6 +20,10 @@ export const heIL: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -606,7 +610,8 @@ export const heIL: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'לא ניתן למחוק את הזיהוי האחרון שלך.', - not_allowed_access: undefined, + not_allowed_access: + "האימייל או מספר הטלפון אינו מותר להרשמה. זה עשוי להיות בגלל השימוש ב-'+', '=', '#' או '.' בכתובת האימייל שלך, השימוש בתחום המחובר לשירות אימייל זמני או הפרסט בכתובת האימייל שלך. אם מחזרים שגיאה, נא ליצור קשר עם תמיכה.", organization_domain_blocked: 'הדומיין של ספק האימייל הזה חסום. אנא נסה אחד שונה.', organization_domain_common: 'הדומיין של ספק האימייל הזה נפוץ. אנא נסה אחד שונה.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/hr-HR.ts b/packages/localizations/src/hr-HR.ts index d2d25d98251..b5c133f745d 100644 --- a/packages/localizations/src/hr-HR.ts +++ b/packages/localizations/src/hr-HR.ts @@ -20,6 +20,10 @@ export const hrHR: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -619,7 +623,8 @@ export const hrHR: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Ne možete izbrisati svoju posljednju identifikaciju.', - not_allowed_access: undefined, + not_allowed_access: + "E-mail adresa ili broj telefona nije dozvoljen za registraciju. Ovo može biti zbog korištenja '+', '=', '#' ili '.' u vašoj e-mail adresi, korištenja domene povezane s vremenskom e-mail uslugom ili eksplicitnog blokiranja. Ako smatrate da je ovo pogreška, obratite se podršci.", organization_domain_blocked: 'Ovo je blokirana domena pružatelja e-pošte. Molimo koristite drugu.', organization_domain_common: 'Ovo je uobičajena domena pružatelja e-pošte. Molimo koristite drugu.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/hu-HU.ts b/packages/localizations/src/hu-HU.ts index 3ae99a54058..ac34debeadd 100644 --- a/packages/localizations/src/hu-HU.ts +++ b/packages/localizations/src/hu-HU.ts @@ -20,6 +20,10 @@ export const huHU: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -616,7 +620,8 @@ export const huHU: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Nem törölheted ki az utolsó azonosítód.', - not_allowed_access: undefined, + not_allowed_access: + "Az email címed vagy a telefonszámod nem használható regisztrációhoz. Ez lehet, mert az email címedben vagy a telefonszámodban szerepel a '+', '=', '#' vagy '.' karakter, vagy az email címedben vagy a telefonszámodban szerepel egy időzített email szolgáltató vagy kizárt tartomány. Ha úgy gondolja, hogy ez hiba, vegye fel velünk a kapcsolatot.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/id-ID.ts b/packages/localizations/src/id-ID.ts index 78b5ae4bf81..d2aeb28ce05 100644 --- a/packages/localizations/src/id-ID.ts +++ b/packages/localizations/src/id-ID.ts @@ -20,6 +20,10 @@ export const idID: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -623,7 +627,8 @@ export const idID: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Anda tidak dapat menghapus identifikasi terakhir Anda.', - not_allowed_access: undefined, + not_allowed_access: + "Alamat email atau nomor telepon tidak diizinkan untuk mendaftar. Ini mungkin disebabkan oleh penggunaan '+', '=', '#' atau '.' dalam alamat email Anda, penggunaan domain yang terhubung dengan layanan email sementara, atau pengecualian eksplisit. Jika Anda menganggap ini sebagai kesalahan, silakan hubungi dukungan.", organization_domain_blocked: 'Ini adalah domain penyedia email yang diblokir. Silakan gunakan yang lain.', organization_domain_common: 'Ini adalah domain penyedia email umum. Silakan gunakan yang lain.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index 981c61a6beb..25780b11f48 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -20,6 +20,10 @@ export const isIS: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -619,7 +623,8 @@ export const isIS: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Þú getur ekki eytt síðasta auðkenni þínu.', - not_allowed_access: undefined, + not_allowed_access: + "Netfang eða símanúmer þitt er ekki leyft til að skrá sig. Þetta gæti verið vegna þess að þú ert að nota '+', '=', '#' eða '.' í netfangi þínu, að nota domen sem tengist tímabundnum tölvupóstur, eða að þú ert búinn til að nota það. Ef þú reynir að skrá sig og færð villu, vinsamlegast hafið samband við stuðning.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/it-IT.ts b/packages/localizations/src/it-IT.ts index 2cb6dd07649..a3324f77b3d 100644 --- a/packages/localizations/src/it-IT.ts +++ b/packages/localizations/src/it-IT.ts @@ -20,6 +20,10 @@ export const itIT: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -616,7 +620,8 @@ export const itIT: LocalizationResource = { form_username_invalid_character: 'Il nome utente contiene caratteri non validi.', form_username_invalid_length: 'Il nome utente deve avere una lunghezza compresa tra 3 e 32 caratteri.', identification_deletion_failed: 'Non puoi eliminare la tua ultima identificazione.', - not_allowed_access: 'Non hai accesso a questa risorsa.', + not_allowed_access: + "L'indirizzo email o il numero di telefono non è autorizzato per la registrazione. Questo può essere dovuto all'uso di '+', '=', '#' o '.' nell'indirizzo email, l'uso di un dominio collegato a un servizio email temporaneo o l'esclusione esplicita. Se ritieni che si tratti di un errore, contattaci.", organization_domain_blocked: "Il dominio dell'organizzazione è stato bloccato.", organization_domain_common: 'Questo dominio è troppo comune per essere utilizzato.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index fb2dd49299c..512df0c061c 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -20,6 +20,10 @@ export const jaJP: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -615,7 +619,8 @@ export const jaJP: LocalizationResource = { form_username_invalid_character: 'ユーザー名に無効な文字が含まれています。', form_username_invalid_length: 'ユーザー名の長さが無効です。', identification_deletion_failed: '最後の識別情報は削除できません。', - not_allowed_access: 'アクセスが許可されていません。', + not_allowed_access: + "メールアドレスまたは電話番号は登録に使用できません。これは、'+', '=', '#' または '.' がメールアドレスに使用されているか、一時的な電子メールサービスに接続されたドメインが使用されているか、明示的な除外が行われているためです。エラーが発生した場合は、サポートに連絡してください。", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index a6b0ecd0de4..a71d1f4a0ca 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -20,6 +20,10 @@ export const koKR: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -609,7 +613,8 @@ export const koKR: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: undefined, + not_allowed_access: + "이메일 주소 또는 전화번호는 가입에 사용할 수 없습니다. 이는 '+', '=', '#' 또는 '.'이 이메일 주소에 사용되었거나 임시 이메일 서비스에 연결된 도메인이 사용되었거나 명시적 제외가 있는 경우입니다. 이 오류가 발생한 경우 지원에 문의하세요.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/mn-MN.ts b/packages/localizations/src/mn-MN.ts index d1e01eb0d01..432c6c5ab49 100644 --- a/packages/localizations/src/mn-MN.ts +++ b/packages/localizations/src/mn-MN.ts @@ -20,6 +20,10 @@ export const mnMN: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -616,7 +620,8 @@ export const mnMN: LocalizationResource = { form_username_invalid_character: 'Хэрэглэгчийн нэр буруу тэмдэгт агуулж байна.', form_username_invalid_length: 'Хэрэглэгчийн нэр буруу байна.', identification_deletion_failed: 'Та өөрийн сүүлчийн таниулбараа устгах боломжгүй.', - not_allowed_access: 'Хандалтыг зөвшөөрөгдөөгүй', + not_allowed_access: + "Имэйл хаяг эсвэл утасны дугаарыг бүртгүүлэхийг хориглоно. Энэ нь '+', '=', '#' эсвэл '.'-г ашигласантай холбоотой байж болно. түр зуурын цахим шуудангийн үйлчилгээтэй холбогдсон домэйн ашиглах, эсвэл шууд хаагдсан байх. Хэрэв та үүнийг алдаа гэж үзэж байгаа бол дэмжлэгтэй холбогдоно уу.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/nb-NO.ts b/packages/localizations/src/nb-NO.ts index 2d017aec1bb..c01e5636043 100644 --- a/packages/localizations/src/nb-NO.ts +++ b/packages/localizations/src/nb-NO.ts @@ -20,6 +20,10 @@ export const nbNO: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -615,7 +619,8 @@ export const nbNO: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: undefined, + not_allowed_access: + "E-postadressen eller telefonnummeret ditt er ikke tillatt for registrering. Dette kan være på grunn av bruk av '+', '=', '#' eller '.' i e-postadressen din, bruk av et domenn som er tilknyttet en midlertidig e-posttjeneste, eller eksplisitt blokkering. Hvis du mener dette er en feil, vennligst kontakt støtte.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/nl-BE.ts b/packages/localizations/src/nl-BE.ts index 670779d7bca..f857deb683d 100644 --- a/packages/localizations/src/nl-BE.ts +++ b/packages/localizations/src/nl-BE.ts @@ -20,6 +20,10 @@ export const nlBE: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -614,7 +618,8 @@ export const nlBE: LocalizationResource = { form_username_invalid_character: 'De gebruikersnaam bevat ongeldige tekens.', form_username_invalid_length: 'De gebruikersnaam is te kort of te lang.', identification_deletion_failed: 'Je kunt je laatste identificatie niet verwijderen.', - not_allowed_access: 'Toegang niet toegestaan.', + not_allowed_access: + "Je e-mailadres of telefoonnummer is niet toegestaan voor registratie. Dit kan zijn omdat je '+', '=', '#' of '.' in je e-mailadres gebruikt, een domein dat is gekoppeld aan een tijdelijke e-mailservice gebruikt, of een expliciete uitsluiting heeft.", organization_domain_blocked: 'Het domein van de organisatie is geblokkeerd.', organization_domain_common: 'Het domein van de organisatie is te algemeen.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index 84b03c2036e..6a16e74dfc0 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -20,6 +20,10 @@ export const nlNL: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -614,7 +618,8 @@ export const nlNL: LocalizationResource = { form_username_invalid_character: 'De gebruikersnaam bevat ongeldige tekens.', form_username_invalid_length: 'De gebruikersnaam is te kort of te lang.', identification_deletion_failed: 'Je kunt je laatste identificatie niet verwijderen.', - not_allowed_access: 'Toegang niet toegestaan.', + not_allowed_access: + "Je e-mailadres of telefoonnummer is niet toegestaan voor registratie. Dit kan zijn omdat je '+', '=', '#' of '.' in je e-mailadres gebruikt, een domein dat is gekoppeld aan een tijdelijke e-mailservice gebruikt, of een expliciete uitsluiting heeft.", organization_domain_blocked: 'Het domein van de organisatie is geblokkeerd.', organization_domain_common: 'Het domein van de organisatie is te algemeen.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/pl-PL.ts b/packages/localizations/src/pl-PL.ts index 7250da843b1..f36ccf27bdf 100644 --- a/packages/localizations/src/pl-PL.ts +++ b/packages/localizations/src/pl-PL.ts @@ -20,6 +20,10 @@ export const plPL: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -623,7 +627,7 @@ export const plPL: LocalizationResource = { form_username_invalid_length: 'Nazwa użytkownika musi zawierać od {{min_length}} do {{max_length}} znaków.', identification_deletion_failed: 'Nie można usunąć ostatniego identyfikatora.', not_allowed_access: - 'Nie masz uprawnień dostępu do tej strony. Jeśli uważasz, że jest to błąd, skontaktuj się z pomocą.', + "Adres e-mail lub numer telefonu nie jest dozwolony do rejestracji. Może to być spowodowane użyciem '+', '=', '#' lub '.' w adresie e-mail, użyciem domeny skojarzonej z usługą poczty e-mail tymczasowej lub jawnego wykluczenia.", organization_domain_blocked: 'To jest zablokowana domena dostawcy poczty e-mail. Użyj innej domeny.', organization_domain_common: 'To jest popularna domena dostawcy poczty e-mail. Użyj innej domeny.', organization_domain_exists_for_enterprise_connection: diff --git a/packages/localizations/src/pt-BR.ts b/packages/localizations/src/pt-BR.ts index fd86498ad83..2dd82ff7579 100644 --- a/packages/localizations/src/pt-BR.ts +++ b/packages/localizations/src/pt-BR.ts @@ -20,6 +20,10 @@ export const ptBR: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -618,7 +622,8 @@ export const ptBR: LocalizationResource = { form_username_invalid_character: 'Nome de usuário contém caracteres inválidos. Por favor, tente outro.', form_username_invalid_length: 'Nome de usuário deve ter entre 3 e 256 caracteres.', identification_deletion_failed: 'Você não pode excluir sua última identificação.', - not_allowed_access: 'Acesso não permitido.', + not_allowed_access: + "O endereço de e-mail ou número de telefone não é permitido para registro. Isso pode ser devido ao uso de '+', '=', '#' ou '.' no endereço de e-mail, o uso de um domínio associado a um serviço de e-mail temporário ou uma exclusão explícita.", organization_domain_blocked: 'Este é um provedor de domínio de e-mail bloqueado. Por favor, use um diferente.', organization_domain_common: 'Este é um provedor de domínio de e-mail comum. Por favor, use um diferente.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/pt-PT.ts b/packages/localizations/src/pt-PT.ts index 6287928fc67..562d53c4e13 100644 --- a/packages/localizations/src/pt-PT.ts +++ b/packages/localizations/src/pt-PT.ts @@ -20,6 +20,10 @@ export const ptPT: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -614,7 +618,8 @@ export const ptPT: LocalizationResource = { form_username_invalid_character: 'O nome de utilizador contém caracteres inválidos.', form_username_invalid_length: 'O nome de utilizador deve ter entre 3 e 50 caracteres.', identification_deletion_failed: 'Você não pode excluir a sua última identificação.', - not_allowed_access: undefined, + not_allowed_access: + "O endereço de e-mail ou número de telefone não é permitido para registro. Isso pode ser devido ao uso de '+', '=', '#' ou '.' no endereço de e-mail, o uso de um domínio associado a um serviço de e-mail temporário ou uma exclusão explícita.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/ro-RO.ts b/packages/localizations/src/ro-RO.ts index f9a88c51282..30bb05717a9 100644 --- a/packages/localizations/src/ro-RO.ts +++ b/packages/localizations/src/ro-RO.ts @@ -20,6 +20,10 @@ export const roRO: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -617,7 +621,8 @@ export const roRO: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Nu vă puteți șterge ultima identificare.', - not_allowed_access: undefined, + not_allowed_access: + "Adresa de e-mail sau numărul de telefon nu este permis pentru înregistrare. Acest lucru poate fi datorat utilizării '+', '=', '#' sau '.' în adresa dvs. de e-mail, utilizării unui domeniu asociat cu un serviciu de e-mail temporar sau unei excluziuni explicite.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/ru-RU.ts b/packages/localizations/src/ru-RU.ts index 994701925be..7273e089c2a 100644 --- a/packages/localizations/src/ru-RU.ts +++ b/packages/localizations/src/ru-RU.ts @@ -20,6 +20,10 @@ export const ruRU: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -627,7 +631,8 @@ export const ruRU: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Вы не можете удалить последнюю идентификацию.', - not_allowed_access: undefined, + not_allowed_access: + "Адрес электронной почты или номер телефона не разрешен для регистрации. Это может быть связано с использованием '+', '=', '#' или '.' в вашем адресе электронной почты, использованием домена, связанного с временной электронной почтой, или явным исключением.", organization_domain_blocked: 'Это заблокированный домен почтового провайдера. Пожалуйста, используйте другой.', organization_domain_common: 'Это распространенный домен почтового провайдера. Пожалуйста, используйте другой.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/sk-SK.ts b/packages/localizations/src/sk-SK.ts index ab4e2174226..fa5ef37da16 100644 --- a/packages/localizations/src/sk-SK.ts +++ b/packages/localizations/src/sk-SK.ts @@ -20,6 +20,10 @@ export const skSK: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -612,7 +616,8 @@ export const skSK: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: undefined, + not_allowed_access: + "Adresa e-mailu alebo telefónneho čísla nie je povolená pre registráciu. Toto môže byť spôsobené použitím '+', '=', '#' alebo '.' v adresári e-mailu, použitím domény, ktorá je pripojená k dočasnej e-mailovej službe, alebo explicitnému vylúčeniu.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/sr-RS.ts b/packages/localizations/src/sr-RS.ts index 1ad5df6556c..2e70fc57c52 100644 --- a/packages/localizations/src/sr-RS.ts +++ b/packages/localizations/src/sr-RS.ts @@ -20,6 +20,10 @@ export const srRS: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -615,7 +619,8 @@ export const srRS: LocalizationResource = { form_username_invalid_character: 'Korisničko ime sadrži nevažeće karaktere.', form_username_invalid_length: 'Dužina korisničkog imena nije validna.', identification_deletion_failed: 'Ne možeš obrisati svoju poslednju identifikaciju.', - not_allowed_access: 'Pristup nije dozvoljen.', + not_allowed_access: + "Adresa e-maila ili broja telefona nije dozvoljena za registraciju. Ovo može biti zbog korišćenja '+', '=', '#' ili '.' u adresi e-maila, korišćenja domena koji je povezan sa vremenskom e-mail uslugom ili eksplicitnom isključenju.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/sv-SE.ts b/packages/localizations/src/sv-SE.ts index d5e5fb2f0f7..15ad19a7828 100644 --- a/packages/localizations/src/sv-SE.ts +++ b/packages/localizations/src/sv-SE.ts @@ -20,6 +20,10 @@ export const svSE: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -618,7 +622,8 @@ export const svSE: LocalizationResource = { form_username_invalid_character: 'Användarnamnet innehåller ogiltiga tecken.', form_username_invalid_length: 'Användarnamnets längd är ogiltig.', identification_deletion_failed: 'Du kan inte ta bort din sista identifiering.', - not_allowed_access: 'Åtkomst nekad.', + not_allowed_access: + "Adressen eller telefonnumret du använder för registrering är inte tillåtet. Detta kan bero på att du använder '+', '=', '#' eller '.' i din e-postadress, använder en domän som är kopplad till en tidsbegränsad e-posttjänst eller har ett explicit blockerat.", organization_domain_blocked: 'Domänen är blockerad.', organization_domain_common: 'Domänen är vanlig.', organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/th-TH.ts b/packages/localizations/src/th-TH.ts index 97e69e010e1..1f5e5db3975 100644 --- a/packages/localizations/src/th-TH.ts +++ b/packages/localizations/src/th-TH.ts @@ -20,6 +20,10 @@ export const thTH: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -614,7 +618,8 @@ export const thTH: LocalizationResource = { 'ชื่อผู้ใช้ของคุณมีอักขระที่ไม่ถูกต้อง โปรดใช้เฉพาะตัวอักษร ตัวเลข และขีดล่างเท่านั้น', form_username_invalid_length: 'ชื่อผู้ใช้ของคุณต้องมีความยาวระหว่าง {{min_length}} ถึง {{max_length}} ตัวอักษร', identification_deletion_failed: 'คุณไม่สามารถลบรูปแบบการยืนยันตัวตนสุดท้ายของคุณได้', - not_allowed_access: 'คุณไม่มีสิทธิ์ในการเข้าถึงหน้านี้ โปรดติดต่อฝ่ายสนับสนุนหากคุณเชื่อว่านี่เป็นข้อผิดพลาด', + not_allowed_access: + 'ไม่อนุญาตให้ใช้ที่อยู่อีเมลหรือหมายเลขโทรศัพท์ในการลงทะเบียน สาเหตุอาจเกิดจากการใช้เครื่องหมาย "+" "=" "#" หรือ "." ในที่อยู่อีเมลของคุณ การใช้โดเมนที่เชื่อมต่อกับบริการอีเมลชั่วคราว หรือการถูกบล็อกโดยชัดเจน หากคุณเชื่อว่านี่คือข้อผิดพลาด โปรดติดต่อฝ่ายสนับสนุน', organization_domain_blocked: 'นี่เป็นโดเมนผู้ให้บริการอีเมลที่ถูกบล็อก โปรดใช้โดเมนอื่น', organization_domain_common: 'นี่เป็นโดเมนผู้ให้บริการอีเมลทั่วไป โปรดใช้โดเมนอื่น', organization_domain_exists_for_enterprise_connection: 'โดเมนนี้ถูกใช้สำหรับ SSO ขององค์กรของคุณแล้ว', diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index a1a3cc6b5ea..31ec86ba0c9 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -20,6 +20,10 @@ export const trTR: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -616,7 +620,8 @@ export const trTR: LocalizationResource = { form_username_invalid_character: 'Kullanıcı adı geçersiz karakterler içeriyor.', form_username_invalid_length: 'Kullanıcı adı 3 ile 50 karakter arasında olmalıdır.', identification_deletion_failed: 'Son kimliğinizi silemezsiniz.', - not_allowed_access: 'Erişime izin verilmiyor.', + not_allowed_access: + "E-posta adresiniz veya telefon numaranız kayıt için izin verilmiyor. Bu, e-posta adresinizde '+', '=', '#' veya '.' kullanmanız, geçici e-posta hizmetiyle ilişkilendirilmiş bir alan adı kullanmanız veya açık bir engellemeyle ilgili olabilir.", organization_domain_blocked: 'Organizasyon alan adı engellendi.', organization_domain_common: 'Organizasyon alan adı çok yaygın.', organization_domain_exists_for_enterprise_connection: 'Kurumsal bağlantı için bu alan adı zaten mevcut.', diff --git a/packages/localizations/src/uk-UA.ts b/packages/localizations/src/uk-UA.ts index 3e9e243d66d..904be48c545 100644 --- a/packages/localizations/src/uk-UA.ts +++ b/packages/localizations/src/uk-UA.ts @@ -20,6 +20,10 @@ export const ukUA: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -612,7 +616,8 @@ export const ukUA: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: undefined, + not_allowed_access: + "Адреса електронної пошти або номер телефону не дозволено для реєстрації. Це може бути пов'язано з використанням '+', '=', '#' або '.' в адресі електронної пошти, використанням домену, пов'язаного з тимчасовою електронною поштою, або явного виключення.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/utils/enUS_v4.ts b/packages/localizations/src/utils/enUS_v4.ts index 01052fb6d6e..9029d2cfb39 100644 --- a/packages/localizations/src/utils/enUS_v4.ts +++ b/packages/localizations/src/utils/enUS_v4.ts @@ -726,7 +726,6 @@ export const enUS_v4: any = { form_param_nil: '', form_code_incorrect: '', form_password_incorrect: '', - not_allowed_access: '', form_identifier_exists: '', form_password_validation_failed: 'Incorrect Password', form_password_not_strong_enough: 'Your password is not strong enough.', diff --git a/packages/localizations/src/vi-VN.ts b/packages/localizations/src/vi-VN.ts index ef5f2cd693a..76c374a02d1 100644 --- a/packages/localizations/src/vi-VN.ts +++ b/packages/localizations/src/vi-VN.ts @@ -20,6 +20,10 @@ export const viVN: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -613,7 +617,8 @@ export const viVN: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: 'Bạn không thể xóa thông tin nhận dạng cuối cùng của bạn.', - not_allowed_access: undefined, + not_allowed_access: + "Địa chỉ email hoặc số điện thoại bạn đang sử dụng cho đăng ký không được phép. Điều này có thể do việc sử dụng '+', '=', '#' hoặc '.' trong địa chỉ email của bạn, sử dụng một miền được kết nối với dịch vụ email tạm thời hoặc một loại loại trừ rõ ràng.", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index 712d790f0a6..36fbe40ff00 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -20,6 +20,10 @@ export const zhCN: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -600,7 +604,8 @@ export const zhCN: LocalizationResource = { form_username_invalid_character: undefined, form_username_invalid_length: undefined, identification_deletion_failed: '您无法删除最后一个身份标识。', - not_allowed_access: undefined, + not_allowed_access: + "您使用的电子邮件地址或电话号码不允许注册。这可能是因为您在电子邮件地址中使用了 '+', '=', '#' 或 '.',使用了与临时电子邮件服务关联的域名,或者有明确的排除。如果您认为这是错误,请联系支持。", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, diff --git a/packages/localizations/src/zh-TW.ts b/packages/localizations/src/zh-TW.ts index f27cef8769f..e563b15f545 100644 --- a/packages/localizations/src/zh-TW.ts +++ b/packages/localizations/src/zh-TW.ts @@ -20,6 +20,10 @@ export const zhTW: LocalizationResource = { checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + emailForm: { + subtitle: undefined, + title: undefined, + }, lineItems: { title__invoiceId: undefined, title__paymentMethod: undefined, @@ -73,15 +77,15 @@ export const zhTW: LocalizationResource = { footerPageLink__privacy: '隱私', footerPageLink__terms: '條款', formButtonPrimary: '繼續', - formButtonPrimary__verify: 'Verify', + formButtonPrimary__verify: '核實', formFieldAction__forgotPassword: '忘記密碼?', formFieldError__matchingPasswords: '密碼匹配。', formFieldError__notMatchingPasswords: '密碼不匹配。', - formFieldError__verificationLinkExpired: 'The verification link expired. Please request a new link.', + formFieldError__verificationLinkExpired: '驗證連結已過期。請請求新的連結。', formFieldHintText__optional: '選填', - formFieldHintText__slug: 'A slug is a human-readable ID that must be unique. It’s often used in URLs.', + formFieldHintText__slug: 'slug 是人類可讀的 ID,必須是唯一的。它經常在 URL 中使用。', formFieldInputPlaceholder__backupCode: undefined, - formFieldInputPlaceholder__confirmDeletionUserAccount: 'Delete account', + formFieldInputPlaceholder__confirmDeletionUserAccount: '刪除帳戶', formFieldInputPlaceholder__emailAddress: undefined, formFieldInputPlaceholder__emailAddress_username: undefined, formFieldInputPlaceholder__emailAddresses: '輸入或黏貼一個或多個電子郵件地址,用空格或逗號分隔', @@ -94,7 +98,7 @@ export const zhTW: LocalizationResource = { formFieldInputPlaceholder__password: undefined, formFieldInputPlaceholder__phoneNumber: undefined, formFieldInputPlaceholder__username: undefined, - formFieldLabel__automaticInvitations: 'Enable automatic invitations for this domain', + formFieldLabel__automaticInvitations: '為該網域啟用自動邀請', formFieldLabel__backupCode: '備用代碼', formFieldLabel__confirmDeletion: '確定', formFieldLabel__confirmPassword: '確認密碼', @@ -105,11 +109,10 @@ export const zhTW: LocalizationResource = { formFieldLabel__firstName: '名字', formFieldLabel__lastName: '姓氏', formFieldLabel__newPassword: '新密碼', - formFieldLabel__organizationDomain: 'Domain', - formFieldLabel__organizationDomainDeletePending: 'Delete pending invitations and suggestions', - formFieldLabel__organizationDomainEmailAddress: 'Verification email address', - formFieldLabel__organizationDomainEmailAddressDescription: - 'Enter an email address under this domain to receive a code and verify this domain.', + formFieldLabel__organizationDomain: '領域', + formFieldLabel__organizationDomainDeletePending: '刪除待處理的邀請和建議', + formFieldLabel__organizationDomainEmailAddress: '驗證電子郵件地址', + formFieldLabel__organizationDomainEmailAddressDescription: '輸入此網域下的電子郵件地址以接收代碼並驗證此網域名稱。', formFieldLabel__organizationName: '組織名稱', formFieldLabel__organizationSlug: 'URL 簡稱', formFieldLabel__passkeyName: undefined, @@ -127,30 +130,29 @@ export const zhTW: LocalizationResource = { membershipRole__basicMember: '成員', membershipRole__guestMember: '訪客', organizationList: { - action__createOrganization: 'Create organization', - action__invitationAccept: 'Join', - action__suggestionsAccept: 'Request to join', - createOrganization: 'Create Organization', - invitationAcceptedLabel: 'Joined', - subtitle: 'to continue to {{applicationName}}', - suggestionsAcceptedLabel: 'Pending approval', - title: 'Choose an account', - titleWithoutPersonal: 'Choose an organization', + action__createOrganization: '創建組織', + action__invitationAccept: '加入', + action__suggestionsAccept: '申請加入', + createOrganization: '創建組織', + invitationAcceptedLabel: '已加入', + subtitle: '繼續 {{applicationName}}', + suggestionsAcceptedLabel: '待批准', + title: '選擇一個帳戶', + titleWithoutPersonal: '選擇一個組織', }, organizationProfile: { - badge__automaticInvitation: 'Automatic invitations', - badge__automaticSuggestion: 'Automatic suggestions', - badge__manualInvitation: 'No automatic enrollment', - badge__unverified: 'Unverified', + badge__automaticInvitation: '自動邀請', + badge__automaticSuggestion: '自動建議', + badge__manualInvitation: '不自動註冊', + badge__unverified: '未經驗證', createDomainPage: { - subtitle: - 'Add the domain to verify. Users with email addresses at this domain can join the organization automatically or request to join.', - title: 'Add domain', + subtitle: '新增要驗證的網域。擁有此網域電子郵件地址的使用者可以自動加入該組織或要求加入。', + title: '新增網域', }, invitePage: { detailsTitle__inviteFailed: '邀請無法發送。修覆以下問題然後重試:', formButtonPrimary__continue: '發送邀請', - selectDropdown__role: 'Select role', + selectDropdown__role: '選擇角色', subtitle: '邀請新成員加入此組織', successMessage: '邀請成功發送', title: '邀請成員', @@ -169,11 +171,11 @@ export const zhTW: LocalizationResource = { invitationsTab: { autoInvitations: { headerSubtitle: - 'Invite users by connecting an email domain with your organization. Anyone who signs up with a matching email domain will be able to join the organization anytime.', - headerTitle: 'Automatic invitations', - primaryButton: 'Manage verified domains', + '透過將電子郵件網域與您的組織連接來邀請使用者。任何使用匹配電子郵件網域註冊的人都可以隨時加入該組織。', + headerTitle: '自動邀請', + primaryButton: '管理已驗證的域名', }, - table__emptyRow: 'No invitations to display', + table__emptyRow: '沒有可顯示的邀請', }, invitedMembersTab: { menuAction__revoke: '撤銷邀請', @@ -181,40 +183,39 @@ export const zhTW: LocalizationResource = { }, requestsTab: { autoSuggestions: { - headerSubtitle: - 'Users who sign up with a matching email domain, will be able to see a suggestion to request to join your organization.', - headerTitle: 'Automatic suggestions', - primaryButton: 'Manage verified domains', + headerSubtitle: '使用符合的電子郵件網域註冊的用戶將能夠看到請求加入您的組織的建議。', + headerTitle: '自動建議', + primaryButton: '管理已驗證的域名', }, - menuAction__approve: 'Approve', - menuAction__reject: 'Reject', - tableHeader__requested: 'Requested access', - table__emptyRow: 'No requests to display', + menuAction__approve: '批准', + menuAction__reject: '拒絕', + tableHeader__requested: '請求存取權限', + table__emptyRow: '沒有顯示請求', }, start: { - headerTitle__invitations: 'Invitations', - headerTitle__members: 'Members', - headerTitle__requests: 'Requests', + headerTitle__invitations: '邀請函', + headerTitle__members: '成員', + headerTitle__requests: '請求', }, }, navbar: { billing: undefined, - description: 'Manage your organization.', - general: 'General', - members: 'Members', - title: 'Organization', + description: '管理您的組織。', + general: '一般的', + members: '成員', + title: '組織', }, profilePage: { dangerSection: { deleteOrganization: { - actionDescription: 'Type "{{organizationName}}" below to continue.', - messageLine1: 'Are you sure you want to delete this organization?', - messageLine2: 'This action is permanent and irreversible.', - successMessage: 'You have deleted the organization.', - title: 'Delete organization', + actionDescription: '類型 "{{organizationName}}" 下面繼續。', + messageLine1: '您確定要刪除該組織嗎?', + messageLine2: '此操作是永久性的且不可逆轉的。', + successMessage: '您已刪除該組織。', + title: '刪除組織', }, leaveOrganization: { - actionDescription: 'Type "{{organizationName}}" below to continue.', + actionDescription: '類型 "{{organizationName}}" 下面繼續。', messageLine1: '您確定要離開此組織嗎?您將失去對此組織及其應用程式的訪問權限。', messageLine2: '此操作是永久性的且無法撤銷。', successMessage: '您已離開了組織。', @@ -223,77 +224,74 @@ export const zhTW: LocalizationResource = { title: '危險', }, domainSection: { - menuAction__manage: 'Manage', - menuAction__remove: 'Delete', - menuAction__verify: 'Verify', - primaryButton: 'Add domain', - subtitle: - 'Allow users to join the organization automatically or request to join based on a verified email domain.', - title: 'Verified domains', + menuAction__manage: '管理', + menuAction__remove: '刪除', + menuAction__verify: '核實', + primaryButton: '新增網域', + subtitle: '允許使用者自動加入組織或根據已驗證的電子郵件網域請求加入。', + title: '已驗證域名', }, successMessage: '組織已更新。', title: '組織簡介', }, removeDomainPage: { - messageLine1: 'The email domain {{domain}} will be removed.', - messageLine2: 'Users won’t be able to join the organization automatically after this.', - successMessage: '{{domain}} has been removed.', - title: 'Remove domain', + messageLine1: '電子郵件域名 {{domain}} 將被刪除。', + messageLine2: '此後用戶將無法自動加入該組織。', + successMessage: '{{domain}} 已刪除。', + title: '刪除網域', }, start: { - headerTitle__general: 'General', + headerTitle__general: '一般的', headerTitle__members: '成員', profileSection: { primaryButton: undefined, - title: 'Organization Profile', - uploadAction__title: 'Logo', + title: '組織簡介', + uploadAction__title: '標識', }, }, verifiedDomainPage: { dangerTab: { - calloutInfoLabel: 'Removing this domain will affect invited users.', - removeDomainActionLabel__remove: 'Remove domain', - removeDomainSubtitle: 'Remove this domain from your verified domains', - removeDomainTitle: 'Remove domain', + calloutInfoLabel: '刪除此網域將影響受邀使用者。', + removeDomainActionLabel__remove: '刪除網域', + removeDomainSubtitle: '從您的已驗證域名中移除此域名', + removeDomainTitle: '刪除網域', }, enrollmentTab: { - automaticInvitationOption__description: - 'Users are automatically invited to join the organization when they sign-up and can join anytime.', - automaticInvitationOption__label: 'Automatic invitations', - automaticSuggestionOption__description: - 'Users receive a suggestion to request to join, but must be approved by an admin before they are able to join the organization.', - automaticSuggestionOption__label: 'Automatic suggestions', - calloutInfoLabel: 'Changing the enrollment mode will only affect new users.', - calloutInvitationCountLabel: 'Pending invitations sent to users: {{count}}', - calloutSuggestionCountLabel: 'Pending suggestions sent to users: {{count}}', - manualInvitationOption__description: 'Users can only be invited manually to the organization.', - manualInvitationOption__label: 'No automatic enrollment', - subtitle: 'Choose how users from this domain can join the organization.', + automaticInvitationOption__description: '用戶註冊時會自動被邀請加入該組織,並且可以隨時加入。', + automaticInvitationOption__label: '自動邀請', + automaticSuggestionOption__description: '使用者會收到加入請求的建議,但必須得到管理員的批准才能加入組織。', + automaticSuggestionOption__label: '自動建議', + calloutInfoLabel: '更改註冊模式只會影響新用戶。', + calloutInvitationCountLabel: '已向用戶發送待處理的邀請: {{count}}', + calloutSuggestionCountLabel: '已將待處理的建議發送給用戶: {{count}}', + manualInvitationOption__description: '只能手動邀請使用者加入組織。', + manualInvitationOption__label: '不自動註冊', + subtitle: '選擇此網域中的使用者加入組織的方式。', }, start: { - headerTitle__danger: 'Danger', - headerTitle__enrollment: 'Enrollment options', + headerTitle__danger: '危險', + headerTitle__enrollment: '註冊選項', }, - subtitle: 'The domain {{domain}} is now verified. Continue by selecting enrollment mode.', - title: 'Update {{domain}}', + subtitle: '網域 {{domain}} 現已驗證。選擇註冊模式繼續。', + title: '更新 {{domain}}', }, verifyDomainPage: { - formSubtitle: 'Enter the verification code sent to your email address', - formTitle: 'Verification code', - resendButton: "Didn't receive a code? Resend", - subtitle: 'The domain {{domainName}} needs to be verified via email.', - subtitleVerificationCodeScreen: 'A verification code was sent to {{emailAddress}}. Enter the code to continue.', - title: 'Verify domain', + formSubtitle: '輸入發送到您信箱的驗證碼', + formTitle: '驗證碼', + resendButton: '沒有收到代碼?重新發送', + subtitle: '網域 {{domainName}} 需要透過電子郵件進行驗證。', + subtitleVerificationCodeScreen: '驗證碼已發送至 {{emailAddress}}。輸入代碼以繼續。', + title: '驗證域名', }, }, organizationSwitcher: { action__createOrganization: '創建組織', - action__invitationAccept: 'Join', + action__invitationAccept: '加入', action__manageOrganization: '管理組織', - action__suggestionsAccept: 'Request to join', + action__suggestionsAccept: '申請加入', notSelected: '未選擇組織', personalWorkspace: '個人工作區', - suggestionsAcceptedLabel: 'Pending approval', + suggestionsAcceptedLabel: '待批准', }, paginationButton__next: '下一頁', paginationButton__previous: '上一頁', @@ -362,14 +360,14 @@ export const zhTW: LocalizationResource = { }, signIn: { accountSwitcher: { - action__addAccount: 'Add account', - action__signOutAll: 'Sign out of all accounts', - subtitle: 'Select the account with which you wish to continue.', - title: 'Choose an account', + action__addAccount: '新增帳戶', + action__signOutAll: '登出所有帳戶', + subtitle: '選擇您想要繼續使用的帳戶。', + title: '選擇一個帳戶', }, alternativeMethods: { actionLink: '獲取幫助', - actionText: 'Don’t have any of these?', + actionText: '這些都沒有嗎?', blockButton__backupCode: '使用備用代碼', blockButton__emailCode: '電子郵件驗證碼到 {{identifier}}', blockButton__emailLink: '電子郵件連結到 {{identifier}}', @@ -382,7 +380,7 @@ export const zhTW: LocalizationResource = { content: '如果您在登入帳戶時遇到困難,請給我們發送電子郵件,我們將盡快讓您恢覆訪問。', title: '獲取幫助', }, - subtitle: 'Facing issues? You can use any of these methods to sign in.', + subtitle: '遇到問題了嗎?您可以使用其中任何一種方式登入。', title: '使用其他方法', }, backupCodeMfa: { @@ -433,10 +431,10 @@ export const zhTW: LocalizationResource = { forgotPassword: { formTitle: '重設密碼代碼', resendButton: '重新發送代碼', - subtitle: 'to reset your password', - subtitle_email: 'First, enter the code sent to your email ID', - subtitle_phone: 'First, enter the code sent to your phone', - title: 'Reset password', + subtitle: '重設您的密碼', + subtitle_email: '首先,輸入傳送到您的電子郵件 ID 的代碼', + subtitle_phone: '首先,輸入發送到您手機的代碼', + title: '重設密碼', }, forgotPasswordAlternativeMethods: { blockButton__resetPassword: '重設密碼', @@ -474,7 +472,7 @@ export const zhTW: LocalizationResource = { }, resetPassword: { formButtonPrimary: '重設密碼', - requiredMessage: 'For security reasons, it is required to reset your password.', + requiredMessage: '出於安全原因,需要重設您的密碼。', successMessage: '您的密碼已成功更改。正在為您登錄,請稍等。', title: '重設密碼', }, @@ -544,7 +542,7 @@ export const zhTW: LocalizationResource = { label__onlyPrivacyPolicy: '我同意 {{ privacyPolicyLink || link("隱私條款") }}', label__onlyTermsOfService: '我同意 {{ termsOfServiceLink || link("使用條款") }}', label__termsOfServiceAndPrivacyPolicy: - '我同意 {{ termsOfServiceLink || link("使用條款") }} and {{ privacyPolicyLink || link("隱私條款") }}', + '我同意 {{ termsOfServiceLink || link("使用條款") }} 和 {{ privacyPolicyLink || link("隱私條款") }}', }, continue: { subtitle: '請閱讀並接受條款以繼續', @@ -583,19 +581,18 @@ export const zhTW: LocalizationResource = { unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: '由於安全驗證失敗,註冊未成功。請刷新頁面重試或聯絡支持獲取更多幫助。', - captcha_unavailable: - 'Sign up unsuccessful due to failed bot validation. Please refresh the page to try again or reach out to support for more assistance.', + captcha_unavailable: '由於機器人驗證失敗,註冊失敗。請重新整理頁面重試或聯絡支援人員以取得更多協助。', form_code_incorrect: undefined, form_identifier_exists__email_address: undefined, form_identifier_exists__phone_number: undefined, form_identifier_exists__username: undefined, form_identifier_not_found: undefined, form_param_format_invalid: undefined, - form_param_format_invalid__email_address: 'Email address must be a valid email address.', - form_param_format_invalid__phone_number: 'Phone number must be in a valid international format', - form_param_max_length_exceeded__first_name: 'First name should not exceed 256 characters.', - form_param_max_length_exceeded__last_name: 'Last name should not exceed 256 characters.', - form_param_max_length_exceeded__name: 'Name should not exceed 256 characters.', + form_param_format_invalid__email_address: '電子郵件地址必須是有效的電子郵件地址。', + form_param_format_invalid__phone_number: '電話號碼必須採用有效的國際格式。', + form_param_max_length_exceeded__first_name: '名字不超過 256 個字元。', + form_param_max_length_exceeded__last_name: '姓氏不得超過 256 個字元。', + form_param_max_length_exceeded__name: '名稱不應超過 256 個字元。', form_param_nil: undefined, form_param_value_invalid: undefined, form_password_incorrect: undefined, @@ -607,8 +604,9 @@ export const zhTW: LocalizationResource = { form_password_validation_failed: '密碼錯誤', form_username_invalid_character: undefined, form_username_invalid_length: undefined, - identification_deletion_failed: 'You cannot delete your last identification.', - not_allowed_access: undefined, + identification_deletion_failed: '您無法刪除您的最後一個身分證明。', + not_allowed_access: + "您使用的電子郵件地址或電話號碼不允許註冊。這可能因為您在電子郵件地址中使用了 '+', '=', '#' 或 '.',使用了與臨時電子郵件服務關聯的域名,或者有明確的排除。如果您認為這是錯誤,請聯絡支持。", organization_domain_blocked: undefined, organization_domain_common: undefined, organization_domain_exists_for_enterprise_connection: undefined, @@ -780,7 +778,7 @@ export const zhTW: LocalizationResource = { title: '添加兩步驗證', }, mfaPhoneCodePage: { - backButton: 'Use existing number', + backButton: '使用現有號碼', primaryButton__addPhoneNumber: '添加電話號碼', removeResource: { messageLine1: '{{identifier}} 將不再在登錄時接收驗證代碼。', @@ -790,11 +788,9 @@ export const zhTW: LocalizationResource = { }, subtitle__availablePhoneNumbers: '選擇一個電話號碼來註冊簡訊驗證碼兩步驗證。', subtitle__unavailablePhoneNumbers: '沒有可用的電話號碼來註冊簡訊驗證碼兩步驗證。', - successMessage1: - 'When signing in, you will need to enter a verification code sent to this phone number as an additional step.', - successMessage2: - 'Save these backup codes and store them somewhere safe. If you lose access to your authentication device, you can use backup codes to sign in.', - successTitle: 'SMS code verification enabled', + successMessage1: '登入時,您需要輸入發送到此電話號碼的驗證碼作為附加步驟。', + successMessage2: '保存這些備份代碼並將其儲存在安全的地方。如果您無法存取身份驗證設備,則可以使用備用代碼登入。', + successTitle: '已啟用簡訊驗證碼', title: '添加簡訊驗證碼驗證', }, mfaTOTPPage: { @@ -819,11 +815,11 @@ export const zhTW: LocalizationResource = { }, mobileButton__menu: '菜單', navbar: { - account: 'Profile', + account: '輪廓', billing: undefined, - description: 'Manage your account info.', - security: 'Security', - title: 'Account', + description: '管理您的帳戶資訊。', + security: '安全', + title: '帳戶', }, passkeyScreen: { removeResource: { @@ -834,9 +830,8 @@ export const zhTW: LocalizationResource = { title__rename: undefined, }, passwordPage: { - checkboxInfoText__signOutOfOtherSessions: - 'It is recommended to sign out of all other devices which may have used your old password.', - readonly: 'Your password can currently not be edited because you can sign in only via the enterprise connection.', + checkboxInfoText__signOutOfOtherSessions: '建議退出所有可能使用過舊密碼的其他裝置。', + readonly: '您的密碼目前無法編輯,因為您只能透過企業連線登入。', successMessage__set: '您的密碼已設置。', successMessage__signOutOfOtherSessions: '所有其他設備已退出。', successMessage__update: '您的密碼已更新。', @@ -853,15 +848,15 @@ export const zhTW: LocalizationResource = { }, successMessage: '{{identifier}} 已被添加到您的帳戶。', title: '添加電話號碼', - verifySubtitle: 'Enter the verification code sent to {{identifier}}', - verifyTitle: 'Verify phone number', + verifySubtitle: '輸入發送至的驗證碼 {{identifier}}', + verifyTitle: '驗證電話號碼', }, profilePage: { fileDropAreaHint: '上傳小於10MB的JPG, PNG, GIF, 或WEBP格式的圖片', imageFormDestructiveActionSubtitle: '移除圖片', imageFormSubtitle: '上傳圖片', imageFormTitle: '個人資料圖片', - readonly: 'Your profile information has been provided by the enterprise connection and cannot be edited.', + readonly: '您的個人資料資訊已由企業連線提供,無法編輯。', successMessage: '您的個人資料已更新。', title: '更新個人資料', }, @@ -876,8 +871,7 @@ export const zhTW: LocalizationResource = { destructiveActionTitle: '移除', primaryButton: '連接帳戶', subtitle__disconnected: undefined, - subtitle__reauthorize: - 'The required scopes have been updated, and you may be experiencing limited functionality. Please re-authorize this application to avoid any issues', + subtitle__reauthorize: '所需範圍已更新,您可能會遇到功能受限的情況。請重新授權此應用程式以避免任何問題。', title: '已連接的帳戶', }, dangerSection: {