@logto/phrases-experience 1.13.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/locales/ar/account-center.d.ts +28 -0
- package/lib/locales/ar/account-center.js +28 -0
- package/lib/locales/ar/index.d.ts +24 -0
- package/lib/locales/cs/account-center.d.ts +28 -0
- package/lib/locales/cs/account-center.js +28 -0
- package/lib/locales/cs/index.d.ts +24 -0
- package/lib/locales/de/account-center.d.ts +28 -0
- package/lib/locales/de/account-center.js +28 -0
- package/lib/locales/de/index.d.ts +24 -0
- package/lib/locales/en/account-center.d.ts +24 -0
- package/lib/locales/en/account-center.js +24 -0
- package/lib/locales/en/index.d.ts +24 -0
- package/lib/locales/es/account-center.d.ts +28 -0
- package/lib/locales/es/account-center.js +28 -0
- package/lib/locales/es/index.d.ts +24 -0
- package/lib/locales/fr/account-center.d.ts +28 -0
- package/lib/locales/fr/account-center.js +28 -0
- package/lib/locales/fr/index.d.ts +24 -0
- package/lib/locales/it/account-center.d.ts +28 -0
- package/lib/locales/it/account-center.js +28 -0
- package/lib/locales/it/index.d.ts +24 -0
- package/lib/locales/ja/account-center.d.ts +28 -0
- package/lib/locales/ja/account-center.js +28 -0
- package/lib/locales/ja/index.d.ts +24 -0
- package/lib/locales/ko/account-center.d.ts +28 -0
- package/lib/locales/ko/account-center.js +28 -0
- package/lib/locales/ko/index.d.ts +24 -0
- package/lib/locales/pl-pl/account-center.d.ts +28 -0
- package/lib/locales/pl-pl/account-center.js +28 -0
- package/lib/locales/pl-pl/index.d.ts +24 -0
- package/lib/locales/pt-br/account-center.d.ts +28 -0
- package/lib/locales/pt-br/account-center.js +28 -0
- package/lib/locales/pt-br/index.d.ts +24 -0
- package/lib/locales/pt-pt/account-center.d.ts +28 -0
- package/lib/locales/pt-pt/account-center.js +28 -0
- package/lib/locales/pt-pt/index.d.ts +24 -0
- package/lib/locales/ru/account-center.d.ts +28 -0
- package/lib/locales/ru/account-center.js +28 -0
- package/lib/locales/ru/index.d.ts +24 -0
- package/lib/locales/th/account-center.d.ts +28 -0
- package/lib/locales/th/account-center.js +28 -0
- package/lib/locales/th/index.d.ts +24 -0
- package/lib/locales/tr-tr/account-center.d.ts +28 -0
- package/lib/locales/tr-tr/account-center.js +28 -0
- package/lib/locales/tr-tr/index.d.ts +24 -0
- package/lib/locales/uk-ua/account-center.d.ts +28 -0
- package/lib/locales/uk-ua/account-center.js +28 -0
- package/lib/locales/uk-ua/index.d.ts +24 -0
- package/lib/locales/zh-cn/account-center.d.ts +28 -0
- package/lib/locales/zh-cn/account-center.js +28 -0
- package/lib/locales/zh-cn/index.d.ts +24 -0
- package/lib/locales/zh-hk/account-center.d.ts +28 -0
- package/lib/locales/zh-hk/account-center.js +28 -0
- package/lib/locales/zh-hk/index.d.ts +24 -0
- package/lib/locales/zh-tw/account-center.d.ts +28 -0
- package/lib/locales/zh-tw/account-center.js +28 -0
- package/lib/locales/zh-tw/index.d.ts +24 -0
- package/package.json +2 -2
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Konto',
|
|
8
8
|
security_title: 'Bezpieczeństwo',
|
|
9
9
|
security_description: 'Tutaj możesz zmienić ustawienia konta, aby zadbać o jego bezpieczeństwo.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Pomoc',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Weryfikacja nie powiodła się. Wprowadź kod ponownie.',
|
|
18
26
|
verification_required: 'Weryfikacja wygasła. Zweryfikuj swoją tożsamość ponownie.',
|
|
19
27
|
try_another_method: 'Wypróbuj inny sposób weryfikacji',
|
|
28
|
+
no_available_methods_title: 'Brak dostępnych metod weryfikacji',
|
|
29
|
+
no_available_methods_description: 'Nie masz skonfigurowanych żadnych metod weryfikacji. Najpierw dodaj do swojego konta hasło, adres e-mail lub numer telefonu.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Zweryfikuj hasło',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} kody pozostałe',
|
|
84
94
|
view: 'Wyświetl',
|
|
85
95
|
manage: 'Zarządzaj',
|
|
96
|
+
turn_on_2_step_verification: 'Włącz weryfikację dwuetapową',
|
|
97
|
+
turn_on_2_step_verification_description: 'Dodaj dodatkową warstwę bezpieczeństwa. Podczas logowania zostaniesz poproszony o drugi krok weryfikacji.',
|
|
98
|
+
turn_off_2_step_verification: 'Wyłącz weryfikację dwuetapową',
|
|
99
|
+
turn_off_2_step_verification_description: 'Wyłączenie weryfikacji dwuetapowej usunie dodatkową warstwę ochrony z Twojego konta podczas logowania. Czy na pewno chcesz kontynuować?',
|
|
100
|
+
disable_2_step_verification: 'Wyłącz',
|
|
101
|
+
no_verification_method_warning: 'Nie dodałeś drugiej metody weryfikacji. Dodaj co najmniej jedną, aby włączyć weryfikację dwuetapową podczas logowania.',
|
|
102
|
+
account_removal: 'Usunięcie konta',
|
|
103
|
+
delete_your_account: 'Usuń swoje konto',
|
|
104
|
+
delete_account: 'Usuń konto',
|
|
105
|
+
remove_username_confirmation_title: 'Usuń nazwę użytkownika',
|
|
106
|
+
remove_username_confirmation_description: 'Po usunięciu nie będziesz mógł logować się za pomocą tej nazwy użytkownika. Czy na pewno chcesz kontynuować?',
|
|
107
|
+
remove_email_confirmation_title: 'Usuń adres e-mail',
|
|
108
|
+
remove_email_confirmation_description: 'Po usunięciu nie będziesz mógł logować się za pomocą tego adresu e-mail. Czy na pewno chcesz kontynuować?',
|
|
109
|
+
remove_phone_confirmation_title: 'Usuń numer telefonu',
|
|
110
|
+
remove_phone_confirmation_description: 'Po usunięciu nie będziesz mógł logować się za pomocą tego numeru telefonu. Czy na pewno chcesz kontynuować?',
|
|
111
|
+
email_removed: 'Adres e-mail został pomyślnie usunięty.',
|
|
112
|
+
phone_removed: 'Numer telefonu został pomyślnie usunięty.',
|
|
113
|
+
username_removed: 'Nazwa użytkownika została pomyślnie usunięta.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} połączono pomyślnie.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Conta',
|
|
8
8
|
security_title: 'Segurança',
|
|
9
9
|
security_description: 'Altere as configurações da sua conta aqui para garantir a segurança dela.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Suporte',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Falha na verificação. Digite o código novamente.',
|
|
18
26
|
verification_required: 'A verificação expirou. Confirme sua identidade novamente.',
|
|
19
27
|
try_another_method: 'Tente outro método para verificar',
|
|
28
|
+
no_available_methods_title: 'Nenhum método de verificação disponível',
|
|
29
|
+
no_available_methods_description: 'Você não tem nenhum método de verificação configurado. Adicione uma senha, e-mail ou número de telefone à sua conta primeiro.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Verificar senha',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} códigos restantes',
|
|
84
94
|
view: 'Visualizar',
|
|
85
95
|
manage: 'Gerenciar',
|
|
96
|
+
turn_on_2_step_verification: 'Ativar verificação em duas etapas',
|
|
97
|
+
turn_on_2_step_verification_description: 'Adicione uma camada extra de segurança. Você será solicitado a realizar uma segunda etapa de verificação ao fazer login.',
|
|
98
|
+
turn_off_2_step_verification: 'Desativar verificação em duas etapas',
|
|
99
|
+
turn_off_2_step_verification_description: 'Desativar a verificação em duas etapas removerá a camada extra de proteção da sua conta ao fazer login. Tem certeza de que deseja continuar?',
|
|
100
|
+
disable_2_step_verification: 'Desativar',
|
|
101
|
+
no_verification_method_warning: 'Você não adicionou um segundo método de verificação. Adicione pelo menos um para ativar a verificação em duas etapas ao fazer login.',
|
|
102
|
+
account_removal: 'Exclusão da conta',
|
|
103
|
+
delete_your_account: 'Excluir sua conta',
|
|
104
|
+
delete_account: 'Excluir conta',
|
|
105
|
+
remove_username_confirmation_title: 'Remover nome de usuário',
|
|
106
|
+
remove_username_confirmation_description: 'Após a remoção, você não poderá mais fazer login com este nome de usuário. Tem certeza de que deseja continuar?',
|
|
107
|
+
remove_email_confirmation_title: 'Remover endereço de e-mail',
|
|
108
|
+
remove_email_confirmation_description: 'Após a remoção, você não poderá mais fazer login com este endereço de e-mail. Tem certeza de que deseja continuar?',
|
|
109
|
+
remove_phone_confirmation_title: 'Remover número de telefone',
|
|
110
|
+
remove_phone_confirmation_description: 'Após a remoção, você não poderá mais fazer login com este número de telefone. Tem certeza de que deseja continuar?',
|
|
111
|
+
email_removed: 'Endereço de e-mail removido com sucesso.',
|
|
112
|
+
phone_removed: 'Número de telefone removido com sucesso.',
|
|
113
|
+
username_removed: 'Nome de usuário removido com sucesso.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} vinculado com sucesso.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Conta',
|
|
8
8
|
security_title: 'Segurança',
|
|
9
9
|
security_description: 'Altere aqui as definições da sua conta para garantir a sua segurança.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Suporte',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Falha na verificação. Introduza novamente o código.',
|
|
18
26
|
verification_required: 'A verificação expirou. Confirme novamente a sua identidade.',
|
|
19
27
|
try_another_method: 'Tente outro método para verificar',
|
|
28
|
+
no_available_methods_title: 'Não há métodos de verificação disponíveis',
|
|
29
|
+
no_available_methods_description: 'Não tem qualquer método de verificação configurado. Adicione primeiro uma palavra-passe, e-mail ou número de telefone à sua conta.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Verificar palavra-passe',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} códigos restantes',
|
|
84
94
|
view: 'Ver',
|
|
85
95
|
manage: 'Gerir',
|
|
96
|
+
turn_on_2_step_verification: 'Ativar verificação em duas etapas',
|
|
97
|
+
turn_on_2_step_verification_description: 'Adicione uma camada extra de segurança. Será solicitada uma segunda etapa de verificação ao iniciar sessão.',
|
|
98
|
+
turn_off_2_step_verification: 'Desativar verificação em duas etapas',
|
|
99
|
+
turn_off_2_step_verification_description: 'Desativar a verificação em duas etapas irá remover a camada extra de proteção da sua conta ao iniciar sessão. Tem a certeza de que pretende continuar?',
|
|
100
|
+
disable_2_step_verification: 'Desativar',
|
|
101
|
+
no_verification_method_warning: 'Não adicionou um segundo método de verificação. Adicione pelo menos um para ativar a verificação em duas etapas ao iniciar sessão.',
|
|
102
|
+
account_removal: 'Eliminação da conta',
|
|
103
|
+
delete_your_account: 'Elimine a sua conta',
|
|
104
|
+
delete_account: 'Eliminar conta',
|
|
105
|
+
remove_username_confirmation_title: 'Remover nome de utilizador',
|
|
106
|
+
remove_username_confirmation_description: 'Após a remoção, deixará de poder iniciar sessão com este nome de utilizador. Tem a certeza de que pretende continuar?',
|
|
107
|
+
remove_email_confirmation_title: 'Remover endereço de e-mail',
|
|
108
|
+
remove_email_confirmation_description: 'Após a remoção, deixará de poder iniciar sessão com este endereço de e-mail. Tem a certeza de que pretende continuar?',
|
|
109
|
+
remove_phone_confirmation_title: 'Remover número de telefone',
|
|
110
|
+
remove_phone_confirmation_description: 'Após a remoção, deixará de poder iniciar sessão com este número de telefone. Tem a certeza de que pretende continuar?',
|
|
111
|
+
email_removed: 'Endereço de e-mail removido com sucesso.',
|
|
112
|
+
phone_removed: 'Número de telefone removido com sucesso.',
|
|
113
|
+
username_removed: 'Nome de utilizador removido com sucesso.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} associada com sucesso.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'Аккаунт',
|
|
8
8
|
security_title: 'Безопасность',
|
|
9
9
|
security_description: 'Измените здесь настройки аккаунта, чтобы обеспечить его безопасность.',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'Поддержка',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'Не удалось подтвердить. Введите код ещё раз.',
|
|
18
26
|
verification_required: 'Срок действия проверки истёк. Подтвердите личность ещё раз.',
|
|
19
27
|
try_another_method: 'Попробовать другой способ подтверждения',
|
|
28
|
+
no_available_methods_title: 'Нет доступных способов подтверждения',
|
|
29
|
+
no_available_methods_description: 'У вас не настроены способы подтверждения. Сначала добавьте к аккаунту пароль, email или номер телефона.',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'Подтвердите пароль',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: '{{count}} кодов осталось',
|
|
84
94
|
view: 'Просмотр',
|
|
85
95
|
manage: 'Управление',
|
|
96
|
+
turn_on_2_step_verification: 'Включить двухэтапную верификацию',
|
|
97
|
+
turn_on_2_step_verification_description: 'Добавьте дополнительный уровень безопасности. При входе вам будет предложен второй шаг верификации.',
|
|
98
|
+
turn_off_2_step_verification: 'Отключить двухэтапную верификацию',
|
|
99
|
+
turn_off_2_step_verification_description: 'Отключение двухэтапной верификации удалит дополнительный уровень защиты вашей учётной записи при входе. Вы уверены, что хотите продолжить?',
|
|
100
|
+
disable_2_step_verification: 'Отключить',
|
|
101
|
+
no_verification_method_warning: 'Вы не добавили второй способ верификации. Добавьте хотя бы один, чтобы включить двухэтапную верификацию при входе.',
|
|
102
|
+
account_removal: 'Удаление аккаунта',
|
|
103
|
+
delete_your_account: 'Удалите свой аккаунт',
|
|
104
|
+
delete_account: 'Удалить аккаунт',
|
|
105
|
+
remove_username_confirmation_title: 'Удалить имя пользователя',
|
|
106
|
+
remove_username_confirmation_description: 'После удаления вы больше не сможете входить с этим именем пользователя. Вы уверены, что хотите продолжить?',
|
|
107
|
+
remove_email_confirmation_title: 'Удалить адрес электронной почты',
|
|
108
|
+
remove_email_confirmation_description: 'После удаления вы больше не сможете входить с этим адресом электронной почты. Вы уверены, что хотите продолжить?',
|
|
109
|
+
remove_phone_confirmation_title: 'Удалить номер телефона',
|
|
110
|
+
remove_phone_confirmation_description: 'После удаления вы больше не сможете входить с этим номером телефона. Вы уверены, что хотите продолжить?',
|
|
111
|
+
email_removed: 'Адрес электронной почты успешно удалён.',
|
|
112
|
+
phone_removed: 'Номер телефона успешно удалён.',
|
|
113
|
+
username_removed: 'Имя пользователя успешно удалено.',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: '{{connector}} успешно привязан.',
|
|
@@ -336,6 +336,10 @@ declare const _default: Readonly<{
|
|
|
336
336
|
title: string;
|
|
337
337
|
security_title: string;
|
|
338
338
|
security_description: string;
|
|
339
|
+
profile_title: string;
|
|
340
|
+
profile_description: string;
|
|
341
|
+
sidebar_personal_info: string;
|
|
342
|
+
sidebar_security: string;
|
|
339
343
|
support: string;
|
|
340
344
|
};
|
|
341
345
|
verification: {
|
|
@@ -346,6 +350,8 @@ declare const _default: Readonly<{
|
|
|
346
350
|
error_verify_failed: string;
|
|
347
351
|
verification_required: string;
|
|
348
352
|
try_another_method: string;
|
|
353
|
+
no_available_methods_title: string;
|
|
354
|
+
no_available_methods_description: string;
|
|
349
355
|
};
|
|
350
356
|
password_verification: {
|
|
351
357
|
title: string;
|
|
@@ -412,6 +418,24 @@ declare const _default: Readonly<{
|
|
|
412
418
|
backup_codes_count_other: string;
|
|
413
419
|
view: string;
|
|
414
420
|
manage: string;
|
|
421
|
+
turn_on_2_step_verification: string;
|
|
422
|
+
turn_on_2_step_verification_description: string;
|
|
423
|
+
turn_off_2_step_verification: string;
|
|
424
|
+
turn_off_2_step_verification_description: string;
|
|
425
|
+
disable_2_step_verification: string;
|
|
426
|
+
no_verification_method_warning: string;
|
|
427
|
+
account_removal: string;
|
|
428
|
+
delete_your_account: string;
|
|
429
|
+
delete_account: string;
|
|
430
|
+
remove_username_confirmation_title: string;
|
|
431
|
+
remove_username_confirmation_description: string;
|
|
432
|
+
remove_email_confirmation_title: string;
|
|
433
|
+
remove_email_confirmation_description: string;
|
|
434
|
+
remove_phone_confirmation_title: string;
|
|
435
|
+
remove_phone_confirmation_description: string;
|
|
436
|
+
email_removed: string;
|
|
437
|
+
phone_removed: string;
|
|
438
|
+
username_removed: string;
|
|
415
439
|
};
|
|
416
440
|
social: {
|
|
417
441
|
linked: string;
|
|
@@ -7,6 +7,14 @@ declare const _default: Readonly<{
|
|
|
7
7
|
title: string;
|
|
8
8
|
security_title: string;
|
|
9
9
|
security_description: string;
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: string;
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: string;
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: string;
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: string;
|
|
10
18
|
support: string;
|
|
11
19
|
};
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ declare const _default: Readonly<{
|
|
|
17
25
|
error_verify_failed: string;
|
|
18
26
|
verification_required: string;
|
|
19
27
|
try_another_method: string;
|
|
28
|
+
no_available_methods_title: string;
|
|
29
|
+
no_available_methods_description: string;
|
|
20
30
|
};
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: string;
|
|
@@ -83,6 +93,24 @@ declare const _default: Readonly<{
|
|
|
83
93
|
backup_codes_count_other: string;
|
|
84
94
|
view: string;
|
|
85
95
|
manage: string;
|
|
96
|
+
turn_on_2_step_verification: string;
|
|
97
|
+
turn_on_2_step_verification_description: string;
|
|
98
|
+
turn_off_2_step_verification: string;
|
|
99
|
+
turn_off_2_step_verification_description: string;
|
|
100
|
+
disable_2_step_verification: string;
|
|
101
|
+
no_verification_method_warning: string;
|
|
102
|
+
account_removal: string;
|
|
103
|
+
delete_your_account: string;
|
|
104
|
+
delete_account: string;
|
|
105
|
+
remove_username_confirmation_title: string;
|
|
106
|
+
remove_username_confirmation_description: string;
|
|
107
|
+
remove_email_confirmation_title: string;
|
|
108
|
+
remove_email_confirmation_description: string;
|
|
109
|
+
remove_phone_confirmation_title: string;
|
|
110
|
+
remove_phone_confirmation_description: string;
|
|
111
|
+
email_removed: string;
|
|
112
|
+
phone_removed: string;
|
|
113
|
+
username_removed: string;
|
|
86
114
|
};
|
|
87
115
|
social: {
|
|
88
116
|
linked: string;
|
|
@@ -7,6 +7,14 @@ const account_center = {
|
|
|
7
7
|
title: 'บัญชี',
|
|
8
8
|
security_title: 'ความปลอดภัย',
|
|
9
9
|
security_description: 'เปลี่ยนการตั้งค่าบัญชีของคุณที่นี่เพื่อให้บัญชีของคุณปลอดภัย',
|
|
10
|
+
/** UNTRANSLATED */
|
|
11
|
+
profile_title: 'Personal info',
|
|
12
|
+
/** UNTRANSLATED */
|
|
13
|
+
profile_description: 'Change your personal information here.',
|
|
14
|
+
/** UNTRANSLATED */
|
|
15
|
+
sidebar_personal_info: 'Personal info',
|
|
16
|
+
/** UNTRANSLATED */
|
|
17
|
+
sidebar_security: 'Security',
|
|
10
18
|
support: 'ฝ่ายช่วยเหลือ',
|
|
11
19
|
},
|
|
12
20
|
verification: {
|
|
@@ -17,6 +25,8 @@ const account_center = {
|
|
|
17
25
|
error_verify_failed: 'ยืนยันไม่สำเร็จ กรุณากรอกรหัสอีกครั้ง',
|
|
18
26
|
verification_required: 'การยืนยันหมดอายุ โปรดยืนยันตัวตนอีกครั้ง',
|
|
19
27
|
try_another_method: 'ลองใช้วิธีอื่นเพื่อยืนยันตัวตน',
|
|
28
|
+
no_available_methods_title: 'ไม่มีวิธีการยืนยันตัวตนที่พร้อมใช้งาน',
|
|
29
|
+
no_available_methods_description: 'คุณยังไม่ได้ตั้งค่าวิธีการยืนยันตัวตน กรุณาเพิ่มรหัสผ่าน อีเมล หรือหมายเลขโทรศัพท์ให้กับบัญชีของคุณก่อน',
|
|
20
30
|
},
|
|
21
31
|
password_verification: {
|
|
22
32
|
title: 'ยืนยันรหัสผ่าน',
|
|
@@ -83,6 +93,24 @@ const account_center = {
|
|
|
83
93
|
backup_codes_count_other: 'เหลือ {{count}} รหัส',
|
|
84
94
|
view: 'ดู',
|
|
85
95
|
manage: 'จัดการ',
|
|
96
|
+
turn_on_2_step_verification: 'เปิดการยืนยันตัวตนสองขั้นตอน',
|
|
97
|
+
turn_on_2_step_verification_description: 'เพิ่มชั้นความปลอดภัยเพิ่มเติม คุณจะถูกขอให้ทำการยืนยันขั้นตอนที่สองเมื่อลงชื่อเข้าใช้',
|
|
98
|
+
turn_off_2_step_verification: 'ปิดการยืนยันตัวตนสองขั้นตอน',
|
|
99
|
+
turn_off_2_step_verification_description: 'การปิดการยืนยันตัวตนสองขั้นตอนจะลบชั้นการป้องกันเพิ่มเติมออกจากบัญชีของคุณเมื่อลงชื่อเข้าใช้ คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?',
|
|
100
|
+
disable_2_step_verification: 'ปิด',
|
|
101
|
+
no_verification_method_warning: 'คุณยังไม่ได้เพิ่มวิธีการยืนยันตัวตนที่สอง เพิ่มอย่างน้อยหนึ่งวิธีเพื่อเปิดใช้งานการยืนยันตัวตนสองขั้นตอนเมื่อลงชื่อเข้าใช้',
|
|
102
|
+
account_removal: 'การลบบัญชี',
|
|
103
|
+
delete_your_account: 'ลบบัญชีของคุณ',
|
|
104
|
+
delete_account: 'ลบบัญชี',
|
|
105
|
+
remove_username_confirmation_title: 'ลบชื่อผู้ใช้',
|
|
106
|
+
remove_username_confirmation_description: 'เมื่อลบแล้ว คุณจะไม่สามารถลงชื่อเข้าใช้ด้วยชื่อผู้ใช้นี้ได้อีก คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?',
|
|
107
|
+
remove_email_confirmation_title: 'ลบที่อยู่อีเมล',
|
|
108
|
+
remove_email_confirmation_description: 'เมื่อลบแล้ว คุณจะไม่สามารถลงชื่อเข้าใช้ด้วยที่อยู่อีเมลนี้ได้อีก คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?',
|
|
109
|
+
remove_phone_confirmation_title: 'ลบหมายเลขโทรศัพท์',
|
|
110
|
+
remove_phone_confirmation_description: 'เมื่อลบแล้ว คุณจะไม่สามารถลงชื่อเข้าใช้ด้วยหมายเลขโทรศัพท์นี้ได้อีก คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?',
|
|
111
|
+
email_removed: 'ลบที่อยู่อีเมลเรียบร้อยแล้ว',
|
|
112
|
+
phone_removed: 'ลบหมายเลขโทรศัพท์เรียบร้อยแล้ว',
|
|
113
|
+
username_removed: 'ลบชื่อผู้ใช้เรียบร้อยแล้ว',
|
|
86
114
|
},
|
|
87
115
|
social: {
|
|
88
116
|
linked: 'เชื่อมโยง {{connector}} สำเร็จแล้ว',
|