diff --git a/.changeset/thin-wolves-study.md b/.changeset/thin-wolves-study.md new file mode 100644 index 00000000000..81c1bd99a48 --- /dev/null +++ b/.changeset/thin-wolves-study.md @@ -0,0 +1,5 @@ +--- +'@clerk/localizations': patch +--- + +Add `taskChooseOrganization` to all locales. diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index 49305a4c194..db2ce7fe8b9 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -786,6 +786,26 @@ export const arSA: LocalizationResource = { }, socialButtonsBlockButton: 'للمتابعة مع {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/be-BY.ts b/packages/localizations/src/be-BY.ts index 7000729759c..75b34845d98 100644 --- a/packages/localizations/src/be-BY.ts +++ b/packages/localizations/src/be-BY.ts @@ -793,6 +793,26 @@ export const beBY: LocalizationResource = { }, socialButtonsBlockButton: 'Працягнуць з дапамогай {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Вы ўжо з’яўляецеся членам гэтай арганізацыі.', captcha_invalid: diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index 61459a4e9c2..49ac319f7f9 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -788,6 +788,26 @@ export const bgBG: LocalizationResource = { }, socialButtonsBlockButton: 'Продължи с {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Вие вече сте член на тази организация.', captcha_invalid: undefined, diff --git a/packages/localizations/src/bn-IN.ts b/packages/localizations/src/bn-IN.ts index 97df3d5ce98..afe61317865 100644 --- a/packages/localizations/src/bn-IN.ts +++ b/packages/localizations/src/bn-IN.ts @@ -793,6 +793,26 @@ export const bnIN: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}} দিয়ে চালিয়ে যান', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ইতিমধ্যে সংগঠনের একজন সদস্য।', captcha_invalid: diff --git a/packages/localizations/src/ca-ES.ts b/packages/localizations/src/ca-ES.ts index d61150f1156..133f6ed46b4 100644 --- a/packages/localizations/src/ca-ES.ts +++ b/packages/localizations/src/ca-ES.ts @@ -787,6 +787,26 @@ export const caES: LocalizationResource = { }, socialButtonsBlockButton: 'Continua amb {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/cs-CZ.ts b/packages/localizations/src/cs-CZ.ts index d6d1434d7db..706860df255 100644 --- a/packages/localizations/src/cs-CZ.ts +++ b/packages/localizations/src/cs-CZ.ts @@ -799,6 +799,26 @@ export const csCZ: LocalizationResource = { }, socialButtonsBlockButton: 'Pokračovat s {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} je již členem organizace.', captcha_invalid: undefined, diff --git a/packages/localizations/src/da-DK.ts b/packages/localizations/src/da-DK.ts index 2e92f259cc2..d5e8feb7b6e 100644 --- a/packages/localizations/src/da-DK.ts +++ b/packages/localizations/src/da-DK.ts @@ -786,6 +786,26 @@ export const daDK: LocalizationResource = { }, socialButtonsBlockButton: 'Forsæt med {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index 6adcb0d14de..2d52a0b1769 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -799,6 +799,26 @@ export const deDE: LocalizationResource = { }, socialButtonsBlockButton: 'Weiter mit {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Sie sind bereits Mitglied in dieser Organisation.', captcha_invalid: diff --git a/packages/localizations/src/el-GR.ts b/packages/localizations/src/el-GR.ts index 7aaa9ec2acf..c70d15cd4f5 100644 --- a/packages/localizations/src/el-GR.ts +++ b/packages/localizations/src/el-GR.ts @@ -790,6 +790,26 @@ export const elGR: LocalizationResource = { }, socialButtonsBlockButton: 'Συνέχεια με {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/en-GB.ts b/packages/localizations/src/en-GB.ts index caddff7b761..2b7d25f4fad 100644 --- a/packages/localizations/src/en-GB.ts +++ b/packages/localizations/src/en-GB.ts @@ -790,6 +790,26 @@ export const enGB: LocalizationResource = { }, socialButtonsBlockButton: 'Continue with {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} is already a member of the organisation.', captcha_invalid: diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 2aa62f8f70a..9df4b8f8578 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -2,26 +2,6 @@ import type { LocalizationResource } from '@clerk/types'; export const enUS: LocalizationResource = { locale: 'en-US', - taskChooseOrganization: { - signOut: { - actionLink: 'Sign out', - actionText: 'Signed in as {{identifier}}', - }, - createOrganization: { - title: 'Setup your account', - subtitle: 'Tell us a bit about your organization', - formButtonSubmit: 'Create new organization', - formButtonReset: 'Cancel', - }, - chooseOrganization: { - title: 'Choose an organization', - subtitle: 'Join an existing organization or create a new one', - suggestionsAcceptedLabel: 'Pending approval', - action__createOrganization: 'Create new organization', - action__suggestionsAccept: 'Request to join', - action__invitationAccept: 'Join', - }, - }, apiKeys: { action__add: 'Add new key', action__search: 'Search keys', @@ -805,6 +785,26 @@ export const enUS: LocalizationResource = { }, socialButtonsBlockButton: 'Continue with {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: 'Create new organization', + action__invitationAccept: 'Join', + action__suggestionsAccept: 'Request to join', + subtitle: 'Join an existing organization or create a new one', + suggestionsAcceptedLabel: 'Pending approval', + title: 'Choose an organization', + }, + createOrganization: { + formButtonReset: 'Cancel', + formButtonSubmit: 'Create new organization', + subtitle: 'Tell us a bit about your organization', + title: 'Setup your account', + }, + signOut: { + actionLink: 'Sign out', + actionText: 'Signed in as {{identifier}}', + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} is already a member of the organization.', captcha_invalid: undefined, diff --git a/packages/localizations/src/es-CR.ts b/packages/localizations/src/es-CR.ts index 5f982646116..72043bd9772 100644 --- a/packages/localizations/src/es-CR.ts +++ b/packages/localizations/src/es-CR.ts @@ -795,6 +795,26 @@ export const esCR: LocalizationResource = { }, socialButtonsBlockButton: 'Continuar con {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ya es miembro de la organización.', captcha_invalid: diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index a5233f05771..372a3df9ca0 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -789,6 +789,26 @@ export const esES: LocalizationResource = { }, socialButtonsBlockButton: 'Continuar con {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ya es miembro de la organización.', captcha_invalid: diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index 09f9d57db8d..b06a2a6c416 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -795,6 +795,26 @@ export const esMX: LocalizationResource = { }, socialButtonsBlockButton: 'Continuar con {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ya es miembro de la organización.', captcha_invalid: diff --git a/packages/localizations/src/es-UY.ts b/packages/localizations/src/es-UY.ts index 904bd5221de..e0bfd82e5e6 100644 --- a/packages/localizations/src/es-UY.ts +++ b/packages/localizations/src/es-UY.ts @@ -795,6 +795,26 @@ export const esUY: LocalizationResource = { }, socialButtonsBlockButton: 'Continuar con {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ya es miembro de la organización.', captcha_invalid: diff --git a/packages/localizations/src/fa-IR.ts b/packages/localizations/src/fa-IR.ts index 327c31fbdcc..702e381de77 100644 --- a/packages/localizations/src/fa-IR.ts +++ b/packages/localizations/src/fa-IR.ts @@ -798,6 +798,26 @@ export const faIR: LocalizationResource = { }, socialButtonsBlockButton: 'ادامه با {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} از قبل عضو سازمان است.', captcha_invalid: undefined, diff --git a/packages/localizations/src/fi-FI.ts b/packages/localizations/src/fi-FI.ts index 411b30e0b98..393df320f61 100644 --- a/packages/localizations/src/fi-FI.ts +++ b/packages/localizations/src/fi-FI.ts @@ -789,6 +789,26 @@ export const fiFI: LocalizationResource = { }, socialButtonsBlockButton: 'Jatka palvelun {{provider|titleize}} avulla', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index 27dc85df414..24fdeb391ca 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -798,6 +798,26 @@ export const frFR: LocalizationResource = { }, socialButtonsBlockButton: 'Continuer avec {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Vous êtes déjà membre de cette organisation.', captcha_invalid: diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index fbe2fa97a31..cfa4a503c83 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -780,6 +780,26 @@ export const heIL: LocalizationResource = { }, socialButtonsBlockButton: 'המשך עם {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} כבר חבר בארגון', captcha_invalid: 'ההרשמה נכשלה עקב כשל באימות האבטחה. אנא רענן את הדף ונסה שוב, או פנה לתמיכה לעזרה נוספת.', diff --git a/packages/localizations/src/hi-IN.ts b/packages/localizations/src/hi-IN.ts index 03229cb4828..9d2e2794766 100644 --- a/packages/localizations/src/hi-IN.ts +++ b/packages/localizations/src/hi-IN.ts @@ -793,6 +793,26 @@ export const hiIN: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}} के साथ जारी रखें', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} पहले से ही संगठन का सदस्य है।', captcha_invalid: diff --git a/packages/localizations/src/hr-HR.ts b/packages/localizations/src/hr-HR.ts index f6f8e714c1f..34bad14879a 100644 --- a/packages/localizations/src/hr-HR.ts +++ b/packages/localizations/src/hr-HR.ts @@ -790,6 +790,26 @@ export const hrHR: LocalizationResource = { }, socialButtonsBlockButton: 'Nastavite s {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} je već član organizacije.', captcha_invalid: diff --git a/packages/localizations/src/hu-HU.ts b/packages/localizations/src/hu-HU.ts index 05ae1b4e640..b917694efd2 100644 --- a/packages/localizations/src/hu-HU.ts +++ b/packages/localizations/src/hu-HU.ts @@ -787,6 +787,26 @@ export const huHU: LocalizationResource = { }, socialButtonsBlockButton: 'Folytatás {{provider|titleize}} segítségével', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/id-ID.ts b/packages/localizations/src/id-ID.ts index f7c2da5dc50..fc774744538 100644 --- a/packages/localizations/src/id-ID.ts +++ b/packages/localizations/src/id-ID.ts @@ -794,6 +794,26 @@ export const idID: LocalizationResource = { }, socialButtonsBlockButton: 'Lanjutkan dengan {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} sudah menjadi anggota organisasi.', captcha_invalid: diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index bada169e9bc..c244e18a29d 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -790,6 +790,26 @@ export const isIS: LocalizationResource = { }, socialButtonsBlockButton: 'Halda áfram með {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/it-IT.ts b/packages/localizations/src/it-IT.ts index a044929eb08..c88bf95635f 100644 --- a/packages/localizations/src/it-IT.ts +++ b/packages/localizations/src/it-IT.ts @@ -796,6 +796,26 @@ export const itIT: LocalizationResource = { }, socialButtonsBlockButton: 'Continua con {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Sei già un membro di questa organizzazione.', captcha_invalid: diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index b5456011e9d..bcdb4359a8a 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -788,6 +788,26 @@ export const jaJP: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}}で続ける', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/kk-KZ.ts b/packages/localizations/src/kk-KZ.ts index e61c5d40667..f98b1f86ee9 100644 --- a/packages/localizations/src/kk-KZ.ts +++ b/packages/localizations/src/kk-KZ.ts @@ -780,6 +780,26 @@ export const kkKZ: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}} арқылы жалғастыру', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ұйымға қазірдің өзінде қосылған.', captcha_invalid: 'Қауіпсіздік тексерілуі сәтсіз аяқталды. Браузерді өзгерту немесе кеңейтулерді өшіруге тырысыңыз.', diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index b83d2e57c07..2c6845dfa9f 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -782,6 +782,26 @@ export const koKR: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}}로 계속하기', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/mn-MN.ts b/packages/localizations/src/mn-MN.ts index 0c182b04b59..d8dc97ca2fb 100644 --- a/packages/localizations/src/mn-MN.ts +++ b/packages/localizations/src/mn-MN.ts @@ -788,6 +788,26 @@ export const mnMN: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}}-р үргэлжлүүлэх', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/ms-MY.ts b/packages/localizations/src/ms-MY.ts index c0b62546b3d..2342ba6bcbd 100644 --- a/packages/localizations/src/ms-MY.ts +++ b/packages/localizations/src/ms-MY.ts @@ -796,6 +796,26 @@ export const msMY: LocalizationResource = { }, socialButtonsBlockButton: 'Teruskan dengan {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} sudah menjadi ahli organisasi.', captcha_invalid: diff --git a/packages/localizations/src/nb-NO.ts b/packages/localizations/src/nb-NO.ts index 4faa7c27d0e..777633a6a0b 100644 --- a/packages/localizations/src/nb-NO.ts +++ b/packages/localizations/src/nb-NO.ts @@ -787,6 +787,26 @@ export const nbNO: LocalizationResource = { }, socialButtonsBlockButton: 'Fortsett med {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/nl-BE.ts b/packages/localizations/src/nl-BE.ts index 6d137bb40d4..d273fd0cbfe 100644 --- a/packages/localizations/src/nl-BE.ts +++ b/packages/localizations/src/nl-BE.ts @@ -788,6 +788,26 @@ export const nlBE: LocalizationResource = { }, socialButtonsBlockButton: 'Ga verder met {{provider|titleize}}', socialButtonsBlockButtonManyInView: 'Ga verder met {{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Je bent al lid van de organisatie.', captcha_invalid: diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index 68b5ac20700..82ce9f75e69 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -788,6 +788,26 @@ export const nlNL: LocalizationResource = { }, socialButtonsBlockButton: 'Ga verder met {{provider|titleize}}', socialButtonsBlockButtonManyInView: 'Ga verder met {{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Je bent al lid van de organisatie.', captcha_invalid: diff --git a/packages/localizations/src/pl-PL.ts b/packages/localizations/src/pl-PL.ts index 2e5135e80dc..ee964bd7087 100644 --- a/packages/localizations/src/pl-PL.ts +++ b/packages/localizations/src/pl-PL.ts @@ -793,6 +793,26 @@ export const plPL: LocalizationResource = { }, socialButtonsBlockButton: 'Kontynuuj z {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} jest już członkiem organizacji.', captcha_invalid: diff --git a/packages/localizations/src/pt-BR.ts b/packages/localizations/src/pt-BR.ts index 2e8bd21d4bf..042a163959a 100644 --- a/packages/localizations/src/pt-BR.ts +++ b/packages/localizations/src/pt-BR.ts @@ -798,6 +798,26 @@ export const ptBR: LocalizationResource = { }, socialButtonsBlockButton: 'Continuar com {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} já é membro da organização.', captcha_invalid: diff --git a/packages/localizations/src/pt-PT.ts b/packages/localizations/src/pt-PT.ts index a6864b81dd0..6fd315e41a5 100644 --- a/packages/localizations/src/pt-PT.ts +++ b/packages/localizations/src/pt-PT.ts @@ -786,6 +786,26 @@ export const ptPT: LocalizationResource = { }, socialButtonsBlockButton: 'Continuar com {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Já é membro nesta organização.', captcha_invalid: diff --git a/packages/localizations/src/ro-RO.ts b/packages/localizations/src/ro-RO.ts index 08293b24d33..c0276e6c733 100644 --- a/packages/localizations/src/ro-RO.ts +++ b/packages/localizations/src/ro-RO.ts @@ -789,6 +789,26 @@ export const roRO: LocalizationResource = { }, socialButtonsBlockButton: 'Continuați cu {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/ru-RU.ts b/packages/localizations/src/ru-RU.ts index 24134bab7b3..b9ad10e0c78 100644 --- a/packages/localizations/src/ru-RU.ts +++ b/packages/localizations/src/ru-RU.ts @@ -800,6 +800,26 @@ export const ruRU: LocalizationResource = { }, socialButtonsBlockButton: 'Продолжить с помощью {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} уже является членом организации.', captcha_invalid: diff --git a/packages/localizations/src/sk-SK.ts b/packages/localizations/src/sk-SK.ts index 75f6c890d8d..4421d5df0e5 100644 --- a/packages/localizations/src/sk-SK.ts +++ b/packages/localizations/src/sk-SK.ts @@ -793,6 +793,26 @@ export const skSK: LocalizationResource = { }, socialButtonsBlockButton: 'Pokračovať s {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/sr-RS.ts b/packages/localizations/src/sr-RS.ts index fa9673ab0a8..c8141b2a714 100644 --- a/packages/localizations/src/sr-RS.ts +++ b/packages/localizations/src/sr-RS.ts @@ -786,6 +786,26 @@ export const srRS: LocalizationResource = { }, socialButtonsBlockButton: 'Nastavi sa {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/sv-SE.ts b/packages/localizations/src/sv-SE.ts index fb66cd1575b..69db7c36b09 100644 --- a/packages/localizations/src/sv-SE.ts +++ b/packages/localizations/src/sv-SE.ts @@ -791,6 +791,26 @@ export const svSE: LocalizationResource = { }, socialButtonsBlockButton: 'Fortsätt med {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} är redan medlem i organisationen.', captcha_invalid: diff --git a/packages/localizations/src/ta-IN.ts b/packages/localizations/src/ta-IN.ts index 1f83900ef8d..bedffaddcd6 100644 --- a/packages/localizations/src/ta-IN.ts +++ b/packages/localizations/src/ta-IN.ts @@ -795,6 +795,26 @@ export const taIN: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}} மூலம் தொடரவும்', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ஏற்கனவே நிறுவனத்தின் உறுப்பினராக உள்ளார்.', captcha_invalid: diff --git a/packages/localizations/src/te-IN.ts b/packages/localizations/src/te-IN.ts index 12a9e0a7a25..8194b0f44ec 100644 --- a/packages/localizations/src/te-IN.ts +++ b/packages/localizations/src/te-IN.ts @@ -795,6 +795,26 @@ export const teIN: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}}తో కొనసాగించండి', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} ఇప్పటికే సంస్థ సభ్యుడు.', captcha_invalid: diff --git a/packages/localizations/src/th-TH.ts b/packages/localizations/src/th-TH.ts index 438149b79a9..8338c4cf87a 100644 --- a/packages/localizations/src/th-TH.ts +++ b/packages/localizations/src/th-TH.ts @@ -785,6 +785,26 @@ export const thTH: LocalizationResource = { }, socialButtonsBlockButton: 'ดำเนินการต่อด้วย {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} เป็นสมาชิกขององค์กรอยู่แล้ว', captcha_invalid: diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index 253f5a2e901..1254cb27040 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -789,6 +789,26 @@ export const trTR: LocalizationResource = { }, socialButtonsBlockButton: '{{provider|titleize}} ile giriş yapın', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: 'Bu organizasyonda zaten üyesiniz.', captcha_invalid: diff --git a/packages/localizations/src/uk-UA.ts b/packages/localizations/src/uk-UA.ts index ea296eae8b4..ce1cdc122e8 100644 --- a/packages/localizations/src/uk-UA.ts +++ b/packages/localizations/src/uk-UA.ts @@ -785,6 +785,26 @@ export const ukUA: LocalizationResource = { }, socialButtonsBlockButton: 'Продовжити за допомогою {{provider|titleize}}', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: diff --git a/packages/localizations/src/vi-VN.ts b/packages/localizations/src/vi-VN.ts index 75e6883e0f3..fdde186a496 100644 --- a/packages/localizations/src/vi-VN.ts +++ b/packages/localizations/src/vi-VN.ts @@ -796,6 +796,26 @@ export const viVN: LocalizationResource = { }, socialButtonsBlockButton: 'Tiếp tục với {{provider|titleize}}', socialButtonsBlockButtonManyInView: '{{provider|titleize}}', + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: '{{email}} đã là thành viên của tổ chức.', captcha_invalid: undefined, diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index 80cdc03cf83..fbfe0eac1fa 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -776,6 +776,26 @@ export const zhCN: LocalizationResource = { }, socialButtonsBlockButton: '使用 {{provider|titleize}} 登录', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: '由于安全验证失败,注册未成功。请刷新页面重试或联系支持获取更多帮助。', diff --git a/packages/localizations/src/zh-TW.ts b/packages/localizations/src/zh-TW.ts index 8fdf6011f99..2042b14197d 100644 --- a/packages/localizations/src/zh-TW.ts +++ b/packages/localizations/src/zh-TW.ts @@ -777,6 +777,26 @@ export const zhTW: LocalizationResource = { }, socialButtonsBlockButton: '以 {{provider|titleize}} 帳戶登入', socialButtonsBlockButtonManyInView: undefined, + taskChooseOrganization: { + chooseOrganization: { + action__createOrganization: undefined, + action__invitationAccept: undefined, + action__suggestionsAccept: undefined, + subtitle: undefined, + suggestionsAcceptedLabel: undefined, + title: undefined, + }, + createOrganization: { + formButtonReset: undefined, + formButtonSubmit: undefined, + subtitle: undefined, + title: undefined, + }, + signOut: { + actionLink: undefined, + actionText: undefined, + }, + }, unstable__errors: { already_a_member_in_organization: undefined, captcha_invalid: '由於安全驗證失敗,註冊未成功。請重新整理頁面再試一次,或聯絡支援以取得協助。',