@logto/phrases-experience 1.7.0 → 1.8.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 +5 -5
- package/lib/index.js +3 -0
- package/lib/locales/ar/action.d.ts +35 -0
- package/lib/locales/ar/action.js +35 -0
- package/lib/locales/ar/description.d.ts +90 -0
- package/lib/locales/ar/description.js +90 -0
- package/lib/locales/ar/development-tenant.d.ts +4 -0
- package/lib/locales/ar/development-tenant.js +4 -0
- package/lib/locales/ar/error/index.d.ts +34 -0
- package/lib/locales/ar/error/index.js +22 -0
- package/lib/locales/ar/error/password-rejected.d.ts +15 -0
- package/lib/locales/ar/error/password-rejected.js +15 -0
- package/lib/locales/ar/index.d.ts +232 -0
- package/lib/locales/ar/index.js +23 -0
- package/lib/locales/ar/input.d.ts +10 -0
- package/lib/locales/ar/input.js +10 -0
- package/lib/locales/ar/list.d.ts +6 -0
- package/lib/locales/ar/list.js +6 -0
- package/lib/locales/ar/mfa.d.ts +44 -0
- package/lib/locales/ar/mfa.js +44 -0
- package/lib/locales/ar/secondary.d.ts +4 -0
- package/lib/locales/ar/secondary.js +4 -0
- package/lib/locales/ar/user-scopes.d.ts +14 -0
- package/lib/locales/ar/user-scopes.js +14 -0
- package/lib/locales/de/action.js +1 -1
- package/lib/locales/de/description.d.ts +6 -0
- package/lib/locales/de/description.js +7 -1
- package/lib/locales/de/error/index.js +1 -1
- package/lib/locales/de/index.d.ts +6 -0
- package/lib/locales/en/action.js +1 -1
- package/lib/locales/en/description.d.ts +6 -0
- package/lib/locales/en/description.js +7 -1
- package/lib/locales/en/error/index.js +1 -1
- package/lib/locales/en/index.d.ts +6 -0
- package/lib/locales/es/action.js +1 -1
- package/lib/locales/es/description.d.ts +6 -0
- package/lib/locales/es/description.js +7 -1
- package/lib/locales/es/error/index.js +1 -1
- package/lib/locales/es/index.d.ts +6 -0
- package/lib/locales/fr/action.js +1 -1
- package/lib/locales/fr/description.d.ts +6 -0
- package/lib/locales/fr/description.js +7 -1
- package/lib/locales/fr/error/index.js +1 -1
- package/lib/locales/fr/index.d.ts +6 -0
- package/lib/locales/it/action.js +1 -1
- package/lib/locales/it/description.d.ts +6 -0
- package/lib/locales/it/description.js +7 -1
- package/lib/locales/it/error/index.js +1 -1
- package/lib/locales/it/index.d.ts +6 -0
- package/lib/locales/ja/action.js +1 -1
- package/lib/locales/ja/description.d.ts +6 -0
- package/lib/locales/ja/description.js +7 -1
- package/lib/locales/ja/error/index.js +1 -1
- package/lib/locales/ja/index.d.ts +6 -0
- package/lib/locales/ko/action.js +1 -1
- package/lib/locales/ko/description.d.ts +6 -0
- package/lib/locales/ko/description.js +7 -1
- package/lib/locales/ko/index.d.ts +6 -0
- package/lib/locales/pl-pl/action.js +1 -1
- package/lib/locales/pl-pl/description.d.ts +10 -0
- package/lib/locales/pl-pl/description.js +11 -1
- package/lib/locales/pl-pl/error/index.js +1 -1
- package/lib/locales/pl-pl/index.d.ts +10 -0
- package/lib/locales/pt-br/action.js +1 -1
- package/lib/locales/pt-br/description.d.ts +6 -0
- package/lib/locales/pt-br/description.js +7 -1
- package/lib/locales/pt-br/error/index.js +1 -1
- package/lib/locales/pt-br/index.d.ts +6 -0
- package/lib/locales/pt-pt/action.js +1 -1
- package/lib/locales/pt-pt/description.d.ts +6 -0
- package/lib/locales/pt-pt/description.js +7 -1
- package/lib/locales/pt-pt/index.d.ts +6 -0
- package/lib/locales/ru/action.js +1 -1
- package/lib/locales/ru/description.d.ts +10 -0
- package/lib/locales/ru/description.js +11 -1
- package/lib/locales/ru/error/index.js +1 -1
- package/lib/locales/ru/index.d.ts +10 -0
- package/lib/locales/tr-tr/action.js +1 -1
- package/lib/locales/tr-tr/description.d.ts +6 -0
- package/lib/locales/tr-tr/description.js +7 -1
- package/lib/locales/tr-tr/error/index.js +1 -1
- package/lib/locales/tr-tr/index.d.ts +6 -0
- package/lib/locales/zh-cn/action.d.ts +0 -2
- package/lib/locales/zh-cn/action.js +3 -5
- package/lib/locales/zh-cn/description.d.ts +6 -3
- package/lib/locales/zh-cn/description.js +12 -9
- package/lib/locales/zh-cn/error/index.js +1 -1
- package/lib/locales/zh-cn/index.d.ts +6 -0
- package/lib/locales/zh-cn/user-scopes.d.ts +0 -9
- package/lib/locales/zh-cn/user-scopes.js +9 -18
- package/lib/locales/zh-hk/action.js +1 -1
- package/lib/locales/zh-hk/description.d.ts +6 -0
- package/lib/locales/zh-hk/description.js +7 -1
- package/lib/locales/zh-hk/error/index.js +1 -1
- package/lib/locales/zh-hk/index.d.ts +6 -0
- package/lib/locales/zh-tw/action.js +1 -1
- package/lib/locales/zh-tw/description.d.ts +6 -0
- package/lib/locales/zh-tw/description.js +7 -1
- package/lib/locales/zh-tw/error/index.js +1 -1
- package/lib/locales/zh-tw/index.d.ts +6 -0
- package/lib/types.d.ts +2 -2
- package/package.json +3 -4
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -123,6 +124,11 @@ declare const _default: Readonly<{
|
|
|
123
124
|
user_id: string;
|
|
124
125
|
redirect_to: string;
|
|
125
126
|
auto_agreement: string;
|
|
127
|
+
identifier_sign_in_description: string;
|
|
128
|
+
all_sign_in_options: string;
|
|
129
|
+
identifier_register_description: string;
|
|
130
|
+
all_account_creation_options: string;
|
|
131
|
+
back_to_sign_in: string;
|
|
126
132
|
}>;
|
|
127
133
|
error: Readonly<{
|
|
128
134
|
general_required: string;
|
package/lib/locales/ko/action.js
CHANGED
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -87,5 +88,10 @@ declare const _default: Readonly<{
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: string;
|
|
89
90
|
auto_agreement: string;
|
|
91
|
+
identifier_sign_in_description: string;
|
|
92
|
+
all_sign_in_options: string;
|
|
93
|
+
identifier_register_description: string;
|
|
94
|
+
all_account_creation_options: string;
|
|
95
|
+
back_to_sign_in: string;
|
|
90
96
|
}>;
|
|
91
97
|
export default _default;
|
|
@@ -27,7 +27,8 @@ const description = {
|
|
|
27
27
|
social_link_email: '다른 이메일을 연동할 수 있어요',
|
|
28
28
|
social_link_phone: '다른 휴대전화를 연동할 수 있어요',
|
|
29
29
|
social_link_email_or_phone: '다른 이메일이나 휴대전화를 연동할 수 있어요',
|
|
30
|
-
social_bind_with_existing: '
|
|
30
|
+
social_bind_with_existing: '이미 등록된 관련 계정을 찾았으며, 직접 연결할 수 있습니다.',
|
|
31
|
+
skip_social_linking: '기존 계정 연결 건너뛰기?',
|
|
31
32
|
reset_password: '비밀번호를 잊으셨나요',
|
|
32
33
|
reset_password_description: '귀하의 계정과 연결된 {{types, list(type: disjunction;)}}를 입력하면 비밀번호 재설정을 위한 인증 코드를 보내드립니다.',
|
|
33
34
|
new_password: '새 비밀번호',
|
|
@@ -87,5 +88,10 @@ const description = {
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
90
|
auto_agreement: '계속 진행하면 <link></link>에 동의하는 것입니다.',
|
|
91
|
+
identifier_sign_in_description: '로그인하려면 {{types, list(type: disjunction;)}}을(를) 입력하세요.',
|
|
92
|
+
all_sign_in_options: '모든 로그인 옵션',
|
|
93
|
+
identifier_register_description: '새 계정을 만들려면 {{types, list(type: disjunction;)}}을(를) 입력하세요.',
|
|
94
|
+
all_account_creation_options: '모든 계정 생성 옵션',
|
|
95
|
+
back_to_sign_in: '로그인으로 돌아가기',
|
|
90
96
|
};
|
|
91
97
|
export default Object.freeze(description);
|
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -123,6 +124,11 @@ declare const _default: Readonly<{
|
|
|
123
124
|
user_id: string;
|
|
124
125
|
redirect_to: string;
|
|
125
126
|
auto_agreement: string;
|
|
127
|
+
identifier_sign_in_description: string;
|
|
128
|
+
all_sign_in_options: string;
|
|
129
|
+
identifier_register_description: string;
|
|
130
|
+
all_account_creation_options: string;
|
|
131
|
+
back_to_sign_in: string;
|
|
126
132
|
}>;
|
|
127
133
|
error: Readonly<{
|
|
128
134
|
general_required: string;
|
|
@@ -2,7 +2,7 @@ const action = {
|
|
|
2
2
|
sign_in: 'Zaloguj się',
|
|
3
3
|
continue: 'Kontynuuj',
|
|
4
4
|
create_account: 'Utwórz konto',
|
|
5
|
-
create_account_without_linking: '
|
|
5
|
+
create_account_without_linking: 'Zamiast tego utwórz nowy',
|
|
6
6
|
create: 'Utwórz',
|
|
7
7
|
enter_passcode: 'Wprowadź kod weryfikacyjny',
|
|
8
8
|
confirm: 'Potwierdź',
|
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -55,8 +56,12 @@ declare const _default: Readonly<{
|
|
|
55
56
|
password_requirement: {
|
|
56
57
|
length_one: string;
|
|
57
58
|
length_other: string;
|
|
59
|
+
length_few: string;
|
|
60
|
+
length_many: string;
|
|
58
61
|
character_types_one: string;
|
|
59
62
|
character_types_other: string;
|
|
63
|
+
character_types_few: string;
|
|
64
|
+
character_types_many: string;
|
|
60
65
|
};
|
|
61
66
|
use: string;
|
|
62
67
|
single_sign_on_email_form: string;
|
|
@@ -87,5 +92,10 @@ declare const _default: Readonly<{
|
|
|
87
92
|
/** UNTRANSLATED */
|
|
88
93
|
redirect_to: string;
|
|
89
94
|
auto_agreement: string;
|
|
95
|
+
identifier_sign_in_description: string;
|
|
96
|
+
all_sign_in_options: string;
|
|
97
|
+
identifier_register_description: string;
|
|
98
|
+
all_account_creation_options: string;
|
|
99
|
+
back_to_sign_in: string;
|
|
90
100
|
}>;
|
|
91
101
|
export default _default;
|
|
@@ -27,7 +27,8 @@ const description = {
|
|
|
27
27
|
social_link_email: 'Możesz połączyć kolejny adres email',
|
|
28
28
|
social_link_phone: 'Możesz połączyć kolejny numer telefonu',
|
|
29
29
|
social_link_email_or_phone: 'Możesz połączyć kolejny adres email lub numer telefonu',
|
|
30
|
-
social_bind_with_existing: 'Znaleźliśmy powiązane konto, możesz je
|
|
30
|
+
social_bind_with_existing: 'Znaleźliśmy powiązane konto, które zostało zarejestrowane, i możesz je bezpośrednio połączyć.',
|
|
31
|
+
skip_social_linking: 'Pominąć połączenie z istniejącym kontem?',
|
|
31
32
|
reset_password: 'Zresetuj hasło',
|
|
32
33
|
reset_password_description: 'Wpisz {{types, lista(type: złączonych;)}} związanego z twoim kontem, a wyślemy ci kod weryfikacyjny do zresetowania hasła.',
|
|
33
34
|
new_password: 'Nowe hasło',
|
|
@@ -55,8 +56,12 @@ const description = {
|
|
|
55
56
|
password_requirement: {
|
|
56
57
|
length_one: 'wymaga co najmniej {{count}} znaku',
|
|
57
58
|
length_other: 'wymaga co najmniej {{count}} znaków',
|
|
59
|
+
length_few: 'wymaga co najmniej {{count}} znaki',
|
|
60
|
+
length_many: 'wymaga co najmniej {{count}} znaków',
|
|
58
61
|
character_types_one: 'powinno zawierać co najmniej {{count}} rodzaj liter wielkich, małych liter, cyfr i symboli',
|
|
59
62
|
character_types_other: 'powinno zawierać co najmniej {{count}} rodzaje liter wielkich, małych liter, cyfr i symboli',
|
|
63
|
+
character_types_few: 'powinno zawierać co najmniej {{count}} rodzaje liter wielkich, małych liter, cyfr i symboli',
|
|
64
|
+
character_types_many: 'powinno zawierać co najmniej {{count}} rodzaje liter wielkich, małych liter, cyfr i symboli',
|
|
60
65
|
},
|
|
61
66
|
use: 'Użyj',
|
|
62
67
|
single_sign_on_email_form: 'Wpisz swój służbowy adres email',
|
|
@@ -87,5 +92,10 @@ const description = {
|
|
|
87
92
|
/** UNTRANSLATED */
|
|
88
93
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
94
|
auto_agreement: 'Kontynuując, zgadzasz się na <link></link>.',
|
|
95
|
+
identifier_sign_in_description: 'Wprowadź swoje {{types, list(type: disjunction;)}} aby się zalogować.',
|
|
96
|
+
all_sign_in_options: 'Wszystkie opcje logowania',
|
|
97
|
+
identifier_register_description: 'Wprowadź swoje {{types, list(type: disjunction;)}} aby utworzyć nowe konto.',
|
|
98
|
+
all_account_creation_options: 'Wszystkie opcje tworzenia konta',
|
|
99
|
+
back_to_sign_in: 'Wróć do logowania',
|
|
90
100
|
};
|
|
91
101
|
export default Object.freeze(description);
|
|
@@ -10,7 +10,7 @@ const error = {
|
|
|
10
10
|
invalid_email: 'Nieprawidłowy adres e-mail',
|
|
11
11
|
invalid_phone: 'Nieprawidłowy numer telefonu',
|
|
12
12
|
passwords_do_not_match: 'Hasła nie pasują do siebie. Proszę spróbuj ponownie.',
|
|
13
|
-
invalid_passcode: 'Nieprawidłowy kod weryfikacyjny',
|
|
13
|
+
invalid_passcode: 'Nieprawidłowy kod weryfikacyjny.',
|
|
14
14
|
invalid_connector_auth: 'Nieprawidłowa autoryzacja',
|
|
15
15
|
invalid_connector_request: 'Nieprawidłowe dane konektora',
|
|
16
16
|
unknown: 'Nieznany błąd. Proszę spróbuj ponownie później.',
|
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -103,8 +104,12 @@ declare const _default: Readonly<{
|
|
|
103
104
|
password_requirement: {
|
|
104
105
|
length_one: string;
|
|
105
106
|
length_other: string;
|
|
107
|
+
length_few: string;
|
|
108
|
+
length_many: string;
|
|
106
109
|
character_types_one: string;
|
|
107
110
|
character_types_other: string;
|
|
111
|
+
character_types_few: string;
|
|
112
|
+
character_types_many: string;
|
|
108
113
|
};
|
|
109
114
|
use: string;
|
|
110
115
|
single_sign_on_email_form: string;
|
|
@@ -123,6 +128,11 @@ declare const _default: Readonly<{
|
|
|
123
128
|
user_id: string;
|
|
124
129
|
redirect_to: string;
|
|
125
130
|
auto_agreement: string;
|
|
131
|
+
identifier_sign_in_description: string;
|
|
132
|
+
all_sign_in_options: string;
|
|
133
|
+
identifier_register_description: string;
|
|
134
|
+
all_account_creation_options: string;
|
|
135
|
+
back_to_sign_in: string;
|
|
126
136
|
}>;
|
|
127
137
|
error: Readonly<{
|
|
128
138
|
general_required: string;
|
|
@@ -2,7 +2,7 @@ const action = {
|
|
|
2
2
|
sign_in: 'Entrar',
|
|
3
3
|
continue: 'Continuar',
|
|
4
4
|
create_account: 'Criar conta',
|
|
5
|
-
create_account_without_linking: 'Criar
|
|
5
|
+
create_account_without_linking: 'Criar um novo em vez disso',
|
|
6
6
|
create: 'Criar',
|
|
7
7
|
enter_passcode: 'Inserir código de verificação',
|
|
8
8
|
confirm: 'Confirmar',
|
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -87,5 +88,10 @@ declare const _default: Readonly<{
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: string;
|
|
89
90
|
auto_agreement: string;
|
|
91
|
+
identifier_sign_in_description: string;
|
|
92
|
+
all_sign_in_options: string;
|
|
93
|
+
identifier_register_description: string;
|
|
94
|
+
all_account_creation_options: string;
|
|
95
|
+
back_to_sign_in: string;
|
|
90
96
|
}>;
|
|
91
97
|
export default _default;
|
|
@@ -27,7 +27,8 @@ const description = {
|
|
|
27
27
|
social_link_email: 'É possível vincular outro e-mail',
|
|
28
28
|
social_link_phone: 'É possível vincular outro telefone',
|
|
29
29
|
social_link_email_or_phone: 'É possível vincular outro e-mail ou telefone',
|
|
30
|
-
social_bind_with_existing: 'Encontramos uma conta relacionada registrada e você pode vinculá-la diretamente.',
|
|
30
|
+
social_bind_with_existing: 'Encontramos uma conta relacionada que já foi registrada, e você pode vinculá-la diretamente.',
|
|
31
|
+
skip_social_linking: 'Pular vinculação à conta existente?',
|
|
31
32
|
reset_password: 'Esqueceu a senha',
|
|
32
33
|
reset_password_description: 'Digite o {{types, list(type: disjunction;)}} à sua conta e enviaremos a você o código de verificação para redefinir sua senha.',
|
|
33
34
|
new_password: 'Nova senha',
|
|
@@ -87,5 +88,10 @@ const description = {
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
90
|
auto_agreement: 'Ao continuar, você concorda com os <link></link>.',
|
|
91
|
+
identifier_sign_in_description: 'Digite seu {{types, list(type: disjunction;)}} para entrar.',
|
|
92
|
+
all_sign_in_options: 'Todas as opções de login',
|
|
93
|
+
identifier_register_description: 'Digite seu {{types, list(type: disjunction;)}} para criar uma nova conta.',
|
|
94
|
+
all_account_creation_options: 'Todas as opções de criação de conta',
|
|
95
|
+
back_to_sign_in: 'Voltar para o login',
|
|
90
96
|
};
|
|
91
97
|
export default Object.freeze(description);
|
|
@@ -10,7 +10,7 @@ const error = {
|
|
|
10
10
|
invalid_email: 'O e-mail é inválido',
|
|
11
11
|
invalid_phone: 'O número de telefone é inválido',
|
|
12
12
|
passwords_do_not_match: 'Suas senhas não correspondem. Por favor, tente novamente.',
|
|
13
|
-
invalid_passcode: 'O código de verificação é inválido',
|
|
13
|
+
invalid_passcode: 'O código de verificação é inválido.',
|
|
14
14
|
invalid_connector_auth: 'A autorização é inválida',
|
|
15
15
|
invalid_connector_request: 'Os dados do conector são inválidos',
|
|
16
16
|
unknown: 'Erro desconhecido. Por favor, tente novamente mais tarde.',
|
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -123,6 +124,11 @@ declare const _default: Readonly<{
|
|
|
123
124
|
user_id: string;
|
|
124
125
|
redirect_to: string;
|
|
125
126
|
auto_agreement: string;
|
|
127
|
+
identifier_sign_in_description: string;
|
|
128
|
+
all_sign_in_options: string;
|
|
129
|
+
identifier_register_description: string;
|
|
130
|
+
all_account_creation_options: string;
|
|
131
|
+
back_to_sign_in: string;
|
|
126
132
|
}>;
|
|
127
133
|
error: Readonly<{
|
|
128
134
|
general_required: string;
|
|
@@ -2,7 +2,7 @@ const action = {
|
|
|
2
2
|
sign_in: 'Entrar',
|
|
3
3
|
continue: 'Continuar',
|
|
4
4
|
create_account: 'Criar uma conta',
|
|
5
|
-
create_account_without_linking: 'Criar
|
|
5
|
+
create_account_without_linking: 'Criar um novo em vez disso',
|
|
6
6
|
create: 'Criar',
|
|
7
7
|
enter_passcode: 'Introduzir código de verificação',
|
|
8
8
|
confirm: 'Confirmar',
|
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -87,5 +88,10 @@ declare const _default: Readonly<{
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: string;
|
|
89
90
|
auto_agreement: string;
|
|
91
|
+
identifier_sign_in_description: string;
|
|
92
|
+
all_sign_in_options: string;
|
|
93
|
+
identifier_register_description: string;
|
|
94
|
+
all_account_creation_options: string;
|
|
95
|
+
back_to_sign_in: string;
|
|
90
96
|
}>;
|
|
91
97
|
export default _default;
|
|
@@ -27,7 +27,8 @@ const description = {
|
|
|
27
27
|
social_link_email: 'Pode vincular outro email',
|
|
28
28
|
social_link_phone: 'Pode vincular outro telefone',
|
|
29
29
|
social_link_email_or_phone: 'Pode vincular outro email ou telefone',
|
|
30
|
-
social_bind_with_existing: '
|
|
30
|
+
social_bind_with_existing: 'Encontrámos uma conta relacionada que já foi registada, e você pode vinculá-la diretamente.',
|
|
31
|
+
skip_social_linking: 'Pular vinculação à conta existente?',
|
|
31
32
|
reset_password: 'Esqueceu a senha',
|
|
32
33
|
reset_password_description: 'Insira os {{types, list(type: disjunction;)}} associados à sua conta e enviaremos o código de verificação para redefinir sua senha.',
|
|
33
34
|
new_password: 'Nova Senha',
|
|
@@ -87,5 +88,10 @@ const description = {
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
90
|
auto_agreement: 'Ao continuar, você concorda com os <link></link>.',
|
|
91
|
+
identifier_sign_in_description: 'Introduza o seu {{types, list(type: disjunction;)}} para iniciar sessão.',
|
|
92
|
+
all_sign_in_options: 'Todas as opções de início de sessão',
|
|
93
|
+
identifier_register_description: 'Introduza o seu {{types, list(type: disjunction;)}} para criar uma nova conta.',
|
|
94
|
+
all_account_creation_options: 'Todas as opções de criação de conta',
|
|
95
|
+
back_to_sign_in: 'Voltar para o login',
|
|
90
96
|
};
|
|
91
97
|
export default Object.freeze(description);
|
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -123,6 +124,11 @@ declare const _default: Readonly<{
|
|
|
123
124
|
user_id: string;
|
|
124
125
|
redirect_to: string;
|
|
125
126
|
auto_agreement: string;
|
|
127
|
+
identifier_sign_in_description: string;
|
|
128
|
+
all_sign_in_options: string;
|
|
129
|
+
identifier_register_description: string;
|
|
130
|
+
all_account_creation_options: string;
|
|
131
|
+
back_to_sign_in: string;
|
|
126
132
|
}>;
|
|
127
133
|
error: Readonly<{
|
|
128
134
|
general_required: string;
|
package/lib/locales/ru/action.js
CHANGED
|
@@ -2,7 +2,7 @@ const action = {
|
|
|
2
2
|
sign_in: 'Войти',
|
|
3
3
|
continue: 'Продолжить',
|
|
4
4
|
create_account: 'Создать аккаунт',
|
|
5
|
-
create_account_without_linking: 'Создать
|
|
5
|
+
create_account_without_linking: 'Создать новый вместо этого',
|
|
6
6
|
create: 'Создать',
|
|
7
7
|
enter_passcode: 'Введите код подтверждения',
|
|
8
8
|
confirm: 'Подтвердить',
|
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -55,8 +56,12 @@ declare const _default: Readonly<{
|
|
|
55
56
|
password_requirement: {
|
|
56
57
|
length_one: string;
|
|
57
58
|
length_other: string;
|
|
59
|
+
length_few: string;
|
|
60
|
+
length_many: string;
|
|
58
61
|
character_types_one: string;
|
|
59
62
|
character_types_other: string;
|
|
63
|
+
character_types_few: string;
|
|
64
|
+
character_types_many: string;
|
|
60
65
|
};
|
|
61
66
|
use: string;
|
|
62
67
|
single_sign_on_email_form: string;
|
|
@@ -87,5 +92,10 @@ declare const _default: Readonly<{
|
|
|
87
92
|
/** UNTRANSLATED */
|
|
88
93
|
redirect_to: string;
|
|
89
94
|
auto_agreement: string;
|
|
95
|
+
identifier_sign_in_description: string;
|
|
96
|
+
all_sign_in_options: string;
|
|
97
|
+
identifier_register_description: string;
|
|
98
|
+
all_account_creation_options: string;
|
|
99
|
+
back_to_sign_in: string;
|
|
90
100
|
}>;
|
|
91
101
|
export default _default;
|
|
@@ -27,7 +27,8 @@ const description = {
|
|
|
27
27
|
social_link_email: 'Вы можете привязать другой адрес электронной почты',
|
|
28
28
|
social_link_phone: 'Вы можете привязать другой номер телефона',
|
|
29
29
|
social_link_email_or_phone: 'Вы можете привязать другой адрес электронной почты или телефон',
|
|
30
|
-
social_bind_with_existing: 'Мы
|
|
30
|
+
social_bind_with_existing: 'Мы нашли связанный аккаунт, который был зарегистрирован, и вы можете связать его напрямую.',
|
|
31
|
+
skip_social_linking: 'Пропустить привязку к существующему аккаунту?',
|
|
31
32
|
reset_password: 'Забыли пароль',
|
|
32
33
|
reset_password_description: 'Введите {{types, list(type: disjunction;)}} от вашей учетной записи, и мы вышлем вам код для восстановления пароля.',
|
|
33
34
|
new_password: 'Новый пароль',
|
|
@@ -55,8 +56,12 @@ const description = {
|
|
|
55
56
|
password_requirement: {
|
|
56
57
|
length_one: 'требуется минимум {{count}} символ',
|
|
57
58
|
length_other: 'требуется минимум {{count}} символов',
|
|
59
|
+
length_few: 'требуется минимум {{count}} символа',
|
|
60
|
+
length_many: 'требуется минимум {{count}} символов',
|
|
58
61
|
character_types_one: 'должен содержать по крайней мере {{count}} тип прописных букв, строчных букв, цифр и символов',
|
|
59
62
|
character_types_other: 'должен содержать по крайней мере {{count}} типа прописных букв, строчных букв, цифр и символов',
|
|
63
|
+
character_types_few: 'должен содержать по крайней мере {{count}} типа прописных букв, строчных букв, цифр и символов',
|
|
64
|
+
character_types_many: 'должен содержать по крайней мере {{count}} типа прописных букв, строчных букв, цифр и символов',
|
|
60
65
|
},
|
|
61
66
|
use: 'Использовать',
|
|
62
67
|
single_sign_on_email_form: 'Введите корпоративный адрес электронной почты',
|
|
@@ -87,5 +92,10 @@ const description = {
|
|
|
87
92
|
/** UNTRANSLATED */
|
|
88
93
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
94
|
auto_agreement: 'Продолжая, вы соглашаетесь с <link></link>.',
|
|
95
|
+
identifier_sign_in_description: 'Введите свои {{types, list(type: disjunction;)}} для входа.',
|
|
96
|
+
all_sign_in_options: 'Все варианты входа',
|
|
97
|
+
identifier_register_description: 'Введите свои {{types, list(type: disjunction;)}} чтобы создать новую учётную запись.',
|
|
98
|
+
all_account_creation_options: 'Все варианты создания учётной записи',
|
|
99
|
+
back_to_sign_in: 'Вернуться ко входу',
|
|
90
100
|
};
|
|
91
101
|
export default Object.freeze(description);
|
|
@@ -10,7 +10,7 @@ const error = {
|
|
|
10
10
|
invalid_email: 'Электронная почта указана неправильно',
|
|
11
11
|
invalid_phone: 'Номер телефона указан неправильно',
|
|
12
12
|
passwords_do_not_match: 'Пароли не совпадают. Пожалуйста, попробуйте еще раз.',
|
|
13
|
-
invalid_passcode: 'Неправильный код
|
|
13
|
+
invalid_passcode: 'Неправильный код подтверждения.',
|
|
14
14
|
invalid_connector_auth: 'Авторизация недействительна',
|
|
15
15
|
invalid_connector_request: 'Данные коннектора недействительны.',
|
|
16
16
|
unknown: 'Неизвестная ошибка. Пожалуйста, повторите попытку позднее.',
|
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -103,8 +104,12 @@ declare const _default: Readonly<{
|
|
|
103
104
|
password_requirement: {
|
|
104
105
|
length_one: string;
|
|
105
106
|
length_other: string;
|
|
107
|
+
length_few: string;
|
|
108
|
+
length_many: string;
|
|
106
109
|
character_types_one: string;
|
|
107
110
|
character_types_other: string;
|
|
111
|
+
character_types_few: string;
|
|
112
|
+
character_types_many: string;
|
|
108
113
|
};
|
|
109
114
|
use: string;
|
|
110
115
|
single_sign_on_email_form: string;
|
|
@@ -123,6 +128,11 @@ declare const _default: Readonly<{
|
|
|
123
128
|
user_id: string;
|
|
124
129
|
redirect_to: string;
|
|
125
130
|
auto_agreement: string;
|
|
131
|
+
identifier_sign_in_description: string;
|
|
132
|
+
all_sign_in_options: string;
|
|
133
|
+
identifier_register_description: string;
|
|
134
|
+
all_account_creation_options: string;
|
|
135
|
+
back_to_sign_in: string;
|
|
126
136
|
}>;
|
|
127
137
|
error: Readonly<{
|
|
128
138
|
general_required: string;
|
|
@@ -2,7 +2,7 @@ const action = {
|
|
|
2
2
|
sign_in: 'Giriş Yap',
|
|
3
3
|
continue: 'İlerle',
|
|
4
4
|
create_account: 'Hesap Oluştur',
|
|
5
|
-
create_account_without_linking: '
|
|
5
|
+
create_account_without_linking: 'Bunun yerine yenisini oluştur',
|
|
6
6
|
create: 'Oluştur',
|
|
7
7
|
enter_passcode: 'Doğrulama kodunu girin',
|
|
8
8
|
confirm: 'Onayla',
|
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -87,5 +88,10 @@ declare const _default: Readonly<{
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: string;
|
|
89
90
|
auto_agreement: string;
|
|
91
|
+
identifier_sign_in_description: string;
|
|
92
|
+
all_sign_in_options: string;
|
|
93
|
+
identifier_register_description: string;
|
|
94
|
+
all_account_creation_options: string;
|
|
95
|
+
back_to_sign_in: string;
|
|
90
96
|
}>;
|
|
91
97
|
export default _default;
|
|
@@ -27,7 +27,8 @@ const description = {
|
|
|
27
27
|
social_link_email: 'Başka bir e-posta bağlayabilirsiniz',
|
|
28
28
|
social_link_phone: 'Başka bir telefon bağlayabilirsiniz',
|
|
29
29
|
social_link_email_or_phone: 'Başka bir e-posta veya telefon bağlayabilirsiniz',
|
|
30
|
-
social_bind_with_existing: 'Kayıtlı ilgili
|
|
30
|
+
social_bind_with_existing: 'Kayıtlı bir ilgili hesap bulduk ve doğrudan bağlayabilirsiniz.',
|
|
31
|
+
skip_social_linking: 'Mevcut hesabın bağlantısını atla?',
|
|
31
32
|
reset_password: 'Parolanızı mı unuttunuz',
|
|
32
33
|
reset_password_description: 'Hesabınızla ilişkili {{types, list(type: disjunction;)}} girin, şifrenizi sıfırlamanız için size doğrulama kodunu göndereceğiz.',
|
|
33
34
|
new_password: 'Yeni Şifre',
|
|
@@ -87,5 +88,10 @@ const description = {
|
|
|
87
88
|
/** UNTRANSLATED */
|
|
88
89
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
90
|
auto_agreement: 'Devam ederek <link></link> kabul etmiş oluyorsunuz.',
|
|
91
|
+
identifier_sign_in_description: 'Oturum açmak için {{types, list(type: disjunction;)}} girin.',
|
|
92
|
+
all_sign_in_options: 'Tüm oturum açma seçenekleri',
|
|
93
|
+
identifier_register_description: 'Yeni bir hesap oluşturmak için {{types, list(type: disjunction;)}} girin.',
|
|
94
|
+
all_account_creation_options: 'Tüm hesap oluşturma seçenekleri',
|
|
95
|
+
back_to_sign_in: 'Girişe dön',
|
|
90
96
|
};
|
|
91
97
|
export default Object.freeze(description);
|
|
@@ -10,7 +10,7 @@ const error = {
|
|
|
10
10
|
invalid_email: 'E-posta adresi geçersiz',
|
|
11
11
|
invalid_phone: 'Telefon numarası geçersiz',
|
|
12
12
|
passwords_do_not_match: 'Şifreler eşleşmiyor',
|
|
13
|
-
invalid_passcode: 'Doğrulama kodu geçersiz',
|
|
13
|
+
invalid_passcode: 'Doğrulama kodu geçersiz.',
|
|
14
14
|
invalid_connector_auth: 'Yetki geçersiz',
|
|
15
15
|
invalid_connector_request: 'Bağlayıcı veri geçersiz',
|
|
16
16
|
unknown: 'Bilinmeyen hata. Lütfen daha sonra tekrar deneyiniz.',
|
|
@@ -76,6 +76,7 @@ declare const _default: Readonly<{
|
|
|
76
76
|
social_link_phone: string;
|
|
77
77
|
social_link_email_or_phone: string;
|
|
78
78
|
social_bind_with_existing: string;
|
|
79
|
+
skip_social_linking: string;
|
|
79
80
|
reset_password: string;
|
|
80
81
|
reset_password_description: string;
|
|
81
82
|
new_password: string;
|
|
@@ -123,6 +124,11 @@ declare const _default: Readonly<{
|
|
|
123
124
|
user_id: string;
|
|
124
125
|
redirect_to: string;
|
|
125
126
|
auto_agreement: string;
|
|
127
|
+
identifier_sign_in_description: string;
|
|
128
|
+
all_sign_in_options: string;
|
|
129
|
+
identifier_register_description: string;
|
|
130
|
+
all_account_creation_options: string;
|
|
131
|
+
back_to_sign_in: string;
|
|
126
132
|
}>;
|
|
127
133
|
error: Readonly<{
|
|
128
134
|
general_required: string;
|
|
@@ -2,7 +2,7 @@ const action = {
|
|
|
2
2
|
sign_in: '登录',
|
|
3
3
|
continue: '继续',
|
|
4
4
|
create_account: '注册',
|
|
5
|
-
create_account_without_linking: '
|
|
5
|
+
create_account_without_linking: '创建新帐户',
|
|
6
6
|
create: '注册',
|
|
7
7
|
enter_passcode: '输入验证码',
|
|
8
8
|
confirm: '确认',
|
|
@@ -29,9 +29,7 @@ const action = {
|
|
|
29
29
|
verify_via_passkey: '通过 Passkey 验证',
|
|
30
30
|
download: '下载',
|
|
31
31
|
single_sign_on: '单点登录',
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
/** UNTRANSLATED */
|
|
35
|
-
use_another_account: 'Use another account',
|
|
32
|
+
authorize: '授权',
|
|
33
|
+
use_another_account: '使用另一个账号',
|
|
36
34
|
};
|
|
37
35
|
export default Object.freeze(action);
|
|
@@ -28,6 +28,7 @@ declare const _default: Readonly<{
|
|
|
28
28
|
social_link_phone: string;
|
|
29
29
|
social_link_email_or_phone: string;
|
|
30
30
|
social_bind_with_existing: string;
|
|
31
|
+
skip_social_linking: string;
|
|
31
32
|
reset_password: string;
|
|
32
33
|
reset_password_description: string;
|
|
33
34
|
new_password: string;
|
|
@@ -65,18 +66,20 @@ declare const _default: Readonly<{
|
|
|
65
66
|
authorize_title: string;
|
|
66
67
|
request_permission: string;
|
|
67
68
|
grant_organization_access: string;
|
|
68
|
-
/** UNTRANSLATED */
|
|
69
69
|
authorize_personal_data_usage: string;
|
|
70
|
-
/** UNTRANSLATED */
|
|
71
70
|
authorize_organization_access: string;
|
|
72
71
|
user_scopes: string;
|
|
73
72
|
organization_scopes: string;
|
|
74
73
|
authorize_agreement: string;
|
|
75
|
-
/** UNTRANSLATED */
|
|
76
74
|
authorize_agreement_with_redirect: string;
|
|
77
75
|
not_you: string;
|
|
78
76
|
user_id: string;
|
|
79
77
|
redirect_to: string;
|
|
80
78
|
auto_agreement: string;
|
|
79
|
+
identifier_sign_in_description: string;
|
|
80
|
+
all_sign_in_options: string;
|
|
81
|
+
identifier_register_description: string;
|
|
82
|
+
all_account_creation_options: string;
|
|
83
|
+
back_to_sign_in: string;
|
|
81
84
|
}>;
|
|
82
85
|
export default _default;
|