mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
chore(console): update warning messages in SIE (#3584)
This commit is contained in:
parent
aca6a9eeca
commit
fc7bfe0101
16 changed files with 32 additions and 32 deletions
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.', // UNTRANSLATED
|
||||
unlink_confirm_text: 'Yes, unlink', // UNTRANSLATED
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -155,11 +155,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
'Du hast jetzt ein paar Social Connectoren eingerichtet. Füge jetzt einige zu deinem Anmeldeerlebnis hinzu.',
|
||||
setup_link: 'Set up',
|
||||
|
|
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.',
|
||||
unlink_confirm_text: 'Yes, unlink',
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?',
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?',
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -149,11 +149,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"',
|
||||
'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"',
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"',
|
||||
'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"',
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"',
|
||||
'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"',
|
||||
no_added_social_connector:
|
||||
'You’ve set up a few social connectors now. Make sure to add some to your sign in experience.',
|
||||
setup_link: 'Set up',
|
||||
|
|
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.', // UNTRANSLATED
|
||||
unlink_confirm_text: 'Yes, unlink', // UNTRANSLATED
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -152,11 +152,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
"Vous avez maintenant configuré quelques connecteurs sociaux. Assurez-vous d'en ajouter quelques-uns à votre expérience de connexion.", // UNTRANSLATED
|
||||
setup_link: 'Set up',
|
||||
|
|
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.', // UNTRANSLATED
|
||||
unlink_confirm_text: 'Yes, unlink', // UNTRANSLATED
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -145,11 +145,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'SMS 연동 설정이 아직 없어요. SMS 연동 구성을 완료할 때까지 로그인할 수 없어요. <a>{{link}}</a> "연동"으로',
|
||||
'SMS 연동 설정이 아직 없어요. 이 구성을 완료하기 전에는 사용자가이 로그인 방식으로 로그인 할 수 없습니다. <a>{{link}}</a> "연동"으로',
|
||||
no_connector_email:
|
||||
'이메일 연동 설정이 아직 없어요. 이메일 연동 구성을 완료할 때까지 로그인할 수 없어요. <a>{{link}}</a> "연동"으로',
|
||||
'이메일 연동 설정이 아직 없어요. 이 구성을 완료하기 전에는 사용자가이 로그인 방식으로 로그인 할 수 없습니다. <a>{{link}}</a> "연동"으로',
|
||||
no_connector_social:
|
||||
'소셜 연동 설정이 아직 없어요. 소셜 연동 구성을 완료할 때까지 로그인할 수 없어요. <a>{{link}}</a> "연동"으로',
|
||||
'소셜 연동 설정이 아직 없어요. 이 구성을 완료하기 전에는 사용자가이 로그인 방식으로 로그인 할 수 없습니다. <a>{{link}}</a> "연동"으로',
|
||||
no_added_social_connector:
|
||||
'보다 많은 소셜 연동들을 설정하여, 고객에게 보다 나은 경험을 제공해보세요.',
|
||||
setup_link: '설정',
|
||||
|
|
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.', // UNTRANSLATED
|
||||
unlink_confirm_text: 'Yes, unlink', // UNTRANSLATED
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -152,11 +152,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'Nenhum conector SMS configurado ainda. Até terminar de configurar seu conector SMS, você não poderá fazer login. <a>{{link}}</a> em "Conectores"',
|
||||
'Nenhum conector SMS configurado ainda. Até terminar de configurar seu conector SMS, seus usuários não poderá fazer login. <a>{{link}}</a> em "Conectores"',
|
||||
no_connector_email:
|
||||
'Nenhum conector e-mail configurado ainda. Até terminar de configurar seu conector SMS, você não poderá fazer login. <a>{{link}}</a> em "Conectores"',
|
||||
'Nenhum conector e-mail configurado ainda. Até terminar de configurar seu conector SMS, seus usuários não poderá fazer login. <a>{{link}}</a> em "Conectores"',
|
||||
no_connector_social:
|
||||
'Nenhum conector social configurado ainda. Até terminar de configurar seu conector SMS, você não poderá fazer login. <a>{{link}}</a> em "Conectores"',
|
||||
'Nenhum conector social configurado ainda. Até terminar de configurar seu conector SMS, seus usuários não poderá fazer login. <a>{{link}}</a> em "Conectores"',
|
||||
no_added_social_connector:
|
||||
'Você configurou alguns conectores sociais agora. Certifique-se de adicionar alguns à sua experiência de login.',
|
||||
setup_link: 'Configurar',
|
||||
|
|
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.', // UNTRANSLATED
|
||||
unlink_confirm_text: 'Yes, unlink', // UNTRANSLATED
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -150,11 +150,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
'Configurou alguns conectores sociais agora. Certifique-se de adicionar alguns a experiência de login.',
|
||||
setup_link: 'Set up',
|
||||
|
|
|
@ -75,7 +75,7 @@ const profile = {
|
|||
'This email {{email}} is associated with an existing account. Link another email here.', // UNTRANSLATED
|
||||
unlink_confirm_text: 'Yes, unlink', // UNTRANSLATED
|
||||
unlink_reminder:
|
||||
'You won’t be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
'Users will not be able to sign in with the <span></span> account if you unlink it. Are you sure to proceed?', // UNTRANSLATED
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -151,11 +151,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. <a>{{link}}</a> in "Connectors"', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
'Şimdi birkaç social connector kurdunuz. Oturum açma deneyiminize bazı şeyler eklediğinizden emin olun.',
|
||||
setup_link: 'Set up',
|
||||
|
|
|
@ -70,7 +70,7 @@ const profile = {
|
|||
unlinked: '{{target}}账号解绑成功!',
|
||||
email_exists_reminder: '该邮箱 {{email}} 已被其他账号绑定,请更换邮箱。',
|
||||
unlink_confirm_text: '确定解绑',
|
||||
unlink_reminder: '解绑后,你将无法使用该 <span></span> 账号进行登录。确定要解绑吗?',
|
||||
unlink_reminder: '解绑后,用户将无法使用该 <span></span> 账号进行登录。确定要解绑吗?',
|
||||
};
|
||||
|
||||
export default profile;
|
||||
|
|
|
@ -140,11 +140,11 @@ const sign_in_exp = {
|
|||
},
|
||||
setup_warning: {
|
||||
no_connector_sms:
|
||||
'你尚未设置 SMS 短信连接器。在完成该配置前,你将无法登录。<a>{{link}}</a>连接器。',
|
||||
'尚未设置 SMS 短信连接器。在完成该配置前,用户将无法通过此登录方式登录。<a>{{link}}</a>连接器。',
|
||||
no_connector_email:
|
||||
'你尚未设置电子邮件连接器。在完成该配置前,你将无法登录。<a>{{link}}</a>连接器。',
|
||||
'尚未设置电子邮件连接器。在完成该配置前,用户将无法通过此登录方式登录。<a>{{link}}</a>连接器。',
|
||||
no_connector_social:
|
||||
'你尚未设置社交连接器。在完成该配置前,你将无法登录。<a>{{link}}</a>连接器。',
|
||||
'尚未设置社交连接器。在完成该配置前,用户将无法通过此登录方式登录。<a>{{link}}</a>连接器。',
|
||||
no_added_social_connector: '你已经成功设置了一些社交连接器。点按「+」添加一些到你的登录体验。',
|
||||
setup_link: '立即设置',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue