@@ -14,6 +14,61 @@ import type { LocalizationResource } from '@clerk/types';
14
14
15
15
export const bgBG : LocalizationResource = {
16
16
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
+ } ,
17
72
backButton : 'Назад' ,
18
73
badge__default : 'По подразбиране' ,
19
74
badge__otherImpersonatorDevice : 'Друго устройство за имитация' ,
@@ -467,6 +522,7 @@ export const bgBG: LocalizationResource = {
467
522
socialButtonsBlockButton : 'Продължи с {{provider|titleize}}' ,
468
523
socialButtonsBlockButtonManyInView : undefined ,
469
524
unstable__errors : {
525
+ already_a_member_in_organization : undefined ,
470
526
captcha_invalid :
471
527
'Регистрацията неуспешна поради неуспешни проверки за сигурност. Моля, презаредете страницата, за да опитате отново, или се свържете с поддръжката за повече помощ.' ,
472
528
captcha_unavailable :
@@ -496,6 +552,10 @@ export const bgBG: LocalizationResource = {
496
552
form_username_invalid_length : '' ,
497
553
identification_deletion_failed : 'Не можете да изтриете последната си идентификация.' ,
498
554
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 ,
499
559
passkey_already_exists : undefined ,
500
560
passkey_not_supported : undefined ,
501
561
passkey_pa_not_supported : undefined ,
@@ -822,6 +882,7 @@ export const bgBG: LocalizationResource = {
822
882
subtitle__unavailableWallets : 'Няма налични web3 портфейли.' ,
823
883
successMessage : 'Портфейлът беше добавен към вашия профил.' ,
824
884
title : 'Добави web3 портфейл' ,
885
+ web3WalletButtonsBlockButton : undefined ,
825
886
} ,
826
887
} ,
827
888
} as const ;
0 commit comments