From 8ee5d84995fa17532491ff96efac5738c9bcd9ef Mon Sep 17 00:00:00 2001 From: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:24:57 -0300 Subject: [PATCH] chore(localizations,types): Translate FAPI error for domains with SSO per org (#4671) --- .changeset/clean-carrots-jump.md | 6 ++ packages/localizations/src/ar-SA.ts | 111 +++++++++++++-------------- packages/localizations/src/be-BY.ts | 111 +++++++++++++-------------- packages/localizations/src/bg-BG.ts | 111 +++++++++++++-------------- packages/localizations/src/cs-CZ.ts | 111 +++++++++++++-------------- packages/localizations/src/da-DK.ts | 111 +++++++++++++-------------- packages/localizations/src/de-DE.ts | 111 +++++++++++++-------------- packages/localizations/src/el-GR.ts | 111 +++++++++++++-------------- packages/localizations/src/en-US.ts | 113 ++++++++++++++-------------- packages/localizations/src/es-ES.ts | 111 +++++++++++++-------------- packages/localizations/src/es-MX.ts | 111 +++++++++++++-------------- packages/localizations/src/fi-FI.ts | 111 +++++++++++++-------------- packages/localizations/src/fr-FR.ts | 111 +++++++++++++-------------- packages/localizations/src/he-IL.ts | 111 +++++++++++++-------------- packages/localizations/src/hu-HU.ts | 111 +++++++++++++-------------- packages/localizations/src/is-IS.ts | 111 +++++++++++++-------------- packages/localizations/src/it-IT.ts | 111 +++++++++++++-------------- packages/localizations/src/ja-JP.ts | 111 +++++++++++++-------------- packages/localizations/src/ko-KR.ts | 111 +++++++++++++-------------- packages/localizations/src/mn-MN.ts | 111 +++++++++++++-------------- packages/localizations/src/nb-NO.ts | 111 +++++++++++++-------------- packages/localizations/src/nl-NL.ts | 113 ++++++++++++++-------------- packages/localizations/src/pl-PL.ts | 113 ++++++++++++++-------------- packages/localizations/src/pt-BR.ts | 112 +++++++++++++-------------- packages/localizations/src/pt-PT.ts | 111 +++++++++++++-------------- packages/localizations/src/ro-RO.ts | 111 +++++++++++++-------------- packages/localizations/src/ru-RU.ts | 113 ++++++++++++++-------------- packages/localizations/src/sk-SK.ts | 111 +++++++++++++-------------- packages/localizations/src/sr-RS.ts | 111 +++++++++++++-------------- packages/localizations/src/sv-SE.ts | 113 ++++++++++++++-------------- packages/localizations/src/th-TH.ts | 111 +++++++++++++-------------- packages/localizations/src/tr-TR.ts | 111 +++++++++++++-------------- packages/localizations/src/uk-UA.ts | 111 +++++++++++++-------------- packages/localizations/src/vi-VN.ts | 111 +++++++++++++-------------- packages/localizations/src/zh-CN.ts | 111 +++++++++++++-------------- packages/localizations/src/zh-TW.ts | 111 +++++++++++++-------------- packages/types/src/localization.ts | 1 + 37 files changed, 1973 insertions(+), 1930 deletions(-) create mode 100644 .changeset/clean-carrots-jump.md diff --git a/.changeset/clean-carrots-jump.md b/.changeset/clean-carrots-jump.md new file mode 100644 index 0000000000..3e3578297f --- /dev/null +++ b/.changeset/clean-carrots-jump.md @@ -0,0 +1,6 @@ +--- +'@clerk/localizations': patch +'@clerk/types': patch +--- + +Translates a FAPI error message for when an organization domain is already in use for an organization's SSO diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index 65413ab0ca..ef5f77f3b1 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -269,6 +269,61 @@ export const arSA: LocalizationResource = { paginationButton__previous: 'السابق', paginationRowText__displaying: 'عرض', paginationRowText__of: 'من', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'إضافة حساب', @@ -521,6 +576,7 @@ export const arSA: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'تم تسجيل مفتاح المرور مسبقاً مع هذا الجهاز', @@ -846,61 +902,6 @@ export const arSA: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/be-BY.ts b/packages/localizations/src/be-BY.ts index 341724641e..0a03674b0f 100644 --- a/packages/localizations/src/be-BY.ts +++ b/packages/localizations/src/be-BY.ts @@ -275,6 +275,61 @@ export const beBY: LocalizationResource = { paginationButton__previous: 'Назад', paginationRowText__displaying: 'Адлюстраванне', paginationRowText__of: 'з', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Дадаць уліковы запіс', @@ -526,6 +581,7 @@ export const beBY: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -859,61 +915,6 @@ export const beBY: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index 8d0f455da9..1627394c2d 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -271,6 +271,61 @@ export const bgBG: LocalizationResource = { paginationButton__previous: 'Предишен', paginationRowText__displaying: 'Показване на', paginationRowText__of: 'от', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -522,6 +577,7 @@ export const bgBG: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -853,61 +909,6 @@ export const bgBG: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/cs-CZ.ts b/packages/localizations/src/cs-CZ.ts index a21bbc090b..12ec9f0244 100644 --- a/packages/localizations/src/cs-CZ.ts +++ b/packages/localizations/src/cs-CZ.ts @@ -270,6 +270,61 @@ export const csCZ: LocalizationResource = { paginationButton__previous: 'Předchozí', paginationRowText__displaying: 'Zobrazuje se', paginationRowText__of: 'z', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -520,6 +575,7 @@ export const csCZ: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -849,61 +905,6 @@ export const csCZ: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/da-DK.ts b/packages/localizations/src/da-DK.ts index eb4320181d..0c65ca601a 100644 --- a/packages/localizations/src/da-DK.ts +++ b/packages/localizations/src/da-DK.ts @@ -271,6 +271,61 @@ export const daDK: LocalizationResource = { paginationButton__previous: 'Forrige', paginationRowText__displaying: 'Viser', paginationRowText__of: 'af', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Tilføj konto', @@ -521,6 +576,7 @@ export const daDK: LocalizationResource = { not_allowed_access: 'Adgang ikke tilladt.', organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Adgangsnøgle findes allerede.', @@ -851,61 +907,6 @@ export const daDK: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index 901f777349..6555b90888 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -275,6 +275,61 @@ export const deDE: LocalizationResource = { paginationButton__previous: 'Vorherige', paginationRowText__displaying: 'Anzeigen', paginationRowText__of: 'von', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Konto hinzufügen', @@ -531,6 +586,7 @@ export const deDE: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Auf diesem Gerät ist bereits ein Passkey registriert.', @@ -866,61 +922,6 @@ export const deDE: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/el-GR.ts b/packages/localizations/src/el-GR.ts index 7834baabe9..93c4613a7f 100644 --- a/packages/localizations/src/el-GR.ts +++ b/packages/localizations/src/el-GR.ts @@ -271,6 +271,61 @@ export const elGR: LocalizationResource = { paginationButton__previous: 'Προηγούμενο', paginationRowText__displaying: 'Εμφάνιση', paginationRowText__of: 'από', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -525,6 +580,7 @@ export const elGR: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -861,61 +917,6 @@ export const elGR: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 2a9ba51ee1..e53c4ac6e1 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -259,6 +259,62 @@ export const enUS: LocalizationResource = { paginationButton__previous: 'Previous', paginationRowText__displaying: 'Displaying', paginationRowText__of: 'of', + reverification: { + alternativeMethods: { + actionLink: 'Get help', + actionText: 'Don’t have any of these?', + blockButton__backupCode: 'Use a backup code', + blockButton__emailCode: 'Email code to {{identifier}}', + blockButton__password: 'Continue with your password', + blockButton__phoneCode: 'Send SMS code to {{identifier}}', + blockButton__totp: 'Use your authenticator app', + getHelp: { + blockButton__emailSupport: 'Email support', + content: + 'If you have trouble verifying your account, email us and we will work with you to restore access as soon as possible.', + title: 'Get help', + }, + subtitle: 'Facing issues? You can use any of these methods for verification.', + title: 'Use another method', + }, + backupCodeMfa: { + subtitle: 'Enter the backup code you received when setting up two-step authentication', + title: 'Enter a backup code', + }, + emailCode: { + formTitle: 'Verification code', + resendButton: "Didn't receive a code? Resend", + subtitle: 'Enter the code sent to your email to continue', + title: 'Verification required', + }, + noAvailableMethods: { + message: 'Cannot proceed with verification. No suitable authentication factor is configured', + subtitle: 'An error occurred', + title: 'Cannot verify your account', + }, + password: { + actionLink: 'Use another method', + subtitle: 'Enter your password to continue', + title: 'Verification required', + }, + phoneCode: { + formTitle: 'Verification code', + resendButton: "Didn't receive a code? Resend", + subtitle: 'Enter the code sent to your phone to continue', + title: 'Verification required', + }, + phoneCodeMfa: { + formTitle: 'Verification code', + resendButton: "Didn't receive a code? Resend", + subtitle: 'Enter the code sent to your phone to continue', + title: 'Verification required', + }, + totpMfa: { + formTitle: 'Verification code', + subtitle: 'Enter the code generated by your authenticator app to continue', + title: 'Verification required', + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -514,6 +570,7 @@ export const enUS: LocalizationResource = { 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', organization_membership_quota_exceeded: 'You have reached your limit of organization memberships, including outstanding invitations.', organization_minimum_permissions_needed: @@ -846,62 +903,6 @@ export const enUS: LocalizationResource = { web3WalletButtonsBlockButton: '{{provider|titleize}}', }, }, - reverification: { - alternativeMethods: { - actionLink: 'Get help', - actionText: 'Don’t have any of these?', - blockButton__backupCode: 'Use a backup code', - blockButton__emailCode: 'Email code to {{identifier}}', - blockButton__password: 'Continue with your password', - blockButton__phoneCode: 'Send SMS code to {{identifier}}', - blockButton__totp: 'Use your authenticator app', - getHelp: { - blockButton__emailSupport: 'Email support', - content: - 'If you have trouble verifying your account, email us and we will work with you to restore access as soon as possible.', - title: 'Get help', - }, - subtitle: 'Facing issues? You can use any of these methods for verification.', - title: 'Use another method', - }, - backupCodeMfa: { - subtitle: 'Enter the backup code you received when setting up two-step authentication', - title: 'Enter a backup code', - }, - emailCode: { - formTitle: 'Verification code', - resendButton: "Didn't receive a code? Resend", - subtitle: 'Enter the code sent to your email to continue', - title: 'Verification required', - }, - noAvailableMethods: { - message: 'Cannot proceed with verification. No suitable authentication factor is configured', - subtitle: 'An error occurred', - title: 'Cannot verify your account', - }, - password: { - actionLink: 'Use another method', - subtitle: 'Enter your password to continue', - title: 'Verification required', - }, - phoneCode: { - formTitle: 'Verification code', - resendButton: "Didn't receive a code? Resend", - subtitle: 'Enter the code sent to your phone to continue', - title: 'Verification required', - }, - phoneCodeMfa: { - formTitle: 'Verification code', - resendButton: "Didn't receive a code? Resend", - subtitle: 'Enter the code sent to your phone to continue', - title: 'Verification required', - }, - totpMfa: { - formTitle: 'Verification code', - subtitle: 'Enter the code generated by your authenticator app to continue', - title: 'Verification required', - }, - }, waitlist: { start: { actionLink: 'Sign in', diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index 9ab31051a2..1fbdef0393 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -272,6 +272,61 @@ export const esES: LocalizationResource = { paginationButton__previous: 'Previo', paginationRowText__displaying: 'Mostrando', paginationRowText__of: 'de', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Añadir cuenta', @@ -523,6 +578,7 @@ export const esES: LocalizationResource = { not_allowed_access: undefined, 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, organization_membership_quota_exceeded: 'Has alcanzado tu límite de miembros de la organización, incluyendo invitaciones pendientes.', organization_minimum_permissions_needed: @@ -857,61 +913,6 @@ export const esES: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index f9d09b9a50..36e167f6ff 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -274,6 +274,61 @@ export const esMX: LocalizationResource = { paginationButton__previous: 'Anterior', paginationRowText__displaying: 'Mostrando', paginationRowText__of: 'de', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Agregar cuenta', @@ -527,6 +582,7 @@ export const esMX: LocalizationResource = { not_allowed_access: 'No tienes permiso para acceder a este recurso.', organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Ya se ha registrado una llave de acceso en este dispositivo.', @@ -859,61 +915,6 @@ export const esMX: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/fi-FI.ts b/packages/localizations/src/fi-FI.ts index 19a5bb15f5..f3615c6bac 100644 --- a/packages/localizations/src/fi-FI.ts +++ b/packages/localizations/src/fi-FI.ts @@ -272,6 +272,61 @@ export const fiFI: LocalizationResource = { paginationButton__previous: 'Edellinen', paginationRowText__displaying: 'Näytetään', paginationRowText__of: 'yhteensä', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Lisää tili', @@ -523,6 +578,7 @@ export const fiFI: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Pääsyavain on jo rekisteröity tähän laitteeseen.', @@ -855,61 +911,6 @@ export const fiFI: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index 19184fe03a..22f6861bfa 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -274,6 +274,61 @@ export const frFR: LocalizationResource = { paginationButton__previous: 'Précédent', paginationRowText__displaying: 'Affichage', paginationRowText__of: 'de', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Ajouter un compte', @@ -526,6 +581,7 @@ export const frFR: LocalizationResource = { not_allowed_access: 'Accès non autorisé', organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -859,61 +915,6 @@ export const frFR: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index 50c7cd6c51..b193a5e41a 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -266,6 +266,61 @@ export const heIL: LocalizationResource = { paginationButton__previous: 'הקודם', paginationRowText__displaying: 'מציג', paginationRowText__of: 'מתוך', + reverification: { + alternativeMethods: { + actionLink: 'השג עזרה', + actionText: 'אין לך אף אחד מאלה?', + blockButton__backupCode: 'השתמש בקוד גיבוי', + blockButton__emailCode: 'קוד אימייל ל {{identifier}}', + blockButton__password: 'המשך עם הסיסמה שלך', + blockButton__phoneCode: 'שלח קוד SMS ל {{identifier}}', + blockButton__totp: 'השתמש באפליקציית האימות שלך', + getHelp: { + blockButton__emailSupport: 'תמיכה באימייל', + content: 'אם יש לך בעיה באימות חשבונך, שלח לנו אימייל ואנחנו ניצור איתך קשר על מנת לשחזר את הגישה בהקדם האפשרי', + title: 'השג עזרה', + }, + subtitle: 'נתקלת בבעיות? אתה יכול להשתמש בכל אחת מהשיטות הללו עבור אימות', + title: 'השתמש בשיטה אחרת', + }, + backupCodeMfa: { + subtitle: 'קוד הגיבוי שלך הוא הקוד שקיבלת כאשר הגדרת את האימות הדו-שלבי', + title: 'הכנס את קוד הגיבוי', + }, + emailCode: { + formTitle: 'קוד אימות', + resendButton: 'לא קיבלת קוד? שלח שוב', + subtitle: 'המשך ל {{applicationName}}', + title: 'בדוק את האימייל שלך', + }, + noAvailableMethods: { + message: 'לא ניתן להמשיך עם האימות. אין גורם אימות זמין', + subtitle: 'קרתה תקלה', + title: 'לא ניתן לאמת את חשבונך', + }, + password: { + actionLink: 'השתמש בשיטה אחרת', + subtitle: 'הכנס את הסיסמה המקושרת עם חשבונך', + title: 'הכנס סיסמה', + }, + phoneCode: { + formTitle: 'קוד אימות', + resendButton: 'לא קיבלת קוד? שלח שוב', + subtitle: 'להמשך ל {{applicationName}}', + title: 'בדוק את הטלפון שלך', + }, + phoneCodeMfa: { + formTitle: 'קוד אימות', + resendButton: 'לא קיבלת קוד? שלח שוב', + subtitle: 'להמשך, אנא הכנס את קוד האימות שנשלח לטלפון שלך', + title: 'בדוק את הטלפון שלך', + }, + totpMfa: { + formTitle: 'קוד אימות', + subtitle: 'להמשך, אנא הכנס את קוד האימות שנוצר על ידי אפליקציית האימות שלך', + title: 'אימות דו-שלבי', + }, + }, signIn: { accountSwitcher: { action__addAccount: 'הוסף חשבון', @@ -514,6 +569,7 @@ export const heIL: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: 'הדומיין של ספק האימייל הזה חסום. אנא נסה אחד שונה.', organization_domain_common: 'הדומיין של ספק האימייל הזה נפוץ. אנא נסה אחד שונה.', + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: 'הגעת למגבלת החברות בארגון, כולל הזמנות יוצאות דופן.', organization_minimum_permissions_needed: 'חייב להיות חבר ארגון אחד לפחות עם ההרשאות המינימליות הנדרשות.', passkey_already_exists: 'מפתח הסיסמה כבר רשום במכשיר זה.', @@ -833,61 +889,6 @@ export const heIL: LocalizationResource = { web3WalletButtonsBlockButton: '{{provider|titleize}}', }, }, - reverification: { - alternativeMethods: { - actionLink: 'השג עזרה', - actionText: 'אין לך אף אחד מאלה?', - blockButton__backupCode: 'השתמש בקוד גיבוי', - blockButton__emailCode: 'קוד אימייל ל {{identifier}}', - blockButton__password: 'המשך עם הסיסמה שלך', - blockButton__phoneCode: 'שלח קוד SMS ל {{identifier}}', - blockButton__totp: 'השתמש באפליקציית האימות שלך', - getHelp: { - blockButton__emailSupport: 'תמיכה באימייל', - content: 'אם יש לך בעיה באימות חשבונך, שלח לנו אימייל ואנחנו ניצור איתך קשר על מנת לשחזר את הגישה בהקדם האפשרי', - title: 'השג עזרה', - }, - subtitle: 'נתקלת בבעיות? אתה יכול להשתמש בכל אחת מהשיטות הללו עבור אימות', - title: 'השתמש בשיטה אחרת', - }, - backupCodeMfa: { - subtitle: 'קוד הגיבוי שלך הוא הקוד שקיבלת כאשר הגדרת את האימות הדו-שלבי', - title: 'הכנס את קוד הגיבוי', - }, - emailCode: { - formTitle: 'קוד אימות', - resendButton: 'לא קיבלת קוד? שלח שוב', - subtitle: 'המשך ל {{applicationName}}', - title: 'בדוק את האימייל שלך', - }, - noAvailableMethods: { - message: 'לא ניתן להמשיך עם האימות. אין גורם אימות זמין', - subtitle: 'קרתה תקלה', - title: 'לא ניתן לאמת את חשבונך', - }, - password: { - actionLink: 'השתמש בשיטה אחרת', - subtitle: 'הכנס את הסיסמה המקושרת עם חשבונך', - title: 'הכנס סיסמה', - }, - phoneCode: { - formTitle: 'קוד אימות', - resendButton: 'לא קיבלת קוד? שלח שוב', - subtitle: 'להמשך ל {{applicationName}}', - title: 'בדוק את הטלפון שלך', - }, - phoneCodeMfa: { - formTitle: 'קוד אימות', - resendButton: 'לא קיבלת קוד? שלח שוב', - subtitle: 'להמשך, אנא הכנס את קוד האימות שנשלח לטלפון שלך', - title: 'בדוק את הטלפון שלך', - }, - totpMfa: { - formTitle: 'קוד אימות', - subtitle: 'להמשך, אנא הכנס את קוד האימות שנוצר על ידי אפליקציית האימות שלך', - title: 'אימות דו-שלבי', - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/hu-HU.ts b/packages/localizations/src/hu-HU.ts index 357f84fdac..24628d7518 100644 --- a/packages/localizations/src/hu-HU.ts +++ b/packages/localizations/src/hu-HU.ts @@ -271,6 +271,61 @@ export const huHU: LocalizationResource = { paginationButton__previous: 'Előző', paginationRowText__displaying: 'Mutat', paginationRowText__of: '-ból/-ből', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Fiók hozzáadása', @@ -524,6 +579,7 @@ export const huHU: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Egy passkey már regisztrálva van ehhez az eszközhöz.', @@ -856,61 +912,6 @@ export const huHU: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index d0bcfe071a..3e5fe66d59 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -272,6 +272,61 @@ export const isIS: LocalizationResource = { paginationButton__previous: 'Fyrri', paginationRowText__displaying: 'Sýnir', paginationRowText__of: 'af', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Bæta við reikningi', @@ -527,6 +582,7 @@ export const isIS: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Lykill er þegar skráður með þessu tæki.', @@ -859,61 +915,6 @@ export const isIS: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/it-IT.ts b/packages/localizations/src/it-IT.ts index d4b0a51dd7..b7a977abf2 100644 --- a/packages/localizations/src/it-IT.ts +++ b/packages/localizations/src/it-IT.ts @@ -272,6 +272,61 @@ export const itIT: LocalizationResource = { paginationButton__previous: 'Precedente', paginationRowText__displaying: 'Visualizzando', paginationRowText__of: 'di', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Aggiungi account', @@ -522,6 +577,7 @@ export const itIT: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Una chiave di accesso è già registrata con questo dispositivo.', @@ -855,61 +911,6 @@ export const itIT: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index 5be85cea0e..78e0faf5e5 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -271,6 +271,61 @@ export const jaJP: LocalizationResource = { paginationButton__previous: '前へ', paginationRowText__displaying: '表示中', paginationRowText__of: '全', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'アカウントを追加', @@ -523,6 +578,7 @@ export const jaJP: LocalizationResource = { not_allowed_access: 'アクセスが許可されていません。', organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -848,61 +904,6 @@ export const jaJP: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index 9f9c2ad099..f247fd4b83 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -268,6 +268,61 @@ export const koKR: LocalizationResource = { paginationButton__previous: '이전', paginationRowText__displaying: '표시중', paginationRowText__of: '의', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -517,6 +572,7 @@ export const koKR: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -839,61 +895,6 @@ export const koKR: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/mn-MN.ts b/packages/localizations/src/mn-MN.ts index d0f8114423..816baadd1d 100644 --- a/packages/localizations/src/mn-MN.ts +++ b/packages/localizations/src/mn-MN.ts @@ -272,6 +272,61 @@ export const mnMN: LocalizationResource = { paginationButton__previous: 'Өмнөх', paginationRowText__displaying: 'Харуулж байна', paginationRowText__of: 'аас', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Бүртгэл нэмэх', @@ -524,6 +579,7 @@ export const mnMN: LocalizationResource = { not_allowed_access: 'Хандалтыг зөвшөөрөгдөөгүй', organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -854,61 +910,6 @@ export const mnMN: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/nb-NO.ts b/packages/localizations/src/nb-NO.ts index 0c7f61c7e2..07b4b869c3 100644 --- a/packages/localizations/src/nb-NO.ts +++ b/packages/localizations/src/nb-NO.ts @@ -271,6 +271,61 @@ export const nbNO: LocalizationResource = { paginationButton__previous: 'Forrige', paginationRowText__displaying: 'Viser', paginationRowText__of: 'av', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Legg til konto', @@ -523,6 +578,7 @@ export const nbNO: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -853,61 +909,6 @@ export const nbNO: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index 0d0c3abd0d..b7e02eed51 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -272,6 +272,62 @@ export const nlNL: LocalizationResource = { paginationButton__previous: 'Vorige', paginationRowText__displaying: 'Weergeven', paginationRowText__of: 'van', + reverification: { + alternativeMethods: { + actionLink: 'Krijg hulp', + actionText: 'Heb je geen van deze?', + blockButton__backupCode: 'Backupcode gebruiken', + blockButton__emailCode: 'Email code naar {{identifier}}', + blockButton__password: 'Doorgaan met je wachtwoord', + blockButton__phoneCode: 'Verzend SMS code naar {{identifier}}', + blockButton__totp: 'Use your authenticator app', + getHelp: { + blockButton__emailSupport: 'Email ondersteuning', + content: + 'Als je moeite hebt om je account te verifiëren, email ons en we zullen met je werken om toegang te herstellen zo snel mogelijk.', + title: 'Krijg hulp', + }, + subtitle: 'Problemen? Je kunt een van deze methoden gebruiken voor verificatie.', + title: 'Gebruik een andere methode', + }, + backupCodeMfa: { + subtitle: 'Je backupcode is de code die je kreeg bij het installeren van tweestapsverificatie.', + title: 'Backupcode invoeren', + }, + emailCode: { + formTitle: 'Verificatiecode', + resendButton: 'Niet ontvangen? Opnieuw verzenden', + subtitle: 'om door te gaan naar {{applicationName}}', + title: 'Controleer je email', + }, + noAvailableMethods: { + message: 'Kan niet verder gaan met verificatie. Er is geen beschikbare verificatiefactor.', + subtitle: 'Er is een fout opgetreden', + title: 'Kan je account niet verifiëren', + }, + password: { + actionLink: 'Gebruik een andere methode', + subtitle: 'Voer het wachtwoord in dat bij je account hoort', + title: 'Voer je wachtwoord in', + }, + phoneCode: { + formTitle: 'Verificatiecode', + resendButton: 'Niet ontvangen? Opnieuw verzenden', + subtitle: 'om door te gaan naar {{applicationName}}', + title: 'Controleer je telefoon', + }, + phoneCodeMfa: { + formTitle: 'Verificatiecode', + resendButton: 'Niet ontvangen? Opnieuw verzenden', + subtitle: 'om door te gaan naar {{applicationName}}', + title: 'Controleer je telefoon', + }, + totpMfa: { + formTitle: 'Verificatiecode', + subtitle: 'om door te gaan naar {{applicationName}}', + title: 'Tweestapsverificatie', + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Account toevoegen', @@ -521,6 +577,7 @@ export const nlNL: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Deze passkey bestaat al.', @@ -849,62 +906,6 @@ export const nlNL: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: 'Krijg hulp', - actionText: 'Heb je geen van deze?', - blockButton__backupCode: 'Backupcode gebruiken', - blockButton__emailCode: 'Email code naar {{identifier}}', - blockButton__password: 'Doorgaan met je wachtwoord', - blockButton__phoneCode: 'Verzend SMS code naar {{identifier}}', - blockButton__totp: 'Use your authenticator app', - getHelp: { - blockButton__emailSupport: 'Email ondersteuning', - content: - 'Als je moeite hebt om je account te verifiëren, email ons en we zullen met je werken om toegang te herstellen zo snel mogelijk.', - title: 'Krijg hulp', - }, - subtitle: 'Problemen? Je kunt een van deze methoden gebruiken voor verificatie.', - title: 'Gebruik een andere methode', - }, - backupCodeMfa: { - subtitle: 'Je backupcode is de code die je kreeg bij het installeren van tweestapsverificatie.', - title: 'Backupcode invoeren', - }, - emailCode: { - formTitle: 'Verificatiecode', - resendButton: 'Niet ontvangen? Opnieuw verzenden', - subtitle: 'om door te gaan naar {{applicationName}}', - title: 'Controleer je email', - }, - noAvailableMethods: { - message: 'Kan niet verder gaan met verificatie. Er is geen beschikbare verificatiefactor.', - subtitle: 'Er is een fout opgetreden', - title: 'Kan je account niet verifiëren', - }, - password: { - actionLink: 'Gebruik een andere methode', - subtitle: 'Voer het wachtwoord in dat bij je account hoort', - title: 'Voer je wachtwoord in', - }, - phoneCode: { - formTitle: 'Verificatiecode', - resendButton: 'Niet ontvangen? Opnieuw verzenden', - subtitle: 'om door te gaan naar {{applicationName}}', - title: 'Controleer je telefoon', - }, - phoneCodeMfa: { - formTitle: 'Verificatiecode', - resendButton: 'Niet ontvangen? Opnieuw verzenden', - subtitle: 'om door te gaan naar {{applicationName}}', - title: 'Controleer je telefoon', - }, - totpMfa: { - formTitle: 'Verificatiecode', - subtitle: 'om door te gaan naar {{applicationName}}', - title: 'Tweestapsverificatie', - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/pl-PL.ts b/packages/localizations/src/pl-PL.ts index 473463fbe9..2a4a9ffd53 100644 --- a/packages/localizations/src/pl-PL.ts +++ b/packages/localizations/src/pl-PL.ts @@ -270,6 +270,62 @@ export const plPL: LocalizationResource = { paginationButton__previous: 'Poprzedni', paginationRowText__displaying: 'Wyświetlanie', paginationRowText__of: 'z', + reverification: { + alternativeMethods: { + actionLink: 'Uzyskaj pomoc', + actionText: 'Nie używasz żadnej z tych metod?', + blockButton__backupCode: 'Użyj kodu zapasowego', + blockButton__emailCode: 'Wyślij kod e-mailem do {{identifier}}', + blockButton__password: 'Zaloguj się za pomocą hasła', + blockButton__phoneCode: 'Wyślij kod SMS-em do {{identifier}}', + blockButton__totp: 'Użyj aplikacji uwierzytelniającej', + getHelp: { + blockButton__emailSupport: 'Skontaktuj się z pomocą', + content: + 'Jeśli masz problem z weryfikacją konta, wyślij do nas e-mail, a postaramy się jak najszybciej przywrócić dostęp.', + title: 'Uzyskaj wsparcie', + }, + subtitle: 'Masz problem? Możesz użyć dowolnej z tych metod weryfikacji.', + title: 'Użyj innej metody', + }, + backupCodeMfa: { + subtitle: 'Twój kod zapasowy to ten, który otrzymałeś podczas konfigurowania uwierzytelniania dwuetapowego.', + title: 'Wprowadź kod zapasowy', + }, + emailCode: { + formTitle: 'Kod weryfikacyjny', + resendButton: 'Nie otrzymałeś kodu? Wyślij ponownie', + subtitle: 'aby kontynuować w {{applicationName}}', + title: 'Sprawdź swoją pocztę e-mail', + }, + noAvailableMethods: { + message: 'Nie można kontynuować weryfikacji. Brak dostępnych czynników uwierzytelniania.', + subtitle: 'Wystąpił błąd', + title: 'Nie możemy zweryfikować twojego konta', + }, + password: { + actionLink: 'Użyj innej metody', + subtitle: 'Wprowadź hasło powiązane z twoim kontem', + title: 'Wprowadź swoje hasło', + }, + phoneCode: { + formTitle: 'Kod weryfikacyjny', + resendButton: 'Nie otrzymałeś kodu? Wyślij ponownie', + subtitle: 'aby kontynuować w {{applicationName}}', + title: 'Sprawdź swój telefon', + }, + phoneCodeMfa: { + formTitle: 'Kod weryfikacyjny', + resendButton: 'Nie otrzymałeś kodu? Wyślij ponownie', + subtitle: 'Aby kontynuować, wprowadź kod weryfikacyjny wysłany na twój telefon', + title: 'Sprawdź swój telefon', + }, + totpMfa: { + formTitle: 'Kod weryfikacyjny', + subtitle: 'Aby kontynuować, wprowadź kod weryfikacyjny wygenerowany przez swoją aplikację uwierzytelniającą', + title: 'Weryfikacja dwuetapowa', + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Dodaj konto', @@ -520,6 +576,7 @@ export const plPL: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -851,62 +908,6 @@ export const plPL: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: 'Uzyskaj pomoc', - actionText: 'Nie używasz żadnej z tych metod?', - blockButton__backupCode: 'Użyj kodu zapasowego', - blockButton__emailCode: 'Wyślij kod e-mailem do {{identifier}}', - blockButton__password: 'Zaloguj się za pomocą hasła', - blockButton__phoneCode: 'Wyślij kod SMS-em do {{identifier}}', - blockButton__totp: 'Użyj aplikacji uwierzytelniającej', - getHelp: { - blockButton__emailSupport: 'Skontaktuj się z pomocą', - content: - 'Jeśli masz problem z weryfikacją konta, wyślij do nas e-mail, a postaramy się jak najszybciej przywrócić dostęp.', - title: 'Uzyskaj wsparcie', - }, - subtitle: 'Masz problem? Możesz użyć dowolnej z tych metod weryfikacji.', - title: 'Użyj innej metody', - }, - backupCodeMfa: { - subtitle: 'Twój kod zapasowy to ten, który otrzymałeś podczas konfigurowania uwierzytelniania dwuetapowego.', - title: 'Wprowadź kod zapasowy', - }, - emailCode: { - formTitle: 'Kod weryfikacyjny', - resendButton: 'Nie otrzymałeś kodu? Wyślij ponownie', - subtitle: 'aby kontynuować w {{applicationName}}', - title: 'Sprawdź swoją pocztę e-mail', - }, - noAvailableMethods: { - message: 'Nie można kontynuować weryfikacji. Brak dostępnych czynników uwierzytelniania.', - subtitle: 'Wystąpił błąd', - title: 'Nie możemy zweryfikować twojego konta', - }, - password: { - actionLink: 'Użyj innej metody', - subtitle: 'Wprowadź hasło powiązane z twoim kontem', - title: 'Wprowadź swoje hasło', - }, - phoneCode: { - formTitle: 'Kod weryfikacyjny', - resendButton: 'Nie otrzymałeś kodu? Wyślij ponownie', - subtitle: 'aby kontynuować w {{applicationName}}', - title: 'Sprawdź swój telefon', - }, - phoneCodeMfa: { - formTitle: 'Kod weryfikacyjny', - resendButton: 'Nie otrzymałeś kodu? Wyślij ponownie', - subtitle: 'Aby kontynuować, wprowadź kod weryfikacyjny wysłany na twój telefon', - title: 'Sprawdź swój telefon', - }, - totpMfa: { - formTitle: 'Kod weryfikacyjny', - subtitle: 'Aby kontynuować, wprowadź kod weryfikacyjny wygenerowany przez swoją aplikację uwierzytelniającą', - title: 'Weryfikacja dwuetapowa', - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/pt-BR.ts b/packages/localizations/src/pt-BR.ts index eca2005b02..431b00cf94 100644 --- a/packages/localizations/src/pt-BR.ts +++ b/packages/localizations/src/pt-BR.ts @@ -271,6 +271,61 @@ export const ptBR: LocalizationResource = { paginationButton__previous: 'Anterior', paginationRowText__displaying: 'Exibindo', paginationRowText__of: 'de', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Adicionar conta', @@ -523,6 +578,8 @@ export const ptBR: LocalizationResource = { not_allowed_access: 'Acesso não permitido.', 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: + 'Esse domínio já está sendo utilizado para SSO em sua organização', organization_membership_quota_exceeded: 'Você chegou ao seu limite de membros da organização, incluindo convites pendentes.', organization_minimum_permissions_needed: @@ -857,61 +914,6 @@ export const ptBR: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/pt-PT.ts b/packages/localizations/src/pt-PT.ts index 95abaf4425..12f672df68 100644 --- a/packages/localizations/src/pt-PT.ts +++ b/packages/localizations/src/pt-PT.ts @@ -270,6 +270,61 @@ export const ptPT: LocalizationResource = { paginationButton__previous: 'Anterior', paginationRowText__displaying: 'Apresentando', paginationRowText__of: 'de', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -521,6 +576,7 @@ export const ptPT: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -850,61 +906,6 @@ export const ptPT: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/ro-RO.ts b/packages/localizations/src/ro-RO.ts index ad53f53f4b..49b78a51fd 100644 --- a/packages/localizations/src/ro-RO.ts +++ b/packages/localizations/src/ro-RO.ts @@ -273,6 +273,61 @@ export const roRO: LocalizationResource = { paginationButton__previous: 'Anterior', paginationRowText__displaying: 'Afișarea', paginationRowText__of: 'de', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -525,6 +580,7 @@ export const roRO: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -861,61 +917,6 @@ export const roRO: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/ru-RU.ts b/packages/localizations/src/ru-RU.ts index dc0cb118c4..c4bdb23390 100644 --- a/packages/localizations/src/ru-RU.ts +++ b/packages/localizations/src/ru-RU.ts @@ -278,6 +278,62 @@ export const ruRU: LocalizationResource = { paginationButton__previous: 'Назад', paginationRowText__displaying: 'Отображение', paginationRowText__of: 'из', + reverification: { + alternativeMethods: { + actionLink: 'Получить помощь', + actionText: 'У вас нет ничего из этого?', + blockButton__backupCode: 'Использовать резервный код', + blockButton__emailCode: 'Отправить код на {{identifier}}', + blockButton__password: 'Продолжить с вашим паролем', + blockButton__phoneCode: 'Отправить SMS код на {{identifier}}', + blockButton__totp: 'Использовать приложение аутентификации', + getHelp: { + blockButton__emailSupport: 'Написать в поддержку', + content: + 'Если у вас возникли проблемы с проверкой учетной записи, напишите нам, и мы вместе с вами восстановим доступ как можно скорее.', + title: 'Получить помощь', + }, + subtitle: 'Столкнулись с проблемами? Вы можете использовать любой из этих методов для верификации', + title: 'Использовать другой метод', + }, + backupCodeMfa: { + subtitle: 'Ваш резервный код - это код, который вы получили при настройке двухфакторной аутентификации.', + title: 'Введите резервный код', + }, + emailCode: { + formTitle: 'Верификационный код', + resendButton: 'Не получили код? Отправить повторно', + subtitle: 'для продолжения {{applicationName}}', + title: 'Проверьте вашу почту', + }, + noAvailableMethods: { + message: 'Невозможно продолжить верификацию. Нет доступного фактора аутентификации.', + subtitle: 'Произошла ошибка', + title: 'Невозможно подтвердить учетную запись', + }, + password: { + actionLink: 'Используйте другой метод', + subtitle: 'Введите пароль, связанный с вашей учетной записью', + title: 'Введите ваш пароль', + }, + phoneCode: { + formTitle: 'Верификационный код', + resendButton: 'Не получили код? Отправить повторно', + subtitle: 'для продолжения {{applicationName}}', + title: 'Проверьте ваш телефон', + }, + phoneCodeMfa: { + formTitle: 'Верификационный код', + resendButton: 'Не получили код? Отправить повторно', + subtitle: 'Для продолжения, введите верификационный код, отправленный на ваш телефон', + title: 'Проверьте ваш телефон', + }, + totpMfa: { + formTitle: 'Верификационный код', + subtitle: 'Чтобы продолжить, введите верификационный код, сгенерированный вашим приложением-аутентификатором', + title: 'Двухфакторная верификация', + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Добавить учетную запись', @@ -534,6 +590,7 @@ export const ruRU: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: 'Это заблокированный домен почтового провайдера. Пожалуйста, используйте другой.', organization_domain_common: 'Это распространенный домен почтового провайдера. Пожалуйста, используйте другой.', + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: 'Вы достигли предела количества участий в организациях, включая ожидающие приглашения.', organization_minimum_permissions_needed: @@ -869,62 +926,6 @@ export const ruRU: LocalizationResource = { web3WalletButtonsBlockButton: '{{provider|titleize}}', }, }, - reverification: { - alternativeMethods: { - actionLink: 'Получить помощь', - actionText: 'У вас нет ничего из этого?', - blockButton__backupCode: 'Использовать резервный код', - blockButton__emailCode: 'Отправить код на {{identifier}}', - blockButton__password: 'Продолжить с вашим паролем', - blockButton__phoneCode: 'Отправить SMS код на {{identifier}}', - blockButton__totp: 'Использовать приложение аутентификации', - getHelp: { - blockButton__emailSupport: 'Написать в поддержку', - content: - 'Если у вас возникли проблемы с проверкой учетной записи, напишите нам, и мы вместе с вами восстановим доступ как можно скорее.', - title: 'Получить помощь', - }, - subtitle: 'Столкнулись с проблемами? Вы можете использовать любой из этих методов для верификации', - title: 'Использовать другой метод', - }, - backupCodeMfa: { - subtitle: 'Ваш резервный код - это код, который вы получили при настройке двухфакторной аутентификации.', - title: 'Введите резервный код', - }, - emailCode: { - formTitle: 'Верификационный код', - resendButton: 'Не получили код? Отправить повторно', - subtitle: 'для продолжения {{applicationName}}', - title: 'Проверьте вашу почту', - }, - noAvailableMethods: { - message: 'Невозможно продолжить верификацию. Нет доступного фактора аутентификации.', - subtitle: 'Произошла ошибка', - title: 'Невозможно подтвердить учетную запись', - }, - password: { - actionLink: 'Используйте другой метод', - subtitle: 'Введите пароль, связанный с вашей учетной записью', - title: 'Введите ваш пароль', - }, - phoneCode: { - formTitle: 'Верификационный код', - resendButton: 'Не получили код? Отправить повторно', - subtitle: 'для продолжения {{applicationName}}', - title: 'Проверьте ваш телефон', - }, - phoneCodeMfa: { - formTitle: 'Верификационный код', - resendButton: 'Не получили код? Отправить повторно', - subtitle: 'Для продолжения, введите верификационный код, отправленный на ваш телефон', - title: 'Проверьте ваш телефон', - }, - totpMfa: { - formTitle: 'Верификационный код', - subtitle: 'Чтобы продолжить, введите верификационный код, сгенерированный вашим приложением-аутентификатором', - title: 'Двухфакторная верификация', - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/sk-SK.ts b/packages/localizations/src/sk-SK.ts index e2946a0bfd..033ec3d657 100644 --- a/packages/localizations/src/sk-SK.ts +++ b/packages/localizations/src/sk-SK.ts @@ -270,6 +270,61 @@ export const skSK: LocalizationResource = { paginationButton__previous: 'Predchádzajúce', paginationRowText__displaying: 'Zobrazuje sa', paginationRowText__of: 'z', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -520,6 +575,7 @@ export const skSK: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -849,61 +905,6 @@ export const skSK: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/sr-RS.ts b/packages/localizations/src/sr-RS.ts index aebe7f8609..1d949a4811 100644 --- a/packages/localizations/src/sr-RS.ts +++ b/packages/localizations/src/sr-RS.ts @@ -270,6 +270,61 @@ export const srRS: LocalizationResource = { paginationButton__previous: 'Prethodni', paginationRowText__displaying: 'Prikazujem', paginationRowText__of: 'od', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Dodaj nalog', @@ -523,6 +578,7 @@ export const srRS: LocalizationResource = { not_allowed_access: 'Pristup nije dozvoljen.', organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Ključ za prolaz je već registrovan sa ovim uređajem.', @@ -852,61 +908,6 @@ export const srRS: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/sv-SE.ts b/packages/localizations/src/sv-SE.ts index 29f359a0e9..f9f033e38b 100644 --- a/packages/localizations/src/sv-SE.ts +++ b/packages/localizations/src/sv-SE.ts @@ -271,6 +271,62 @@ export const svSE: LocalizationResource = { paginationButton__previous: 'Föregående', paginationRowText__displaying: 'Visar', paginationRowText__of: 'av', + reverification: { + alternativeMethods: { + actionLink: 'Få hjälp', + actionText: 'Har du inget av dessa?', + blockButton__backupCode: 'Använd en reservkod', + blockButton__emailCode: 'Skicka kod via e-post till {{identifier}}', + blockButton__password: 'Fortsätt med ditt lösenord', + blockButton__phoneCode: 'Skicka SMS-kod till {{identifier}}', + blockButton__totp: 'Använd din autentiseringsapp', + getHelp: { + blockButton__emailSupport: 'E-posta support', + content: + 'Om du har problem med att verifiera ditt konto, maila oss så hjälper vi dig att återställa åtkomsten så snart som möjligt.', + title: 'Få hjälp', + }, + subtitle: 'Har du problem? Du kan använda någon av dessa metoder för verifiering.', + title: 'Använd en annan metod', + }, + backupCodeMfa: { + subtitle: 'Din reservkod är den du fick när du ställde in tvåstegsverifiering.', + title: 'Ange en reservkod', + }, + emailCode: { + formTitle: 'Verifieringskod', + resendButton: 'Fick du ingen kod? Skicka igen', + subtitle: 'för att fortsätta till {{applicationName}}', + title: 'Kontrollera din e-post', + }, + noAvailableMethods: { + message: 'Kan inte fortsätta med verifieringen. Det finns ingen tillgänglig autentiseringsfaktor.', + subtitle: 'Ett fel inträffade', + title: 'Kan inte verifiera ditt konto', + }, + password: { + actionLink: 'Använd en annan metod', + subtitle: 'Ange lösenordet som är kopplat till ditt konto', + title: 'Ange ditt lösenord', + }, + phoneCode: { + formTitle: 'Verifieringskod', + resendButton: 'Fick du ingen kod? Skicka igen', + subtitle: 'för att fortsätta till {{applicationName}}', + title: 'Kontrollera din telefon', + }, + phoneCodeMfa: { + formTitle: 'Verifieringskod', + resendButton: 'Fick du ingen kod? Skicka igen', + subtitle: 'För att fortsätta, vänligen ange verifieringskoden som skickats till din telefon', + title: 'Kontrollera din telefon', + }, + totpMfa: { + formTitle: 'Verifieringskod', + subtitle: 'För att fortsätta, vänligen ange verifieringskoden som genererats av din autentiseringsapp', + title: 'Tvåstegsverifiering', + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Lägg till konto', @@ -524,6 +580,7 @@ export const svSE: LocalizationResource = { not_allowed_access: 'Åtkomst nekad.', organization_domain_blocked: 'Domänen är blockerad.', organization_domain_common: 'Domänen är vanlig.', + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: 'Medlemskapet är fullt.', organization_minimum_permissions_needed: 'Du måste ha tillräckligt med behörigheter.', passkey_already_exists: 'Passnyckeln finns redan.', @@ -853,62 +910,6 @@ export const svSE: LocalizationResource = { web3WalletButtonsBlockButton: '{{provider|titleize}}', }, }, - reverification: { - alternativeMethods: { - actionLink: 'Få hjälp', - actionText: 'Har du inget av dessa?', - blockButton__backupCode: 'Använd en reservkod', - blockButton__emailCode: 'Skicka kod via e-post till {{identifier}}', - blockButton__password: 'Fortsätt med ditt lösenord', - blockButton__phoneCode: 'Skicka SMS-kod till {{identifier}}', - blockButton__totp: 'Använd din autentiseringsapp', - getHelp: { - blockButton__emailSupport: 'E-posta support', - content: - 'Om du har problem med att verifiera ditt konto, maila oss så hjälper vi dig att återställa åtkomsten så snart som möjligt.', - title: 'Få hjälp', - }, - subtitle: 'Har du problem? Du kan använda någon av dessa metoder för verifiering.', - title: 'Använd en annan metod', - }, - backupCodeMfa: { - subtitle: 'Din reservkod är den du fick när du ställde in tvåstegsverifiering.', - title: 'Ange en reservkod', - }, - emailCode: { - formTitle: 'Verifieringskod', - resendButton: 'Fick du ingen kod? Skicka igen', - subtitle: 'för att fortsätta till {{applicationName}}', - title: 'Kontrollera din e-post', - }, - noAvailableMethods: { - message: 'Kan inte fortsätta med verifieringen. Det finns ingen tillgänglig autentiseringsfaktor.', - subtitle: 'Ett fel inträffade', - title: 'Kan inte verifiera ditt konto', - }, - password: { - actionLink: 'Använd en annan metod', - subtitle: 'Ange lösenordet som är kopplat till ditt konto', - title: 'Ange ditt lösenord', - }, - phoneCode: { - formTitle: 'Verifieringskod', - resendButton: 'Fick du ingen kod? Skicka igen', - subtitle: 'för att fortsätta till {{applicationName}}', - title: 'Kontrollera din telefon', - }, - phoneCodeMfa: { - formTitle: 'Verifieringskod', - resendButton: 'Fick du ingen kod? Skicka igen', - subtitle: 'För att fortsätta, vänligen ange verifieringskoden som skickats till din telefon', - title: 'Kontrollera din telefon', - }, - totpMfa: { - formTitle: 'Verifieringskod', - subtitle: 'För att fortsätta, vänligen ange verifieringskoden som genererats av din autentiseringsapp', - title: 'Tvåstegsverifiering', - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/th-TH.ts b/packages/localizations/src/th-TH.ts index 37220b73d3..5d0bc6ffeb 100644 --- a/packages/localizations/src/th-TH.ts +++ b/packages/localizations/src/th-TH.ts @@ -268,6 +268,61 @@ export const thTH: LocalizationResource = { paginationButton__previous: 'ก่อนหน้า', paginationRowText__displaying: 'แสดง', paginationRowText__of: 'จาก', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'เพิ่มบัญชี', @@ -520,6 +575,7 @@ export const thTH: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'พาสคีย์ถูกลงทะเบียนกับอุปกรณ์นี้แล้ว', @@ -844,61 +900,6 @@ export const thTH: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index 9cffd38926..3bea5c5a03 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -271,6 +271,61 @@ export const trTR: LocalizationResource = { paginationButton__previous: 'Geri', paginationRowText__displaying: 'Sayfa bilgisi:', paginationRowText__of: '-', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Hesap ekle', @@ -525,6 +580,7 @@ export const trTR: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: 'Bu cihaza zaten bir geçiş anahtarı kaydedilmiş.', @@ -854,61 +910,6 @@ export const trTR: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/uk-UA.ts b/packages/localizations/src/uk-UA.ts index 0b8e378228..26d9eae381 100644 --- a/packages/localizations/src/uk-UA.ts +++ b/packages/localizations/src/uk-UA.ts @@ -270,6 +270,61 @@ export const ukUA: LocalizationResource = { paginationButton__previous: 'Назад', paginationRowText__displaying: 'Відображення', paginationRowText__of: 'з', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -520,6 +575,7 @@ export const ukUA: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -850,61 +906,6 @@ export const ukUA: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/vi-VN.ts b/packages/localizations/src/vi-VN.ts index b8c8d02d53..b246c585b8 100644 --- a/packages/localizations/src/vi-VN.ts +++ b/packages/localizations/src/vi-VN.ts @@ -270,6 +270,61 @@ export const viVN: LocalizationResource = { paginationButton__previous: 'Trước', paginationRowText__displaying: 'Hiển thị', paginationRowText__of: 'của', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -521,6 +576,7 @@ export const viVN: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -850,61 +906,6 @@ export const viVN: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index 136b6e1955..530649b871 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -262,6 +262,61 @@ export const zhCN: LocalizationResource = { paginationButton__previous: '上一页', paginationRowText__displaying: '显示', paginationRowText__of: '的', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: '添加账户', @@ -508,6 +563,7 @@ export const zhCN: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -824,61 +880,6 @@ export const zhCN: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/localizations/src/zh-TW.ts b/packages/localizations/src/zh-TW.ts index 2e3ba091d9..3ded223426 100644 --- a/packages/localizations/src/zh-TW.ts +++ b/packages/localizations/src/zh-TW.ts @@ -268,6 +268,61 @@ export const zhTW: LocalizationResource = { paginationButton__previous: '上一頁', paginationRowText__displaying: '顯示', paginationRowText__of: '的', + reverification: { + alternativeMethods: { + actionLink: undefined, + actionText: undefined, + blockButton__backupCode: undefined, + blockButton__emailCode: undefined, + blockButton__password: undefined, + blockButton__phoneCode: undefined, + blockButton__totp: undefined, + getHelp: { + blockButton__emailSupport: undefined, + content: undefined, + title: undefined, + }, + subtitle: undefined, + title: undefined, + }, + backupCodeMfa: { + subtitle: undefined, + title: undefined, + }, + emailCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + noAvailableMethods: { + message: undefined, + subtitle: undefined, + title: undefined, + }, + password: { + actionLink: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCode: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + phoneCodeMfa: { + formTitle: undefined, + resendButton: undefined, + subtitle: undefined, + title: undefined, + }, + totpMfa: { + formTitle: undefined, + subtitle: undefined, + title: undefined, + }, + }, signIn: { accountSwitcher: { action__addAccount: 'Add account', @@ -515,6 +570,7 @@ export const zhTW: LocalizationResource = { not_allowed_access: undefined, organization_domain_blocked: undefined, organization_domain_common: undefined, + organization_domain_exists_for_enterprise_connection: undefined, organization_membership_quota_exceeded: undefined, organization_minimum_permissions_needed: undefined, passkey_already_exists: undefined, @@ -834,61 +890,6 @@ export const zhTW: LocalizationResource = { web3WalletButtonsBlockButton: undefined, }, }, - reverification: { - alternativeMethods: { - actionLink: undefined, - actionText: undefined, - blockButton__backupCode: undefined, - blockButton__emailCode: undefined, - blockButton__password: undefined, - blockButton__phoneCode: undefined, - blockButton__totp: undefined, - getHelp: { - blockButton__emailSupport: undefined, - content: undefined, - title: undefined, - }, - subtitle: undefined, - title: undefined, - }, - backupCodeMfa: { - subtitle: undefined, - title: undefined, - }, - emailCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - noAvailableMethods: { - message: undefined, - subtitle: undefined, - title: undefined, - }, - password: { - actionLink: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCode: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - phoneCodeMfa: { - formTitle: undefined, - resendButton: undefined, - subtitle: undefined, - title: undefined, - }, - totpMfa: { - formTitle: undefined, - subtitle: undefined, - title: undefined, - }, - }, waitlist: { start: { actionLink: undefined, diff --git a/packages/types/src/localization.ts b/packages/types/src/localization.ts index 90693e4330..076782e943 100644 --- a/packages/types/src/localization.ts +++ b/packages/types/src/localization.ts @@ -906,5 +906,6 @@ type UnstableErrors = WithParamName<{ already_a_member_in_organization: LocalizationValue; organization_domain_common: LocalizationValue; organization_domain_blocked: LocalizationValue; + organization_domain_exists_for_enterprise_connection: LocalizationValue; organization_membership_quota_exceeded: LocalizationValue; }>;