@logto/phrases-experience 1.6.0 → 1.7.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/locales/de/description.d.ts +7 -0
- package/lib/locales/de/description.js +11 -4
- package/lib/locales/de/index.d.ts +7 -2
- package/lib/locales/de/user-scopes.d.ts +4 -2
- package/lib/locales/de/user-scopes.js +10 -9
- package/lib/locales/en/description.d.ts +4 -0
- package/lib/locales/en/description.js +7 -3
- package/lib/locales/en/index.d.ts +7 -2
- package/lib/locales/en/user-scopes.d.ts +3 -2
- package/lib/locales/en/user-scopes.js +9 -9
- package/lib/locales/es/description.d.ts +7 -0
- package/lib/locales/es/description.js +10 -3
- package/lib/locales/es/index.d.ts +7 -2
- package/lib/locales/es/user-scopes.d.ts +4 -2
- package/lib/locales/es/user-scopes.js +10 -9
- package/lib/locales/fr/description.d.ts +7 -0
- package/lib/locales/fr/description.js +11 -4
- package/lib/locales/fr/index.d.ts +7 -2
- package/lib/locales/fr/user-scopes.d.ts +4 -2
- package/lib/locales/fr/user-scopes.js +10 -9
- package/lib/locales/it/description.d.ts +7 -0
- package/lib/locales/it/description.js +10 -3
- package/lib/locales/it/index.d.ts +7 -2
- package/lib/locales/it/user-scopes.d.ts +4 -2
- package/lib/locales/it/user-scopes.js +10 -9
- package/lib/locales/ja/description.d.ts +7 -0
- package/lib/locales/ja/description.js +10 -3
- package/lib/locales/ja/index.d.ts +7 -2
- package/lib/locales/ja/user-scopes.d.ts +4 -2
- package/lib/locales/ja/user-scopes.js +10 -9
- package/lib/locales/ko/description.d.ts +7 -0
- package/lib/locales/ko/description.js +11 -4
- package/lib/locales/ko/index.d.ts +7 -2
- package/lib/locales/ko/user-scopes.d.ts +4 -2
- package/lib/locales/ko/user-scopes.js +10 -9
- package/lib/locales/pl-pl/description.d.ts +7 -0
- package/lib/locales/pl-pl/description.js +10 -3
- package/lib/locales/pl-pl/index.d.ts +7 -2
- package/lib/locales/pl-pl/user-scopes.d.ts +4 -2
- package/lib/locales/pl-pl/user-scopes.js +10 -9
- package/lib/locales/pt-br/description.d.ts +7 -0
- package/lib/locales/pt-br/description.js +10 -3
- package/lib/locales/pt-br/index.d.ts +7 -2
- package/lib/locales/pt-br/user-scopes.d.ts +4 -2
- package/lib/locales/pt-br/user-scopes.js +10 -9
- package/lib/locales/pt-pt/description.d.ts +7 -0
- package/lib/locales/pt-pt/description.js +10 -3
- package/lib/locales/pt-pt/index.d.ts +7 -2
- package/lib/locales/pt-pt/user-scopes.d.ts +4 -2
- package/lib/locales/pt-pt/user-scopes.js +10 -9
- package/lib/locales/ru/description.d.ts +7 -0
- package/lib/locales/ru/description.js +10 -3
- package/lib/locales/ru/index.d.ts +7 -2
- package/lib/locales/ru/user-scopes.d.ts +4 -2
- package/lib/locales/ru/user-scopes.js +10 -9
- package/lib/locales/tr-tr/description.d.ts +7 -0
- package/lib/locales/tr-tr/description.js +10 -3
- package/lib/locales/tr-tr/index.d.ts +7 -2
- package/lib/locales/tr-tr/user-scopes.d.ts +4 -2
- package/lib/locales/tr-tr/user-scopes.js +10 -9
- package/lib/locales/zh-cn/description.d.ts +5 -7
- package/lib/locales/zh-cn/description.js +16 -18
- package/lib/locales/zh-cn/index.d.ts +7 -2
- package/lib/locales/zh-cn/user-scopes.d.ts +4 -2
- package/lib/locales/zh-cn/user-scopes.js +10 -9
- package/lib/locales/zh-hk/description.d.ts +7 -0
- package/lib/locales/zh-hk/description.js +10 -3
- package/lib/locales/zh-hk/index.d.ts +7 -2
- package/lib/locales/zh-hk/user-scopes.d.ts +4 -2
- package/lib/locales/zh-hk/user-scopes.js +10 -9
- package/lib/locales/zh-tw/description.d.ts +7 -0
- package/lib/locales/zh-tw/description.js +10 -3
- package/lib/locales/zh-tw/index.d.ts +7 -2
- package/lib/locales/zh-tw/user-scopes.d.ts +4 -2
- package/lib/locales/zh-tw/user-scopes.js +10 -9
- package/package.json +7 -7
|
@@ -14,8 +14,8 @@ const description = {
|
|
|
14
14
|
and: 'e',
|
|
15
15
|
enter_passcode: 'O código de verificação foi enviado para o seu {{address}} {{target}}',
|
|
16
16
|
passcode_sent: 'O código de verificação foi reenviado',
|
|
17
|
-
resend_after_seconds: 'Reenviar após <span>{{seconds}}</span> segundos',
|
|
18
|
-
resend_passcode: 'Reenviar código de verificação',
|
|
17
|
+
resend_after_seconds: 'Ainda não recebeu? Reenviar após <span>{{seconds}}</span> segundos',
|
|
18
|
+
resend_passcode: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
|
|
19
19
|
create_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de fazer login?',
|
|
20
20
|
link_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de vinculá-la?',
|
|
21
21
|
sign_in_id_does_not_exist: 'A conta com {{type}} {{value}} não existe, gostaria de criar uma?',
|
|
@@ -69,16 +69,23 @@ const description = {
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: 'Grant the organization access:',
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: 'Authorize the use of your personal data:',
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: 'Authorize access to the specific organization:',
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: 'Personal user data',
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: 'Organization access',
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
|
-
authorize_agreement: `By
|
|
80
|
+
authorize_agreement: `By authorizing the access, you agree to the {{name}}'s <link></link>.`,
|
|
81
|
+
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: `By authorizing the access, you agree to the {{name}}'s <link></link>, and will be redirected to {{uri}}.`,
|
|
77
83
|
/** UNTRANSLATED */
|
|
78
84
|
not_you: 'Not you?',
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: 'User ID: {{id}}',
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
|
+
auto_agreement: 'Ao continuar, você concorda com os <link></link>.',
|
|
83
90
|
};
|
|
84
91
|
export default Object.freeze(description);
|
|
@@ -113,12 +113,16 @@ declare const _default: Readonly<{
|
|
|
113
113
|
authorize_title: string;
|
|
114
114
|
request_permission: string;
|
|
115
115
|
grant_organization_access: string;
|
|
116
|
+
authorize_personal_data_usage: string;
|
|
117
|
+
authorize_organization_access: string;
|
|
116
118
|
user_scopes: string;
|
|
117
119
|
organization_scopes: string;
|
|
118
120
|
authorize_agreement: string;
|
|
121
|
+
authorize_agreement_with_redirect: string;
|
|
119
122
|
not_you: string;
|
|
120
123
|
user_id: string;
|
|
121
124
|
redirect_to: string;
|
|
125
|
+
auto_agreement: string;
|
|
122
126
|
}>;
|
|
123
127
|
error: Readonly<{
|
|
124
128
|
general_required: string;
|
|
@@ -212,8 +216,9 @@ declare const _default: Readonly<{
|
|
|
212
216
|
profile: string;
|
|
213
217
|
roles: string;
|
|
214
218
|
identities: string;
|
|
215
|
-
|
|
216
|
-
|
|
219
|
+
'urn:logto:scope:organizations': string;
|
|
220
|
+
'urn:logto:scope:organization_roles': string;
|
|
221
|
+
address: string;
|
|
217
222
|
};
|
|
218
223
|
}>;
|
|
219
224
|
};
|
|
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
|
|
|
13
13
|
/** UNTRANSLATED */
|
|
14
14
|
identities: string;
|
|
15
15
|
/** UNTRANSLATED */
|
|
16
|
-
|
|
16
|
+
'urn:logto:scope:organizations': string;
|
|
17
17
|
/** UNTRANSLATED */
|
|
18
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': string;
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: string;
|
|
19
21
|
};
|
|
20
22
|
}>;
|
|
21
23
|
export default _default;
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import { UserScope } from '@logto/core-kit';
|
|
2
1
|
const user_scopes = {
|
|
3
2
|
descriptions: {
|
|
4
3
|
/** UNTRANSLATED */
|
|
5
|
-
|
|
4
|
+
custom_data: 'Your custom data',
|
|
6
5
|
/** UNTRANSLATED */
|
|
7
|
-
|
|
6
|
+
email: 'Your email address',
|
|
8
7
|
/** UNTRANSLATED */
|
|
9
|
-
|
|
8
|
+
phone: 'Your phone number',
|
|
10
9
|
/** UNTRANSLATED */
|
|
11
|
-
|
|
10
|
+
profile: 'Your name, username, avatar, and other profile info',
|
|
12
11
|
/** UNTRANSLATED */
|
|
13
|
-
|
|
12
|
+
roles: 'Your roles',
|
|
14
13
|
/** UNTRANSLATED */
|
|
15
|
-
|
|
14
|
+
identities: 'Your linked social identities',
|
|
16
15
|
/** UNTRANSLATED */
|
|
17
|
-
|
|
16
|
+
'urn:logto:scope:organizations': 'Your organizations info',
|
|
18
17
|
/** UNTRANSLATED */
|
|
19
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': 'Your organization roles',
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: 'Your address',
|
|
20
21
|
},
|
|
21
22
|
};
|
|
22
23
|
export default Object.freeze(user_scopes);
|
|
@@ -69,16 +69,23 @@ declare const _default: Readonly<{
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: string;
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: string;
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: string;
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: string;
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: string;
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
80
|
authorize_agreement: string;
|
|
77
81
|
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: string;
|
|
83
|
+
/** UNTRANSLATED */
|
|
78
84
|
not_you: string;
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: string;
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: string;
|
|
89
|
+
auto_agreement: string;
|
|
83
90
|
}>;
|
|
84
91
|
export default _default;
|
|
@@ -14,8 +14,8 @@ const description = {
|
|
|
14
14
|
and: 'и',
|
|
15
15
|
enter_passcode: 'Код подтверждения был отправлен на {{address}}',
|
|
16
16
|
passcode_sent: 'Код подтверждения был отправлен повторно',
|
|
17
|
-
resend_after_seconds: 'Отправить повторно через <span>{{seconds}}</span>
|
|
18
|
-
resend_passcode: '
|
|
17
|
+
resend_after_seconds: 'Еще не получили? Отправить повторно через <span>{{seconds}}</span> секунд',
|
|
18
|
+
resend_passcode: 'Еще не получили? <a>Отправить повторно код подтверждения</a>',
|
|
19
19
|
create_account_id_exists: 'Учетная запись для {{value}} уже существует, хотите войти?',
|
|
20
20
|
link_account_id_exists: 'Учетная запись для {{value}} уже существует, хотите привязать?',
|
|
21
21
|
sign_in_id_does_not_exist: 'Учетная запись для {{value}} не существует, хотите зарегистрироваться?',
|
|
@@ -69,16 +69,23 @@ const description = {
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: 'Grant the organization access:',
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: 'Authorize the use of your personal data:',
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: 'Authorize access to the specific organization:',
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: 'Personal user data',
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: 'Organization access',
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
|
-
authorize_agreement: `By
|
|
80
|
+
authorize_agreement: `By authorizing the access, you agree to the {{name}}'s <link></link>.`,
|
|
81
|
+
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: `By authorizing the access, you agree to the {{name}}'s <link></link>, and will be redirected to {{uri}}.`,
|
|
77
83
|
/** UNTRANSLATED */
|
|
78
84
|
not_you: 'Not you?',
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: 'User ID: {{id}}',
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
|
+
auto_agreement: 'Продолжая, вы соглашаетесь с <link></link>.',
|
|
83
90
|
};
|
|
84
91
|
export default Object.freeze(description);
|
|
@@ -113,12 +113,16 @@ declare const _default: Readonly<{
|
|
|
113
113
|
authorize_title: string;
|
|
114
114
|
request_permission: string;
|
|
115
115
|
grant_organization_access: string;
|
|
116
|
+
authorize_personal_data_usage: string;
|
|
117
|
+
authorize_organization_access: string;
|
|
116
118
|
user_scopes: string;
|
|
117
119
|
organization_scopes: string;
|
|
118
120
|
authorize_agreement: string;
|
|
121
|
+
authorize_agreement_with_redirect: string;
|
|
119
122
|
not_you: string;
|
|
120
123
|
user_id: string;
|
|
121
124
|
redirect_to: string;
|
|
125
|
+
auto_agreement: string;
|
|
122
126
|
}>;
|
|
123
127
|
error: Readonly<{
|
|
124
128
|
general_required: string;
|
|
@@ -212,8 +216,9 @@ declare const _default: Readonly<{
|
|
|
212
216
|
profile: string;
|
|
213
217
|
roles: string;
|
|
214
218
|
identities: string;
|
|
215
|
-
|
|
216
|
-
|
|
219
|
+
'urn:logto:scope:organizations': string;
|
|
220
|
+
'urn:logto:scope:organization_roles': string;
|
|
221
|
+
address: string;
|
|
217
222
|
};
|
|
218
223
|
}>;
|
|
219
224
|
};
|
|
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
|
|
|
13
13
|
/** UNTRANSLATED */
|
|
14
14
|
identities: string;
|
|
15
15
|
/** UNTRANSLATED */
|
|
16
|
-
|
|
16
|
+
'urn:logto:scope:organizations': string;
|
|
17
17
|
/** UNTRANSLATED */
|
|
18
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': string;
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: string;
|
|
19
21
|
};
|
|
20
22
|
}>;
|
|
21
23
|
export default _default;
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import { UserScope } from '@logto/core-kit';
|
|
2
1
|
const user_scopes = {
|
|
3
2
|
descriptions: {
|
|
4
3
|
/** UNTRANSLATED */
|
|
5
|
-
|
|
4
|
+
custom_data: 'Your custom data',
|
|
6
5
|
/** UNTRANSLATED */
|
|
7
|
-
|
|
6
|
+
email: 'Your email address',
|
|
8
7
|
/** UNTRANSLATED */
|
|
9
|
-
|
|
8
|
+
phone: 'Your phone number',
|
|
10
9
|
/** UNTRANSLATED */
|
|
11
|
-
|
|
10
|
+
profile: 'Your name, username, avatar, and other profile info',
|
|
12
11
|
/** UNTRANSLATED */
|
|
13
|
-
|
|
12
|
+
roles: 'Your roles',
|
|
14
13
|
/** UNTRANSLATED */
|
|
15
|
-
|
|
14
|
+
identities: 'Your linked social identities',
|
|
16
15
|
/** UNTRANSLATED */
|
|
17
|
-
|
|
16
|
+
'urn:logto:scope:organizations': 'Your organizations info',
|
|
18
17
|
/** UNTRANSLATED */
|
|
19
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': 'Your organization roles',
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: 'Your address',
|
|
20
21
|
},
|
|
21
22
|
};
|
|
22
23
|
export default Object.freeze(user_scopes);
|
|
@@ -69,16 +69,23 @@ declare const _default: Readonly<{
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: string;
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: string;
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: string;
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: string;
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: string;
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
80
|
authorize_agreement: string;
|
|
77
81
|
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: string;
|
|
83
|
+
/** UNTRANSLATED */
|
|
78
84
|
not_you: string;
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: string;
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: string;
|
|
89
|
+
auto_agreement: string;
|
|
83
90
|
}>;
|
|
84
91
|
export default _default;
|
|
@@ -14,8 +14,8 @@ const description = {
|
|
|
14
14
|
and: 've',
|
|
15
15
|
enter_passcode: 'Doğrulama kodu {{address}} {{target}} adresinize gönderildi',
|
|
16
16
|
passcode_sent: 'Doğrulama kodu yeniden gönderildi',
|
|
17
|
-
resend_after_seconds: '<span>{{seconds}}</span> saniye sonra tekrar
|
|
18
|
-
resend_passcode: 'Doğrulama kodunu tekrar
|
|
17
|
+
resend_after_seconds: 'Henüz almadınız mı? <span>{{seconds}}</span> saniye sonra tekrar gönderin',
|
|
18
|
+
resend_passcode: 'Henüz almadınız mı? <a>Doğrulama kodunu tekrar gönderin</a>',
|
|
19
19
|
create_account_id_exists: '{{type}} {{value}} ile hesap mevcut, giriş yapmak ister misiniz?',
|
|
20
20
|
link_account_id_exists: '{{type}} {{value}} olan hesap zaten var, bağlamak ister misiniz?',
|
|
21
21
|
sign_in_id_does_not_exist: '{{type}} {{value}} ile hesap mevcut değil, yeni bir hesap oluşturmak ister misiniz?',
|
|
@@ -69,16 +69,23 @@ const description = {
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: 'Grant the organization access:',
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: 'Authorize the use of your personal data:',
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: 'Authorize access to the specific organization:',
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: 'Personal user data',
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: 'Organization access',
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
|
-
authorize_agreement: `By
|
|
80
|
+
authorize_agreement: `By authorizing the access, you agree to the {{name}}'s <link></link>.`,
|
|
81
|
+
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: `By authorizing the access, you agree to the {{name}}'s <link></link>, and will be redirected to {{uri}}.`,
|
|
77
83
|
/** UNTRANSLATED */
|
|
78
84
|
not_you: 'Not you?',
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: 'User ID: {{id}}',
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
|
+
auto_agreement: 'Devam ederek <link></link> kabul etmiş oluyorsunuz.',
|
|
83
90
|
};
|
|
84
91
|
export default Object.freeze(description);
|
|
@@ -113,12 +113,16 @@ declare const _default: Readonly<{
|
|
|
113
113
|
authorize_title: string;
|
|
114
114
|
request_permission: string;
|
|
115
115
|
grant_organization_access: string;
|
|
116
|
+
authorize_personal_data_usage: string;
|
|
117
|
+
authorize_organization_access: string;
|
|
116
118
|
user_scopes: string;
|
|
117
119
|
organization_scopes: string;
|
|
118
120
|
authorize_agreement: string;
|
|
121
|
+
authorize_agreement_with_redirect: string;
|
|
119
122
|
not_you: string;
|
|
120
123
|
user_id: string;
|
|
121
124
|
redirect_to: string;
|
|
125
|
+
auto_agreement: string;
|
|
122
126
|
}>;
|
|
123
127
|
error: Readonly<{
|
|
124
128
|
general_required: string;
|
|
@@ -212,8 +216,9 @@ declare const _default: Readonly<{
|
|
|
212
216
|
profile: string;
|
|
213
217
|
roles: string;
|
|
214
218
|
identities: string;
|
|
215
|
-
|
|
216
|
-
|
|
219
|
+
'urn:logto:scope:organizations': string;
|
|
220
|
+
'urn:logto:scope:organization_roles': string;
|
|
221
|
+
address: string;
|
|
217
222
|
};
|
|
218
223
|
}>;
|
|
219
224
|
};
|
|
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
|
|
|
13
13
|
/** UNTRANSLATED */
|
|
14
14
|
identities: string;
|
|
15
15
|
/** UNTRANSLATED */
|
|
16
|
-
|
|
16
|
+
'urn:logto:scope:organizations': string;
|
|
17
17
|
/** UNTRANSLATED */
|
|
18
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': string;
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: string;
|
|
19
21
|
};
|
|
20
22
|
}>;
|
|
21
23
|
export default _default;
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import { UserScope } from '@logto/core-kit';
|
|
2
1
|
const user_scopes = {
|
|
3
2
|
descriptions: {
|
|
4
3
|
/** UNTRANSLATED */
|
|
5
|
-
|
|
4
|
+
custom_data: 'Your custom data',
|
|
6
5
|
/** UNTRANSLATED */
|
|
7
|
-
|
|
6
|
+
email: 'Your email address',
|
|
8
7
|
/** UNTRANSLATED */
|
|
9
|
-
|
|
8
|
+
phone: 'Your phone number',
|
|
10
9
|
/** UNTRANSLATED */
|
|
11
|
-
|
|
10
|
+
profile: 'Your name, username, avatar, and other profile info',
|
|
12
11
|
/** UNTRANSLATED */
|
|
13
|
-
|
|
12
|
+
roles: 'Your roles',
|
|
14
13
|
/** UNTRANSLATED */
|
|
15
|
-
|
|
14
|
+
identities: 'Your linked social identities',
|
|
16
15
|
/** UNTRANSLATED */
|
|
17
|
-
|
|
16
|
+
'urn:logto:scope:organizations': 'Your organizations info',
|
|
18
17
|
/** UNTRANSLATED */
|
|
19
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': 'Your organization roles',
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: 'Your address',
|
|
20
21
|
},
|
|
21
22
|
};
|
|
22
23
|
export default Object.freeze(user_scopes);
|
|
@@ -62,23 +62,21 @@ declare const _default: Readonly<{
|
|
|
62
62
|
single_sign_on_email_form: string;
|
|
63
63
|
single_sign_on_connectors_list: string;
|
|
64
64
|
single_sign_on_enabled: string;
|
|
65
|
-
/** UNTRANSLATED */
|
|
66
65
|
authorize_title: string;
|
|
67
|
-
/** UNTRANSLATED */
|
|
68
66
|
request_permission: string;
|
|
69
|
-
/** UNTRANSLATED */
|
|
70
67
|
grant_organization_access: string;
|
|
71
68
|
/** UNTRANSLATED */
|
|
72
|
-
|
|
69
|
+
authorize_personal_data_usage: string;
|
|
73
70
|
/** UNTRANSLATED */
|
|
71
|
+
authorize_organization_access: string;
|
|
72
|
+
user_scopes: string;
|
|
74
73
|
organization_scopes: string;
|
|
75
|
-
/** UNTRANSLATED */
|
|
76
74
|
authorize_agreement: string;
|
|
77
75
|
/** UNTRANSLATED */
|
|
76
|
+
authorize_agreement_with_redirect: string;
|
|
78
77
|
not_you: string;
|
|
79
|
-
/** UNTRANSLATED */
|
|
80
78
|
user_id: string;
|
|
81
|
-
/** UNTRANSLATED */
|
|
82
79
|
redirect_to: string;
|
|
80
|
+
auto_agreement: string;
|
|
83
81
|
}>;
|
|
84
82
|
export default _default;
|
|
@@ -14,8 +14,8 @@ const description = {
|
|
|
14
14
|
and: '和',
|
|
15
15
|
enter_passcode: '验证码已经发送至你的{{ address }} {{target}}',
|
|
16
16
|
passcode_sent: '验证码已经发送',
|
|
17
|
-
resend_after_seconds: '
|
|
18
|
-
resend_passcode: '
|
|
17
|
+
resend_after_seconds: '还没收到? <span>{{seconds}}</span> 秒后重发',
|
|
18
|
+
resend_passcode: '还没收到? <a>重发验证码</a>',
|
|
19
19
|
create_account_id_exists: '{{type}}为 {{value}} 的帐号已存在,你要登录吗?',
|
|
20
20
|
link_account_id_exists: ' {{type}}为 {{value}} 的账号已注册,你要绑定至这个账号吗?',
|
|
21
21
|
sign_in_id_does_not_exist: '{{type}}为 {{value}} 的帐号不存在,你要创建一个新帐号吗?',
|
|
@@ -60,25 +60,23 @@ const description = {
|
|
|
60
60
|
},
|
|
61
61
|
use: '使用',
|
|
62
62
|
single_sign_on_email_form: '输入你的企业电子邮件地址',
|
|
63
|
-
single_sign_on_connectors_list: '你的企业已为电子邮件账户{{email}}启用了单点登录。你可以继续使用以下SSO提供商进行登录。',
|
|
63
|
+
single_sign_on_connectors_list: '你的企业已为电子邮件账户 {{email}} 启用了单点登录。你可以继续使用以下SSO提供商进行登录。',
|
|
64
64
|
single_sign_on_enabled: '该帐户已启用单点登录',
|
|
65
|
+
authorize_title: '授权给 {{name}}',
|
|
66
|
+
request_permission: '{{name}} 需要权限:',
|
|
67
|
+
grant_organization_access: '授予组织访问权限:',
|
|
65
68
|
/** UNTRANSLATED */
|
|
66
|
-
|
|
69
|
+
authorize_personal_data_usage: 'Authorize the use of your personal data:',
|
|
67
70
|
/** UNTRANSLATED */
|
|
68
|
-
|
|
71
|
+
authorize_organization_access: 'Authorize access to the specific organization:',
|
|
72
|
+
user_scopes: '用户个人信息',
|
|
73
|
+
organization_scopes: '组织权限',
|
|
74
|
+
authorize_agreement: `你将同意授权给 {{name}} <link></link>.`,
|
|
69
75
|
/** UNTRANSLATED */
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
/** UNTRANSLATED */
|
|
76
|
-
authorize_agreement: `By authorize the access, you agree to the {{name}}'s <link></link>.`,
|
|
77
|
-
/** UNTRANSLATED */
|
|
78
|
-
not_you: 'Not you?',
|
|
79
|
-
/** UNTRANSLATED */
|
|
80
|
-
user_id: 'User ID: {{id}}',
|
|
81
|
-
/** UNTRANSLATED */
|
|
82
|
-
redirect_to: 'You will be redirected to {{name}}.',
|
|
76
|
+
authorize_agreement_with_redirect: `你将同意授权给 {{name}} <link></link>,然后你将被重定向到 {{uri}}。`,
|
|
77
|
+
not_you: '不是你本人吗?',
|
|
78
|
+
user_id: '用户 ID: {{id}}',
|
|
79
|
+
redirect_to: '你将被重定向到 {{name}}。',
|
|
80
|
+
auto_agreement: '继续即表示您同意<link></link>。',
|
|
83
81
|
};
|
|
84
82
|
export default Object.freeze(description);
|
|
@@ -113,12 +113,16 @@ declare const _default: Readonly<{
|
|
|
113
113
|
authorize_title: string;
|
|
114
114
|
request_permission: string;
|
|
115
115
|
grant_organization_access: string;
|
|
116
|
+
authorize_personal_data_usage: string;
|
|
117
|
+
authorize_organization_access: string;
|
|
116
118
|
user_scopes: string;
|
|
117
119
|
organization_scopes: string;
|
|
118
120
|
authorize_agreement: string;
|
|
121
|
+
authorize_agreement_with_redirect: string;
|
|
119
122
|
not_you: string;
|
|
120
123
|
user_id: string;
|
|
121
124
|
redirect_to: string;
|
|
125
|
+
auto_agreement: string;
|
|
122
126
|
}>;
|
|
123
127
|
error: Readonly<{
|
|
124
128
|
general_required: string;
|
|
@@ -212,8 +216,9 @@ declare const _default: Readonly<{
|
|
|
212
216
|
profile: string;
|
|
213
217
|
roles: string;
|
|
214
218
|
identities: string;
|
|
215
|
-
|
|
216
|
-
|
|
219
|
+
'urn:logto:scope:organizations': string;
|
|
220
|
+
'urn:logto:scope:organization_roles': string;
|
|
221
|
+
address: string;
|
|
217
222
|
};
|
|
218
223
|
}>;
|
|
219
224
|
};
|
|
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
|
|
|
13
13
|
/** UNTRANSLATED */
|
|
14
14
|
identities: string;
|
|
15
15
|
/** UNTRANSLATED */
|
|
16
|
-
|
|
16
|
+
'urn:logto:scope:organizations': string;
|
|
17
17
|
/** UNTRANSLATED */
|
|
18
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': string;
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: string;
|
|
19
21
|
};
|
|
20
22
|
}>;
|
|
21
23
|
export default _default;
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import { UserScope } from '@logto/core-kit';
|
|
2
1
|
const user_scopes = {
|
|
3
2
|
descriptions: {
|
|
4
3
|
/** UNTRANSLATED */
|
|
5
|
-
|
|
4
|
+
custom_data: 'Your custom data',
|
|
6
5
|
/** UNTRANSLATED */
|
|
7
|
-
|
|
6
|
+
email: 'Your email address',
|
|
8
7
|
/** UNTRANSLATED */
|
|
9
|
-
|
|
8
|
+
phone: 'Your phone number',
|
|
10
9
|
/** UNTRANSLATED */
|
|
11
|
-
|
|
10
|
+
profile: 'Your name, username, avatar, and other profile info',
|
|
12
11
|
/** UNTRANSLATED */
|
|
13
|
-
|
|
12
|
+
roles: 'Your roles',
|
|
14
13
|
/** UNTRANSLATED */
|
|
15
|
-
|
|
14
|
+
identities: 'Your linked social identities',
|
|
16
15
|
/** UNTRANSLATED */
|
|
17
|
-
|
|
16
|
+
'urn:logto:scope:organizations': 'Your organizations info',
|
|
18
17
|
/** UNTRANSLATED */
|
|
19
|
-
|
|
18
|
+
'urn:logto:scope:organization_roles': 'Your organization roles',
|
|
19
|
+
/** UNTRANSLATED */
|
|
20
|
+
address: 'Your address',
|
|
20
21
|
},
|
|
21
22
|
};
|
|
22
23
|
export default Object.freeze(user_scopes);
|
|
@@ -69,16 +69,23 @@ declare const _default: Readonly<{
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: string;
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: string;
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: string;
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: string;
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: string;
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
80
|
authorize_agreement: string;
|
|
77
81
|
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: string;
|
|
83
|
+
/** UNTRANSLATED */
|
|
78
84
|
not_you: string;
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: string;
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: string;
|
|
89
|
+
auto_agreement: string;
|
|
83
90
|
}>;
|
|
84
91
|
export default _default;
|
|
@@ -14,8 +14,8 @@ const description = {
|
|
|
14
14
|
and: '和',
|
|
15
15
|
enter_passcode: '驗證碼已經發送至你的{{ address }} {{target}}',
|
|
16
16
|
passcode_sent: '驗證碼已經發送',
|
|
17
|
-
resend_after_seconds: '
|
|
18
|
-
resend_passcode: '
|
|
17
|
+
resend_after_seconds: '還沒收到? <span>{{seconds}}</span> 秒後重發',
|
|
18
|
+
resend_passcode: '還沒收到? <a>重發驗證碼</a>',
|
|
19
19
|
create_account_id_exists: '{{type}}為 {{value}} 的帳號已存在,你要登錄嗎?',
|
|
20
20
|
link_account_id_exists: ' {{type}}為 {{value}} 的帳號已註冊,你要綁定至這個帳號嗎?',
|
|
21
21
|
sign_in_id_does_not_exist: '{{type}}為 {{value}} 的帳號不存在,你要創建一個新帳號嗎?',
|
|
@@ -69,16 +69,23 @@ const description = {
|
|
|
69
69
|
/** UNTRANSLATED */
|
|
70
70
|
grant_organization_access: 'Grant the organization access:',
|
|
71
71
|
/** UNTRANSLATED */
|
|
72
|
+
authorize_personal_data_usage: 'Authorize the use of your personal data:',
|
|
73
|
+
/** UNTRANSLATED */
|
|
74
|
+
authorize_organization_access: 'Authorize access to the specific organization:',
|
|
75
|
+
/** UNTRANSLATED */
|
|
72
76
|
user_scopes: 'Personal user data',
|
|
73
77
|
/** UNTRANSLATED */
|
|
74
78
|
organization_scopes: 'Organization access',
|
|
75
79
|
/** UNTRANSLATED */
|
|
76
|
-
authorize_agreement: `By
|
|
80
|
+
authorize_agreement: `By authorizing the access, you agree to the {{name}}'s <link></link>.`,
|
|
81
|
+
/** UNTRANSLATED */
|
|
82
|
+
authorize_agreement_with_redirect: `By authorizing the access, you agree to the {{name}}'s <link></link>, and will be redirected to {{uri}}.`,
|
|
77
83
|
/** UNTRANSLATED */
|
|
78
84
|
not_you: 'Not you?',
|
|
79
85
|
/** UNTRANSLATED */
|
|
80
86
|
user_id: 'User ID: {{id}}',
|
|
81
87
|
/** UNTRANSLATED */
|
|
82
88
|
redirect_to: 'You will be redirected to {{name}}.',
|
|
89
|
+
auto_agreement: '繼續即表示您同意<link></link>。',
|
|
83
90
|
};
|
|
84
91
|
export default Object.freeze(description);
|
|
@@ -113,12 +113,16 @@ declare const _default: Readonly<{
|
|
|
113
113
|
authorize_title: string;
|
|
114
114
|
request_permission: string;
|
|
115
115
|
grant_organization_access: string;
|
|
116
|
+
authorize_personal_data_usage: string;
|
|
117
|
+
authorize_organization_access: string;
|
|
116
118
|
user_scopes: string;
|
|
117
119
|
organization_scopes: string;
|
|
118
120
|
authorize_agreement: string;
|
|
121
|
+
authorize_agreement_with_redirect: string;
|
|
119
122
|
not_you: string;
|
|
120
123
|
user_id: string;
|
|
121
124
|
redirect_to: string;
|
|
125
|
+
auto_agreement: string;
|
|
122
126
|
}>;
|
|
123
127
|
error: Readonly<{
|
|
124
128
|
general_required: string;
|
|
@@ -212,8 +216,9 @@ declare const _default: Readonly<{
|
|
|
212
216
|
profile: string;
|
|
213
217
|
roles: string;
|
|
214
218
|
identities: string;
|
|
215
|
-
|
|
216
|
-
|
|
219
|
+
'urn:logto:scope:organizations': string;
|
|
220
|
+
'urn:logto:scope:organization_roles': string;
|
|
221
|
+
address: string;
|
|
217
222
|
};
|
|
218
223
|
}>;
|
|
219
224
|
};
|