@logto/phrases-experience 1.6.1 → 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.
Files changed (46) hide show
  1. package/lib/locales/de/description.d.ts +7 -0
  2. package/lib/locales/de/description.js +11 -4
  3. package/lib/locales/de/index.d.ts +4 -0
  4. package/lib/locales/en/description.d.ts +4 -0
  5. package/lib/locales/en/description.js +7 -3
  6. package/lib/locales/en/index.d.ts +4 -0
  7. package/lib/locales/es/description.d.ts +7 -0
  8. package/lib/locales/es/description.js +10 -3
  9. package/lib/locales/es/index.d.ts +4 -0
  10. package/lib/locales/fr/description.d.ts +7 -0
  11. package/lib/locales/fr/description.js +11 -4
  12. package/lib/locales/fr/index.d.ts +4 -0
  13. package/lib/locales/it/description.d.ts +7 -0
  14. package/lib/locales/it/description.js +10 -3
  15. package/lib/locales/it/index.d.ts +4 -0
  16. package/lib/locales/ja/description.d.ts +7 -0
  17. package/lib/locales/ja/description.js +10 -3
  18. package/lib/locales/ja/index.d.ts +4 -0
  19. package/lib/locales/ko/description.d.ts +7 -0
  20. package/lib/locales/ko/description.js +11 -4
  21. package/lib/locales/ko/index.d.ts +4 -0
  22. package/lib/locales/pl-pl/description.d.ts +7 -0
  23. package/lib/locales/pl-pl/description.js +10 -3
  24. package/lib/locales/pl-pl/index.d.ts +4 -0
  25. package/lib/locales/pt-br/description.d.ts +7 -0
  26. package/lib/locales/pt-br/description.js +10 -3
  27. package/lib/locales/pt-br/index.d.ts +4 -0
  28. package/lib/locales/pt-pt/description.d.ts +7 -0
  29. package/lib/locales/pt-pt/description.js +10 -3
  30. package/lib/locales/pt-pt/index.d.ts +4 -0
  31. package/lib/locales/ru/description.d.ts +7 -0
  32. package/lib/locales/ru/description.js +10 -3
  33. package/lib/locales/ru/index.d.ts +4 -0
  34. package/lib/locales/tr-tr/description.d.ts +7 -0
  35. package/lib/locales/tr-tr/description.js +10 -3
  36. package/lib/locales/tr-tr/index.d.ts +4 -0
  37. package/lib/locales/zh-cn/description.d.ts +7 -0
  38. package/lib/locales/zh-cn/description.js +9 -2
  39. package/lib/locales/zh-cn/index.d.ts +4 -0
  40. package/lib/locales/zh-hk/description.d.ts +7 -0
  41. package/lib/locales/zh-hk/description.js +10 -3
  42. package/lib/locales/zh-hk/index.d.ts +4 -0
  43. package/lib/locales/zh-tw/description.d.ts +7 -0
  44. package/lib/locales/zh-tw/description.js +10 -3
  45. package/lib/locales/zh-tw/index.d.ts +4 -0
  46. package/package.json +6 -6
@@ -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: 'und',
15
15
  enter_passcode: 'Der Bestätigungscode wurde an deine {{address}} gesendet',
16
16
  passcode_sent: 'Der Bestätigungscode wurde erneut gesendet',
17
- resend_after_seconds: 'Nach <span>{{seconds}}</span> Sekunden erneut senden',
18
- resend_passcode: 'Bestätigungscode erneut senden',
17
+ resend_after_seconds: 'Noch nicht erhalten? Erneut senden nach <span>{{seconds}}</span> Sekunden',
18
+ resend_passcode: 'Noch nicht erhalten? <a>Bestätigungscode erneut senden</a>',
19
19
  create_account_id_exists: 'Das Konto mit {{type}} {{value}} existiert bereits, möchtest du dich anmelden?',
20
20
  link_account_id_exists: 'Das Konto mit {{type}} {{value}} existiert bereits, möchtest du es mit deinem Konto verknüpfen?',
21
21
  sign_in_id_does_not_exist: 'Das Konto mit {{type}} {{value}} existiert nicht, möchtest du ein neues Konto erstellen?',
@@ -27,7 +27,7 @@ const description = {
27
27
  social_link_email: 'Du kannst eine weitere Email verknüpfen',
28
28
  social_link_phone: 'Du kannst eine weitere Telefonnummer verknüpfen',
29
29
  social_link_email_or_phone: 'Du kannst eine weitere Email oder Telefonnummer verknüpfen',
30
- social_bind_with_existing: 'Wir haben eine verwandte {{method}} gefunden, die bereits registriert wurde, und Sie können sie direkt verknüpfen.',
30
+ social_bind_with_existing: 'Wir haben ein verwandtes Konto gefunden, du kannst es direkt verknüpfen.',
31
31
  reset_password: 'Passwort vergessen',
32
32
  reset_password_description: 'Gib die {{types, list(type: disjunction;)}} deines Kontos ein und wir senden dir einen Bestätigungscode um dein Passwort zurückzusetzen.',
33
33
  new_password: 'Neues Passwort',
@@ -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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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: 'Indem Sie fortfahren, stimmen Sie den <link></link> zu.',
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;
@@ -65,11 +65,15 @@ declare const _default: Readonly<{
65
65
  authorize_title: string;
66
66
  request_permission: string;
67
67
  grant_organization_access: string;
68
+ authorize_personal_data_usage: string;
69
+ authorize_organization_access: string;
68
70
  user_scopes: string;
69
71
  organization_scopes: string;
70
72
  authorize_agreement: string;
73
+ authorize_agreement_with_redirect: string;
71
74
  not_you: string;
72
75
  user_id: string;
73
76
  redirect_to: string;
77
+ auto_agreement: string;
74
78
  }>;
75
79
  export default _default;
@@ -14,8 +14,8 @@ const description = {
14
14
  and: 'and',
15
15
  enter_passcode: 'The verification code has been sent to your {{address}} {{target}}',
16
16
  passcode_sent: 'The verification code has been resent',
17
- resend_after_seconds: 'Resend after <span>{{seconds}}</span> seconds',
18
- resend_passcode: 'Resend verification code',
17
+ resend_after_seconds: 'Not received yet? Resend after <span>{{seconds}}</span> seconds',
18
+ resend_passcode: 'Not received yet? <a>Resend verification code</a>',
19
19
  create_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to sign in?',
20
20
  link_account_id_exists: 'The account with {{type}} {{value}} already exists. Would you like to link?',
21
21
  sign_in_id_does_not_exist: 'The account with {{type}} {{value}} does not exist, would you like to create a new account?',
@@ -65,11 +65,15 @@ const description = {
65
65
  authorize_title: 'Authorize {{name}}',
66
66
  request_permission: '{{name}} is requesting access to:',
67
67
  grant_organization_access: 'Grant the organization access:',
68
+ authorize_personal_data_usage: 'Authorize the use of your personal data:',
69
+ authorize_organization_access: 'Authorize access to the specific organization:',
68
70
  user_scopes: 'Personal user data',
69
71
  organization_scopes: 'Organization access',
70
- authorize_agreement: `By authorize the access, you agree to the {{name}}'s <link></link>.`,
72
+ authorize_agreement: `By authorizing the access, you agree to the {{name}}'s <link></link>.`,
73
+ authorize_agreement_with_redirect: `By authorizing the access, you agree to the {{name}}'s <link></link>, and will be redirected to {{uri}}.`,
71
74
  not_you: 'Not you?',
72
75
  user_id: 'User ID: {{id}}',
73
76
  redirect_to: 'You will be redirected to {{name}}.',
77
+ auto_agreement: 'By continuing, you agree to the <link></link>.',
74
78
  };
75
79
  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;
@@ -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: 'y',
15
15
  enter_passcode: 'El código de verificación ha sido enviado a su {{address}} {{target}}',
16
16
  passcode_sent: 'El código de verificación ha sido reenviado',
17
- resend_after_seconds: 'Reenviar después de <span>{{seconds}}</span> segundos',
18
- resend_passcode: 'Reenviar código de verificación',
17
+ resend_after_seconds: '¿No lo has recibido? Reenviar después de <span>{{seconds}}</span> segundos',
18
+ resend_passcode: '¿No lo has recibido? <a>Reenviar código de verificación</a>',
19
19
  create_account_id_exists: 'La cuenta con {{type}} {{value}} ya existe, ¿desea iniciar sesión?',
20
20
  link_account_id_exists: 'La cuenta con {{type}} {{value}} ya existe. ¿Desea vincular?',
21
21
  sign_in_id_does_not_exist: 'La cuenta con {{type}} {{value}} no existe, ¿desea crear una nueva cuenta?',
@@ -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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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: 'Al continuar, acepta los <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;
@@ -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: 'et',
15
15
  enter_passcode: 'Le code a été envoyé à {{address}} {{target}}',
16
16
  passcode_sent: 'Le code a été renvoyé',
17
- resend_after_seconds: 'Renvoyer après <span>{{seconds}}</span> secondes',
18
- resend_passcode: 'Renvoyer le code',
17
+ resend_after_seconds: 'Pas encore reçu ? Renvoyer après <span>{{seconds}}</span> secondes',
18
+ resend_passcode: 'Pas encore reçu ? <a>Renvoyer le code de vérification</a>',
19
19
  create_account_id_exists: 'Le compte avec {{type}} {{value}} existe déjà, voulez-vous vous connecter?',
20
20
  link_account_id_exists: 'Le compte avec {{type}} {{value}} existe déjà, voulez-vous le lier?',
21
21
  sign_in_id_does_not_exist: "Le compte avec {{type}} {{value}} n'existe pas, voulez-vous créer un nouveau compte?",
@@ -27,7 +27,7 @@ const description = {
27
27
  social_link_email: 'Vous pouvez lier une autre adresse e-mail',
28
28
  social_link_phone: 'Vous pouvez lier un autre numéro de téléphone',
29
29
  social_link_email_or_phone: 'Vous pouvez lier une autre adresse e-mail ou un autre numéro de téléphone',
30
- social_bind_with_existing: 'Nous avons trouvé une {{method}} connexe qui a été enregistrée, et vous pouvez la lier directement.',
30
+ social_bind_with_existing: 'Nous avons trouvé un compte associé, vous pouvez le lier directement.',
31
31
  reset_password: 'Mot de passe oublié',
32
32
  reset_password_description: 'Entrez le {{types, list(type: disjunction;)}} associé à votre compte et nous vous enverrons le code de vérification pour réinitialiser votre mot de passe.',
33
33
  new_password: 'Nouveau mot de passe',
@@ -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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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: 'En continuant, vous acceptez les <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;
@@ -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: 'e',
15
15
  enter_passcode: 'Il codice di verifica è stato inviato alla tua {{address}} {{target}}',
16
16
  passcode_sent: 'Il codice di verifica è stato inviato di nuovo',
17
- resend_after_seconds: 'Inviare di nuovo dopo <span>{{seconds}}</span> secondi',
18
- resend_passcode: 'Inviare nuovamente il codice di verifica',
17
+ resend_after_seconds: 'Non ricevuto? Invia di nuovo dopo <span>{{seconds}}</span> secondi',
18
+ resend_passcode: 'Non ricevuto? <a>Invia di nuovo il codice di verifica</a>',
19
19
  create_account_id_exists: "L'account con {{type}} {{value}} già esiste, vuoi accedere?",
20
20
  link_account_id_exists: "L'account con {{type}} {{value}} è già esistente. Vuoi collegarlo?",
21
21
  sign_in_id_does_not_exist: "L'account con {{type}} {{value}} non esiste, vuoi creare un nuovo account?",
@@ -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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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: 'Continuando, accetti i <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;
@@ -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: '<span>{{seconds}}</span>秒後に再送信',
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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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;
@@ -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: '<span>{{seconds}}</span> 초 후에 재전송',
18
- resend_passcode: '비밀번호 재전송',
17
+ resend_after_seconds: '아직 못 받으셨나요? <span>{{seconds}}</span> 초 후에 다시 보내기',
18
+ resend_passcode: '아직 못 받으셨나요? <a>인증 코드를 다시 보내기</a>',
19
19
  create_account_id_exists: '{{type}} {{value}} 계정은 다른 계정과 연결되어 있습니다. 다른 {{type}}을(를) 시도해주세요.',
20
20
  link_account_id_exists: '{{type}} {{value}}와/과 연동된 계정이 이미 존재해요. 연동할까요?',
21
21
  sign_in_id_does_not_exist: '{type}} {{value}} 계정이 존재하지 않아요. 새로 만드시겠어요?',
@@ -27,7 +27,7 @@ const description = {
27
27
  social_link_email: '다른 이메일을 연동할 수 있어요',
28
28
  social_link_phone: '다른 휴대전화를 연동할 수 있어요',
29
29
  social_link_email_or_phone: '다른 이메일이나 휴대전화를 연동할 수 있어요',
30
- social_bind_with_existing: '등록된 관련 {{method}}이 있습니다. 직접 연결할있습니다.',
30
+ social_bind_with_existing: '관련된 계정을 찾았어요. 직접 연동할있어요.',
31
31
  reset_password: '비밀번호를 잊으셨나요',
32
32
  reset_password_description: '귀하의 계정과 연결된 {{types, list(type: disjunction;)}}를 입력하면 비밀번호 재설정을 위한 인증 코드를 보내드립니다.',
33
33
  new_password: '새 비밀번호',
@@ -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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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;
@@ -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: 'i',
15
15
  enter_passcode: 'Kod weryfikacyjny został wysłany na twoje {{address}} {{target}}',
16
16
  passcode_sent: 'Kod weryfikacyjny został wysłany ponownie',
17
- resend_after_seconds: 'Wyślij ponownie po <span>{{seconds}}</span> sekundach',
18
- resend_passcode: 'Wyślij kod weryfikacyjny ponownie',
17
+ resend_after_seconds: 'Nie otrzymałeś jeszcze? Wyślij ponownie za <span>{{seconds}}</span> sekund',
18
+ resend_passcode: 'Nie otrzymałeś jeszcze? <a>Wyślij ponownie kod weryfikacyjny</a>',
19
19
  create_account_id_exists: 'Konto z {{type}} {{value}} już istnieje. Czy chcesz się zalogować?',
20
20
  link_account_id_exists: 'Konto z {{type}} {{value}} już istnieje. Czy chcesz je połączyć?',
21
21
  sign_in_id_does_not_exist: 'Konto z {{type}} {{value}} nie istnieje. Czy chcesz utworzyć nowe konto?',
@@ -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 authorize the access, you agree to the {{name}}'s <link></link>.`,
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: 'Kontynuując, zgadzasz się na <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;