@logto/phrases-experience 1.12.2 → 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 +43 -0
- package/lib/locales/ar/account-center.js +43 -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 +56 -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 +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/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 +56 -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 +43 -0
- package/lib/locales/en/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/es/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/fr/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/it/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/ja/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/ko/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/pl-pl/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/pt-br/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/pt-pt/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/ru/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/th/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/tr-tr/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/uk-ua/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/zh-cn/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/zh-hk/account-center.js +43 -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 +56 -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 +43 -0
- package/lib/locales/zh-tw/account-center.js +43 -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 +56 -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,65 @@
|
|
|
1
|
+
const mfa = {
|
|
2
|
+
totp: 'Jednorázový kód z autentizační aplikace',
|
|
3
|
+
webauthn: 'Ověřovací klíč',
|
|
4
|
+
backup_code: 'Záložní kód',
|
|
5
|
+
email_verification_code: 'Ověřovací kód z e-mailu',
|
|
6
|
+
phone_verification_code: 'Ověřovací kód z SMS',
|
|
7
|
+
link_totp_description: 'Např. Google Authenticator a další',
|
|
8
|
+
link_webauthn_description: 'Propoj své zařízení nebo USB klíč',
|
|
9
|
+
link_backup_code_description: 'Vygeneruj záložní kód',
|
|
10
|
+
link_email_verification_code_description: 'Propoj svůj e-mail',
|
|
11
|
+
link_email_2fa_description: 'Propoj svůj e-mail pro dvoufázové ověření',
|
|
12
|
+
link_phone_verification_code_description: 'Propoj své telefonní číslo',
|
|
13
|
+
link_phone_2fa_description: 'Propoj své telefonní číslo pro dvoufázové ověření',
|
|
14
|
+
verify_totp_description: 'Zadej jednorázový kód v aplikaci',
|
|
15
|
+
verify_webauthn_description: 'Ověř své zařízení nebo USB klíč',
|
|
16
|
+
verify_backup_code_description: 'Vlož záložní kód, který jsi uložil/a',
|
|
17
|
+
verify_email_verification_code_description: 'Zadej kód, který ti přišel na e-mail',
|
|
18
|
+
verify_phone_verification_code_description: 'Zadej kód, který ti přišel na telefon',
|
|
19
|
+
send_to_email: 'Poslat na {{identifier}}',
|
|
20
|
+
send_to_phone: 'Poslat na {{identifier}}',
|
|
21
|
+
onboarding: 'Zapnout dvoufázové ověření',
|
|
22
|
+
onboarding_description: 'Chraň svůj účet pomocí dvoufázového ověření. Vyber jednu nebo více metod: Přístupový klíč, autentizační aplikace (OTP), ověřovací kód SMS nebo záložní kódy.',
|
|
23
|
+
enable_mfa: 'Zapnout dvoufázové ověření',
|
|
24
|
+
add_mfa_factors: 'Přidat dvoufázové ověření',
|
|
25
|
+
add_mfa_description: 'Dvoufázové ověření je zapnuté. Vyber svou druhou metodu ověření pro bezpečné přihlášení.',
|
|
26
|
+
add_another_mfa_factor: 'Přidat další dvoufázové ověření',
|
|
27
|
+
add_another_mfa_description: 'Vyber jiný způsob ověření identity při přihlášení.',
|
|
28
|
+
verify_mfa_factors: 'Dvoufázové ověření',
|
|
29
|
+
verify_mfa_description: 'Dvoufázové ověření je pro tento účet zapnuté. Prosím, vyber druhý způsob ověření své identity.',
|
|
30
|
+
add_authenticator_app: 'Přidat autentizační aplikaci',
|
|
31
|
+
replace_authenticator_app: 'Nahradit autentizační aplikaci',
|
|
32
|
+
step: 'Krok {{step, number}}: {{content}}',
|
|
33
|
+
scan_qr_code: 'Naskenuj tento QR kód',
|
|
34
|
+
scan_qr_code_description: 'Naskenuj následující QR kód ve své autentizační aplikaci, např. Google Authenticator, Duo Mobile, Authy a další.',
|
|
35
|
+
qr_code_not_available: 'Nemůžeš naskenovat QR kód?',
|
|
36
|
+
copy_and_paste_key: 'Zkopíruj a vlož klíč',
|
|
37
|
+
copy_and_paste_key_description: 'Zkopíruj a vlož následující klíč do své autentizační aplikace, např. Google Authenticator, Duo Mobile, Authy a další.',
|
|
38
|
+
want_to_scan_qr_code: 'Chceš naskenovat QR kód?',
|
|
39
|
+
enter_one_time_code: 'Zadej jednorázový kód',
|
|
40
|
+
enter_one_time_code_link_description: 'Zadej 6místný ověřovací kód vygenerovaný autentizační aplikací.',
|
|
41
|
+
enter_one_time_code_description: 'Dvoufázové ověření je pro tento účet zapnuté. Zadej jednorázový kód z propojené autentizační aplikace.',
|
|
42
|
+
enter_email_verification_code: 'Zadej ověřovací kód z e-mailu',
|
|
43
|
+
enter_email_verification_code_description: 'Dvoufázové ověření je pro tento účet zapnuté. Zadej ověřovací kód z e-mailu, který byl odeslán na {{identifier}}.',
|
|
44
|
+
enter_phone_verification_code: 'Zadej ověřovací kód z SMS',
|
|
45
|
+
enter_phone_verification_code_description: 'Dvoufázové ověření je pro tento účet zapnuté. Zadej ověřovací kód z SMS, který byl odeslán na {{identifier}}.',
|
|
46
|
+
link_another_mfa_factor: 'Přepnout na jinou metodu',
|
|
47
|
+
save_backup_code: 'Ulož svůj záložní kód',
|
|
48
|
+
save_backup_code_description: 'Můžeš použít jeden z těchto záložních kódů pro přístup ke svému účtu, pokud máš problémy s dvoufázovým ověřením. Každý kód lze použít pouze jednou.',
|
|
49
|
+
backup_code_hint: 'Nezapomeň je zkopírovat a uložit na bezpečné místo.',
|
|
50
|
+
new_backup_codes_generated: 'Nové záložní kódy nahradily tvé staré kódy. Ulož je na bezpečné místo co nejdříve.',
|
|
51
|
+
enter_a_backup_code: 'Zadej záložní kód',
|
|
52
|
+
enter_backup_code_description: 'Zadej záložní kód, který jsi uložil/a při prvním zapnutí dvoufázového ověření.',
|
|
53
|
+
create_a_passkey: 'Vytvořit přístupový klíč',
|
|
54
|
+
create_passkey_description: 'Zaregistruj svůj přístupový klíč pomocí biometrie zařízení, bezpečnostních klíčů (např. YubiKey) nebo jiných dostupných metod.',
|
|
55
|
+
try_another_verification_method: 'Zkusit jinou metodu ověření',
|
|
56
|
+
verify_via_passkey: 'Ověřit pomocí přístupového klíče',
|
|
57
|
+
verify_via_passkey_description: 'Ověř se pomocí přístupového klíče zadáním hesla zařízení, biometrie, naskenováním QR kódu nebo použitím bezpečnostního USB klíče, např. YubiKey.',
|
|
58
|
+
secret_key_copied: 'Tajný klíč zkopírován.',
|
|
59
|
+
backup_code_copied: 'Záložní kód zkopírován.',
|
|
60
|
+
webauthn_not_ready: 'WebAuthn ještě není připraven. Zkus to prosím později.',
|
|
61
|
+
webauthn_not_supported: 'WebAuthn není v tomto prohlížeči podporován.',
|
|
62
|
+
webauthn_failed_to_create: 'Nepodařilo se vytvořit. Zkus to prosím znovu.',
|
|
63
|
+
webauthn_failed_to_verify: 'Nepodařilo se ověřit. Zkus to prosím znovu.',
|
|
64
|
+
};
|
|
65
|
+
export default Object.freeze(mfa);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const passkey_sign_in = {
|
|
2
|
+
setup_page: {
|
|
3
|
+
title: 'Zjednoduš své přihlášení',
|
|
4
|
+
subtitle: 'Vytvořit přístupový klíč',
|
|
5
|
+
description: 'Zaregistruj svůj přístupový klíč pomocí biometrie zařízení, bezpečnostních klíčů (např. YubiKey) nebo jiných dostupných metod.',
|
|
6
|
+
},
|
|
7
|
+
trigger_conditional_ui_failed: 'Nepodařilo se spustit automatické vyplňování přístupového klíče.',
|
|
8
|
+
};
|
|
9
|
+
export default Object.freeze(passkey_sign_in);
|
|
@@ -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: 'Jméno',
|
|
3
|
+
avatar: 'Profilový obrázek',
|
|
4
|
+
givenName: 'Křestní jméno',
|
|
5
|
+
familyName: 'Příjmení',
|
|
6
|
+
middleName: 'Druhé jméno',
|
|
7
|
+
fullname: 'Celé jméno',
|
|
8
|
+
nickname: 'Přezdívka',
|
|
9
|
+
preferredUsername: 'Preferované uživatelské jméno',
|
|
10
|
+
profile: 'Profil',
|
|
11
|
+
website: 'Webová stránka',
|
|
12
|
+
gender: 'Pohlaví',
|
|
13
|
+
birthdate: 'Datum narození',
|
|
14
|
+
zoneinfo: 'Časové pásmo',
|
|
15
|
+
locale: 'Region',
|
|
16
|
+
address: {
|
|
17
|
+
formatted: 'Adresa',
|
|
18
|
+
streetAddress: 'Název ulice',
|
|
19
|
+
locality: 'Město',
|
|
20
|
+
region: 'Kraj',
|
|
21
|
+
postalCode: 'PSČ',
|
|
22
|
+
country: 'Země',
|
|
23
|
+
},
|
|
24
|
+
gender_options: {
|
|
25
|
+
female: 'Žena',
|
|
26
|
+
male: 'Muž',
|
|
27
|
+
prefer_not_to_say: 'Nechci uvádět',
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
export default Object.freeze(profile);
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
'urn:logto:scope:sessions': string;
|
|
13
|
+
};
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const user_scopes = {
|
|
2
|
+
descriptions: {
|
|
3
|
+
custom_data: 'Tvé osobní údaje',
|
|
4
|
+
email: 'Tvá e-mailová adresa',
|
|
5
|
+
phone: 'Tvé telefonní číslo',
|
|
6
|
+
profile: 'Tvé jméno, uživatelské jméno, profilový obrázek a další údaje o profilu',
|
|
7
|
+
roles: 'Tvé role',
|
|
8
|
+
identities: 'Tvé propojené sociální účty',
|
|
9
|
+
'urn:logto:scope:organizations': 'Informace o tvé organizaci',
|
|
10
|
+
'urn:logto:scope:organization_roles': 'Role v tvé organizaci',
|
|
11
|
+
address: 'Tvá adresa',
|
|
12
|
+
'urn:logto:scope:sessions': 'Tvé aktivní relace',
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
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: 'Seite nicht gefunden',
|
|
4
4
|
description: 'Diese Seite ist nicht verfügbar.',
|
|
5
5
|
},
|
|
6
|
+
page: {
|
|
7
|
+
title: 'Konto',
|
|
8
|
+
security_title: 'Sicherheit',
|
|
9
|
+
security_description: 'Ändern Sie hier Ihre Kontoeinstellungen, um die Sicherheit Ihres Kontos zu gewährleisten.',
|
|
10
|
+
support: 'Hilfe',
|
|
11
|
+
},
|
|
6
12
|
verification: {
|
|
7
13
|
title: 'Sicherheitsüberprüfung',
|
|
8
14
|
description: 'Bestätige deine Identität, um die Sicherheit deines Kontos zu schützen. Bitte wähle eine Methode zur Verifizierung deiner Identität.',
|
|
@@ -52,6 +58,39 @@ const account_center = {
|
|
|
52
58
|
description: 'Benutzername darf nur Buchstaben, Zahlen und Unterstriche enthalten.',
|
|
53
59
|
success: 'Benutzername erfolgreich aktualisiert.',
|
|
54
60
|
},
|
|
61
|
+
security: {
|
|
62
|
+
add: 'Hinzufügen',
|
|
63
|
+
change: 'Ändern',
|
|
64
|
+
remove: 'Entfernen',
|
|
65
|
+
not_set: 'Nicht festgelegt',
|
|
66
|
+
social_sign_in: 'Social-Login',
|
|
67
|
+
social_not_linked: 'Nicht verknüpft',
|
|
68
|
+
email_phone: 'E-Mail / Telefon',
|
|
69
|
+
email: 'E-Mail',
|
|
70
|
+
phone: 'Telefon',
|
|
71
|
+
password: 'Passwort',
|
|
72
|
+
configured: 'Konfiguriert',
|
|
73
|
+
not_configured: 'Nicht konfiguriert',
|
|
74
|
+
two_step_verification: '2-Faktor-Authentifizierung',
|
|
75
|
+
authenticator_app: 'Authenticator-App',
|
|
76
|
+
passkeys: 'Passkeys',
|
|
77
|
+
backup_codes: 'Backup-Codes',
|
|
78
|
+
email_verification_code: 'E-Mail-Bestätigungscode',
|
|
79
|
+
phone_verification_code: 'Telefon-Bestätigungscode',
|
|
80
|
+
passkeys_count_one: '{{count}} Passkey',
|
|
81
|
+
passkeys_count_other: '{{count}} Passkeys',
|
|
82
|
+
backup_codes_count_one: '{{count}} Code verbleibend',
|
|
83
|
+
backup_codes_count_other: '{{count}} Codes verbleibend',
|
|
84
|
+
view: 'Ansehen',
|
|
85
|
+
manage: 'Verwalten',
|
|
86
|
+
},
|
|
87
|
+
social: {
|
|
88
|
+
linked: '{{connector}} wurde erfolgreich verknüpft.',
|
|
89
|
+
not_enabled: 'Diese Social-Login-Methode ist nicht aktiviert. Bitte kontaktieren Sie Ihren Administrator um Hilfe.',
|
|
90
|
+
removed: '{{connector}} wurde erfolgreich entfernt.',
|
|
91
|
+
remove_confirmation_title: 'Soziales Konto entfernen',
|
|
92
|
+
remove_confirmation_description: 'Wenn Sie {{connector}} entfernen, können Sie sich möglicherweise nicht mehr damit anmelden, bis Sie es erneut hinzufügen.',
|
|
93
|
+
},
|
|
55
94
|
password: {
|
|
56
95
|
title: 'Passwort festlegen',
|
|
57
96
|
description: 'Erstelle ein neues Passwort, um dein Konto zu schützen.',
|
|
@@ -122,6 +161,10 @@ const account_center = {
|
|
|
122
161
|
title: 'Authenticator-App hinzugefügt!',
|
|
123
162
|
description: 'Deine Authenticator-App wurde erfolgreich mit deinem Konto verknüpft.',
|
|
124
163
|
},
|
|
164
|
+
totp_replaced: {
|
|
165
|
+
title: 'Authenticator-App ersetzt!',
|
|
166
|
+
description: 'Ihre Authenticator-App wurde erfolgreich ersetzt.',
|
|
167
|
+
},
|
|
125
168
|
backup_code: {
|
|
126
169
|
title: 'Backup-Codes generiert!',
|
|
127
170
|
description: 'Ihre Backup-Codes wurden gespeichert. Bewahren Sie sie an einem sicheren Ort auf.',
|
|
@@ -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;
|
|
@@ -50,6 +50,11 @@ const description = {
|
|
|
50
50
|
continue_with_more_information: 'Für zusätzliche Sicherheit, vervollständige bitte deine Informationen.',
|
|
51
51
|
create_your_account: 'Erstelle dein Konto',
|
|
52
52
|
sign_in_to_your_account: 'Melde dich in deinem Konto an',
|
|
53
|
+
device_activation: 'Geräteaktivierung',
|
|
54
|
+
device_activation_description: 'Gib den auf deinem Gerät angezeigten Code ein. Stelle sicher, dass er übereinstimmt, und fahre dann fort, um dich auf diesem Gerät anzumelden.',
|
|
55
|
+
device_activation_error_description: 'Gib den auf deinem Gerät angezeigten Code ein.',
|
|
56
|
+
device_activation_success: 'Dein Gerät ist jetzt verbunden!',
|
|
57
|
+
device_activation_success_description: 'Kehre zu deinem Gerät zurück, um fortzufahren.',
|
|
53
58
|
no_region_code_found: 'Kein Regionencode gefunden',
|
|
54
59
|
verify_email: 'Bestätige deine E-Mail-Adresse',
|
|
55
60
|
verify_phone: 'Bestätige deine Telefonnummer',
|
|
@@ -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;
|
|
@@ -13,6 +13,9 @@ const error = {
|
|
|
13
13
|
invalid_phone: 'Die Telefonnummer ist ungültig',
|
|
14
14
|
passwords_do_not_match: 'Passwörter stimmen nicht überein',
|
|
15
15
|
invalid_passcode: 'Der Bestätigungscode ist ungültig.',
|
|
16
|
+
device_code_required: 'Code ist erforderlich.',
|
|
17
|
+
invalid_device_code: 'Der Gerätecode ist ungültig.',
|
|
18
|
+
device_flow_aborted: 'Die Anmeldeanfrage wurde unterbrochen.',
|
|
16
19
|
invalid_connector_auth: 'Die Autorisierung ist ungültig',
|
|
17
20
|
invalid_connector_request: 'Connector Daten sind ungültig',
|
|
18
21
|
unknown: 'Unbekannter Fehler. Versuche es später noch einmal.',
|
|
@@ -24,7 +27,7 @@ const error = {
|
|
|
24
27
|
invalid_link_description: 'Dein einmaliger Token ist möglicherweise abgelaufen oder nicht mehr gültig.',
|
|
25
28
|
captcha_verification_failed: 'Fehler beim Captcha-Verifizierung.',
|
|
26
29
|
terms_acceptance_required: 'Zustimmung zu den Bedingungen erforderlich',
|
|
27
|
-
terms_acceptance_required_description: 'Du musst den Bedingungen zustimmen, um fortzufahren.
|
|
30
|
+
terms_acceptance_required_description: 'Du musst den Bedingungen zustimmen, um fortzufahren.',
|
|
28
31
|
something_went_wrong: 'Etwas ist schiefgegangen',
|
|
29
32
|
feature_not_enabled: 'Sie haben keine Berechtigung, auf diese Funktion zuzugreifen. Bitte kontaktieren Sie Ihren Administrator um Hilfe.',
|
|
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<{
|
|
@@ -106,6 +107,11 @@ declare const _default: Readonly<{
|
|
|
106
107
|
continue_with_more_information: string;
|
|
107
108
|
create_your_account: string;
|
|
108
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;
|
|
109
115
|
no_region_code_found: string;
|
|
110
116
|
verify_email: string;
|
|
111
117
|
verify_phone: string;
|
|
@@ -175,6 +181,9 @@ declare const _default: Readonly<{
|
|
|
175
181
|
invalid_phone: string;
|
|
176
182
|
passwords_do_not_match: string;
|
|
177
183
|
invalid_passcode: string;
|
|
184
|
+
device_code_required: string;
|
|
185
|
+
invalid_device_code: string;
|
|
186
|
+
device_flow_aborted: string;
|
|
178
187
|
invalid_connector_auth: string;
|
|
179
188
|
invalid_connector_request: string;
|
|
180
189
|
unknown: string;
|
|
@@ -228,6 +237,9 @@ declare const _default: Readonly<{
|
|
|
228
237
|
verify_phone_verification_code_description: string;
|
|
229
238
|
send_to_email: string;
|
|
230
239
|
send_to_phone: string;
|
|
240
|
+
onboarding: string;
|
|
241
|
+
onboarding_description: string;
|
|
242
|
+
enable_mfa: string;
|
|
231
243
|
add_mfa_factors: string;
|
|
232
244
|
add_mfa_description: string;
|
|
233
245
|
add_another_mfa_factor: string;
|
|
@@ -235,6 +247,7 @@ declare const _default: Readonly<{
|
|
|
235
247
|
verify_mfa_factors: string;
|
|
236
248
|
verify_mfa_description: string;
|
|
237
249
|
add_authenticator_app: string;
|
|
250
|
+
replace_authenticator_app: string;
|
|
238
251
|
step: string;
|
|
239
252
|
scan_qr_code: string;
|
|
240
253
|
scan_qr_code_description: string;
|
|
@@ -319,6 +332,12 @@ declare const _default: Readonly<{
|
|
|
319
332
|
title: string;
|
|
320
333
|
description: string;
|
|
321
334
|
};
|
|
335
|
+
page: {
|
|
336
|
+
title: string;
|
|
337
|
+
security_title: string;
|
|
338
|
+
security_description: string;
|
|
339
|
+
support: string;
|
|
340
|
+
};
|
|
322
341
|
verification: {
|
|
323
342
|
title: string;
|
|
324
343
|
description: string;
|
|
@@ -368,6 +387,39 @@ declare const _default: Readonly<{
|
|
|
368
387
|
description: string;
|
|
369
388
|
success: string;
|
|
370
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
|
+
};
|
|
371
423
|
password: {
|
|
372
424
|
title: string;
|
|
373
425
|
description: string;
|
|
@@ -438,6 +490,10 @@ declare const _default: Readonly<{
|
|
|
438
490
|
title: string;
|
|
439
491
|
description: string;
|
|
440
492
|
};
|
|
493
|
+
totp_replaced: {
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
441
497
|
backup_code: {
|
|
442
498
|
title: string;
|
|
443
499
|
description: string;
|
package/lib/locales/de/input.js
CHANGED
package/lib/locales/de/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/de/mfa.js
CHANGED
|
@@ -18,6 +18,9 @@ const mfa = {
|
|
|
18
18
|
verify_phone_verification_code_description: 'Geben Sie den an Ihr Telefon gesendeten Code ein',
|
|
19
19
|
send_to_email: 'Senden an {{identifier}}',
|
|
20
20
|
send_to_phone: 'Senden an {{identifier}}',
|
|
21
|
+
onboarding: '2-Schritte-Verifizierung aktivieren',
|
|
22
|
+
onboarding_description: 'Schützen Sie Ihr Konto mit der 2-Schritte-Verifizierung. Wählen Sie eine oder mehrere Methoden: Passkey, Authentifizierungs-App (OTP), SMS-Bestätigungscode oder Backup-Codes.',
|
|
23
|
+
enable_mfa: '2-Schritte-Verifizierung aktivieren',
|
|
21
24
|
add_mfa_factors: '2-Schritte-Verifizierung hinzufügen',
|
|
22
25
|
add_mfa_description: 'Die Zwei-Faktor-Verifizierung ist aktiviert. Wählen Sie Ihre zweite Verifizierungsmethode für sicheres Anmelden aus.',
|
|
23
26
|
add_another_mfa_factor: 'Eine weitere 2-Schritte-Verifizierung hinzufügen',
|
|
@@ -25,6 +28,7 @@ const mfa = {
|
|
|
25
28
|
verify_mfa_factors: '2-Schritte-Verifizierung',
|
|
26
29
|
verify_mfa_description: 'Die 2-Schritte-Verifizierung ist für dieses Konto aktiviert. Bitte wählen Sie die zweite Methode zur Verifizierung Ihrer Identität aus.',
|
|
27
30
|
add_authenticator_app: 'Authenticator-App hinzufügen',
|
|
31
|
+
replace_authenticator_app: 'Authenticator-App ersetzen',
|
|
28
32
|
step: 'Schritt {{step, number}}: {{content}}',
|
|
29
33
|
scan_qr_code: 'Scannen Sie diesen QR-Code',
|
|
30
34
|
scan_qr_code_description: 'Scannen Sie den folgenden QR-Code mit Ihrer Authenticator-App, wie z.B. Google Authenticator, Duo Mobile, Authy usw.',
|
|
@@ -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
|
+
removed: string;
|
|
90
|
+
not_enabled: 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;
|