@logto/phrases-experience 1.6.0 → 1.6.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.
Files changed (48) hide show
  1. package/lib/locales/de/index.d.ts +3 -2
  2. package/lib/locales/de/user-scopes.d.ts +4 -2
  3. package/lib/locales/de/user-scopes.js +10 -9
  4. package/lib/locales/en/index.d.ts +3 -2
  5. package/lib/locales/en/user-scopes.d.ts +3 -2
  6. package/lib/locales/en/user-scopes.js +9 -9
  7. package/lib/locales/es/index.d.ts +3 -2
  8. package/lib/locales/es/user-scopes.d.ts +4 -2
  9. package/lib/locales/es/user-scopes.js +10 -9
  10. package/lib/locales/fr/index.d.ts +3 -2
  11. package/lib/locales/fr/user-scopes.d.ts +4 -2
  12. package/lib/locales/fr/user-scopes.js +10 -9
  13. package/lib/locales/it/index.d.ts +3 -2
  14. package/lib/locales/it/user-scopes.d.ts +4 -2
  15. package/lib/locales/it/user-scopes.js +10 -9
  16. package/lib/locales/ja/index.d.ts +3 -2
  17. package/lib/locales/ja/user-scopes.d.ts +4 -2
  18. package/lib/locales/ja/user-scopes.js +10 -9
  19. package/lib/locales/ko/index.d.ts +3 -2
  20. package/lib/locales/ko/user-scopes.d.ts +4 -2
  21. package/lib/locales/ko/user-scopes.js +10 -9
  22. package/lib/locales/pl-pl/index.d.ts +3 -2
  23. package/lib/locales/pl-pl/user-scopes.d.ts +4 -2
  24. package/lib/locales/pl-pl/user-scopes.js +10 -9
  25. package/lib/locales/pt-br/index.d.ts +3 -2
  26. package/lib/locales/pt-br/user-scopes.d.ts +4 -2
  27. package/lib/locales/pt-br/user-scopes.js +10 -9
  28. package/lib/locales/pt-pt/index.d.ts +3 -2
  29. package/lib/locales/pt-pt/user-scopes.d.ts +4 -2
  30. package/lib/locales/pt-pt/user-scopes.js +10 -9
  31. package/lib/locales/ru/index.d.ts +3 -2
  32. package/lib/locales/ru/user-scopes.d.ts +4 -2
  33. package/lib/locales/ru/user-scopes.js +10 -9
  34. package/lib/locales/tr-tr/index.d.ts +3 -2
  35. package/lib/locales/tr-tr/user-scopes.d.ts +4 -2
  36. package/lib/locales/tr-tr/user-scopes.js +10 -9
  37. package/lib/locales/zh-cn/description.d.ts +0 -9
  38. package/lib/locales/zh-cn/description.js +10 -19
  39. package/lib/locales/zh-cn/index.d.ts +3 -2
  40. package/lib/locales/zh-cn/user-scopes.d.ts +4 -2
  41. package/lib/locales/zh-cn/user-scopes.js +10 -9
  42. package/lib/locales/zh-hk/index.d.ts +3 -2
  43. package/lib/locales/zh-hk/user-scopes.d.ts +4 -2
  44. package/lib/locales/zh-hk/user-scopes.js +10 -9
  45. package/lib/locales/zh-tw/index.d.ts +3 -2
  46. package/lib/locales/zh-tw/user-scopes.d.ts +4 -2
  47. package/lib/locales/zh-tw/user-scopes.js +10 -9
  48. package/package.json +2 -2
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -6,8 +6,9 @@ declare const _default: Readonly<{
6
6
  profile: string;
7
7
  roles: string;
8
8
  identities: string;
9
- "urn:logto:scope:organizations": string;
10
- "urn:logto:scope:organization_roles": string;
9
+ 'urn:logto:scope:organizations': string;
10
+ 'urn:logto:scope:organization_roles': string;
11
+ address: string;
11
12
  };
12
13
  }>;
13
14
  export default _default;
@@ -1,14 +1,14 @@
1
- import { UserScope } from '@logto/core-kit';
2
1
  const user_scopes = {
3
2
  descriptions: {
4
- [UserScope.CustomData]: 'Your custom data',
5
- [UserScope.Email]: 'Your email address',
6
- [UserScope.Phone]: 'Your phone number',
7
- [UserScope.Profile]: 'Your name, username and avatar',
8
- [UserScope.Roles]: 'Your roles',
9
- [UserScope.Identities]: 'Your linked social identities',
10
- [UserScope.Organizations]: 'Your organizations info',
11
- [UserScope.OrganizationRoles]: 'Your organization roles',
3
+ custom_data: 'Your custom data',
4
+ email: 'Your email address',
5
+ phone: 'Your phone number',
6
+ profile: 'Your name, username, avatar, and other profile info',
7
+ roles: 'Your roles',
8
+ identities: 'Your linked social identities',
9
+ 'urn:logto:scope:organizations': 'Your organizations info',
10
+ 'urn:logto:scope:organization_roles': 'Your organization roles',
11
+ address: 'Your address',
12
12
  },
13
13
  };
14
14
  export default Object.freeze(user_scopes);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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,14 @@ 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
- /** UNTRANSLATED */
72
68
  user_scopes: string;
73
- /** UNTRANSLATED */
74
69
  organization_scopes: string;
75
- /** UNTRANSLATED */
76
70
  authorize_agreement: string;
77
- /** UNTRANSLATED */
78
71
  not_you: string;
79
- /** UNTRANSLATED */
80
72
  user_id: string;
81
- /** UNTRANSLATED */
82
73
  redirect_to: string;
83
74
  }>;
84
75
  export default _default;
@@ -60,25 +60,16 @@ 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
- /** UNTRANSLATED */
66
- authorize_title: 'Authorize {{name}}',
67
- /** UNTRANSLATED */
68
- request_permission: '{{name}} is requesting access to:',
69
- /** UNTRANSLATED */
70
- grant_organization_access: 'Grant the organization access:',
71
- /** UNTRANSLATED */
72
- user_scopes: 'Personal user data',
73
- /** UNTRANSLATED */
74
- organization_scopes: 'Organization access',
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}}.',
65
+ authorize_title: '授权给 {{name}}',
66
+ request_permission: '{{name}} 需要权限:',
67
+ grant_organization_access: '授予组织访问权限:',
68
+ user_scopes: '用户个人信息',
69
+ organization_scopes: '组织权限',
70
+ authorize_agreement: `你将同意授权给 {{name}} <link></link>.`,
71
+ not_you: '不是你本人吗?',
72
+ user_id: '用户 ID: {{id}}',
73
+ redirect_to: '你将被重定向到 {{name}}。',
83
74
  };
84
75
  export default Object.freeze(description);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
@@ -212,8 +212,9 @@ declare const _default: Readonly<{
212
212
  profile: string;
213
213
  roles: string;
214
214
  identities: string;
215
- "urn:logto:scope:organizations": string;
216
- "urn:logto:scope:organization_roles": string;
215
+ 'urn:logto:scope:organizations': string;
216
+ 'urn:logto:scope:organization_roles': string;
217
+ address: string;
217
218
  };
218
219
  }>;
219
220
  };
@@ -13,9 +13,11 @@ declare const _default: Readonly<{
13
13
  /** UNTRANSLATED */
14
14
  identities: string;
15
15
  /** UNTRANSLATED */
16
- "urn:logto:scope:organizations": string;
16
+ 'urn:logto:scope:organizations': string;
17
17
  /** UNTRANSLATED */
18
- "urn:logto:scope:organization_roles": string;
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
- [UserScope.CustomData]: 'Your custom data',
4
+ custom_data: 'Your custom data',
6
5
  /** UNTRANSLATED */
7
- [UserScope.Email]: 'Your email address',
6
+ email: 'Your email address',
8
7
  /** UNTRANSLATED */
9
- [UserScope.Phone]: 'Your phone number',
8
+ phone: 'Your phone number',
10
9
  /** UNTRANSLATED */
11
- [UserScope.Profile]: 'Your name, username and avatar',
10
+ profile: 'Your name, username, avatar, and other profile info',
12
11
  /** UNTRANSLATED */
13
- [UserScope.Roles]: 'Your roles',
12
+ roles: 'Your roles',
14
13
  /** UNTRANSLATED */
15
- [UserScope.Identities]: 'Your linked social identities',
14
+ identities: 'Your linked social identities',
16
15
  /** UNTRANSLATED */
17
- [UserScope.Organizations]: 'Your organizations info',
16
+ 'urn:logto:scope:organizations': 'Your organizations info',
18
17
  /** UNTRANSLATED */
19
- [UserScope.OrganizationRoles]: 'Your organization roles',
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/phrases-experience",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Logto shared phrases (i18n) for experience.",
5
5
  "author": "Silverhand Inc. <contact@silverhand.io>",
6
6
  "homepage": "https://github.com/logto-io/logto#readme",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/logto-io/logto/issues"
25
25
  },
26
26
  "dependencies": {
27
- "@logto/core-kit": "^2.3.0",
27
+ "@logto/core-kit": "^2.4.0",
28
28
  "@logto/language-kit": "^1.1.0",
29
29
  "@silverhand/essentials": "^2.9.0"
30
30
  },