From fc7bfe0101898be708a9e6ade4acb5f61f92acb6 Mon Sep 17 00:00:00 2001 From: Charles Zhao Date: Wed, 22 Mar 2023 19:10:14 +0800 Subject: [PATCH] chore(console): update warning messages in SIE (#3584) --- .../src/locales/de/translation/admin-console/profile.ts | 2 +- .../src/locales/de/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/en/translation/admin-console/profile.ts | 2 +- .../src/locales/en/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/fr/translation/admin-console/profile.ts | 2 +- .../src/locales/fr/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/ko/translation/admin-console/profile.ts | 2 +- .../src/locales/ko/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/pt-br/translation/admin-console/profile.ts | 2 +- .../locales/pt-br/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/pt-pt/translation/admin-console/profile.ts | 2 +- .../locales/pt-pt/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/tr-tr/translation/admin-console/profile.ts | 2 +- .../locales/tr-tr/translation/admin-console/sign-in-exp.ts | 6 +++--- .../src/locales/zh-cn/translation/admin-console/profile.ts | 2 +- .../locales/zh-cn/translation/admin-console/sign-in-exp.ts | 6 +++--- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/packages/phrases/src/locales/de/translation/admin-console/profile.ts b/packages/phrases/src/locales/de/translation/admin-console/profile.ts index 09e18a631..9b5235aa1 100644 --- a/packages/phrases/src/locales/de/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/de/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', // UNTRANSLATED + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', // UNTRANSLATED }; export default profile; diff --git a/packages/phrases/src/locales/de/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/de/translation/admin-console/sign-in-exp.ts index 4b3d71a57..c87730691 100644 --- a/packages/phrases/src/locales/de/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/de/translation/admin-console/sign-in-exp.ts @@ -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. {{link}} in "Connectors"', // UNTRANSLATED + 'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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', diff --git a/packages/phrases/src/locales/en/translation/admin-console/profile.ts b/packages/phrases/src/locales/en/translation/admin-console/profile.ts index 16192396d..d3faae769 100644 --- a/packages/phrases/src/locales/en/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/en/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', }; export default profile; diff --git a/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp.ts index 2fab9dbb7..560849043 100644 --- a/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp.ts @@ -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. {{link}} in "Connectors"', + 'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', + 'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', + 'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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', diff --git a/packages/phrases/src/locales/fr/translation/admin-console/profile.ts b/packages/phrases/src/locales/fr/translation/admin-console/profile.ts index 09e18a631..9b5235aa1 100644 --- a/packages/phrases/src/locales/fr/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/fr/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', // UNTRANSLATED + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', // UNTRANSLATED }; export default profile; diff --git a/packages/phrases/src/locales/fr/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/fr/translation/admin-console/sign-in-exp.ts index 7d055451b..2063fa399 100644 --- a/packages/phrases/src/locales/fr/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/fr/translation/admin-console/sign-in-exp.ts @@ -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. {{link}} in "Connectors"', // UNTRANSLATED + 'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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', diff --git a/packages/phrases/src/locales/ko/translation/admin-console/profile.ts b/packages/phrases/src/locales/ko/translation/admin-console/profile.ts index 09e18a631..9b5235aa1 100644 --- a/packages/phrases/src/locales/ko/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/ko/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', // UNTRANSLATED + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', // UNTRANSLATED }; export default profile; diff --git a/packages/phrases/src/locales/ko/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/ko/translation/admin-console/sign-in-exp.ts index ddedb07d9..64c533649 100644 --- a/packages/phrases/src/locales/ko/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/ko/translation/admin-console/sign-in-exp.ts @@ -145,11 +145,11 @@ const sign_in_exp = { }, setup_warning: { no_connector_sms: - 'SMS 연동 설정이 아직 없어요. SMS 연동 구성을 완료할 때까지 로그인할 수 없어요. {{link}} "연동"으로', + 'SMS 연동 설정이 아직 없어요. 이 구성을 완료하기 전에는 사용자가이 로그인 방식으로 로그인 할 수 없습니다. {{link}} "연동"으로', no_connector_email: - '이메일 연동 설정이 아직 없어요. 이메일 연동 구성을 완료할 때까지 로그인할 수 없어요. {{link}} "연동"으로', + '이메일 연동 설정이 아직 없어요. 이 구성을 완료하기 전에는 사용자가이 로그인 방식으로 로그인 할 수 없습니다. {{link}} "연동"으로', no_connector_social: - '소셜 연동 설정이 아직 없어요. 소셜 연동 구성을 완료할 때까지 로그인할 수 없어요. {{link}} "연동"으로', + '소셜 연동 설정이 아직 없어요. 이 구성을 완료하기 전에는 사용자가이 로그인 방식으로 로그인 할 수 없습니다. {{link}} "연동"으로', no_added_social_connector: '보다 많은 소셜 연동들을 설정하여, 고객에게 보다 나은 경험을 제공해보세요.', setup_link: '설정', diff --git a/packages/phrases/src/locales/pt-br/translation/admin-console/profile.ts b/packages/phrases/src/locales/pt-br/translation/admin-console/profile.ts index 09e18a631..9b5235aa1 100644 --- a/packages/phrases/src/locales/pt-br/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/pt-br/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', // UNTRANSLATED + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', // UNTRANSLATED }; export default profile; diff --git a/packages/phrases/src/locales/pt-br/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/pt-br/translation/admin-console/sign-in-exp.ts index b93190180..ed75ad9db 100644 --- a/packages/phrases/src/locales/pt-br/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/pt-br/translation/admin-console/sign-in-exp.ts @@ -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. {{link}} em "Conectores"', + 'Nenhum conector SMS configurado ainda. Até terminar de configurar seu conector SMS, seus usuários não poderá fazer login. {{link}} em "Conectores"', no_connector_email: - 'Nenhum conector e-mail configurado ainda. Até terminar de configurar seu conector SMS, você não poderá fazer login. {{link}} em "Conectores"', + 'Nenhum conector e-mail configurado ainda. Até terminar de configurar seu conector SMS, seus usuários não poderá fazer login. {{link}} em "Conectores"', no_connector_social: - 'Nenhum conector social configurado ainda. Até terminar de configurar seu conector SMS, você não poderá fazer login. {{link}} em "Conectores"', + 'Nenhum conector social configurado ainda. Até terminar de configurar seu conector SMS, seus usuários não poderá fazer login. {{link}} 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', diff --git a/packages/phrases/src/locales/pt-pt/translation/admin-console/profile.ts b/packages/phrases/src/locales/pt-pt/translation/admin-console/profile.ts index 09e18a631..9b5235aa1 100644 --- a/packages/phrases/src/locales/pt-pt/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/pt-pt/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', // UNTRANSLATED + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', // UNTRANSLATED }; export default profile; diff --git a/packages/phrases/src/locales/pt-pt/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/pt-pt/translation/admin-console/sign-in-exp.ts index 32e337596..38677dd52 100644 --- a/packages/phrases/src/locales/pt-pt/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/pt-pt/translation/admin-console/sign-in-exp.ts @@ -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. {{link}} in "Connectors"', // UNTRANSLATED + 'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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', diff --git a/packages/phrases/src/locales/tr-tr/translation/admin-console/profile.ts b/packages/phrases/src/locales/tr-tr/translation/admin-console/profile.ts index 09e18a631..9b5235aa1 100644 --- a/packages/phrases/src/locales/tr-tr/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/tr-tr/translation/admin-console/profile.ts @@ -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 account if you unlink it. Are you sure to proceed?', // UNTRANSLATED + 'Users will not be able to sign in with the account if you unlink it. Are you sure to proceed?', // UNTRANSLATED }; export default profile; diff --git a/packages/phrases/src/locales/tr-tr/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/tr-tr/translation/admin-console/sign-in-exp.ts index 3981ef706..be059dbf3 100644 --- a/packages/phrases/src/locales/tr-tr/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/tr-tr/translation/admin-console/sign-in-exp.ts @@ -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. {{link}} in "Connectors"', // UNTRANSLATED + 'No SMS connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No email connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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. {{link}} in "Connectors"', // UNTRANSLATED + 'No social connector set-up yet. Before completing the configuration, users will not be able to sign in with this method. {{link}} 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', diff --git a/packages/phrases/src/locales/zh-cn/translation/admin-console/profile.ts b/packages/phrases/src/locales/zh-cn/translation/admin-console/profile.ts index 7836f517e..c9302ff33 100644 --- a/packages/phrases/src/locales/zh-cn/translation/admin-console/profile.ts +++ b/packages/phrases/src/locales/zh-cn/translation/admin-console/profile.ts @@ -70,7 +70,7 @@ const profile = { unlinked: '{{target}}账号解绑成功!', email_exists_reminder: '该邮箱 {{email}} 已被其他账号绑定,请更换邮箱。', unlink_confirm_text: '确定解绑', - unlink_reminder: '解绑后,你将无法使用该 账号进行登录。确定要解绑吗?', + unlink_reminder: '解绑后,用户将无法使用该 账号进行登录。确定要解绑吗?', }; export default profile; diff --git a/packages/phrases/src/locales/zh-cn/translation/admin-console/sign-in-exp.ts b/packages/phrases/src/locales/zh-cn/translation/admin-console/sign-in-exp.ts index a23a83580..871b0b99c 100644 --- a/packages/phrases/src/locales/zh-cn/translation/admin-console/sign-in-exp.ts +++ b/packages/phrases/src/locales/zh-cn/translation/admin-console/sign-in-exp.ts @@ -140,11 +140,11 @@ const sign_in_exp = { }, setup_warning: { no_connector_sms: - '你尚未设置 SMS 短信连接器。在完成该配置前,你将无法登录。{{link}}连接器。', + '尚未设置 SMS 短信连接器。在完成该配置前,用户将无法通过此登录方式登录。{{link}}连接器。', no_connector_email: - '你尚未设置电子邮件连接器。在完成该配置前,你将无法登录。{{link}}连接器。', + '尚未设置电子邮件连接器。在完成该配置前,用户将无法通过此登录方式登录。{{link}}连接器。', no_connector_social: - '你尚未设置社交连接器。在完成该配置前,你将无法登录。{{link}}连接器。', + '尚未设置社交连接器。在完成该配置前,用户将无法通过此登录方式登录。{{link}}连接器。', no_added_social_connector: '你已经成功设置了一些社交连接器。点按「+」添加一些到你的登录体验。', setup_link: '立即设置', },