@@ -14,6 +14,61 @@ import type { LocalizationResource } from '@clerk/types';
1414
1515export const bgBG : LocalizationResource = {
1616 locale : 'bg-BG' ,
17+ __experimental_userVerification : {
18+ alternativeMethods : {
19+ actionLink : undefined ,
20+ actionText : undefined ,
21+ blockButton__backupCode : undefined ,
22+ blockButton__emailCode : undefined ,
23+ blockButton__password : undefined ,
24+ blockButton__phoneCode : undefined ,
25+ blockButton__totp : undefined ,
26+ getHelp : {
27+ blockButton__emailSupport : undefined ,
28+ content : undefined ,
29+ title : undefined ,
30+ } ,
31+ subtitle : undefined ,
32+ title : undefined ,
33+ } ,
34+ backupCodeMfa : {
35+ subtitle : undefined ,
36+ title : undefined ,
37+ } ,
38+ emailCode : {
39+ formTitle : undefined ,
40+ resendButton : undefined ,
41+ subtitle : undefined ,
42+ title : undefined ,
43+ } ,
44+ noAvailableMethods : {
45+ message : undefined ,
46+ subtitle : undefined ,
47+ title : undefined ,
48+ } ,
49+ password : {
50+ actionLink : undefined ,
51+ subtitle : undefined ,
52+ title : undefined ,
53+ } ,
54+ phoneCode : {
55+ formTitle : undefined ,
56+ resendButton : undefined ,
57+ subtitle : undefined ,
58+ title : undefined ,
59+ } ,
60+ phoneCodeMfa : {
61+ formTitle : undefined ,
62+ resendButton : undefined ,
63+ subtitle : undefined ,
64+ title : undefined ,
65+ } ,
66+ totpMfa : {
67+ formTitle : undefined ,
68+ subtitle : undefined ,
69+ title : undefined ,
70+ } ,
71+ } ,
1772 backButton : 'Назад' ,
1873 badge__default : 'По подразбиране' ,
1974 badge__otherImpersonatorDevice : 'Друго устройство за имитация' ,
@@ -467,6 +522,7 @@ export const bgBG: LocalizationResource = {
467522 socialButtonsBlockButton : 'Продължи с {{provider|titleize}}' ,
468523 socialButtonsBlockButtonManyInView : undefined ,
469524 unstable__errors : {
525+ already_a_member_in_organization : undefined ,
470526 captcha_invalid :
471527 'Регистрацията неуспешна поради неуспешни проверки за сигурност. Моля, презаредете страницата, за да опитате отново, или се свържете с поддръжката за повече помощ.' ,
472528 captcha_unavailable :
@@ -496,6 +552,10 @@ export const bgBG: LocalizationResource = {
496552 form_username_invalid_length : '' ,
497553 identification_deletion_failed : 'Не можете да изтриете последната си идентификация.' ,
498554 not_allowed_access : '' ,
555+ organization_domain_blocked : undefined ,
556+ organization_domain_common : undefined ,
557+ organization_membership_quota_exceeded : undefined ,
558+ organization_minimum_permissions_needed : undefined ,
499559 passkey_already_exists : undefined ,
500560 passkey_not_supported : undefined ,
501561 passkey_pa_not_supported : undefined ,
@@ -822,6 +882,7 @@ export const bgBG: LocalizationResource = {
822882 subtitle__unavailableWallets : 'Няма налични web3 портфейли.' ,
823883 successMessage : 'Портфейлът беше добавен към вашия профил.' ,
824884 title : 'Добави web3 портфейл' ,
885+ web3WalletButtonsBlockButton : undefined ,
825886 } ,
826887 } ,
827888} as const ;
0 commit comments