@logto/phrases-experience 1.12.2 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +4 -4
- package/lib/index.js +5 -2
- package/lib/locales/ar/account-center.d.ts +71 -0
- package/lib/locales/ar/account-center.js +71 -0
- package/lib/locales/ar/description.d.ts +5 -0
- package/lib/locales/ar/description.js +5 -0
- package/lib/locales/ar/error/index.d.ts +3 -0
- package/lib/locales/ar/error/index.js +3 -0
- package/lib/locales/ar/index.d.ts +80 -0
- package/lib/locales/ar/input.d.ts +1 -0
- package/lib/locales/ar/input.js +1 -0
- package/lib/locales/ar/mfa.d.ts +4 -0
- package/lib/locales/ar/mfa.js +4 -0
- package/lib/locales/cs/account-center.d.ts +236 -0
- package/lib/locales/cs/account-center.js +236 -0
- package/lib/locales/cs/action.d.ts +42 -0
- package/lib/locales/cs/action.js +42 -0
- package/lib/locales/cs/description.d.ts +113 -0
- package/lib/locales/cs/description.js +113 -0
- package/lib/locales/cs/development-tenant.d.ts +4 -0
- package/lib/locales/cs/development-tenant.js +4 -0
- package/lib/locales/cs/error/index.d.ts +46 -0
- package/lib/locales/cs/error/index.js +34 -0
- package/lib/locales/cs/error/password-rejected.d.ts +15 -0
- package/lib/locales/cs/error/password-rejected.js +15 -0
- package/lib/locales/cs/index.d.ts +571 -0
- package/lib/locales/cs/index.js +29 -0
- package/lib/locales/cs/input.d.ts +12 -0
- package/lib/locales/cs/input.js +12 -0
- package/lib/locales/cs/list.d.ts +6 -0
- package/lib/locales/cs/list.js +6 -0
- package/lib/locales/cs/mfa.d.ts +65 -0
- package/lib/locales/cs/mfa.js +65 -0
- package/lib/locales/cs/passkey-sign-in.d.ts +9 -0
- package/lib/locales/cs/passkey-sign-in.js +9 -0
- package/lib/locales/cs/profile.d.ts +30 -0
- package/lib/locales/cs/profile.js +30 -0
- package/lib/locales/cs/secondary.d.ts +4 -0
- package/lib/locales/cs/secondary.js +4 -0
- package/lib/locales/cs/user-scopes.d.ts +15 -0
- package/lib/locales/cs/user-scopes.js +15 -0
- package/lib/locales/de/account-center.d.ts +71 -0
- package/lib/locales/de/account-center.js +71 -0
- package/lib/locales/de/description.d.ts +5 -0
- package/lib/locales/de/description.js +5 -0
- package/lib/locales/de/error/index.d.ts +3 -0
- package/lib/locales/de/error/index.js +4 -1
- package/lib/locales/de/index.d.ts +80 -0
- package/lib/locales/de/input.d.ts +1 -0
- package/lib/locales/de/input.js +1 -0
- package/lib/locales/de/mfa.d.ts +4 -0
- package/lib/locales/de/mfa.js +4 -0
- package/lib/locales/en/account-center.d.ts +67 -0
- package/lib/locales/en/account-center.js +67 -0
- package/lib/locales/en/description.d.ts +5 -0
- package/lib/locales/en/description.js +5 -0
- package/lib/locales/en/error/index.d.ts +3 -0
- package/lib/locales/en/error/index.js +7 -4
- package/lib/locales/en/index.d.ts +80 -0
- package/lib/locales/en/input.d.ts +1 -0
- package/lib/locales/en/input.js +1 -0
- package/lib/locales/en/mfa.d.ts +4 -0
- package/lib/locales/en/mfa.js +5 -1
- package/lib/locales/es/account-center.d.ts +71 -0
- package/lib/locales/es/account-center.js +71 -0
- package/lib/locales/es/description.d.ts +5 -0
- package/lib/locales/es/description.js +5 -0
- package/lib/locales/es/error/index.d.ts +3 -0
- package/lib/locales/es/error/index.js +3 -0
- package/lib/locales/es/index.d.ts +80 -0
- package/lib/locales/es/input.d.ts +1 -0
- package/lib/locales/es/input.js +1 -0
- package/lib/locales/es/mfa.d.ts +4 -0
- package/lib/locales/es/mfa.js +4 -0
- package/lib/locales/fr/account-center.d.ts +71 -0
- package/lib/locales/fr/account-center.js +71 -0
- package/lib/locales/fr/description.d.ts +5 -0
- package/lib/locales/fr/description.js +5 -0
- package/lib/locales/fr/error/index.d.ts +3 -0
- package/lib/locales/fr/error/index.js +6 -3
- package/lib/locales/fr/index.d.ts +80 -0
- package/lib/locales/fr/input.d.ts +1 -0
- package/lib/locales/fr/input.js +1 -0
- package/lib/locales/fr/mfa.d.ts +4 -0
- package/lib/locales/fr/mfa.js +4 -0
- package/lib/locales/it/account-center.d.ts +71 -0
- package/lib/locales/it/account-center.js +71 -0
- package/lib/locales/it/description.d.ts +5 -0
- package/lib/locales/it/description.js +5 -0
- package/lib/locales/it/error/index.d.ts +3 -0
- package/lib/locales/it/error/index.js +6 -3
- package/lib/locales/it/index.d.ts +80 -0
- package/lib/locales/it/input.d.ts +1 -0
- package/lib/locales/it/input.js +1 -0
- package/lib/locales/it/mfa.d.ts +4 -0
- package/lib/locales/it/mfa.js +4 -0
- package/lib/locales/ja/account-center.d.ts +71 -0
- package/lib/locales/ja/account-center.js +71 -0
- package/lib/locales/ja/description.d.ts +5 -0
- package/lib/locales/ja/description.js +5 -0
- package/lib/locales/ja/error/index.d.ts +3 -0
- package/lib/locales/ja/error/index.js +3 -0
- package/lib/locales/ja/index.d.ts +80 -0
- package/lib/locales/ja/input.d.ts +1 -0
- package/lib/locales/ja/input.js +1 -0
- package/lib/locales/ja/mfa.d.ts +4 -0
- package/lib/locales/ja/mfa.js +4 -0
- package/lib/locales/ko/account-center.d.ts +71 -0
- package/lib/locales/ko/account-center.js +71 -0
- package/lib/locales/ko/description.d.ts +5 -0
- package/lib/locales/ko/description.js +5 -0
- package/lib/locales/ko/error/index.d.ts +3 -0
- package/lib/locales/ko/error/index.js +5 -2
- package/lib/locales/ko/index.d.ts +80 -0
- package/lib/locales/ko/input.d.ts +1 -0
- package/lib/locales/ko/input.js +1 -0
- package/lib/locales/ko/mfa.d.ts +4 -0
- package/lib/locales/ko/mfa.js +4 -0
- package/lib/locales/pl-pl/account-center.d.ts +71 -0
- package/lib/locales/pl-pl/account-center.js +71 -0
- package/lib/locales/pl-pl/description.d.ts +5 -0
- package/lib/locales/pl-pl/description.js +5 -0
- package/lib/locales/pl-pl/error/index.d.ts +3 -0
- package/lib/locales/pl-pl/error/index.js +7 -4
- package/lib/locales/pl-pl/index.d.ts +80 -0
- package/lib/locales/pl-pl/input.d.ts +1 -0
- package/lib/locales/pl-pl/input.js +1 -0
- package/lib/locales/pl-pl/mfa.d.ts +4 -0
- package/lib/locales/pl-pl/mfa.js +4 -0
- package/lib/locales/pt-br/account-center.d.ts +71 -0
- package/lib/locales/pt-br/account-center.js +71 -0
- package/lib/locales/pt-br/description.d.ts +5 -0
- package/lib/locales/pt-br/description.js +5 -0
- package/lib/locales/pt-br/error/index.d.ts +3 -0
- package/lib/locales/pt-br/error/index.js +7 -4
- package/lib/locales/pt-br/index.d.ts +80 -0
- package/lib/locales/pt-br/input.d.ts +1 -0
- package/lib/locales/pt-br/input.js +1 -0
- package/lib/locales/pt-br/mfa.d.ts +4 -0
- package/lib/locales/pt-br/mfa.js +4 -0
- package/lib/locales/pt-pt/account-center.d.ts +71 -0
- package/lib/locales/pt-pt/account-center.js +71 -0
- package/lib/locales/pt-pt/description.d.ts +5 -0
- package/lib/locales/pt-pt/description.js +5 -0
- package/lib/locales/pt-pt/error/index.d.ts +3 -0
- package/lib/locales/pt-pt/error/index.js +4 -1
- package/lib/locales/pt-pt/index.d.ts +80 -0
- package/lib/locales/pt-pt/input.d.ts +1 -0
- package/lib/locales/pt-pt/input.js +1 -0
- package/lib/locales/pt-pt/mfa.d.ts +4 -0
- package/lib/locales/pt-pt/mfa.js +4 -0
- package/lib/locales/ru/account-center.d.ts +71 -0
- package/lib/locales/ru/account-center.js +71 -0
- package/lib/locales/ru/description.d.ts +5 -0
- package/lib/locales/ru/description.js +5 -0
- package/lib/locales/ru/error/index.d.ts +3 -0
- package/lib/locales/ru/error/index.js +5 -2
- package/lib/locales/ru/index.d.ts +80 -0
- package/lib/locales/ru/input.d.ts +1 -0
- package/lib/locales/ru/input.js +1 -0
- package/lib/locales/ru/mfa.d.ts +4 -0
- package/lib/locales/ru/mfa.js +4 -0
- package/lib/locales/th/account-center.d.ts +71 -0
- package/lib/locales/th/account-center.js +71 -0
- package/lib/locales/th/description.d.ts +5 -0
- package/lib/locales/th/description.js +5 -0
- package/lib/locales/th/error/index.d.ts +3 -0
- package/lib/locales/th/error/index.js +7 -4
- package/lib/locales/th/index.d.ts +80 -0
- package/lib/locales/th/input.d.ts +1 -0
- package/lib/locales/th/input.js +1 -0
- package/lib/locales/th/mfa.d.ts +4 -0
- package/lib/locales/th/mfa.js +4 -0
- package/lib/locales/tr-tr/account-center.d.ts +71 -0
- package/lib/locales/tr-tr/account-center.js +71 -0
- package/lib/locales/tr-tr/description.d.ts +5 -0
- package/lib/locales/tr-tr/description.js +5 -0
- package/lib/locales/tr-tr/error/index.d.ts +3 -0
- package/lib/locales/tr-tr/error/index.js +5 -2
- package/lib/locales/tr-tr/index.d.ts +80 -0
- package/lib/locales/tr-tr/input.d.ts +1 -0
- package/lib/locales/tr-tr/input.js +1 -0
- package/lib/locales/tr-tr/mfa.d.ts +4 -0
- package/lib/locales/tr-tr/mfa.js +4 -0
- package/lib/locales/uk-ua/account-center.d.ts +71 -0
- package/lib/locales/uk-ua/account-center.js +71 -0
- package/lib/locales/uk-ua/description.d.ts +5 -0
- package/lib/locales/uk-ua/description.js +5 -0
- package/lib/locales/uk-ua/error/index.d.ts +3 -0
- package/lib/locales/uk-ua/error/index.js +3 -0
- package/lib/locales/uk-ua/index.d.ts +80 -0
- package/lib/locales/uk-ua/input.d.ts +1 -0
- package/lib/locales/uk-ua/input.js +1 -0
- package/lib/locales/uk-ua/mfa.d.ts +4 -0
- package/lib/locales/uk-ua/mfa.js +4 -0
- package/lib/locales/zh-cn/account-center.d.ts +71 -0
- package/lib/locales/zh-cn/account-center.js +71 -0
- package/lib/locales/zh-cn/description.d.ts +5 -0
- package/lib/locales/zh-cn/description.js +5 -0
- package/lib/locales/zh-cn/error/index.d.ts +3 -0
- package/lib/locales/zh-cn/error/index.js +5 -2
- package/lib/locales/zh-cn/index.d.ts +80 -0
- package/lib/locales/zh-cn/input.d.ts +1 -0
- package/lib/locales/zh-cn/input.js +1 -0
- package/lib/locales/zh-cn/mfa.d.ts +4 -0
- package/lib/locales/zh-cn/mfa.js +4 -0
- package/lib/locales/zh-hk/account-center.d.ts +71 -0
- package/lib/locales/zh-hk/account-center.js +71 -0
- package/lib/locales/zh-hk/description.d.ts +5 -0
- package/lib/locales/zh-hk/description.js +5 -0
- package/lib/locales/zh-hk/error/index.d.ts +3 -0
- package/lib/locales/zh-hk/error/index.js +5 -2
- package/lib/locales/zh-hk/index.d.ts +80 -0
- package/lib/locales/zh-hk/input.d.ts +1 -0
- package/lib/locales/zh-hk/input.js +1 -0
- package/lib/locales/zh-hk/mfa.d.ts +4 -0
- package/lib/locales/zh-hk/mfa.js +4 -0
- package/lib/locales/zh-tw/account-center.d.ts +71 -0
- package/lib/locales/zh-tw/account-center.js +71 -0
- package/lib/locales/zh-tw/description.d.ts +5 -0
- package/lib/locales/zh-tw/description.js +5 -0
- package/lib/locales/zh-tw/error/index.d.ts +3 -0
- package/lib/locales/zh-tw/error/index.js +5 -2
- package/lib/locales/zh-tw/index.d.ts +80 -0
- package/lib/locales/zh-tw/input.d.ts +1 -0
- package/lib/locales/zh-tw/input.js +1 -0
- package/lib/locales/zh-tw/mfa.d.ts +4 -0
- package/lib/locales/zh-tw/mfa.js +4 -0
- package/package.json +3 -3
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
home: {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
9
|
+
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
18
|
+
support: string;
|
|
19
|
+
};
|
|
20
|
+
verification: {
|
|
21
|
+
title: string;
|
|
22
|
+
description: string;
|
|
23
|
+
error_send_failed: string;
|
|
24
|
+
error_invalid_code: string;
|
|
25
|
+
error_verify_failed: string;
|
|
26
|
+
verification_required: string;
|
|
27
|
+
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
30
|
+
};
|
|
31
|
+
password_verification: {
|
|
32
|
+
title: string;
|
|
33
|
+
description: string;
|
|
34
|
+
error_failed: string;
|
|
35
|
+
};
|
|
36
|
+
verification_method: {
|
|
37
|
+
password: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
email: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
};
|
|
45
|
+
phone: {
|
|
46
|
+
name: string;
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
email: {
|
|
51
|
+
title: string;
|
|
52
|
+
description: string;
|
|
53
|
+
verification_title: string;
|
|
54
|
+
verification_description: string;
|
|
55
|
+
success: string;
|
|
56
|
+
verification_required: string;
|
|
57
|
+
};
|
|
58
|
+
phone: {
|
|
59
|
+
title: string;
|
|
60
|
+
description: string;
|
|
61
|
+
verification_title: string;
|
|
62
|
+
verification_description: string;
|
|
63
|
+
success: string;
|
|
64
|
+
verification_required: string;
|
|
65
|
+
};
|
|
66
|
+
username: {
|
|
67
|
+
title: string;
|
|
68
|
+
description: string;
|
|
69
|
+
success: string;
|
|
70
|
+
};
|
|
71
|
+
security: {
|
|
72
|
+
add: string;
|
|
73
|
+
change: string;
|
|
74
|
+
remove: string;
|
|
75
|
+
not_set: string;
|
|
76
|
+
social_sign_in: string;
|
|
77
|
+
social_not_linked: string;
|
|
78
|
+
email_phone: string;
|
|
79
|
+
email: string;
|
|
80
|
+
phone: string;
|
|
81
|
+
password: string;
|
|
82
|
+
configured: string;
|
|
83
|
+
not_configured: string;
|
|
84
|
+
two_step_verification: string;
|
|
85
|
+
authenticator_app: string;
|
|
86
|
+
passkeys: string;
|
|
87
|
+
backup_codes: string;
|
|
88
|
+
email_verification_code: string;
|
|
89
|
+
phone_verification_code: string;
|
|
90
|
+
passkeys_count_one: string;
|
|
91
|
+
passkeys_count_other: string;
|
|
92
|
+
backup_codes_count_one: string;
|
|
93
|
+
backup_codes_count_other: string;
|
|
94
|
+
view: string;
|
|
95
|
+
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
114
|
+
};
|
|
115
|
+
social: {
|
|
116
|
+
linked: string;
|
|
117
|
+
removed: string;
|
|
118
|
+
not_enabled: string;
|
|
119
|
+
remove_confirmation_title: string;
|
|
120
|
+
remove_confirmation_description: string;
|
|
121
|
+
};
|
|
122
|
+
password: {
|
|
123
|
+
title: string;
|
|
124
|
+
description: string;
|
|
125
|
+
success: string;
|
|
126
|
+
};
|
|
127
|
+
code_verification: {
|
|
128
|
+
send: string;
|
|
129
|
+
resend: string;
|
|
130
|
+
resend_countdown: string;
|
|
131
|
+
};
|
|
132
|
+
email_verification: {
|
|
133
|
+
title: string;
|
|
134
|
+
prepare_description: string;
|
|
135
|
+
email_label: string;
|
|
136
|
+
send: string;
|
|
137
|
+
description: string;
|
|
138
|
+
resend: string;
|
|
139
|
+
not_received: string;
|
|
140
|
+
resend_action: string;
|
|
141
|
+
resend_countdown: string;
|
|
142
|
+
error_send_failed: string;
|
|
143
|
+
error_verify_failed: string;
|
|
144
|
+
error_invalid_code: string;
|
|
145
|
+
};
|
|
146
|
+
phone_verification: {
|
|
147
|
+
title: string;
|
|
148
|
+
prepare_description: string;
|
|
149
|
+
phone_label: string;
|
|
150
|
+
send: string;
|
|
151
|
+
description: string;
|
|
152
|
+
resend: string;
|
|
153
|
+
resend_countdown: string;
|
|
154
|
+
error_send_failed: string;
|
|
155
|
+
error_verify_failed: string;
|
|
156
|
+
error_invalid_code: string;
|
|
157
|
+
};
|
|
158
|
+
mfa: {
|
|
159
|
+
totp_already_added: string;
|
|
160
|
+
totp_not_enabled: string;
|
|
161
|
+
backup_code_already_added: string;
|
|
162
|
+
backup_code_not_enabled: string;
|
|
163
|
+
backup_code_requires_other_mfa: string;
|
|
164
|
+
passkey_not_enabled: string;
|
|
165
|
+
passkey_already_registered: string;
|
|
166
|
+
};
|
|
167
|
+
update_success: {
|
|
168
|
+
default: {
|
|
169
|
+
title: string;
|
|
170
|
+
description: string;
|
|
171
|
+
};
|
|
172
|
+
email: {
|
|
173
|
+
title: string;
|
|
174
|
+
description: string;
|
|
175
|
+
};
|
|
176
|
+
phone: {
|
|
177
|
+
title: string;
|
|
178
|
+
description: string;
|
|
179
|
+
};
|
|
180
|
+
username: {
|
|
181
|
+
title: string;
|
|
182
|
+
description: string;
|
|
183
|
+
};
|
|
184
|
+
password: {
|
|
185
|
+
title: string;
|
|
186
|
+
description: string;
|
|
187
|
+
};
|
|
188
|
+
totp: {
|
|
189
|
+
title: string;
|
|
190
|
+
description: string;
|
|
191
|
+
};
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: string;
|
|
194
|
+
description: string;
|
|
195
|
+
};
|
|
196
|
+
backup_code: {
|
|
197
|
+
title: string;
|
|
198
|
+
description: string;
|
|
199
|
+
};
|
|
200
|
+
passkey: {
|
|
201
|
+
title: string;
|
|
202
|
+
description: string;
|
|
203
|
+
};
|
|
204
|
+
social: {
|
|
205
|
+
title: string;
|
|
206
|
+
description: string;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
backup_code: {
|
|
210
|
+
title: string;
|
|
211
|
+
description: string;
|
|
212
|
+
copy_hint: string;
|
|
213
|
+
generate_new_title: string;
|
|
214
|
+
generate_new: string;
|
|
215
|
+
};
|
|
216
|
+
passkey: {
|
|
217
|
+
title: string;
|
|
218
|
+
added: string;
|
|
219
|
+
last_used: string;
|
|
220
|
+
never_used: string;
|
|
221
|
+
unnamed: string;
|
|
222
|
+
renamed: string;
|
|
223
|
+
deleted: string;
|
|
224
|
+
add_another_title: string;
|
|
225
|
+
add_another_description: string;
|
|
226
|
+
add_passkey: string;
|
|
227
|
+
delete_confirmation_title: string;
|
|
228
|
+
delete_confirmation_description: string;
|
|
229
|
+
rename_passkey: string;
|
|
230
|
+
rename_description: string;
|
|
231
|
+
name_this_passkey: string;
|
|
232
|
+
name_passkey_description: string;
|
|
233
|
+
name_input_label: string;
|
|
234
|
+
};
|
|
235
|
+
}>;
|
|
236
|
+
export default _default;
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
const account_center = {
|
|
2
|
+
home: {
|
|
3
|
+
title: 'Stránka nenalezena',
|
|
4
|
+
description: 'Tato stránka není k dispozici.',
|
|
5
|
+
},
|
|
6
|
+
page: {
|
|
7
|
+
title: 'Účet',
|
|
8
|
+
security_title: 'Zabezpečení',
|
|
9
|
+
security_description: 'Zde můžeš změnit nastavení svého účtu a zajistit tak jeho bezpečnost.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
18
|
+
support: 'Podpora',
|
|
19
|
+
},
|
|
20
|
+
verification: {
|
|
21
|
+
title: 'Ověření bezpečnosti',
|
|
22
|
+
description: 'Ověř, že jsi to ty, pro ochranu svého účtu. Prosím vyber metodu ověření identity.',
|
|
23
|
+
error_send_failed: 'Odeslání ověřovacího kódu se nezdařilo. Zkus to prosím později.',
|
|
24
|
+
error_invalid_code: 'Ověřovací kód je neplatný nebo vypršel.',
|
|
25
|
+
error_verify_failed: 'Ověření se nezdařilo. Zadej kód znovu.',
|
|
26
|
+
verification_required: 'Ověření vypršelo. Prosím ověř svou identitu znovu.',
|
|
27
|
+
try_another_method: 'Vyzkoušej jinou metodu ověření',
|
|
28
|
+
no_available_methods_title: 'Nejsou k dispozici žádné metody ověření',
|
|
29
|
+
no_available_methods_description: 'Nemáš nastavenou žádnou metodu ověření. Nejprve si ke svému účtu přidej heslo, e-mail nebo telefonní číslo.',
|
|
30
|
+
},
|
|
31
|
+
password_verification: {
|
|
32
|
+
title: 'Ověřit heslo',
|
|
33
|
+
description: 'Ověř, že jsi to ty, pro ochranu svého účtu. Zadej své heslo.',
|
|
34
|
+
error_failed: 'Ověření se nezdařilo. Zkontroluj prosím své heslo.',
|
|
35
|
+
},
|
|
36
|
+
verification_method: {
|
|
37
|
+
password: {
|
|
38
|
+
name: 'Heslo',
|
|
39
|
+
description: 'Ověř své heslo',
|
|
40
|
+
},
|
|
41
|
+
email: {
|
|
42
|
+
name: 'E-mailový ověřovací kód',
|
|
43
|
+
description: 'Odeslat ověřovací kód na tvůj e-mail',
|
|
44
|
+
},
|
|
45
|
+
phone: {
|
|
46
|
+
name: 'SMS ověřovací kód',
|
|
47
|
+
description: 'Odeslat ověřovací kód na tvé telefonní číslo',
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
email: {
|
|
51
|
+
title: 'Propojit e-mail',
|
|
52
|
+
description: 'Propoj svůj e-mail pro přihlášení nebo obnovení účtu.',
|
|
53
|
+
verification_title: 'Zadej ověřovací kód z e-mailu',
|
|
54
|
+
verification_description: 'Ověřovací kód byl odeslán na tvůj e-mail {{email_address}}.',
|
|
55
|
+
success: 'Primární e-mail byl úspěšně propojen.',
|
|
56
|
+
verification_required: 'Ověření vypršelo. Prosím ověř svou identitu znovu.',
|
|
57
|
+
},
|
|
58
|
+
phone: {
|
|
59
|
+
title: 'Propojit telefonní číslo',
|
|
60
|
+
description: 'Propoj své telefonní číslo pro přihlášení nebo obnovení účtu.',
|
|
61
|
+
verification_title: 'Zadej SMS ověřovací kód',
|
|
62
|
+
verification_description: 'Ověřovací kód byl odeslán na tvé telefonní číslo {{phone_number}}.',
|
|
63
|
+
success: 'Primární telefonní číslo bylo úspěšně propojeno.',
|
|
64
|
+
verification_required: 'Ověření vypršelo. Prosím ověř svou identitu znovu.',
|
|
65
|
+
},
|
|
66
|
+
username: {
|
|
67
|
+
title: 'Nastavit uživatelské jméno',
|
|
68
|
+
description: 'Uživatelské jméno může obsahovat pouze písmena, čísla a podtržítka.',
|
|
69
|
+
success: 'Uživatelské jméno bylo úspěšně změněno.',
|
|
70
|
+
},
|
|
71
|
+
security: {
|
|
72
|
+
add: 'Přidat',
|
|
73
|
+
change: 'Změnit',
|
|
74
|
+
remove: 'Odstranit',
|
|
75
|
+
not_set: 'Nenastaveno',
|
|
76
|
+
social_sign_in: 'Přihlášení přes sociální účet',
|
|
77
|
+
social_not_linked: 'Nepropojeno',
|
|
78
|
+
email_phone: 'E-mail / Telefon',
|
|
79
|
+
email: 'E-mail',
|
|
80
|
+
phone: 'Telefonní číslo',
|
|
81
|
+
password: 'Heslo',
|
|
82
|
+
configured: 'Nastaveno',
|
|
83
|
+
not_configured: 'Nenastaveno',
|
|
84
|
+
two_step_verification: 'Dvoufázové ověření',
|
|
85
|
+
authenticator_app: 'Autentizační aplikace',
|
|
86
|
+
passkeys: 'Přístupové klíče',
|
|
87
|
+
backup_codes: 'Záložní kódy',
|
|
88
|
+
email_verification_code: 'Ověřovací kód z e-mailu',
|
|
89
|
+
phone_verification_code: 'Ověřovací kód z telefonu',
|
|
90
|
+
passkeys_count_one: '{{count}} přístupový klíč',
|
|
91
|
+
passkeys_count_other: '{{count}} přístupové klíče',
|
|
92
|
+
backup_codes_count_one: 'zbývá {{count}} kód',
|
|
93
|
+
backup_codes_count_other: 'zbývá {{count}} kódů',
|
|
94
|
+
view: 'Zobrazit',
|
|
95
|
+
manage: 'Spravovat',
|
|
96
|
+
turn_on_2_step_verification: 'Zapnout dvoufázové ověření',
|
|
97
|
+
turn_on_2_step_verification_description: 'Přidejte další vrstvu zabezpečení. Při přihlášení budete vyzváni k druhému ověřovacímu kroku.',
|
|
98
|
+
turn_off_2_step_verification: 'Vypnout dvoufázové ověření',
|
|
99
|
+
turn_off_2_step_verification_description: 'Vypnutí dvoufázového ověření odstraní další vrstvu ochrany vašeho účtu při přihlášení. Opravdu chcete pokračovat?',
|
|
100
|
+
disable_2_step_verification: 'Vypnout',
|
|
101
|
+
no_verification_method_warning: 'Nepřidali jste druhou ověřovací metodu. Přidejte alespoň jednu pro povolení dvoufázového ověření při přihlášení.',
|
|
102
|
+
account_removal: 'Smazání účtu',
|
|
103
|
+
delete_your_account: 'Smazat svůj účet',
|
|
104
|
+
delete_account: 'Smazat účet',
|
|
105
|
+
remove_username_confirmation_title: 'Odstranit uživatelské jméno',
|
|
106
|
+
remove_username_confirmation_description: 'Po odstranění se již nebudete moci přihlásit pomocí tohoto uživatelského jména. Opravdu chcete pokračovat?',
|
|
107
|
+
remove_email_confirmation_title: 'Odstranit e-mailovou adresu',
|
|
108
|
+
remove_email_confirmation_description: 'Po odstranění se již nebudete moci přihlásit pomocí této e-mailové adresy. Opravdu chcete pokračovat?',
|
|
109
|
+
remove_phone_confirmation_title: 'Odstranit telefonní číslo',
|
|
110
|
+
remove_phone_confirmation_description: 'Po odstranění se již nebudete moci přihlásit pomocí tohoto telefonního čísla. Opravdu chcete pokračovat?',
|
|
111
|
+
email_removed: 'E-mailová adresa byla úspěšně odstraněna.',
|
|
112
|
+
phone_removed: 'Telefonní číslo bylo úspěšně odstraněno.',
|
|
113
|
+
username_removed: 'Uživatelské jméno bylo úspěšně odstraněno.',
|
|
114
|
+
},
|
|
115
|
+
social: {
|
|
116
|
+
linked: '{{connector}} byl úspěšně propojen.',
|
|
117
|
+
removed: '{{connector}} byl úspěšně odstraněn.',
|
|
118
|
+
not_enabled: 'Tato metoda přihlášení přes sociální účet není povolena. Požádej prosím o pomoc svého administrátora.',
|
|
119
|
+
remove_confirmation_title: 'Odstranit sociální účet',
|
|
120
|
+
remove_confirmation_description: 'Pokud odstraníš {{connector}}, nebude možné se s ním přihlásit, dokud ho znovu nepropojíš.',
|
|
121
|
+
},
|
|
122
|
+
password: {
|
|
123
|
+
title: 'Nastavit heslo',
|
|
124
|
+
description: 'Vytvoř nové heslo pro zabezpečení svého účtu.',
|
|
125
|
+
success: 'Heslo bylo úspěšně změněno.',
|
|
126
|
+
},
|
|
127
|
+
code_verification: {
|
|
128
|
+
send: 'Odeslat ověřovací kód',
|
|
129
|
+
resend: 'Stále jsi ho neobdržel/a? <a>Odeslat kód znovu</a>',
|
|
130
|
+
resend_countdown: 'Stále jsi ho neobdržel/a? Odeslat znovu za {{seconds}}s.',
|
|
131
|
+
},
|
|
132
|
+
email_verification: {
|
|
133
|
+
title: 'Ověřit e-mailovou adresu',
|
|
134
|
+
prepare_description: 'Ověř, že jsi to ty, pro ochranu svého účtu. Odeslat ověřovací kód na tvůj e-mail.',
|
|
135
|
+
email_label: 'E-mailová adresa',
|
|
136
|
+
send: 'Odeslat ověřovací kód',
|
|
137
|
+
description: 'Ověřovací kód byl odeslán na tvůj e-mail {{email}}. Zadej kód pro pokračování.',
|
|
138
|
+
resend: 'Stále jsi ho neobdržel/a? <a>Odeslat kód znovu</a>',
|
|
139
|
+
not_received: 'Stále jsi ho neobdržel/a?',
|
|
140
|
+
resend_action: 'Odeslat ověřovací kód znovu',
|
|
141
|
+
resend_countdown: 'Stále jsi ho neobdržel/a? Odeslat znovu za {{seconds}}s.',
|
|
142
|
+
error_send_failed: 'Odeslání ověřovacího kódu se nezdařilo. Zkus to prosím později.',
|
|
143
|
+
error_verify_failed: 'Ověření se nezdařilo. Prosím, zadej kód znovu.',
|
|
144
|
+
error_invalid_code: 'Ověřovací kód je neplatný nebo vypršel.',
|
|
145
|
+
},
|
|
146
|
+
phone_verification: {
|
|
147
|
+
title: 'Ověřit telefonní číslo',
|
|
148
|
+
prepare_description: 'Ověř, že jsi to ty, pro ochranu svého účtu. Odeslat ověřovací kód na tvé telefonní číslo.',
|
|
149
|
+
phone_label: 'Telefonní číslo',
|
|
150
|
+
send: 'Odeslat ověřovací kód',
|
|
151
|
+
description: 'Ověřovací kód byl odeslán na tvé telefonní číslo {{phone}}. Zadej kód pro pokračování.',
|
|
152
|
+
resend: 'Stále jsi ho neobdržel/a? <a>Odeslat kód znovu</a>',
|
|
153
|
+
resend_countdown: 'Stále jsi ho neobdržel/a? Odeslat znovu za {{seconds}}s.',
|
|
154
|
+
error_send_failed: 'Odeslání ověřovacího kódu se nezdařilo. Zkus to prosím později.',
|
|
155
|
+
error_verify_failed: 'Ověření se nezdařilo. Prosím, zadej kód znovu.',
|
|
156
|
+
error_invalid_code: 'Ověřovací kód je neplatný nebo vypršel.',
|
|
157
|
+
},
|
|
158
|
+
mfa: {
|
|
159
|
+
totp_already_added: 'Autentizační aplikace je již přidána. Prosím, nejprve odstraň stávající.',
|
|
160
|
+
totp_not_enabled: 'Autentizační aplikace není povolena. Kontaktuj prosím administrátora pro její aktivaci.',
|
|
161
|
+
backup_code_already_added: 'Máš již aktivní záložní kódy. Použij je nebo je odstraň před generováním nových.',
|
|
162
|
+
backup_code_not_enabled: 'Záložní kód není povolen. Kontaktuj prosím administrátora pro jeho aktivaci.',
|
|
163
|
+
backup_code_requires_other_mfa: 'Záložní kódy vyžadují nejprve nastavení jiné metody dvoufázového ověření.',
|
|
164
|
+
passkey_not_enabled: 'Přístupový klíč není povolen. Kontaktuj prosím administrátora pro jeho aktivaci.',
|
|
165
|
+
passkey_already_registered: 'Tento přístupový klíč je již zaregistrován na tvém účtu. Použij prosím jiný přístupový klíč.',
|
|
166
|
+
},
|
|
167
|
+
update_success: {
|
|
168
|
+
default: {
|
|
169
|
+
title: 'Aktualizace úspěšná',
|
|
170
|
+
description: 'Změny byly úspěšně uloženy.',
|
|
171
|
+
},
|
|
172
|
+
email: {
|
|
173
|
+
title: 'E-mailová adresa aktualizována!',
|
|
174
|
+
description: 'E-mailová adresa tvého účtu byla úspěšně změněna.',
|
|
175
|
+
},
|
|
176
|
+
phone: {
|
|
177
|
+
title: 'Telefonní číslo aktualizováno!',
|
|
178
|
+
description: 'Telefonní číslo tvého účtu bylo úspěšně změněno.',
|
|
179
|
+
},
|
|
180
|
+
username: {
|
|
181
|
+
title: 'Uživatelské jméno aktualizováno!',
|
|
182
|
+
description: 'Uživatelské jméno tvého účtu bylo úspěšně změněno.',
|
|
183
|
+
},
|
|
184
|
+
password: {
|
|
185
|
+
title: 'Heslo aktualizováno!',
|
|
186
|
+
description: 'Heslo tvého účtu bylo úspěšně změněno.',
|
|
187
|
+
},
|
|
188
|
+
totp: {
|
|
189
|
+
title: 'Autentizační aplikace přidána!',
|
|
190
|
+
description: 'Tvá autentizační aplikace byla úspěšně propojena s účtem.',
|
|
191
|
+
},
|
|
192
|
+
totp_replaced: {
|
|
193
|
+
title: 'Autentizační aplikace nahrazena!',
|
|
194
|
+
description: 'Tvá autentizační aplikace byla úspěšně nahrazena.',
|
|
195
|
+
},
|
|
196
|
+
backup_code: {
|
|
197
|
+
title: 'Záložní kódy vygenerovány!',
|
|
198
|
+
description: 'Tvoje záložní kódy byly uloženy. Uchovej je na bezpečném místě.',
|
|
199
|
+
},
|
|
200
|
+
passkey: {
|
|
201
|
+
title: 'Přístupový klíč přidán!',
|
|
202
|
+
description: 'Tvůj přístupový klíč byl úspěšně propojen s účtem.',
|
|
203
|
+
},
|
|
204
|
+
social: {
|
|
205
|
+
title: 'Sociální účet propojen!',
|
|
206
|
+
description: 'Tvůj sociální účet byl úspěšně propojen.',
|
|
207
|
+
},
|
|
208
|
+
},
|
|
209
|
+
backup_code: {
|
|
210
|
+
title: 'Záložní kódy',
|
|
211
|
+
description: 'Můžeš použít jeden z těchto záložních kódů pro přístup k účtu, pokud narazíš na problém během dvoufázového ověření. Každý kód lze použít pouze jednou.',
|
|
212
|
+
copy_hint: 'Nezapomeň je zkopírovat a uložit na bezpečné místo.',
|
|
213
|
+
generate_new_title: 'Vygenerovat nové záložní kódy',
|
|
214
|
+
generate_new: 'Vygenerovat nové záložní kódy',
|
|
215
|
+
},
|
|
216
|
+
passkey: {
|
|
217
|
+
title: 'Přístupové klíče',
|
|
218
|
+
added: 'Přidáno: {{date}}',
|
|
219
|
+
last_used: 'Naposledy použito: {{date}}',
|
|
220
|
+
never_used: 'Nikdy',
|
|
221
|
+
unnamed: 'Nepojmenovaný přístupový klíč',
|
|
222
|
+
renamed: 'Přístupový klíč byl úspěšně přejmenován.',
|
|
223
|
+
deleted: 'Přístupový klíč byl úspěšně odstraněn.',
|
|
224
|
+
add_another_title: 'Přidat další přístupový klíč',
|
|
225
|
+
add_another_description: 'Zaregistruj svůj přístupový klíč pomocí biometrie zařízení, bezpečnostních klíčů (např. YubiKey) nebo jiných dostupných metod.',
|
|
226
|
+
add_passkey: 'Přidat přístupový klíč',
|
|
227
|
+
delete_confirmation_title: 'Odstranit přístupový klíč',
|
|
228
|
+
delete_confirmation_description: 'Pokud tento přístupový klíč odstraníš, nebude možné ho již použít pro ověření.',
|
|
229
|
+
rename_passkey: 'Přejmenovat přístupový klíč',
|
|
230
|
+
rename_description: 'Zadej nové jméno pro tento přístupový klíč.',
|
|
231
|
+
name_this_passkey: 'Pojmenovat tento přístupový klíč',
|
|
232
|
+
name_passkey_description: 'Úspěšně jsi ověřil/a toto zařízení pro dvoufázové ověření. Přizpůsob název, abys mohl/a rozpoznat více klíčů.',
|
|
233
|
+
name_input_label: 'Název',
|
|
234
|
+
},
|
|
235
|
+
};
|
|
236
|
+
export default Object.freeze(account_center);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
sign_in: string;
|
|
3
|
+
continue: string;
|
|
4
|
+
continue_as: string;
|
|
5
|
+
create_account: string;
|
|
6
|
+
create_account_without_linking: string;
|
|
7
|
+
create: string;
|
|
8
|
+
enter_passcode: string;
|
|
9
|
+
confirm: string;
|
|
10
|
+
cancel: string;
|
|
11
|
+
save_password: string;
|
|
12
|
+
bind: string;
|
|
13
|
+
bind_and_continue: string;
|
|
14
|
+
back: string;
|
|
15
|
+
nav_back: string;
|
|
16
|
+
nav_skip: string;
|
|
17
|
+
agree: string;
|
|
18
|
+
got_it: string;
|
|
19
|
+
sign_in_with: string;
|
|
20
|
+
forgot_password: string;
|
|
21
|
+
switch_to: string;
|
|
22
|
+
sign_in_via_passcode: string;
|
|
23
|
+
sign_in_via_password: string;
|
|
24
|
+
sign_in_via_passkey: string;
|
|
25
|
+
change: string;
|
|
26
|
+
link_another_email: string;
|
|
27
|
+
link_another_phone: string;
|
|
28
|
+
link_another_email_or_phone: string;
|
|
29
|
+
show_password: string;
|
|
30
|
+
copy: string;
|
|
31
|
+
verify_via_passkey: string;
|
|
32
|
+
download: string;
|
|
33
|
+
remove: string;
|
|
34
|
+
edit: string;
|
|
35
|
+
save: string;
|
|
36
|
+
single_sign_on: string;
|
|
37
|
+
authorize: string;
|
|
38
|
+
use_another_account: string;
|
|
39
|
+
back_to_current_account: string;
|
|
40
|
+
done: string;
|
|
41
|
+
}>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const action = {
|
|
2
|
+
sign_in: 'Přihlásit se',
|
|
3
|
+
continue: 'Pokračovat',
|
|
4
|
+
continue_as: 'Pokračovat jako {{name}}',
|
|
5
|
+
create_account: 'Vytvořit účet',
|
|
6
|
+
create_account_without_linking: 'Místo toho vytvořit nový',
|
|
7
|
+
create: 'Vytvořit',
|
|
8
|
+
enter_passcode: 'Zadej ověřovací kód',
|
|
9
|
+
confirm: 'Potvrdit',
|
|
10
|
+
cancel: 'Zrušit',
|
|
11
|
+
save_password: 'Uložit heslo',
|
|
12
|
+
bind: 'Propojit s {{address}}',
|
|
13
|
+
bind_and_continue: 'Propojit a pokračovat',
|
|
14
|
+
back: 'Jít zpět',
|
|
15
|
+
nav_back: 'Zpět',
|
|
16
|
+
nav_skip: 'Přeskočit',
|
|
17
|
+
agree: 'Souhlasím',
|
|
18
|
+
got_it: 'Rozumím',
|
|
19
|
+
sign_in_with: 'Pokračovat s {{name}}',
|
|
20
|
+
forgot_password: 'Zapomněl/a jsi heslo?',
|
|
21
|
+
switch_to: 'Přepnout na {{method}}',
|
|
22
|
+
sign_in_via_passcode: 'Přihlásit se ověřovacím kódem',
|
|
23
|
+
sign_in_via_password: 'Přihlásit se heslem',
|
|
24
|
+
sign_in_via_passkey: 'Přihlásit se přístupovým klíčem',
|
|
25
|
+
change: 'Změnit {{method}}',
|
|
26
|
+
link_another_email: 'Propojit jiný e-mail',
|
|
27
|
+
link_another_phone: 'Propojit jiné telefonní číslo',
|
|
28
|
+
link_another_email_or_phone: 'Propojit jiný e-mail nebo telefonní číslo',
|
|
29
|
+
show_password: 'Zobrazit heslo',
|
|
30
|
+
copy: 'Kopírovat',
|
|
31
|
+
verify_via_passkey: 'Ověřit přes přístupový klíč',
|
|
32
|
+
download: 'Stáhnout',
|
|
33
|
+
remove: 'Odstranit',
|
|
34
|
+
edit: 'Upravit',
|
|
35
|
+
save: 'Uložit',
|
|
36
|
+
single_sign_on: 'Single Sign-On',
|
|
37
|
+
authorize: 'Povolit',
|
|
38
|
+
use_another_account: 'Použít jiný účet',
|
|
39
|
+
back_to_current_account: 'Zpět k aktuálnímu účtu',
|
|
40
|
+
done: 'Hotovo',
|
|
41
|
+
};
|
|
42
|
+
export default Object.freeze(action);
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
email: string;
|
|
3
|
+
phone_number: string;
|
|
4
|
+
username: string;
|
|
5
|
+
reminder: string;
|
|
6
|
+
not_found: string;
|
|
7
|
+
agree_with_terms: string;
|
|
8
|
+
agree_with_terms_modal: string;
|
|
9
|
+
terms_of_use: string;
|
|
10
|
+
sign_in: string;
|
|
11
|
+
privacy_policy: string;
|
|
12
|
+
create_account: string;
|
|
13
|
+
switch_account: string;
|
|
14
|
+
or: string;
|
|
15
|
+
and: string;
|
|
16
|
+
enter_passcode: string;
|
|
17
|
+
passcode_sent: string;
|
|
18
|
+
resend_after_seconds: string;
|
|
19
|
+
resend_passcode: string;
|
|
20
|
+
create_account_id_exists: string;
|
|
21
|
+
link_account_id_exists: string;
|
|
22
|
+
sign_in_id_does_not_exist: string;
|
|
23
|
+
sign_in_id_does_not_exist_alert: string;
|
|
24
|
+
create_account_id_exists_alert: string;
|
|
25
|
+
social_identity_exist: string;
|
|
26
|
+
bind_account_title: string;
|
|
27
|
+
social_create_account: string;
|
|
28
|
+
social_link_email: string;
|
|
29
|
+
social_link_phone: string;
|
|
30
|
+
social_link_email_or_phone: string;
|
|
31
|
+
social_bind_with_existing: string;
|
|
32
|
+
skip_social_linking: string;
|
|
33
|
+
reset_password: string;
|
|
34
|
+
reset_password_description: string;
|
|
35
|
+
new_password: string;
|
|
36
|
+
set_password: string;
|
|
37
|
+
password_changed: string;
|
|
38
|
+
no_account: string;
|
|
39
|
+
have_account: string;
|
|
40
|
+
enter_password: string;
|
|
41
|
+
enter_password_for: string;
|
|
42
|
+
enter_username: string;
|
|
43
|
+
enter_username_description: string;
|
|
44
|
+
link_email: string;
|
|
45
|
+
link_phone: string;
|
|
46
|
+
link_email_or_phone: string;
|
|
47
|
+
link_email_description: string;
|
|
48
|
+
link_phone_description: string;
|
|
49
|
+
link_email_or_phone_description: string;
|
|
50
|
+
continue_with_more_information: string;
|
|
51
|
+
create_your_account: string;
|
|
52
|
+
sign_in_to_your_account: string;
|
|
53
|
+
device_activation: string;
|
|
54
|
+
device_activation_description: string;
|
|
55
|
+
device_activation_error_description: string;
|
|
56
|
+
device_activation_success: string;
|
|
57
|
+
device_activation_success_description: string;
|
|
58
|
+
no_region_code_found: string;
|
|
59
|
+
verify_email: string;
|
|
60
|
+
verify_phone: string;
|
|
61
|
+
password_requirements: string;
|
|
62
|
+
password_requirement: {
|
|
63
|
+
length_one: string;
|
|
64
|
+
length_two: string;
|
|
65
|
+
length_few: string;
|
|
66
|
+
length_many: string;
|
|
67
|
+
length_other: string;
|
|
68
|
+
character_types_one: string;
|
|
69
|
+
character_types_two: string;
|
|
70
|
+
character_types_few: string;
|
|
71
|
+
character_types_many: string;
|
|
72
|
+
character_types_other: string;
|
|
73
|
+
};
|
|
74
|
+
use: string;
|
|
75
|
+
single_sign_on_email_form: string;
|
|
76
|
+
single_sign_on_connectors_list: string;
|
|
77
|
+
single_sign_on_enabled: string;
|
|
78
|
+
authorize_title: string;
|
|
79
|
+
request_permission: string;
|
|
80
|
+
grant_organization_access: string;
|
|
81
|
+
authorize_personal_data_usage: string;
|
|
82
|
+
authorize_organization_access: string;
|
|
83
|
+
user_scopes: string;
|
|
84
|
+
organization_scopes: string;
|
|
85
|
+
authorize_agreement: string;
|
|
86
|
+
authorize_agreement_with_redirect: string;
|
|
87
|
+
not_you: string;
|
|
88
|
+
user_id: string;
|
|
89
|
+
redirect_to: string;
|
|
90
|
+
auto_agreement: string;
|
|
91
|
+
identifier_sign_in_description: string;
|
|
92
|
+
all_sign_in_options: string;
|
|
93
|
+
identifier_register_description: string;
|
|
94
|
+
all_account_creation_options: string;
|
|
95
|
+
back_to_sign_in: string;
|
|
96
|
+
support_email: string;
|
|
97
|
+
support_website: string;
|
|
98
|
+
switch_account_title: string;
|
|
99
|
+
switch_account_description: string;
|
|
100
|
+
about_yourself: string;
|
|
101
|
+
verify_identity: string;
|
|
102
|
+
choose_verification_method: string;
|
|
103
|
+
verification_method: {
|
|
104
|
+
passkey: string;
|
|
105
|
+
passkey_description: string;
|
|
106
|
+
password: string;
|
|
107
|
+
password_description: string;
|
|
108
|
+
email_verification_code: string;
|
|
109
|
+
phone_verification_code: string;
|
|
110
|
+
verification_code_description: string;
|
|
111
|
+
};
|
|
112
|
+
}>;
|
|
113
|
+
export default _default;
|