@logto/phrases-experience 1.12.1 → 1.13.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 +5 -2
- package/lib/locales/ar/account-center.d.ts +45 -2
- package/lib/locales/ar/account-center.js +47 -4
- package/lib/locales/ar/action.d.ts +1 -0
- package/lib/locales/ar/action.js +1 -0
- package/lib/locales/ar/description.d.ts +16 -0
- package/lib/locales/ar/description.js +16 -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 +79 -2
- package/lib/locales/ar/index.js +2 -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/ar/passkey-sign-in.d.ts +9 -0
- package/lib/locales/ar/passkey-sign-in.js +9 -0
- package/lib/locales/ar/user-scopes.d.ts +2 -0
- package/lib/locales/ar/user-scopes.js +2 -0
- package/lib/locales/cs/account-center.d.ts +208 -0
- package/lib/locales/cs/account-center.js +208 -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 +547 -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 +43 -0
- package/lib/locales/de/account-center.js +43 -0
- package/lib/locales/de/action.d.ts +1 -0
- package/lib/locales/de/action.js +1 -0
- package/lib/locales/de/description.d.ts +16 -0
- package/lib/locales/de/description.js +16 -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 +77 -0
- package/lib/locales/de/index.js +2 -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/de/passkey-sign-in.d.ts +9 -0
- package/lib/locales/de/passkey-sign-in.js +9 -0
- package/lib/locales/de/user-scopes.d.ts +2 -0
- package/lib/locales/de/user-scopes.js +2 -0
- package/lib/locales/en/account-center.d.ts +43 -0
- package/lib/locales/en/account-center.js +43 -0
- package/lib/locales/en/action.d.ts +1 -0
- package/lib/locales/en/action.js +1 -0
- package/lib/locales/en/description.d.ts +16 -0
- package/lib/locales/en/description.js +16 -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 +77 -0
- package/lib/locales/en/index.js +2 -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/en/passkey-sign-in.d.ts +9 -0
- package/lib/locales/en/passkey-sign-in.js +9 -0
- package/lib/locales/en/user-scopes.d.ts +1 -0
- package/lib/locales/en/user-scopes.js +1 -0
- package/lib/locales/es/account-center.d.ts +43 -0
- package/lib/locales/es/account-center.js +43 -0
- package/lib/locales/es/action.d.ts +1 -0
- package/lib/locales/es/action.js +1 -0
- package/lib/locales/es/description.d.ts +16 -0
- package/lib/locales/es/description.js +16 -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 +77 -0
- package/lib/locales/es/index.js +2 -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/es/passkey-sign-in.d.ts +9 -0
- package/lib/locales/es/passkey-sign-in.js +9 -0
- package/lib/locales/es/user-scopes.d.ts +2 -0
- package/lib/locales/es/user-scopes.js +2 -0
- package/lib/locales/fr/account-center.d.ts +45 -2
- package/lib/locales/fr/account-center.js +47 -4
- package/lib/locales/fr/action.d.ts +1 -0
- package/lib/locales/fr/action.js +1 -0
- package/lib/locales/fr/description.d.ts +16 -0
- package/lib/locales/fr/description.js +16 -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 +79 -2
- package/lib/locales/fr/index.js +2 -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/fr/passkey-sign-in.d.ts +9 -0
- package/lib/locales/fr/passkey-sign-in.js +9 -0
- package/lib/locales/fr/user-scopes.d.ts +2 -0
- package/lib/locales/fr/user-scopes.js +2 -0
- package/lib/locales/it/account-center.d.ts +49 -6
- package/lib/locales/it/account-center.js +54 -11
- package/lib/locales/it/action.d.ts +1 -0
- package/lib/locales/it/action.js +1 -0
- package/lib/locales/it/description.d.ts +16 -0
- package/lib/locales/it/description.js +16 -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 +83 -6
- package/lib/locales/it/index.js +2 -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/it/passkey-sign-in.d.ts +9 -0
- package/lib/locales/it/passkey-sign-in.js +9 -0
- package/lib/locales/it/user-scopes.d.ts +2 -0
- package/lib/locales/it/user-scopes.js +2 -0
- package/lib/locales/ja/account-center.d.ts +45 -2
- package/lib/locales/ja/account-center.js +47 -4
- package/lib/locales/ja/action.d.ts +1 -0
- package/lib/locales/ja/action.js +1 -0
- package/lib/locales/ja/description.d.ts +16 -0
- package/lib/locales/ja/description.js +16 -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 +79 -2
- package/lib/locales/ja/index.js +2 -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/ja/passkey-sign-in.d.ts +9 -0
- package/lib/locales/ja/passkey-sign-in.js +9 -0
- package/lib/locales/ja/user-scopes.d.ts +2 -0
- package/lib/locales/ja/user-scopes.js +2 -0
- package/lib/locales/ko/account-center.d.ts +43 -0
- package/lib/locales/ko/account-center.js +43 -0
- package/lib/locales/ko/action.d.ts +1 -0
- package/lib/locales/ko/action.js +1 -0
- package/lib/locales/ko/description.d.ts +16 -0
- package/lib/locales/ko/description.js +16 -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 +77 -0
- package/lib/locales/ko/index.js +2 -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/ko/passkey-sign-in.d.ts +9 -0
- package/lib/locales/ko/passkey-sign-in.js +9 -0
- package/lib/locales/ko/user-scopes.d.ts +2 -0
- package/lib/locales/ko/user-scopes.js +2 -0
- package/lib/locales/pl-pl/account-center.d.ts +43 -0
- package/lib/locales/pl-pl/account-center.js +43 -0
- package/lib/locales/pl-pl/action.d.ts +1 -0
- package/lib/locales/pl-pl/action.js +1 -0
- package/lib/locales/pl-pl/description.d.ts +16 -0
- package/lib/locales/pl-pl/description.js +16 -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 +77 -0
- package/lib/locales/pl-pl/index.js +2 -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/pl-pl/passkey-sign-in.d.ts +9 -0
- package/lib/locales/pl-pl/passkey-sign-in.js +9 -0
- package/lib/locales/pl-pl/user-scopes.d.ts +2 -0
- package/lib/locales/pl-pl/user-scopes.js +2 -0
- package/lib/locales/pt-br/account-center.d.ts +43 -0
- package/lib/locales/pt-br/account-center.js +43 -0
- package/lib/locales/pt-br/action.d.ts +1 -0
- package/lib/locales/pt-br/action.js +1 -0
- package/lib/locales/pt-br/description.d.ts +16 -0
- package/lib/locales/pt-br/description.js +16 -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 +77 -0
- package/lib/locales/pt-br/index.js +2 -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-br/passkey-sign-in.d.ts +9 -0
- package/lib/locales/pt-br/passkey-sign-in.js +9 -0
- package/lib/locales/pt-br/user-scopes.d.ts +2 -0
- package/lib/locales/pt-br/user-scopes.js +2 -0
- package/lib/locales/pt-pt/account-center.d.ts +43 -0
- package/lib/locales/pt-pt/account-center.js +43 -0
- package/lib/locales/pt-pt/action.d.ts +1 -0
- package/lib/locales/pt-pt/action.js +1 -0
- package/lib/locales/pt-pt/description.d.ts +16 -0
- package/lib/locales/pt-pt/description.js +16 -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 +77 -0
- package/lib/locales/pt-pt/index.js +2 -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/pt-pt/passkey-sign-in.d.ts +9 -0
- package/lib/locales/pt-pt/passkey-sign-in.js +9 -0
- package/lib/locales/pt-pt/user-scopes.d.ts +2 -0
- package/lib/locales/pt-pt/user-scopes.js +2 -0
- package/lib/locales/ru/account-center.d.ts +43 -0
- package/lib/locales/ru/account-center.js +43 -0
- package/lib/locales/ru/action.d.ts +1 -0
- package/lib/locales/ru/action.js +1 -0
- package/lib/locales/ru/description.d.ts +16 -0
- package/lib/locales/ru/description.js +16 -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 +77 -0
- package/lib/locales/ru/index.js +2 -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/ru/passkey-sign-in.d.ts +9 -0
- package/lib/locales/ru/passkey-sign-in.js +9 -0
- package/lib/locales/ru/user-scopes.d.ts +2 -0
- package/lib/locales/ru/user-scopes.js +2 -0
- package/lib/locales/th/account-center.d.ts +43 -0
- package/lib/locales/th/account-center.js +43 -0
- package/lib/locales/th/action.d.ts +1 -0
- package/lib/locales/th/action.js +1 -0
- package/lib/locales/th/description.d.ts +16 -0
- package/lib/locales/th/description.js +16 -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 +77 -0
- package/lib/locales/th/index.js +4 -2
- 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/th/passkey-sign-in.d.ts +9 -0
- package/lib/locales/th/passkey-sign-in.js +9 -0
- package/lib/locales/th/user-scopes.d.ts +2 -0
- package/lib/locales/th/user-scopes.js +2 -0
- package/lib/locales/tr-tr/account-center.d.ts +43 -0
- package/lib/locales/tr-tr/account-center.js +43 -0
- package/lib/locales/tr-tr/action.d.ts +1 -0
- package/lib/locales/tr-tr/action.js +1 -0
- package/lib/locales/tr-tr/description.d.ts +16 -0
- package/lib/locales/tr-tr/description.js +16 -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 +77 -0
- package/lib/locales/tr-tr/index.js +2 -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/tr-tr/passkey-sign-in.d.ts +9 -0
- package/lib/locales/tr-tr/passkey-sign-in.js +9 -0
- package/lib/locales/tr-tr/user-scopes.d.ts +2 -0
- package/lib/locales/tr-tr/user-scopes.js +2 -0
- package/lib/locales/uk-ua/account-center.d.ts +45 -2
- package/lib/locales/uk-ua/account-center.js +47 -4
- package/lib/locales/uk-ua/action.d.ts +1 -0
- package/lib/locales/uk-ua/action.js +1 -0
- package/lib/locales/uk-ua/description.d.ts +16 -0
- package/lib/locales/uk-ua/description.js +16 -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 +79 -2
- package/lib/locales/uk-ua/index.js +2 -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/uk-ua/passkey-sign-in.d.ts +9 -0
- package/lib/locales/uk-ua/passkey-sign-in.js +9 -0
- package/lib/locales/uk-ua/user-scopes.d.ts +2 -0
- package/lib/locales/uk-ua/user-scopes.js +2 -0
- package/lib/locales/zh-cn/account-center.d.ts +43 -0
- package/lib/locales/zh-cn/account-center.js +43 -0
- package/lib/locales/zh-cn/action.d.ts +1 -0
- package/lib/locales/zh-cn/action.js +1 -0
- package/lib/locales/zh-cn/description.d.ts +16 -0
- package/lib/locales/zh-cn/description.js +16 -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 +77 -0
- package/lib/locales/zh-cn/index.js +2 -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-cn/passkey-sign-in.d.ts +9 -0
- package/lib/locales/zh-cn/passkey-sign-in.js +9 -0
- package/lib/locales/zh-cn/user-scopes.d.ts +2 -0
- package/lib/locales/zh-cn/user-scopes.js +2 -0
- package/lib/locales/zh-hk/account-center.d.ts +43 -0
- package/lib/locales/zh-hk/account-center.js +43 -0
- package/lib/locales/zh-hk/action.d.ts +1 -0
- package/lib/locales/zh-hk/action.js +1 -0
- package/lib/locales/zh-hk/description.d.ts +16 -0
- package/lib/locales/zh-hk/description.js +16 -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 +77 -0
- package/lib/locales/zh-hk/index.js +2 -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-hk/passkey-sign-in.d.ts +9 -0
- package/lib/locales/zh-hk/passkey-sign-in.js +9 -0
- package/lib/locales/zh-hk/user-scopes.d.ts +2 -0
- package/lib/locales/zh-hk/user-scopes.js +2 -0
- package/lib/locales/zh-tw/account-center.d.ts +43 -0
- package/lib/locales/zh-tw/account-center.js +43 -0
- package/lib/locales/zh-tw/action.d.ts +1 -0
- package/lib/locales/zh-tw/action.js +1 -0
- package/lib/locales/zh-tw/description.d.ts +16 -0
- package/lib/locales/zh-tw/description.js +16 -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 +77 -0
- package/lib/locales/zh-tw/index.js +2 -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/lib/locales/zh-tw/passkey-sign-in.d.ts +9 -0
- package/lib/locales/zh-tw/passkey-sign-in.js +9 -0
- package/lib/locales/zh-tw/user-scopes.d.ts +2 -0
- package/lib/locales/zh-tw/user-scopes.js +2 -0
- package/package.json +3 -3
|
@@ -8,6 +8,7 @@ declare const _default: Readonly<{
|
|
|
8
8
|
confirm_password: string;
|
|
9
9
|
search_region_code: string;
|
|
10
10
|
backup_code: string;
|
|
11
|
+
code: string;
|
|
11
12
|
label_with_optional: string;
|
|
12
13
|
}>;
|
|
13
14
|
secondary: Readonly<{
|
|
@@ -36,6 +37,7 @@ declare const _default: Readonly<{
|
|
|
36
37
|
switch_to: string;
|
|
37
38
|
sign_in_via_passcode: string;
|
|
38
39
|
sign_in_via_password: string;
|
|
40
|
+
sign_in_via_passkey: string;
|
|
39
41
|
change: string;
|
|
40
42
|
link_another_email: string;
|
|
41
43
|
link_another_phone: string;
|
|
@@ -105,6 +107,11 @@ declare const _default: Readonly<{
|
|
|
105
107
|
continue_with_more_information: string;
|
|
106
108
|
create_your_account: string;
|
|
107
109
|
sign_in_to_your_account: string;
|
|
110
|
+
device_activation: string;
|
|
111
|
+
device_activation_description: string;
|
|
112
|
+
device_activation_error_description: string;
|
|
113
|
+
device_activation_success: string;
|
|
114
|
+
device_activation_success_description: string;
|
|
108
115
|
no_region_code_found: string;
|
|
109
116
|
verify_email: string;
|
|
110
117
|
verify_phone: string;
|
|
@@ -148,6 +155,17 @@ declare const _default: Readonly<{
|
|
|
148
155
|
switch_account_title: string;
|
|
149
156
|
switch_account_description: string;
|
|
150
157
|
about_yourself: string;
|
|
158
|
+
verify_identity: string;
|
|
159
|
+
choose_verification_method: string;
|
|
160
|
+
verification_method: {
|
|
161
|
+
passkey: string;
|
|
162
|
+
passkey_description: string;
|
|
163
|
+
password: string;
|
|
164
|
+
password_description: string;
|
|
165
|
+
email_verification_code: string;
|
|
166
|
+
phone_verification_code: string;
|
|
167
|
+
verification_code_description: string;
|
|
168
|
+
};
|
|
151
169
|
}>;
|
|
152
170
|
error: Readonly<{
|
|
153
171
|
general_required: string;
|
|
@@ -163,6 +181,9 @@ declare const _default: Readonly<{
|
|
|
163
181
|
invalid_phone: string;
|
|
164
182
|
passwords_do_not_match: string;
|
|
165
183
|
invalid_passcode: string;
|
|
184
|
+
device_code_required: string;
|
|
185
|
+
invalid_device_code: string;
|
|
186
|
+
device_flow_aborted: string;
|
|
166
187
|
invalid_connector_auth: string;
|
|
167
188
|
invalid_connector_request: string;
|
|
168
189
|
unknown: string;
|
|
@@ -216,6 +237,9 @@ declare const _default: Readonly<{
|
|
|
216
237
|
verify_phone_verification_code_description: string;
|
|
217
238
|
send_to_email: string;
|
|
218
239
|
send_to_phone: string;
|
|
240
|
+
onboarding: string;
|
|
241
|
+
onboarding_description: string;
|
|
242
|
+
enable_mfa: string;
|
|
219
243
|
add_mfa_factors: string;
|
|
220
244
|
add_mfa_description: string;
|
|
221
245
|
add_another_mfa_factor: string;
|
|
@@ -223,6 +247,7 @@ declare const _default: Readonly<{
|
|
|
223
247
|
verify_mfa_factors: string;
|
|
224
248
|
verify_mfa_description: string;
|
|
225
249
|
add_authenticator_app: string;
|
|
250
|
+
replace_authenticator_app: string;
|
|
226
251
|
step: string;
|
|
227
252
|
scan_qr_code: string;
|
|
228
253
|
scan_qr_code_description: string;
|
|
@@ -270,6 +295,7 @@ declare const _default: Readonly<{
|
|
|
270
295
|
'urn:logto:scope:organizations': string;
|
|
271
296
|
'urn:logto:scope:organization_roles': string;
|
|
272
297
|
address: string;
|
|
298
|
+
'urn:logto:scope:sessions': string;
|
|
273
299
|
};
|
|
274
300
|
}>;
|
|
275
301
|
profile: Readonly<{
|
|
@@ -306,6 +332,12 @@ declare const _default: Readonly<{
|
|
|
306
332
|
title: string;
|
|
307
333
|
description: string;
|
|
308
334
|
};
|
|
335
|
+
page: {
|
|
336
|
+
title: string;
|
|
337
|
+
security_title: string;
|
|
338
|
+
security_description: string;
|
|
339
|
+
support: string;
|
|
340
|
+
};
|
|
309
341
|
verification: {
|
|
310
342
|
title: string;
|
|
311
343
|
description: string;
|
|
@@ -355,6 +387,39 @@ declare const _default: Readonly<{
|
|
|
355
387
|
description: string;
|
|
356
388
|
success: string;
|
|
357
389
|
};
|
|
390
|
+
security: {
|
|
391
|
+
add: string;
|
|
392
|
+
change: string;
|
|
393
|
+
remove: string;
|
|
394
|
+
not_set: string;
|
|
395
|
+
social_sign_in: string;
|
|
396
|
+
social_not_linked: string;
|
|
397
|
+
email_phone: string;
|
|
398
|
+
email: string;
|
|
399
|
+
phone: string;
|
|
400
|
+
password: string;
|
|
401
|
+
configured: string;
|
|
402
|
+
not_configured: string;
|
|
403
|
+
two_step_verification: string;
|
|
404
|
+
authenticator_app: string;
|
|
405
|
+
passkeys: string;
|
|
406
|
+
backup_codes: string;
|
|
407
|
+
email_verification_code: string;
|
|
408
|
+
phone_verification_code: string;
|
|
409
|
+
passkeys_count_one: string;
|
|
410
|
+
passkeys_count_other: string;
|
|
411
|
+
backup_codes_count_one: string;
|
|
412
|
+
backup_codes_count_other: string;
|
|
413
|
+
view: string;
|
|
414
|
+
manage: string;
|
|
415
|
+
};
|
|
416
|
+
social: {
|
|
417
|
+
linked: string;
|
|
418
|
+
not_enabled: string;
|
|
419
|
+
removed: string;
|
|
420
|
+
remove_confirmation_title: string;
|
|
421
|
+
remove_confirmation_description: string;
|
|
422
|
+
};
|
|
358
423
|
password: {
|
|
359
424
|
title: string;
|
|
360
425
|
description: string;
|
|
@@ -425,6 +490,10 @@ declare const _default: Readonly<{
|
|
|
425
490
|
title: string;
|
|
426
491
|
description: string;
|
|
427
492
|
};
|
|
493
|
+
totp_replaced: {
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
428
497
|
backup_code: {
|
|
429
498
|
title: string;
|
|
430
499
|
description: string;
|
|
@@ -465,6 +534,14 @@ declare const _default: Readonly<{
|
|
|
465
534
|
name_input_label: string;
|
|
466
535
|
};
|
|
467
536
|
}>;
|
|
537
|
+
passkey_sign_in: Readonly<{
|
|
538
|
+
setup_page: {
|
|
539
|
+
title: string;
|
|
540
|
+
subtitle: string;
|
|
541
|
+
description: string;
|
|
542
|
+
};
|
|
543
|
+
trigger_conditional_ui_failed: string;
|
|
544
|
+
}>;
|
|
468
545
|
};
|
|
469
546
|
}>;
|
|
470
547
|
export default _default;
|
package/lib/locales/ko/index.js
CHANGED
|
@@ -6,6 +6,7 @@ import error from './error/index.js';
|
|
|
6
6
|
import input from './input.js';
|
|
7
7
|
import list from './list.js';
|
|
8
8
|
import mfa from './mfa.js';
|
|
9
|
+
import passkey_sign_in from './passkey-sign-in.js';
|
|
9
10
|
import profile from './profile.js';
|
|
10
11
|
import secondary from './secondary.js';
|
|
11
12
|
import user_scopes from './user-scopes.js';
|
|
@@ -22,6 +23,7 @@ const ko = {
|
|
|
22
23
|
user_scopes,
|
|
23
24
|
profile,
|
|
24
25
|
account_center,
|
|
26
|
+
passkey_sign_in,
|
|
25
27
|
},
|
|
26
28
|
};
|
|
27
29
|
export default Object.freeze(ko);
|
package/lib/locales/ko/input.js
CHANGED
package/lib/locales/ko/mfa.d.ts
CHANGED
|
@@ -18,6 +18,9 @@ declare const _default: Readonly<{
|
|
|
18
18
|
verify_phone_verification_code_description: string;
|
|
19
19
|
send_to_email: string;
|
|
20
20
|
send_to_phone: string;
|
|
21
|
+
onboarding: string;
|
|
22
|
+
onboarding_description: string;
|
|
23
|
+
enable_mfa: string;
|
|
21
24
|
add_mfa_factors: string;
|
|
22
25
|
add_mfa_description: string;
|
|
23
26
|
add_another_mfa_factor: string;
|
|
@@ -25,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
25
28
|
verify_mfa_factors: string;
|
|
26
29
|
verify_mfa_description: string;
|
|
27
30
|
add_authenticator_app: string;
|
|
31
|
+
replace_authenticator_app: string;
|
|
28
32
|
step: string;
|
|
29
33
|
scan_qr_code: string;
|
|
30
34
|
scan_qr_code_description: string;
|
package/lib/locales/ko/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: '휴대폰으로 전송된 코드 입력',
|
|
19
19
|
send_to_email: '{{identifier}}로 전송',
|
|
20
20
|
send_to_phone: '{{identifier}}로 전송',
|
|
21
|
+
onboarding: '2단계 인증 켜기',
|
|
22
|
+
onboarding_description: '2단계 인증으로 계정을 보호하세요. 하나 이상의 방법을 선택하세요: 패스키, 인증 앱(OTP), SMS 인증 코드 또는 백업 코드.',
|
|
23
|
+
enable_mfa: '2단계 인증 활성화',
|
|
21
24
|
add_mfa_factors: '2단계 인증 추가',
|
|
22
25
|
add_mfa_description: '2단계 인증이 활성화되었습니다. 안전한 로그인을 위해 두 번째 인증 방법을 선택하세요.',
|
|
23
26
|
add_another_mfa_factor: '다른 2단계 인증 추가',
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: '2단계 인증 확인',
|
|
26
29
|
verify_mfa_description: '이 계정에 대해 2단계 인증이 활성화되었습니다. 신원을 확인하는 두 번째 방법을 선택하세요.',
|
|
27
30
|
add_authenticator_app: '인증 앱 추가',
|
|
31
|
+
replace_authenticator_app: '인증 앱 교체',
|
|
28
32
|
step: '단계 {{step, number}}: {{content}}',
|
|
29
33
|
scan_qr_code: '이 QR 코드 스캔',
|
|
30
34
|
scan_qr_code_description: 'Google Authenticator, Duo Mobile, Authy 등의 인증 앱으로 다음 QR 코드를 스캔하세요.',
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const passkey_sign_in = {
|
|
2
|
+
setup_page: {
|
|
3
|
+
title: '로그인을 더 간편하게',
|
|
4
|
+
subtitle: '패스키 만들기',
|
|
5
|
+
description: '기기 생체인증, YubiKey 같은 보안 키 또는 다른 사용 가능한 방법으로 패스키를 등록하세요.',
|
|
6
|
+
},
|
|
7
|
+
trigger_conditional_ui_failed: '패스키 자동 채우기를 트리거하지 못했습니다.',
|
|
8
|
+
};
|
|
9
|
+
export default Object.freeze(passkey_sign_in);
|
|
@@ -9,6 +9,8 @@ const user_scopes = {
|
|
|
9
9
|
'urn:logto:scope:organizations': '조직 정보',
|
|
10
10
|
'urn:logto:scope:organization_roles': '조직 역할',
|
|
11
11
|
address: '주소',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
'urn:logto:scope:sessions': 'Your active sessions',
|
|
12
14
|
},
|
|
13
15
|
};
|
|
14
16
|
export default Object.freeze(user_scopes);
|
|
@@ -3,6 +3,12 @@ declare const _default: Readonly<{
|
|
|
3
3
|
title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
};
|
|
6
|
+
page: {
|
|
7
|
+
title: string;
|
|
8
|
+
security_title: string;
|
|
9
|
+
security_description: string;
|
|
10
|
+
support: string;
|
|
11
|
+
};
|
|
6
12
|
verification: {
|
|
7
13
|
title: string;
|
|
8
14
|
description: string;
|
|
@@ -52,6 +58,39 @@ declare const _default: Readonly<{
|
|
|
52
58
|
description: string;
|
|
53
59
|
success: string;
|
|
54
60
|
};
|
|
61
|
+
security: {
|
|
62
|
+
add: string;
|
|
63
|
+
change: string;
|
|
64
|
+
remove: string;
|
|
65
|
+
not_set: string;
|
|
66
|
+
social_sign_in: string;
|
|
67
|
+
social_not_linked: string;
|
|
68
|
+
email_phone: string;
|
|
69
|
+
email: string;
|
|
70
|
+
phone: string;
|
|
71
|
+
password: string;
|
|
72
|
+
configured: string;
|
|
73
|
+
not_configured: string;
|
|
74
|
+
two_step_verification: string;
|
|
75
|
+
authenticator_app: string;
|
|
76
|
+
passkeys: string;
|
|
77
|
+
backup_codes: string;
|
|
78
|
+
email_verification_code: string;
|
|
79
|
+
phone_verification_code: string;
|
|
80
|
+
passkeys_count_one: string;
|
|
81
|
+
passkeys_count_other: string;
|
|
82
|
+
backup_codes_count_one: string;
|
|
83
|
+
backup_codes_count_other: string;
|
|
84
|
+
view: string;
|
|
85
|
+
manage: string;
|
|
86
|
+
};
|
|
87
|
+
social: {
|
|
88
|
+
linked: string;
|
|
89
|
+
not_enabled: string;
|
|
90
|
+
removed: string;
|
|
91
|
+
remove_confirmation_title: string;
|
|
92
|
+
remove_confirmation_description: string;
|
|
93
|
+
};
|
|
55
94
|
password: {
|
|
56
95
|
title: string;
|
|
57
96
|
description: string;
|
|
@@ -122,6 +161,10 @@ declare const _default: Readonly<{
|
|
|
122
161
|
title: string;
|
|
123
162
|
description: string;
|
|
124
163
|
};
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: string;
|
|
166
|
+
description: string;
|
|
167
|
+
};
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: string;
|
|
127
170
|
description: string;
|
|
@@ -3,6 +3,12 @@ const account_center = {
|
|
|
3
3
|
title: 'Nie znaleziono strony',
|
|
4
4
|
description: 'Ta strona jest niedostępna.',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: 'Konto',
|
|
8
|
+
security_title: 'Bezpieczeństwo',
|
|
9
|
+
security_description: 'Tutaj możesz zmienić ustawienia konta, aby zadbać o jego bezpieczeństwo.',
|
|
10
|
+
support: 'Pomoc',
|
|
11
|
+
},
|
|
6
12
|
verification: {
|
|
7
13
|
title: 'Weryfikacja bezpieczeństwa',
|
|
8
14
|
description: 'Potwierdź, że to Ty, aby chronić bezpieczeństwo konta. Wybierz metodę weryfikacji tożsamości.',
|
|
@@ -52,6 +58,39 @@ const account_center = {
|
|
|
52
58
|
description: 'Nazwa użytkownika może zawierać tylko litery, cyfry i podkreślenia.',
|
|
53
59
|
success: 'Nazwa użytkownika została pomyślnie zaktualizowana.',
|
|
54
60
|
},
|
|
61
|
+
security: {
|
|
62
|
+
add: 'Dodaj',
|
|
63
|
+
change: 'Zmień',
|
|
64
|
+
remove: 'Usuń',
|
|
65
|
+
not_set: 'Nie ustawiono',
|
|
66
|
+
social_sign_in: 'Logowanie społecznościowe',
|
|
67
|
+
social_not_linked: 'Niepołączone',
|
|
68
|
+
email_phone: 'E-mail / Telefon',
|
|
69
|
+
email: 'E-mail',
|
|
70
|
+
phone: 'Telefon',
|
|
71
|
+
password: 'Hasło',
|
|
72
|
+
configured: 'Skonfigurowano',
|
|
73
|
+
not_configured: 'Nie skonfigurowano',
|
|
74
|
+
two_step_verification: 'Weryfikacja dwuetapowa',
|
|
75
|
+
authenticator_app: 'Aplikacja uwierzytelniająca',
|
|
76
|
+
passkeys: 'Passkeys',
|
|
77
|
+
backup_codes: 'Kody zapasowe',
|
|
78
|
+
email_verification_code: 'Kod weryfikacyjny e-mail',
|
|
79
|
+
phone_verification_code: 'Kod weryfikacyjny telefoniczny',
|
|
80
|
+
passkeys_count_one: '{{count}} passkey',
|
|
81
|
+
passkeys_count_other: '{{count}} passkeys',
|
|
82
|
+
backup_codes_count_one: '{{count}} kod pozostały',
|
|
83
|
+
backup_codes_count_other: '{{count}} kody pozostałe',
|
|
84
|
+
view: 'Wyświetl',
|
|
85
|
+
manage: 'Zarządzaj',
|
|
86
|
+
},
|
|
87
|
+
social: {
|
|
88
|
+
linked: '{{connector}} połączono pomyślnie.',
|
|
89
|
+
not_enabled: 'Ta metoda logowania społecznościowego nie jest włączona. Skontaktuj się z administratorem, aby uzyskać pomoc.',
|
|
90
|
+
removed: '{{connector}} usunięto pomyślnie.',
|
|
91
|
+
remove_confirmation_title: 'Usuń konto społecznościowe',
|
|
92
|
+
remove_confirmation_description: 'Jeśli usuniesz {{connector}}, możesz nie być w stanie zalogować się za jego pomocą, dopóki nie dodasz go ponownie.',
|
|
93
|
+
},
|
|
55
94
|
password: {
|
|
56
95
|
title: 'Ustaw hasło',
|
|
57
96
|
description: 'Utwórz nowe hasło, aby zabezpieczyć swoje konto.',
|
|
@@ -122,6 +161,10 @@ const account_center = {
|
|
|
122
161
|
title: 'Aplikacja uwierzytelniająca dodana!',
|
|
123
162
|
description: 'Twoja aplikacja uwierzytelniająca została pomyślnie połączona z kontem.',
|
|
124
163
|
},
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: 'Aplikacja autentykacyjna została zamieniona!',
|
|
166
|
+
description: 'Twoja aplikacja autentykacyjna została pomyślnie zamieniona.',
|
|
167
|
+
},
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: 'Kody zapasowe wygenerowane!',
|
|
127
170
|
description: 'Twoje kody zapasowe zostały zapisane. Przechowuj je w bezpiecznym miejscu.',
|
|
@@ -21,6 +21,7 @@ const action = {
|
|
|
21
21
|
switch_to: 'Przełącz na {{method}}',
|
|
22
22
|
sign_in_via_passcode: 'Zaloguj się za pomocą kodu weryfikacyjnego',
|
|
23
23
|
sign_in_via_password: 'Zaloguj się za pomocą hasła',
|
|
24
|
+
sign_in_via_passkey: 'Zaloguj się za pomocą klucza dostępu',
|
|
24
25
|
change: 'Zmień {{method}}',
|
|
25
26
|
link_another_email: 'Połącz inne konto email',
|
|
26
27
|
link_another_phone: 'Połącz inne konto telefoniczne',
|
|
@@ -50,6 +50,11 @@ declare const _default: Readonly<{
|
|
|
50
50
|
continue_with_more_information: string;
|
|
51
51
|
create_your_account: string;
|
|
52
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;
|
|
53
58
|
no_region_code_found: string;
|
|
54
59
|
verify_email: string;
|
|
55
60
|
verify_phone: string;
|
|
@@ -93,5 +98,16 @@ declare const _default: Readonly<{
|
|
|
93
98
|
switch_account_title: string;
|
|
94
99
|
switch_account_description: string;
|
|
95
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
|
+
};
|
|
96
112
|
}>;
|
|
97
113
|
export default _default;
|
|
@@ -50,6 +50,11 @@ const description = {
|
|
|
50
50
|
continue_with_more_information: 'Dla zwiększenia bezpieczeństwa, proszę uzupełnić poniższe informacje o koncie.',
|
|
51
51
|
create_your_account: 'Utwórz konto',
|
|
52
52
|
sign_in_to_your_account: 'Zaloguj się do swojego konta',
|
|
53
|
+
device_activation: 'Aktywacja urządzenia',
|
|
54
|
+
device_activation_description: 'Wpisz kod wyświetlony na twoim urządzeniu. Upewnij się, że jest zgodny, a następnie kontynuuj logowanie na tym urządzeniu.',
|
|
55
|
+
device_activation_error_description: 'Wpisz kod wyświetlony na twoim urządzeniu.',
|
|
56
|
+
device_activation_success: 'Twoje urządzenie jest teraz połączone!',
|
|
57
|
+
device_activation_success_description: 'Wróć do swojego urządzenia, aby kontynuować.',
|
|
53
58
|
no_region_code_found: 'Nie znaleziono kodu regionu',
|
|
54
59
|
verify_email: 'Potwierdź swój email',
|
|
55
60
|
verify_phone: 'Potwierdź swój numer telefonu',
|
|
@@ -93,5 +98,16 @@ const description = {
|
|
|
93
98
|
switch_account_title: 'Jesteś obecnie zalogowany jako {{account}}',
|
|
94
99
|
switch_account_description: 'Aby kontynuować, zostaniesz wylogowany z obecnego konta i automatycznie przełączony na nowe konto.',
|
|
95
100
|
about_yourself: 'Opowiedz nam o sobie',
|
|
101
|
+
verify_identity: 'Zweryfikuj swoją tożsamość',
|
|
102
|
+
choose_verification_method: 'Wybierz sposób logowania',
|
|
103
|
+
verification_method: {
|
|
104
|
+
passkey: 'Klucz dostępu',
|
|
105
|
+
passkey_description: 'Weryfikacja przez urządzenie lub sprzęt USB',
|
|
106
|
+
password: 'Hasło',
|
|
107
|
+
password_description: 'Wpisz hasło',
|
|
108
|
+
email_verification_code: 'Kod weryfikacyjny e-mail',
|
|
109
|
+
phone_verification_code: 'Kod weryfikacyjny telefonu',
|
|
110
|
+
verification_code_description: 'Wyślij do {{target}}',
|
|
111
|
+
},
|
|
96
112
|
};
|
|
97
113
|
export default Object.freeze(description);
|
|
@@ -12,6 +12,9 @@ declare const _default: Readonly<{
|
|
|
12
12
|
invalid_phone: string;
|
|
13
13
|
passwords_do_not_match: string;
|
|
14
14
|
invalid_passcode: string;
|
|
15
|
+
device_code_required: string;
|
|
16
|
+
invalid_device_code: string;
|
|
17
|
+
device_flow_aborted: string;
|
|
15
18
|
invalid_connector_auth: string;
|
|
16
19
|
invalid_connector_request: string;
|
|
17
20
|
unknown: string;
|
|
@@ -11,20 +11,23 @@ const error = {
|
|
|
11
11
|
username_invalid_charset: 'Nazwa użytkownika powinna zawierać tylko litery, liczby lub podkreślenia.',
|
|
12
12
|
invalid_email: 'Nieprawidłowy adres e-mail',
|
|
13
13
|
invalid_phone: 'Nieprawidłowy numer telefonu',
|
|
14
|
-
passwords_do_not_match: 'Hasła nie pasują do siebie.
|
|
14
|
+
passwords_do_not_match: 'Hasła nie pasują do siebie.',
|
|
15
15
|
invalid_passcode: 'Nieprawidłowy kod weryfikacyjny.',
|
|
16
|
+
device_code_required: 'Kod jest wymagany.',
|
|
17
|
+
invalid_device_code: 'Kod urządzenia jest nieprawidłowy.',
|
|
18
|
+
device_flow_aborted: 'Żądanie logowania zostało przerwane.',
|
|
16
19
|
invalid_connector_auth: 'Nieprawidłowa autoryzacja',
|
|
17
20
|
invalid_connector_request: 'Nieprawidłowe dane konektora',
|
|
18
|
-
unknown: 'Nieznany błąd.
|
|
21
|
+
unknown: 'Nieznany błąd.',
|
|
19
22
|
invalid_session: 'Sesja nie znaleziona. Proszę wróć i zaloguj się ponownie.',
|
|
20
|
-
timeout: 'Czas żądania upłynął.
|
|
23
|
+
timeout: 'Czas żądania upłynął.',
|
|
21
24
|
password_rejected,
|
|
22
25
|
sso_not_enabled: 'Pojedyncze logowanie nie jest włączony dla tego konta e-mail.',
|
|
23
26
|
invalid_link: 'Nieprawidłowy link',
|
|
24
27
|
invalid_link_description: 'Twój jednorazowy token mógł wygasnąć lub nie jest już ważny.',
|
|
25
28
|
captcha_verification_failed: 'Weryfikacja captcha nie powiodła się.',
|
|
26
29
|
terms_acceptance_required: 'Wymagana akceptacja warunków',
|
|
27
|
-
terms_acceptance_required_description: 'Musisz zaakceptować warunki, aby kontynuować.
|
|
30
|
+
terms_acceptance_required_description: 'Musisz zaakceptować warunki, aby kontynuować.',
|
|
28
31
|
something_went_wrong: 'Coś poszło nie tak',
|
|
29
32
|
feature_not_enabled: 'Nie masz uprawnień do dostępu do tej funkcji. Skontaktuj się z administratorem, aby uzyskać pomoc.',
|
|
30
33
|
};
|
|
@@ -8,6 +8,7 @@ declare const _default: Readonly<{
|
|
|
8
8
|
confirm_password: string;
|
|
9
9
|
search_region_code: string;
|
|
10
10
|
backup_code: string;
|
|
11
|
+
code: string;
|
|
11
12
|
label_with_optional: string;
|
|
12
13
|
}>;
|
|
13
14
|
secondary: Readonly<{
|
|
@@ -36,6 +37,7 @@ declare const _default: Readonly<{
|
|
|
36
37
|
switch_to: string;
|
|
37
38
|
sign_in_via_passcode: string;
|
|
38
39
|
sign_in_via_password: string;
|
|
40
|
+
sign_in_via_passkey: string;
|
|
39
41
|
change: string;
|
|
40
42
|
link_another_email: string;
|
|
41
43
|
link_another_phone: string;
|
|
@@ -105,6 +107,11 @@ declare const _default: Readonly<{
|
|
|
105
107
|
continue_with_more_information: string;
|
|
106
108
|
create_your_account: string;
|
|
107
109
|
sign_in_to_your_account: string;
|
|
110
|
+
device_activation: string;
|
|
111
|
+
device_activation_description: string;
|
|
112
|
+
device_activation_error_description: string;
|
|
113
|
+
device_activation_success: string;
|
|
114
|
+
device_activation_success_description: string;
|
|
108
115
|
no_region_code_found: string;
|
|
109
116
|
verify_email: string;
|
|
110
117
|
verify_phone: string;
|
|
@@ -148,6 +155,17 @@ declare const _default: Readonly<{
|
|
|
148
155
|
switch_account_title: string;
|
|
149
156
|
switch_account_description: string;
|
|
150
157
|
about_yourself: string;
|
|
158
|
+
verify_identity: string;
|
|
159
|
+
choose_verification_method: string;
|
|
160
|
+
verification_method: {
|
|
161
|
+
passkey: string;
|
|
162
|
+
passkey_description: string;
|
|
163
|
+
password: string;
|
|
164
|
+
password_description: string;
|
|
165
|
+
email_verification_code: string;
|
|
166
|
+
phone_verification_code: string;
|
|
167
|
+
verification_code_description: string;
|
|
168
|
+
};
|
|
151
169
|
}>;
|
|
152
170
|
error: Readonly<{
|
|
153
171
|
general_required: string;
|
|
@@ -163,6 +181,9 @@ declare const _default: Readonly<{
|
|
|
163
181
|
invalid_phone: string;
|
|
164
182
|
passwords_do_not_match: string;
|
|
165
183
|
invalid_passcode: string;
|
|
184
|
+
device_code_required: string;
|
|
185
|
+
invalid_device_code: string;
|
|
186
|
+
device_flow_aborted: string;
|
|
166
187
|
invalid_connector_auth: string;
|
|
167
188
|
invalid_connector_request: string;
|
|
168
189
|
unknown: string;
|
|
@@ -216,6 +237,9 @@ declare const _default: Readonly<{
|
|
|
216
237
|
verify_phone_verification_code_description: string;
|
|
217
238
|
send_to_email: string;
|
|
218
239
|
send_to_phone: string;
|
|
240
|
+
onboarding: string;
|
|
241
|
+
onboarding_description: string;
|
|
242
|
+
enable_mfa: string;
|
|
219
243
|
add_mfa_factors: string;
|
|
220
244
|
add_mfa_description: string;
|
|
221
245
|
add_another_mfa_factor: string;
|
|
@@ -223,6 +247,7 @@ declare const _default: Readonly<{
|
|
|
223
247
|
verify_mfa_factors: string;
|
|
224
248
|
verify_mfa_description: string;
|
|
225
249
|
add_authenticator_app: string;
|
|
250
|
+
replace_authenticator_app: string;
|
|
226
251
|
step: string;
|
|
227
252
|
scan_qr_code: string;
|
|
228
253
|
scan_qr_code_description: string;
|
|
@@ -270,6 +295,7 @@ declare const _default: Readonly<{
|
|
|
270
295
|
'urn:logto:scope:organizations': string;
|
|
271
296
|
'urn:logto:scope:organization_roles': string;
|
|
272
297
|
address: string;
|
|
298
|
+
'urn:logto:scope:sessions': string;
|
|
273
299
|
};
|
|
274
300
|
}>;
|
|
275
301
|
profile: Readonly<{
|
|
@@ -306,6 +332,12 @@ declare const _default: Readonly<{
|
|
|
306
332
|
title: string;
|
|
307
333
|
description: string;
|
|
308
334
|
};
|
|
335
|
+
page: {
|
|
336
|
+
title: string;
|
|
337
|
+
security_title: string;
|
|
338
|
+
security_description: string;
|
|
339
|
+
support: string;
|
|
340
|
+
};
|
|
309
341
|
verification: {
|
|
310
342
|
title: string;
|
|
311
343
|
description: string;
|
|
@@ -355,6 +387,39 @@ declare const _default: Readonly<{
|
|
|
355
387
|
description: string;
|
|
356
388
|
success: string;
|
|
357
389
|
};
|
|
390
|
+
security: {
|
|
391
|
+
add: string;
|
|
392
|
+
change: string;
|
|
393
|
+
remove: string;
|
|
394
|
+
not_set: string;
|
|
395
|
+
social_sign_in: string;
|
|
396
|
+
social_not_linked: string;
|
|
397
|
+
email_phone: string;
|
|
398
|
+
email: string;
|
|
399
|
+
phone: string;
|
|
400
|
+
password: string;
|
|
401
|
+
configured: string;
|
|
402
|
+
not_configured: string;
|
|
403
|
+
two_step_verification: string;
|
|
404
|
+
authenticator_app: string;
|
|
405
|
+
passkeys: string;
|
|
406
|
+
backup_codes: string;
|
|
407
|
+
email_verification_code: string;
|
|
408
|
+
phone_verification_code: string;
|
|
409
|
+
passkeys_count_one: string;
|
|
410
|
+
passkeys_count_other: string;
|
|
411
|
+
backup_codes_count_one: string;
|
|
412
|
+
backup_codes_count_other: string;
|
|
413
|
+
view: string;
|
|
414
|
+
manage: string;
|
|
415
|
+
};
|
|
416
|
+
social: {
|
|
417
|
+
linked: string;
|
|
418
|
+
not_enabled: string;
|
|
419
|
+
removed: string;
|
|
420
|
+
remove_confirmation_title: string;
|
|
421
|
+
remove_confirmation_description: string;
|
|
422
|
+
};
|
|
358
423
|
password: {
|
|
359
424
|
title: string;
|
|
360
425
|
description: string;
|
|
@@ -425,6 +490,10 @@ declare const _default: Readonly<{
|
|
|
425
490
|
title: string;
|
|
426
491
|
description: string;
|
|
427
492
|
};
|
|
493
|
+
totp_replaced: {
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
428
497
|
backup_code: {
|
|
429
498
|
title: string;
|
|
430
499
|
description: string;
|
|
@@ -465,6 +534,14 @@ declare const _default: Readonly<{
|
|
|
465
534
|
name_input_label: string;
|
|
466
535
|
};
|
|
467
536
|
}>;
|
|
537
|
+
passkey_sign_in: Readonly<{
|
|
538
|
+
setup_page: {
|
|
539
|
+
title: string;
|
|
540
|
+
subtitle: string;
|
|
541
|
+
description: string;
|
|
542
|
+
};
|
|
543
|
+
trigger_conditional_ui_failed: string;
|
|
544
|
+
}>;
|
|
468
545
|
};
|
|
469
546
|
}>;
|
|
470
547
|
export default _default;
|