@logto/phrases-experience 1.10.1 → 1.12.0
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 +3 -0
- package/lib/locales/ar/error/index.d.ts +2 -0
- package/lib/locales/ar/error/index.js +2 -0
- package/lib/locales/ar/index.d.ts +19 -1
- package/lib/locales/ar/input.d.ts +1 -0
- package/lib/locales/ar/input.js +1 -0
- package/lib/locales/ar/mfa.d.ts +10 -0
- package/lib/locales/ar/mfa.js +10 -0
- package/lib/locales/ar/profile.d.ts +6 -1
- package/lib/locales/ar/profile.js +7 -2
- package/lib/locales/de/error/index.d.ts +2 -0
- package/lib/locales/de/error/index.js +2 -0
- package/lib/locales/de/index.d.ts +19 -1
- package/lib/locales/de/input.d.ts +1 -0
- package/lib/locales/de/input.js +1 -0
- package/lib/locales/de/mfa.d.ts +10 -0
- package/lib/locales/de/mfa.js +10 -0
- package/lib/locales/de/profile.d.ts +6 -1
- package/lib/locales/de/profile.js +6 -1
- package/lib/locales/en/error/index.d.ts +2 -0
- package/lib/locales/en/error/index.js +2 -0
- package/lib/locales/en/index.d.ts +19 -1
- package/lib/locales/en/input.d.ts +1 -0
- package/lib/locales/en/input.js +1 -0
- package/lib/locales/en/mfa.d.ts +10 -0
- package/lib/locales/en/mfa.js +10 -0
- package/lib/locales/en/profile.d.ts +6 -1
- package/lib/locales/en/profile.js +11 -6
- package/lib/locales/es/error/index.d.ts +2 -0
- package/lib/locales/es/error/index.js +2 -0
- package/lib/locales/es/index.d.ts +19 -1
- package/lib/locales/es/input.d.ts +1 -0
- package/lib/locales/es/input.js +1 -0
- package/lib/locales/es/mfa.d.ts +10 -0
- package/lib/locales/es/mfa.js +10 -0
- package/lib/locales/es/profile.d.ts +6 -1
- package/lib/locales/es/profile.js +6 -1
- package/lib/locales/fr/description.js +1 -1
- package/lib/locales/fr/error/index.d.ts +2 -0
- package/lib/locales/fr/error/index.js +2 -0
- package/lib/locales/fr/index.d.ts +19 -1
- package/lib/locales/fr/input.d.ts +1 -0
- package/lib/locales/fr/input.js +1 -0
- package/lib/locales/fr/mfa.d.ts +10 -0
- package/lib/locales/fr/mfa.js +10 -0
- package/lib/locales/fr/profile.d.ts +6 -1
- package/lib/locales/fr/profile.js +6 -1
- package/lib/locales/it/error/index.d.ts +2 -0
- package/lib/locales/it/error/index.js +2 -0
- package/lib/locales/it/index.d.ts +19 -1
- package/lib/locales/it/input.d.ts +1 -0
- package/lib/locales/it/input.js +1 -0
- package/lib/locales/it/mfa.d.ts +10 -0
- package/lib/locales/it/mfa.js +11 -1
- package/lib/locales/it/profile.d.ts +6 -1
- package/lib/locales/it/profile.js +6 -1
- package/lib/locales/ja/error/index.d.ts +2 -0
- package/lib/locales/ja/error/index.js +2 -0
- package/lib/locales/ja/index.d.ts +19 -1
- package/lib/locales/ja/input.d.ts +1 -0
- package/lib/locales/ja/input.js +1 -0
- package/lib/locales/ja/mfa.d.ts +10 -0
- package/lib/locales/ja/mfa.js +10 -0
- package/lib/locales/ja/profile.d.ts +6 -1
- package/lib/locales/ja/profile.js +6 -1
- package/lib/locales/ko/error/index.d.ts +2 -0
- package/lib/locales/ko/error/index.js +2 -0
- package/lib/locales/ko/index.d.ts +19 -1
- package/lib/locales/ko/input.d.ts +1 -0
- package/lib/locales/ko/input.js +1 -0
- package/lib/locales/ko/mfa.d.ts +10 -0
- package/lib/locales/ko/mfa.js +10 -0
- package/lib/locales/ko/profile.d.ts +6 -1
- package/lib/locales/ko/profile.js +6 -1
- package/lib/locales/pl-pl/error/index.d.ts +2 -0
- package/lib/locales/pl-pl/error/index.js +2 -0
- package/lib/locales/pl-pl/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/pl-pl/mfa.js +10 -0
- package/lib/locales/pl-pl/profile.d.ts +6 -1
- package/lib/locales/pl-pl/profile.js +6 -1
- package/lib/locales/pt-br/error/index.d.ts +2 -0
- package/lib/locales/pt-br/error/index.js +2 -0
- package/lib/locales/pt-br/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/pt-br/mfa.js +10 -0
- package/lib/locales/pt-br/profile.d.ts +6 -1
- package/lib/locales/pt-br/profile.js +6 -1
- package/lib/locales/pt-pt/error/index.d.ts +2 -0
- package/lib/locales/pt-pt/error/index.js +2 -0
- package/lib/locales/pt-pt/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/pt-pt/mfa.js +10 -0
- package/lib/locales/pt-pt/profile.d.ts +6 -1
- package/lib/locales/pt-pt/profile.js +6 -1
- package/lib/locales/ru/error/index.d.ts +2 -0
- package/lib/locales/ru/error/index.js +2 -0
- package/lib/locales/ru/index.d.ts +19 -1
- package/lib/locales/ru/input.d.ts +1 -0
- package/lib/locales/ru/input.js +1 -0
- package/lib/locales/ru/mfa.d.ts +10 -0
- package/lib/locales/ru/mfa.js +11 -1
- package/lib/locales/ru/profile.d.ts +6 -1
- package/lib/locales/ru/profile.js +6 -1
- package/lib/locales/th/action.d.ts +37 -0
- package/lib/locales/th/action.js +37 -0
- package/lib/locales/th/description.d.ts +97 -0
- package/lib/locales/th/description.js +97 -0
- package/lib/locales/th/development-tenant.d.ts +4 -0
- package/lib/locales/th/development-tenant.js +4 -0
- package/lib/locales/th/error/index.d.ts +42 -0
- package/lib/locales/th/error/index.js +30 -0
- package/lib/locales/th/error/password-rejected.d.ts +15 -0
- package/lib/locales/th/error/password-rejected.js +15 -0
- package/lib/locales/th/index.d.ts +300 -0
- package/lib/locales/th/index.js +25 -0
- package/lib/locales/th/input.d.ts +11 -0
- package/lib/locales/th/input.js +11 -0
- package/lib/locales/th/list.d.ts +6 -0
- package/lib/locales/th/list.js +6 -0
- package/lib/locales/th/mfa.d.ts +60 -0
- package/lib/locales/th/mfa.js +60 -0
- package/lib/locales/th/profile.d.ts +30 -0
- package/lib/locales/th/profile.js +30 -0
- package/lib/locales/th/secondary.d.ts +4 -0
- package/lib/locales/th/secondary.js +4 -0
- package/lib/locales/th/user-scopes.d.ts +14 -0
- package/lib/locales/th/user-scopes.js +14 -0
- package/lib/locales/tr-tr/error/index.d.ts +2 -0
- package/lib/locales/tr-tr/error/index.js +2 -0
- package/lib/locales/tr-tr/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/tr-tr/mfa.js +11 -1
- package/lib/locales/tr-tr/profile.d.ts +6 -1
- package/lib/locales/tr-tr/profile.js +6 -1
- package/lib/locales/uk-ua/error/index.d.ts +2 -0
- package/lib/locales/uk-ua/error/index.js +2 -0
- package/lib/locales/uk-ua/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/uk-ua/mfa.js +11 -1
- package/lib/locales/uk-ua/profile.d.ts +6 -1
- package/lib/locales/uk-ua/profile.js +6 -1
- package/lib/locales/zh-cn/error/index.d.ts +2 -0
- package/lib/locales/zh-cn/error/index.js +2 -0
- package/lib/locales/zh-cn/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/zh-cn/mfa.js +10 -0
- package/lib/locales/zh-cn/profile.d.ts +6 -1
- package/lib/locales/zh-cn/profile.js +7 -2
- package/lib/locales/zh-hk/error/index.d.ts +2 -0
- package/lib/locales/zh-hk/error/index.js +2 -0
- package/lib/locales/zh-hk/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/zh-hk/mfa.js +10 -0
- package/lib/locales/zh-hk/profile.d.ts +6 -1
- package/lib/locales/zh-hk/profile.js +7 -2
- package/lib/locales/zh-tw/error/index.d.ts +2 -0
- package/lib/locales/zh-tw/error/index.js +2 -0
- package/lib/locales/zh-tw/index.d.ts +19 -1
- 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 +10 -0
- package/lib/locales/zh-tw/mfa.js +10 -0
- package/lib/locales/zh-tw/profile.d.ts +6 -1
- package/lib/locales/zh-tw/profile.js +7 -2
- package/package.json +3 -3
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
translation: {
|
|
3
|
+
input: Readonly<{
|
|
4
|
+
username: string;
|
|
5
|
+
password: string;
|
|
6
|
+
email: string;
|
|
7
|
+
phone_number: string;
|
|
8
|
+
confirm_password: string;
|
|
9
|
+
search_region_code: string;
|
|
10
|
+
backup_code: string;
|
|
11
|
+
label_with_optional: string;
|
|
12
|
+
}>;
|
|
13
|
+
secondary: Readonly<{
|
|
14
|
+
social_bind_with: string;
|
|
15
|
+
}>;
|
|
16
|
+
action: Readonly<{
|
|
17
|
+
sign_in: string;
|
|
18
|
+
continue: string;
|
|
19
|
+
continue_as: string;
|
|
20
|
+
create_account: string;
|
|
21
|
+
create_account_without_linking: string;
|
|
22
|
+
create: string;
|
|
23
|
+
enter_passcode: string;
|
|
24
|
+
confirm: string;
|
|
25
|
+
cancel: string;
|
|
26
|
+
save_password: string;
|
|
27
|
+
bind: string;
|
|
28
|
+
bind_and_continue: string;
|
|
29
|
+
back: string;
|
|
30
|
+
nav_back: string;
|
|
31
|
+
nav_skip: string;
|
|
32
|
+
agree: string;
|
|
33
|
+
got_it: string;
|
|
34
|
+
sign_in_with: string;
|
|
35
|
+
forgot_password: string;
|
|
36
|
+
switch_to: string;
|
|
37
|
+
sign_in_via_passcode: string;
|
|
38
|
+
sign_in_via_password: string;
|
|
39
|
+
change: string;
|
|
40
|
+
link_another_email: string;
|
|
41
|
+
link_another_phone: string;
|
|
42
|
+
link_another_email_or_phone: string;
|
|
43
|
+
show_password: string;
|
|
44
|
+
copy: string;
|
|
45
|
+
verify_via_passkey: string;
|
|
46
|
+
download: string;
|
|
47
|
+
single_sign_on: string;
|
|
48
|
+
authorize: string;
|
|
49
|
+
use_another_account: string;
|
|
50
|
+
back_to_current_account: string;
|
|
51
|
+
}>;
|
|
52
|
+
description: Readonly<{
|
|
53
|
+
email: string;
|
|
54
|
+
phone_number: string;
|
|
55
|
+
username: string;
|
|
56
|
+
reminder: string;
|
|
57
|
+
not_found: string;
|
|
58
|
+
agree_with_terms: string;
|
|
59
|
+
agree_with_terms_modal: string;
|
|
60
|
+
terms_of_use: string;
|
|
61
|
+
sign_in: string;
|
|
62
|
+
privacy_policy: string;
|
|
63
|
+
create_account: string;
|
|
64
|
+
switch_account: string;
|
|
65
|
+
or: string;
|
|
66
|
+
and: string;
|
|
67
|
+
enter_passcode: string;
|
|
68
|
+
passcode_sent: string;
|
|
69
|
+
resend_after_seconds: string;
|
|
70
|
+
resend_passcode: string;
|
|
71
|
+
create_account_id_exists: string;
|
|
72
|
+
link_account_id_exists: string;
|
|
73
|
+
sign_in_id_does_not_exist: string;
|
|
74
|
+
sign_in_id_does_not_exist_alert: string;
|
|
75
|
+
create_account_id_exists_alert: string;
|
|
76
|
+
social_identity_exist: string;
|
|
77
|
+
bind_account_title: string;
|
|
78
|
+
social_create_account: string;
|
|
79
|
+
social_link_email: string;
|
|
80
|
+
social_link_phone: string;
|
|
81
|
+
social_link_email_or_phone: string;
|
|
82
|
+
social_bind_with_existing: string;
|
|
83
|
+
skip_social_linking: string;
|
|
84
|
+
reset_password: string;
|
|
85
|
+
reset_password_description: string;
|
|
86
|
+
new_password: string;
|
|
87
|
+
set_password: string;
|
|
88
|
+
password_changed: string;
|
|
89
|
+
no_account: string;
|
|
90
|
+
have_account: string;
|
|
91
|
+
enter_password: string;
|
|
92
|
+
enter_password_for: string;
|
|
93
|
+
enter_username: string;
|
|
94
|
+
enter_username_description: string;
|
|
95
|
+
link_email: string;
|
|
96
|
+
link_phone: string;
|
|
97
|
+
link_email_or_phone: string;
|
|
98
|
+
link_email_description: string;
|
|
99
|
+
link_phone_description: string;
|
|
100
|
+
link_email_or_phone_description: string;
|
|
101
|
+
continue_with_more_information: string;
|
|
102
|
+
create_your_account: string;
|
|
103
|
+
sign_in_to_your_account: string;
|
|
104
|
+
no_region_code_found: string;
|
|
105
|
+
verify_email: string;
|
|
106
|
+
verify_phone: string;
|
|
107
|
+
password_requirements: string;
|
|
108
|
+
password_requirement: {
|
|
109
|
+
length_one: string;
|
|
110
|
+
length_two: string;
|
|
111
|
+
length_few: string;
|
|
112
|
+
length_many: string;
|
|
113
|
+
length_other: string;
|
|
114
|
+
character_types_one: string;
|
|
115
|
+
character_types_two: string;
|
|
116
|
+
character_types_few: string;
|
|
117
|
+
character_types_many: string;
|
|
118
|
+
character_types_other: string;
|
|
119
|
+
};
|
|
120
|
+
use: string;
|
|
121
|
+
single_sign_on_email_form: string;
|
|
122
|
+
single_sign_on_connectors_list: string;
|
|
123
|
+
single_sign_on_enabled: string;
|
|
124
|
+
authorize_title: string;
|
|
125
|
+
request_permission: string;
|
|
126
|
+
grant_organization_access: string;
|
|
127
|
+
authorize_personal_data_usage: string;
|
|
128
|
+
authorize_organization_access: string;
|
|
129
|
+
user_scopes: string;
|
|
130
|
+
organization_scopes: string;
|
|
131
|
+
authorize_agreement: string;
|
|
132
|
+
authorize_agreement_with_redirect: string;
|
|
133
|
+
not_you: string;
|
|
134
|
+
user_id: string;
|
|
135
|
+
redirect_to: string;
|
|
136
|
+
auto_agreement: string;
|
|
137
|
+
identifier_sign_in_description: string;
|
|
138
|
+
all_sign_in_options: string;
|
|
139
|
+
identifier_register_description: string;
|
|
140
|
+
all_account_creation_options: string;
|
|
141
|
+
back_to_sign_in: string;
|
|
142
|
+
support_email: string;
|
|
143
|
+
support_website: string;
|
|
144
|
+
switch_account_title: string;
|
|
145
|
+
switch_account_description: string;
|
|
146
|
+
about_yourself: string;
|
|
147
|
+
}>;
|
|
148
|
+
error: Readonly<{
|
|
149
|
+
general_required: string;
|
|
150
|
+
general_invalid: string;
|
|
151
|
+
invalid_min_max_input: string;
|
|
152
|
+
invalid_min_max_length: string;
|
|
153
|
+
username_required: string;
|
|
154
|
+
password_required: string;
|
|
155
|
+
username_exists: string;
|
|
156
|
+
username_should_not_start_with_number: string;
|
|
157
|
+
username_invalid_charset: string;
|
|
158
|
+
invalid_email: string;
|
|
159
|
+
invalid_phone: string;
|
|
160
|
+
passwords_do_not_match: string;
|
|
161
|
+
invalid_passcode: string;
|
|
162
|
+
invalid_connector_auth: string;
|
|
163
|
+
invalid_connector_request: string;
|
|
164
|
+
unknown: string;
|
|
165
|
+
invalid_session: string;
|
|
166
|
+
timeout: string;
|
|
167
|
+
password_rejected: Readonly<{
|
|
168
|
+
too_short: string;
|
|
169
|
+
too_long: string;
|
|
170
|
+
character_types: string;
|
|
171
|
+
unsupported_characters: string;
|
|
172
|
+
pwned: string;
|
|
173
|
+
restricted_found: string;
|
|
174
|
+
restricted: {
|
|
175
|
+
repetition: string;
|
|
176
|
+
sequence: string;
|
|
177
|
+
user_info: string;
|
|
178
|
+
words: string;
|
|
179
|
+
};
|
|
180
|
+
}>;
|
|
181
|
+
sso_not_enabled: string;
|
|
182
|
+
invalid_link: string;
|
|
183
|
+
invalid_link_description: string;
|
|
184
|
+
captcha_verification_failed: string;
|
|
185
|
+
terms_acceptance_required: string;
|
|
186
|
+
terms_acceptance_required_description: string;
|
|
187
|
+
something_went_wrong: string;
|
|
188
|
+
}>;
|
|
189
|
+
list: Readonly<{
|
|
190
|
+
or: string;
|
|
191
|
+
and: string;
|
|
192
|
+
separator: string;
|
|
193
|
+
}>;
|
|
194
|
+
mfa: Readonly<{
|
|
195
|
+
totp: string;
|
|
196
|
+
webauthn: string;
|
|
197
|
+
backup_code: string;
|
|
198
|
+
email_verification_code: string;
|
|
199
|
+
phone_verification_code: string;
|
|
200
|
+
link_totp_description: string;
|
|
201
|
+
link_webauthn_description: string;
|
|
202
|
+
link_backup_code_description: string;
|
|
203
|
+
link_email_verification_code_description: string;
|
|
204
|
+
link_email_2fa_description: string;
|
|
205
|
+
link_phone_verification_code_description: string;
|
|
206
|
+
link_phone_2fa_description: string;
|
|
207
|
+
verify_totp_description: string;
|
|
208
|
+
verify_webauthn_description: string;
|
|
209
|
+
verify_backup_code_description: string;
|
|
210
|
+
verify_email_verification_code_description: string;
|
|
211
|
+
verify_phone_verification_code_description: string;
|
|
212
|
+
send_to_email: string;
|
|
213
|
+
send_to_phone: string;
|
|
214
|
+
add_mfa_factors: string;
|
|
215
|
+
add_mfa_description: string;
|
|
216
|
+
add_another_mfa_factor: string;
|
|
217
|
+
add_another_mfa_description: string;
|
|
218
|
+
verify_mfa_factors: string;
|
|
219
|
+
verify_mfa_description: string;
|
|
220
|
+
add_authenticator_app: string;
|
|
221
|
+
step: string;
|
|
222
|
+
scan_qr_code: string;
|
|
223
|
+
scan_qr_code_description: string;
|
|
224
|
+
qr_code_not_available: string;
|
|
225
|
+
copy_and_paste_key: string;
|
|
226
|
+
copy_and_paste_key_description: string;
|
|
227
|
+
want_to_scan_qr_code: string;
|
|
228
|
+
enter_one_time_code: string;
|
|
229
|
+
enter_one_time_code_link_description: string;
|
|
230
|
+
enter_one_time_code_description: string;
|
|
231
|
+
enter_email_verification_code: string;
|
|
232
|
+
enter_email_verification_code_description: string;
|
|
233
|
+
enter_phone_verification_code: string;
|
|
234
|
+
enter_phone_verification_code_description: string;
|
|
235
|
+
link_another_mfa_factor: string;
|
|
236
|
+
save_backup_code: string;
|
|
237
|
+
save_backup_code_description: string;
|
|
238
|
+
backup_code_hint: string;
|
|
239
|
+
enter_a_backup_code: string;
|
|
240
|
+
enter_backup_code_description: string;
|
|
241
|
+
create_a_passkey: string;
|
|
242
|
+
create_passkey_description: string;
|
|
243
|
+
try_another_verification_method: string;
|
|
244
|
+
verify_via_passkey: string;
|
|
245
|
+
verify_via_passkey_description: string;
|
|
246
|
+
secret_key_copied: string;
|
|
247
|
+
backup_code_copied: string;
|
|
248
|
+
webauthn_not_ready: string;
|
|
249
|
+
webauthn_not_supported: string;
|
|
250
|
+
webauthn_failed_to_create: string;
|
|
251
|
+
webauthn_failed_to_verify: string;
|
|
252
|
+
}>;
|
|
253
|
+
development_tenant: Readonly<{
|
|
254
|
+
notification: string;
|
|
255
|
+
}>;
|
|
256
|
+
user_scopes: Readonly<{
|
|
257
|
+
descriptions: {
|
|
258
|
+
custom_data: string;
|
|
259
|
+
email: string;
|
|
260
|
+
phone: string;
|
|
261
|
+
profile: string;
|
|
262
|
+
roles: string;
|
|
263
|
+
identities: string;
|
|
264
|
+
'urn:logto:scope:organizations': string;
|
|
265
|
+
'urn:logto:scope:organization_roles': string;
|
|
266
|
+
address: string;
|
|
267
|
+
};
|
|
268
|
+
}>;
|
|
269
|
+
profile: Readonly<{
|
|
270
|
+
name: string;
|
|
271
|
+
avatar: string;
|
|
272
|
+
givenName: string;
|
|
273
|
+
familyName: string;
|
|
274
|
+
middleName: string;
|
|
275
|
+
fullname: string;
|
|
276
|
+
nickname: string;
|
|
277
|
+
preferredUsername: string;
|
|
278
|
+
profile: string;
|
|
279
|
+
website: string;
|
|
280
|
+
gender: string;
|
|
281
|
+
birthdate: string;
|
|
282
|
+
zoneinfo: string;
|
|
283
|
+
locale: string;
|
|
284
|
+
address: {
|
|
285
|
+
formatted: string;
|
|
286
|
+
streetAddress: string;
|
|
287
|
+
locality: string;
|
|
288
|
+
region: string;
|
|
289
|
+
postalCode: string;
|
|
290
|
+
country: string;
|
|
291
|
+
};
|
|
292
|
+
gender_options: {
|
|
293
|
+
female: string;
|
|
294
|
+
male: string;
|
|
295
|
+
prefer_not_to_say: string;
|
|
296
|
+
};
|
|
297
|
+
}>;
|
|
298
|
+
};
|
|
299
|
+
}>;
|
|
300
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import action from './action.js';
|
|
2
|
+
import description from './description.js';
|
|
3
|
+
import development_tenant from './development-tenant.js';
|
|
4
|
+
import error from './error/index.js';
|
|
5
|
+
import input from './input.js';
|
|
6
|
+
import list from './list.js';
|
|
7
|
+
import mfa from './mfa.js';
|
|
8
|
+
import profile from './profile.js';
|
|
9
|
+
import secondary from './secondary.js';
|
|
10
|
+
import user_scopes from './user-scopes.js';
|
|
11
|
+
const en = {
|
|
12
|
+
translation: {
|
|
13
|
+
input,
|
|
14
|
+
secondary,
|
|
15
|
+
action,
|
|
16
|
+
description,
|
|
17
|
+
error,
|
|
18
|
+
list,
|
|
19
|
+
mfa,
|
|
20
|
+
development_tenant,
|
|
21
|
+
user_scopes,
|
|
22
|
+
profile,
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
export default Object.freeze(en);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
username: string;
|
|
3
|
+
password: string;
|
|
4
|
+
email: string;
|
|
5
|
+
phone_number: string;
|
|
6
|
+
confirm_password: string;
|
|
7
|
+
search_region_code: string;
|
|
8
|
+
backup_code: string;
|
|
9
|
+
label_with_optional: string;
|
|
10
|
+
}>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const input = {
|
|
2
|
+
username: 'Username',
|
|
3
|
+
password: 'Password',
|
|
4
|
+
email: 'อีเมล',
|
|
5
|
+
phone_number: 'หมายเลขโทรศัพท์',
|
|
6
|
+
confirm_password: 'ยืนยันรหัสผ่าน',
|
|
7
|
+
search_region_code: 'ค้นหารหัสภูมิภาค',
|
|
8
|
+
backup_code: 'รหัสสำรอง',
|
|
9
|
+
label_with_optional: '{{label}} (ไม่บังคับ)',
|
|
10
|
+
};
|
|
11
|
+
export default Object.freeze(input);
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
totp: string;
|
|
3
|
+
webauthn: string;
|
|
4
|
+
backup_code: string;
|
|
5
|
+
email_verification_code: string;
|
|
6
|
+
phone_verification_code: string;
|
|
7
|
+
link_totp_description: string;
|
|
8
|
+
link_webauthn_description: string;
|
|
9
|
+
link_backup_code_description: string;
|
|
10
|
+
link_email_verification_code_description: string;
|
|
11
|
+
link_email_2fa_description: string;
|
|
12
|
+
link_phone_verification_code_description: string;
|
|
13
|
+
link_phone_2fa_description: string;
|
|
14
|
+
verify_totp_description: string;
|
|
15
|
+
verify_webauthn_description: string;
|
|
16
|
+
verify_backup_code_description: string;
|
|
17
|
+
verify_email_verification_code_description: string;
|
|
18
|
+
verify_phone_verification_code_description: string;
|
|
19
|
+
send_to_email: string;
|
|
20
|
+
send_to_phone: string;
|
|
21
|
+
add_mfa_factors: string;
|
|
22
|
+
add_mfa_description: string;
|
|
23
|
+
add_another_mfa_factor: string;
|
|
24
|
+
add_another_mfa_description: string;
|
|
25
|
+
verify_mfa_factors: string;
|
|
26
|
+
verify_mfa_description: string;
|
|
27
|
+
add_authenticator_app: string;
|
|
28
|
+
step: string;
|
|
29
|
+
scan_qr_code: string;
|
|
30
|
+
scan_qr_code_description: string;
|
|
31
|
+
qr_code_not_available: string;
|
|
32
|
+
copy_and_paste_key: string;
|
|
33
|
+
copy_and_paste_key_description: string;
|
|
34
|
+
want_to_scan_qr_code: string;
|
|
35
|
+
enter_one_time_code: string;
|
|
36
|
+
enter_one_time_code_link_description: string;
|
|
37
|
+
enter_one_time_code_description: string;
|
|
38
|
+
enter_email_verification_code: string;
|
|
39
|
+
enter_email_verification_code_description: string;
|
|
40
|
+
enter_phone_verification_code: string;
|
|
41
|
+
enter_phone_verification_code_description: string;
|
|
42
|
+
link_another_mfa_factor: string;
|
|
43
|
+
save_backup_code: string;
|
|
44
|
+
save_backup_code_description: string;
|
|
45
|
+
backup_code_hint: string;
|
|
46
|
+
enter_a_backup_code: string;
|
|
47
|
+
enter_backup_code_description: string;
|
|
48
|
+
create_a_passkey: string;
|
|
49
|
+
create_passkey_description: string;
|
|
50
|
+
try_another_verification_method: string;
|
|
51
|
+
verify_via_passkey: string;
|
|
52
|
+
verify_via_passkey_description: string;
|
|
53
|
+
secret_key_copied: string;
|
|
54
|
+
backup_code_copied: string;
|
|
55
|
+
webauthn_not_ready: string;
|
|
56
|
+
webauthn_not_supported: string;
|
|
57
|
+
webauthn_failed_to_create: string;
|
|
58
|
+
webauthn_failed_to_verify: string;
|
|
59
|
+
}>;
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const mfa = {
|
|
2
|
+
totp: 'รหัส OTP จากแอป Authenticator',
|
|
3
|
+
webauthn: 'รหัสผ่านดิจิทัล (Passkey)',
|
|
4
|
+
backup_code: 'รหัสสำรอง',
|
|
5
|
+
email_verification_code: 'รหัสยืนยันทางอีเมล',
|
|
6
|
+
phone_verification_code: 'รหัสยืนยันทาง SMS',
|
|
7
|
+
link_totp_description: 'เช่น Google Authenticator เป็นต้น',
|
|
8
|
+
link_webauthn_description: 'เชื่อมต่ออุปกรณ์หรือฮาร์ดแวร์ USB',
|
|
9
|
+
link_backup_code_description: 'สร้างรหัสสำรอง',
|
|
10
|
+
link_email_verification_code_description: 'เชื่อมต่ออีเมลของคุณ',
|
|
11
|
+
link_email_2fa_description: 'เชื่อมต่อที่อยู่อีเมลของคุณสำหรับการยืนยันแบบ 2 ขั้นตอน',
|
|
12
|
+
link_phone_verification_code_description: 'เชื่อมต่อหมายเลขโทรศัพท์ของคุณ',
|
|
13
|
+
link_phone_2fa_description: 'เชื่อมต่อหมายเลขโทรศัพท์ของคุณสำหรับการยืนยันแบบ 2 ขั้นตอน',
|
|
14
|
+
verify_totp_description: 'กรอกรหัสครั้งเดียวในแอป',
|
|
15
|
+
verify_webauthn_description: 'ยืนยันอุปกรณ์หรือฮาร์ดแวร์ USB ของคุณ',
|
|
16
|
+
verify_backup_code_description: 'วางรหัสสำรองที่คุณบันทึกไว้',
|
|
17
|
+
verify_email_verification_code_description: 'กรอกรหัสที่ส่งไปยังอีเมลของคุณ',
|
|
18
|
+
verify_phone_verification_code_description: 'กรอกรหัสที่ส่งไปยังโทรศัพท์ของคุณ',
|
|
19
|
+
send_to_email: 'ส่งไปที่ {{identifier}}',
|
|
20
|
+
send_to_phone: 'ส่งไปที่ {{identifier}}',
|
|
21
|
+
add_mfa_factors: 'เพิ่มการยืนยันแบบ 2 ขั้นตอน',
|
|
22
|
+
add_mfa_description: 'การตรวจสอบสองปัจจัยเปิดใช้งานอยู่ เลือกวิธีการตรวจสอบตัวตนที่สองของคุณสำหรับการเข้าสู่ระบบที่ปลอดภัย',
|
|
23
|
+
add_another_mfa_factor: 'เพิ่มการยืนยันตัวตน 2 ขั้นตอนอื่น',
|
|
24
|
+
add_another_mfa_description: 'เลือกวิธีอื่นในการยืนยันตัวตนของคุณเมื่อลงชื่อเข้าใช้',
|
|
25
|
+
verify_mfa_factors: 'การยืนยันแบบ 2 ขั้นตอน',
|
|
26
|
+
verify_mfa_description: 'ได้เปิดใช้การยืนยันแบบ 2 ขั้นตอนสำหรับบัญชีนี้ โปรดเลือกวิธีที่สองในการยืนยันตัวตนของคุณ',
|
|
27
|
+
add_authenticator_app: 'เพิ่มแอป Authenticator',
|
|
28
|
+
step: 'ขั้นตอน {{step, number}}: {{content}}',
|
|
29
|
+
scan_qr_code: 'สแกนรหัส QR นี้',
|
|
30
|
+
scan_qr_code_description: 'สแกนรหัส QR ด้านล่างด้วยแอป Authenticator ของคุณ เช่น Google Authenticator, Duo Mobile, Authy เป็นต้น',
|
|
31
|
+
qr_code_not_available: 'ไม่สามารถสแกน QR ได้ใช่ไหม?',
|
|
32
|
+
copy_and_paste_key: 'คัดลอกและวางคีย์',
|
|
33
|
+
copy_and_paste_key_description: 'คัดลอกและวางคีย์ต่อไปนี้ในแอป Authenticator ของคุณ เช่น Google Authenticator, Duo Mobile, Authy เป็นต้น',
|
|
34
|
+
want_to_scan_qr_code: 'ต้องการสแกน QR หรือไม่?',
|
|
35
|
+
enter_one_time_code: 'กรอกรหัสครั้งเดียว',
|
|
36
|
+
enter_one_time_code_link_description: 'กรอกรหัสยืนยัน 6 หลักที่สร้างโดยแอป Authenticator',
|
|
37
|
+
enter_one_time_code_description: 'ได้เปิดใช้การยืนยันแบบ 2 ขั้นตอนสำหรับบัญชีนี้ กรุณากรอกรหัสครั้งเดียวที่แสดงบนแอป Authenticator ที่เชื่อมต่อของคุณ',
|
|
38
|
+
enter_email_verification_code: 'กรอกรหัสยืนยันอีเมล',
|
|
39
|
+
enter_email_verification_code_description: 'ได้เปิดใช้การยืนยันตัวตนแบบ 2 ขั้นตอนสำหรับบัญชีนี้ กรุณากรอกรหัสยืนยันอีเมลที่ส่งไปยัง {{identifier}}',
|
|
40
|
+
enter_phone_verification_code: 'กรอกรหัสยืนยัน SMS',
|
|
41
|
+
enter_phone_verification_code_description: 'ได้เปิดใช้การยืนยันตัวตนแบบ 2 ขั้นตอนสำหรับบัญชีนี้ กรุณากรอกรหัสยืนยัน SMS ที่ส่งไปยัง {{identifier}}',
|
|
42
|
+
link_another_mfa_factor: 'เปลี่ยนไปใช้วิธีอื่น',
|
|
43
|
+
save_backup_code: 'บันทึกรหัสสำรองของคุณ',
|
|
44
|
+
save_backup_code_description: 'คุณสามารถใช้รหัสสำรองเหล่านี้เพื่อเข้าสู่บัญชีของคุณ หากประสบปัญหาในการยืนยันแบบ 2 ขั้นตอนด้วยวิธีอื่น รหัสแต่ละตัวใช้ได้เพียงครั้งเดียวเท่านั้น',
|
|
45
|
+
backup_code_hint: 'โปรดคัดลอกและเก็บรักษาไว้ในที่ปลอดภัย',
|
|
46
|
+
enter_a_backup_code: 'กรอกรหัสสำรอง',
|
|
47
|
+
enter_backup_code_description: 'กรอกรหัสสำรองที่คุณบันทึกไว้เมื่อตั้งค่าการยืนยันแบบ 2 ขั้นตอนครั้งแรก',
|
|
48
|
+
create_a_passkey: 'สร้างรหัสผ่านดิจิทัล (Passkey)',
|
|
49
|
+
create_passkey_description: 'ลงทะเบียนรหัสผ่านดิจิทัลของคุณโดยใช้ไบโอเมตริกซ์ของอุปกรณ์ กุญแจความปลอดภัย (เช่น YubiKey) หรือวิธีอื่นที่มีให้',
|
|
50
|
+
try_another_verification_method: 'ลองใช้วิธีการตรวจสอบอื่น',
|
|
51
|
+
verify_via_passkey: 'ยืนยันผ่านรหัสผ่านดิจิทัล',
|
|
52
|
+
verify_via_passkey_description: 'ใช้รหัสผ่านดิจิทัลเพื่อยืนยันโดยรหัสผ่านอุปกรณ์หรือไบโอเมตริกซ์ สแกน QR หรือใช้กุญแจความปลอดภัย USB เช่น YubiKey',
|
|
53
|
+
secret_key_copied: 'คัดลอกคีย์ลับแล้ว',
|
|
54
|
+
backup_code_copied: 'คัดลอกรหัสสำรองแล้ว',
|
|
55
|
+
webauthn_not_ready: 'WebAuthn ยังไม่พร้อม กรุณาลองใหม่อีกครั้งภายหลัง',
|
|
56
|
+
webauthn_not_supported: 'เบราว์เซอร์นี้ไม่รองรับ WebAuthn',
|
|
57
|
+
webauthn_failed_to_create: 'สร้างไม่สำเร็จ กรุณาลองใหม่อีกครั้ง',
|
|
58
|
+
webauthn_failed_to_verify: 'ยืนยันไม่สำเร็จ กรุณาลองใหม่อีกครั้ง',
|
|
59
|
+
};
|
|
60
|
+
export default Object.freeze(mfa);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
name: string;
|
|
3
|
+
avatar: string;
|
|
4
|
+
givenName: string;
|
|
5
|
+
familyName: string;
|
|
6
|
+
middleName: string;
|
|
7
|
+
fullname: string;
|
|
8
|
+
nickname: string;
|
|
9
|
+
preferredUsername: string;
|
|
10
|
+
profile: string;
|
|
11
|
+
website: string;
|
|
12
|
+
gender: string;
|
|
13
|
+
birthdate: string;
|
|
14
|
+
zoneinfo: string;
|
|
15
|
+
locale: string;
|
|
16
|
+
address: {
|
|
17
|
+
formatted: string;
|
|
18
|
+
streetAddress: string;
|
|
19
|
+
locality: string;
|
|
20
|
+
region: string;
|
|
21
|
+
postalCode: string;
|
|
22
|
+
country: string;
|
|
23
|
+
};
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: string;
|
|
26
|
+
male: string;
|
|
27
|
+
prefer_not_to_say: string;
|
|
28
|
+
};
|
|
29
|
+
}>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const profile = {
|
|
2
|
+
name: 'Name',
|
|
3
|
+
avatar: 'Avatar',
|
|
4
|
+
givenName: 'ชื่อจริง',
|
|
5
|
+
familyName: 'นามสกุล',
|
|
6
|
+
middleName: 'ชื่อกลาง',
|
|
7
|
+
fullname: 'ชื่อเต็ม',
|
|
8
|
+
nickname: 'ชื่อเล่น',
|
|
9
|
+
preferredUsername: 'ชื่อผู้ใช้ที่ต้องการ',
|
|
10
|
+
profile: 'โปรไฟล์',
|
|
11
|
+
website: 'เว็บไซต์',
|
|
12
|
+
gender: 'เพศ',
|
|
13
|
+
birthdate: 'วันเกิด',
|
|
14
|
+
zoneinfo: 'เขตเวลา',
|
|
15
|
+
locale: 'ภาษา',
|
|
16
|
+
address: {
|
|
17
|
+
formatted: 'ที่อยู่',
|
|
18
|
+
streetAddress: 'ที่อยู่ถนน',
|
|
19
|
+
locality: 'เมือง',
|
|
20
|
+
region: 'รัฐ/จังหวัด',
|
|
21
|
+
postalCode: 'รหัสไปรษณีย์',
|
|
22
|
+
country: 'ประเทศ',
|
|
23
|
+
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'หญิง',
|
|
26
|
+
male: 'ชาย',
|
|
27
|
+
prefer_not_to_say: 'ไม่ระบุ',
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
export default Object.freeze(profile);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
descriptions: {
|
|
3
|
+
custom_data: string;
|
|
4
|
+
email: string;
|
|
5
|
+
phone: string;
|
|
6
|
+
profile: string;
|
|
7
|
+
roles: string;
|
|
8
|
+
identities: string;
|
|
9
|
+
'urn:logto:scope:organizations': string;
|
|
10
|
+
'urn:logto:scope:organization_roles': string;
|
|
11
|
+
address: string;
|
|
12
|
+
};
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const user_scopes = {
|
|
2
|
+
descriptions: {
|
|
3
|
+
custom_data: 'ข้อมูลที่กำหนดเองของคุณ',
|
|
4
|
+
email: 'ที่อยู่อีเมลของคุณ',
|
|
5
|
+
phone: 'หมายเลขโทรศัพท์ของคุณ',
|
|
6
|
+
profile: 'ชื่อ ชื่อผู้ใช้ รูปประจำตัว และข้อมูลโปรไฟล์อื่น ๆ ของคุณ',
|
|
7
|
+
roles: 'บทบาทของคุณ',
|
|
8
|
+
identities: 'บัญชีโซเชียลที่เชื่อมต่อของคุณ',
|
|
9
|
+
'urn:logto:scope:organizations': 'ข้อมูลองค์กรของคุณ',
|
|
10
|
+
'urn:logto:scope:organization_roles': 'บทบาทในองค์กรของคุณ',
|
|
11
|
+
address: 'ที่อยู่ของคุณ',
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
export default Object.freeze(user_scopes);
|
|
@@ -35,6 +35,8 @@ declare const _default: Readonly<{
|
|
|
35
35
|
invalid_link: string;
|
|
36
36
|
invalid_link_description: string;
|
|
37
37
|
captcha_verification_failed: string;
|
|
38
|
+
terms_acceptance_required: string;
|
|
39
|
+
terms_acceptance_required_description: string;
|
|
38
40
|
something_went_wrong: string;
|
|
39
41
|
}>;
|
|
40
42
|
export default _default;
|
|
@@ -23,6 +23,8 @@ const error = {
|
|
|
23
23
|
invalid_link: 'Geçersiz bağlantı',
|
|
24
24
|
invalid_link_description: 'Tek kullanımlık belirtecin süresi dolmuş olabilir veya artık geçerli değil.',
|
|
25
25
|
captcha_verification_failed: 'Captcha doğrulama hatası.',
|
|
26
|
+
terms_acceptance_required: 'Şartların kabulü gerekli',
|
|
27
|
+
terms_acceptance_required_description: 'Devam etmek için şartları kabul etmelisiniz. Lütfen tekrar deneyin.',
|
|
26
28
|
something_went_wrong: 'Bir şeyler yanlış gitti.',
|
|
27
29
|
};
|
|
28
30
|
export default Object.freeze(error);
|