0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

refactor(console): update the ac sign-up and sign-in phrases (#2393)

This commit is contained in:
Xiao Yijun 2022-11-11 11:42:06 +08:00 committed by GitHub
parent 35a57ebef9
commit 40d69d3790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 209 additions and 178 deletions

View file

@ -30,6 +30,7 @@
top: 0;
margin: 0;
opacity: 0%;
cursor: default;
}
input:checked:not(:disabled) ~ .icon > svg:nth-child(1),

View file

@ -50,6 +50,9 @@ const SignUpForm = () => {
<>
<div className={styles.title}>{t('sign_in_exp.sign_up_and_sign_in.sign_up.title')}</div>
<FormField title="sign_in_exp.sign_up_and_sign_in.sign_up.sign_up_identifier">
<div className={styles.formFieldDescription}>
{t('sign_in_exp.sign_up_and_sign_in.sign_up.identifier_description')}
</div>
<Controller
name="signUp.identifier"
control={control}
@ -92,6 +95,9 @@ const SignUpForm = () => {
title="sign_in_exp.sign_up_and_sign_in.sign_up.sign_up_authentication"
className={styles.signUpAuthentication}
>
<div className={styles.formFieldDescription}>
{t('sign_in_exp.sign_up_and_sign_in.sign_up.authentication_description')}
</div>
<Controller
name="signUp.password"
control={control}

View file

@ -17,48 +17,52 @@ const sign_in_exp = {
got_it: 'Alles klar',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers', // UNTRANSLATED
identifiers: 'Sign-up identifiers', // UNTRANSLATED
identifiers_email: 'Email address', // UNTRANSLATED
identifiers_sms: 'Phone number', // UNTRANSLATED
identifiers_username: 'Username', // UNTRANSLATED
identifiers_email_or_sms: 'Email address or phone number', // UNTRANSLATED
identifiers_none: 'None', // UNTRANSLATED
identifiers_none: 'Not applicable', // UNTRANSLATED
and: 'and', // UNTRANSLATED
or: 'or', // UNTRANSLATED
sign_up: {
title: 'SIGN UP', // UNTRANSLATED
sign_up_identifier: 'Sign up identifier', // UNTRANSLATED
sign_up_authentication: 'Sign up authentication', // UNTRANSLATED
set_a_password_option: 'Set a password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign up', // UNTRANSLATED
sign_up_identifier: 'Sign-up identifier', // UNTRANSLATED
identifier_description:
'The sign-up identifier is required for account creation and must be included in your sign-in screen.', // UNTRANSLATED
sign_up_authentication: 'Authentication setting for sign-up', // UNTRANSLATED
authentication_description:
'All selected actions will be obligatory for users to complete the flow.', // UNTRANSLATED
set_a_password_option: 'Create your password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign-up', // UNTRANSLATED
social_only_creation_description: '(This apply to social only account creation)', // UNTRANSLATED
},
sign_in: {
title: 'SIGN IN', // UNTRANSLATED
sign_in_identifier_and_auth: 'Sign in identifier and authentication', // UNTRANSLATED
sign_in_identifier_and_auth: 'Identifier and authentication settings for sign-in', // UNTRANSLATED
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.', // UNTRANSLATED
'Users can sign in using any of the options available. Adjust the layout by drag and dropping below options.', // UNTRANSLATED
add_sign_in_method: 'Add Sign-in Method', // UNTRANSLATED
password_auth: 'Password', // UNTRANSLATED
verification_code_auth: 'Verification code', // UNTRANSLATED
auth_swap_tip: 'Swap to change the priority', // UNTRANSLATED
auth_swap_tip: 'Swap the options below to determine which appears first in the flow.', // UNTRANSLATED
},
social_sign_in: {
title: 'SOCIAL SIGN IN', // UNTRANSLATED
social_sign_in: 'Social sign in', // UNTRANSLATED
title: 'SOCIAL SIGN-IN', // UNTRANSLATED
social_sign_in: 'Social sign-in', // UNTRANSLATED
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.', // UNTRANSLATED
add_social_connector: 'Add Social Connector', // UNTRANSLATED
'Depending on the mandatory identifier you set up, your user may be asked to provide an identifier when signing up via social connector.', // UNTRANSLATED
add_social_connector: 'Link Social Connector', // UNTRANSLATED
set_up_hint: {
not_in_list: 'Not in the list?', // UNTRANSLATED
set_up_more: 'Set up more', // UNTRANSLATED
go_to: 'social connectors or go to “Connectors” section.', // UNTRANSLATED
set_up_more: 'Set up', // UNTRANSLATED
go_to: 'other social connectors now.', // UNTRANSLATED
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.', // UNTRANSLATED
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability', // UNTRANSLATED
'We currently only support verified email. Your user base may contain a large number of poor-quality email addresses if no validation.', // UNTRANSLATED
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.', // UNTRANSLATED
verification_code_auth:
@ -146,21 +150,21 @@ const sign_in_exp = {
setup_warning: {
no_connector: '',
no_connector_sms:
'Du hast noch keinen SMS Connector eingerichtet. Deine Anmeldung wird erst freigeschaltet, wenn du die Einstellungen abgeschlossen hast. ',
'No SMS connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_email:
'Du hast noch keinen E-Mail Connector eingerichtet. Deine Anmeldung wird erst freigeschaltet, wenn du die Einstellungen abgeschlossen hast. ',
'No email connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_social:
'Du hast noch keinen Social Connector eingerichtet. Deine Anmeldung wird erst freigeschaltet, wenn du die Einstellungen abgeschlossen hast. ',
'No social connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_added_social_connector:
'Du hast jetzt ein paar Social Connectoren eingerichtet. Füge jetzt einige zu deinem Anmeldeerlebnis hinzu.',
},
save_alert: {
description:
'Du änderst die Anmeldemethoden. Das wird sich auf einige deiner Benutzer auswirken. Bist du sicher, dass du das tun willst?',
'You are implementing new sign-in and sign-up procedures. All of your users may be affected by the new set-up. Are you sure to commit to the change?', // UNTRANSLATED
before: 'Vorher',
after: 'Nachher',
sign_up: 'Sign up', // UNTRANSLATED
sign_in: 'Sign in', // UNTRANSLATED
sign_up: 'Sign-up', // UNTRANSLATED
sign_in: 'Sign-in', // UNTRANSLATED
social: 'Social', // UNTRANSLATED
},
preview: {

View file

@ -39,48 +39,52 @@ const sign_in_exp = {
slogan_placeholder: 'Unleash your creativity',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers',
identifiers: 'Sign-up identifiers',
identifiers_email: 'Email address',
identifiers_sms: 'Phone number',
identifiers_username: 'Username',
identifiers_email_or_sms: 'Email address or phone number',
identifiers_none: 'None',
identifiers_none: 'Not applicable',
and: 'and',
or: 'or',
sign_up: {
title: 'SIGN UP',
sign_up_identifier: 'Sign up identifier',
sign_up_authentication: 'Sign up authentication',
set_a_password_option: 'Set a password',
verify_at_sign_up_option: 'Verify at sign up',
sign_up_identifier: 'Sign-up identifier',
identifier_description:
'The sign-up identifier is required for account creation and must be included in your sign-in screen.',
sign_up_authentication: 'Authentication setting for sign-up',
authentication_description:
'All selected actions will be obligatory for users to complete the flow.',
set_a_password_option: 'Create your password',
verify_at_sign_up_option: 'Verify at sign-up',
social_only_creation_description: '(This apply to social only account creation)',
},
sign_in: {
title: 'SIGN IN',
sign_in_identifier_and_auth: 'Sign in identifier and authentication',
sign_in_identifier_and_auth: 'Identifier and authentication settings for sign-in',
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.',
'Users can sign in using any of the options available. Adjust the layout by drag and dropping below options.',
add_sign_in_method: 'Add Sign-in Method',
password_auth: 'Password',
verification_code_auth: 'Verification code',
auth_swap_tip: 'Swap to change the priority',
auth_swap_tip: 'Swap the options below to determine which appears first in the flow.',
},
social_sign_in: {
title: 'SOCIAL SIGN IN',
social_sign_in: 'Social sign in',
title: 'SOCIAL SIGN-IN',
social_sign_in: 'Social sign-in',
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.',
add_social_connector: 'Add Social Connector',
'Depending on the mandatory identifier you set up, your user may be asked to provide an identifier when signing up via social connector.',
add_social_connector: 'Link Social Connector',
set_up_hint: {
not_in_list: 'Not in the list?',
set_up_more: 'Set up more',
go_to: 'social connectors or go to “Connectors” section.',
set_up_more: 'Set up',
go_to: 'other social connectors now.',
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.',
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability',
'We currently only support verified email. Your user base may contain a large number of poor-quality email addresses if no validation.',
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.',
verification_code_auth:
@ -140,21 +144,21 @@ const sign_in_exp = {
setup_warning: {
no_connector: '',
no_connector_sms:
'You havent set up a SMS connector yet. Your sign in experience wont go live until you finish the settings first. ',
'No SMS connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.',
no_connector_email:
'You havent set up an Email connector yet. Your sign in experience wont go live until you finish the settings first. ',
'No email connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.',
no_connector_social:
'You havent set up any social connectors yet. Your sign in experience wont go live until you finish the settings first. ',
'No social connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.',
no_added_social_connector:
'Youve set up a few social connectors now. Make sure to add some to your sign in experience.',
},
save_alert: {
description:
'You are changing sign-in methods. This will impact some of your users. Are you sure you want to do that?',
'You are implementing new sign-in and sign-up procedures. All of your users may be affected by the new set-up. Are you sure to commit to the change?',
before: 'Before',
after: 'After',
sign_up: 'Sign up',
sign_in: 'Sign in',
sign_up: 'Sign-up',
sign_in: 'Sign-in',
social: 'Social',
},
preview: {

View file

@ -41,48 +41,52 @@ const sign_in_exp = {
slogan_placeholder: 'Libérez votre créativité',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers', // UNTRANSLATED
identifiers: 'Sign-up identifiers', // UNTRANSLATED
identifiers_email: 'Email address', // UNTRANSLATED
identifiers_sms: 'Phone number', // UNTRANSLATED
identifiers_username: 'Username', // UNTRANSLATED
identifiers_email_or_sms: 'Email address or phone number', // UNTRANSLATED
identifiers_none: 'None', // UNTRANSLATED
identifiers_none: 'Not applicable', // UNTRANSLATED
and: 'and', // UNTRANSLATED
or: 'or', // UNTRANSLATED
sign_up: {
title: 'SIGN UP', // UNTRANSLATED
sign_up_identifier: 'Sign up identifier', // UNTRANSLATED
sign_up_authentication: 'Sign up authentication', // UNTRANSLATED
set_a_password_option: 'Set a password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign up', // UNTRANSLATED
sign_up_identifier: 'Sign-up identifier', // UNTRANSLATED
identifier_description:
'The sign-up identifier is required for account creation and must be included in your sign-in screen.', // UNTRANSLATED
sign_up_authentication: 'Authentication setting for sign-up', // UNTRANSLATED
authentication_description:
'All selected actions will be obligatory for users to complete the flow.', // UNTRANSLATED
set_a_password_option: 'Create your password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign-up', // UNTRANSLATED
social_only_creation_description: '(This apply to social only account creation)', // UNTRANSLATED
},
sign_in: {
title: 'SIGN IN', // UNTRANSLATED
sign_in_identifier_and_auth: 'Sign in identifier and authentication', // UNTRANSLATED
sign_in_identifier_and_auth: 'Identifier and authentication settings for sign-in', // UNTRANSLATED
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.', // UNTRANSLATED
'Users can sign in using any of the options available. Adjust the layout by drag and dropping below options.', // UNTRANSLATED
add_sign_in_method: 'Add Sign-in Method', // UNTRANSLATED
password_auth: 'Password', // UNTRANSLATED
verification_code_auth: 'Verification code', // UNTRANSLATED
auth_swap_tip: 'Swap to change the priority', // UNTRANSLATED
auth_swap_tip: 'Swap the options below to determine which appears first in the flow.', // UNTRANSLATED
},
social_sign_in: {
title: 'SOCIAL SIGN IN', // UNTRANSLATED
social_sign_in: 'Social sign in', // UNTRANSLATED
title: 'SOCIAL SIGN-IN', // UNTRANSLATED
social_sign_in: 'Social sign-in', // UNTRANSLATED
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.', // UNTRANSLATED
add_social_connector: 'Add Social Connector', // UNTRANSLATED
'Depending on the mandatory identifier you set up, your user may be asked to provide an identifier when signing up via social connector.', // UNTRANSLATED
add_social_connector: 'Link Social Connector', // UNTRANSLATED
set_up_hint: {
not_in_list: 'Not in the list?', // UNTRANSLATED
set_up_more: 'Set up more', // UNTRANSLATED
go_to: 'social connectors or go to “Connectors” section.', // UNTRANSLATED
set_up_more: 'Set up', // UNTRANSLATED
go_to: 'other social connectors now.', // UNTRANSLATED
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.', // UNTRANSLATED
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability', // UNTRANSLATED
'We currently only support verified email. Your user base may contain a large number of poor-quality email addresses if no validation.', // UNTRANSLATED
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.', // UNTRANSLATED
verification_code_auth:
@ -142,21 +146,21 @@ const sign_in_exp = {
setup_warning: {
no_connector: '',
no_connector_sms:
"Vous n'avez pas encore configuré de connecteur SMS. Votre expérience de connexion ne sera pas disponible tant que vous n'aurez pas terminé les paramètres. ",
'No SMS connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_email:
"Vous n'avez pas encore configuré de connecteur Email. Votre expérience de connexion ne sera pas disponible tant que vous n'aurez pas terminé les paramètres. ",
'No email connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_social:
"Vous n'avez pas encore configuré de connecteurs sociaux. Votre expérience de connexion ne sera pas disponible tant que vous n'aurez pas terminé les paramètres. ",
'No social connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_added_social_connector:
"Vous avez maintenant configuré quelques connecteurs sociaux. Assurez-vous d'en ajouter quelques-uns à votre expérience de connexion.",
},
save_alert: {
description:
'Vous changez de méthode de connexion. Cela aura un impact sur certains de vos utilisateurs. Êtes-vous sûr de vouloir faire cela ?',
'You are implementing new sign-in and sign-up procedures. All of your users may be affected by the new set-up. Are you sure to commit to the change?', // UNTRANSLATED
before: 'Avant',
after: 'Après',
sign_up: 'Sign up', // UNTRANSLATED
sign_in: 'Sign in', // UNTRANSLATED
sign_up: 'Sign-up', // UNTRANSLATED
sign_in: 'Sign-in', // UNTRANSLATED
social: 'Social', // UNTRANSLATED
},
preview: {

View file

@ -36,48 +36,52 @@ const sign_in_exp = {
slogan_placeholder: 'Unleash your creativity',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers', // UNTRANSLATED
identifiers: 'Sign-up identifiers', // UNTRANSLATED
identifiers_email: 'Email address', // UNTRANSLATED
identifiers_sms: 'Phone number', // UNTRANSLATED
identifiers_username: 'Username', // UNTRANSLATED
identifiers_email_or_sms: 'Email address or phone number', // UNTRANSLATED
identifiers_none: 'None', // UNTRANSLATED
identifiers_none: 'Not applicable', // UNTRANSLATED
and: 'and', // UNTRANSLATED
or: 'or', // UNTRANSLATED
sign_up: {
title: 'SIGN UP', // UNTRANSLATED
sign_up_identifier: 'Sign up identifier', // UNTRANSLATED
sign_up_authentication: 'Sign up authentication', // UNTRANSLATED
set_a_password_option: 'Set a password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign up', // UNTRANSLATED
sign_up_identifier: 'Sign-up identifier', // UNTRANSLATED
identifier_description:
'The sign-up identifier is required for account creation and must be included in your sign-in screen.', // UNTRANSLATED
sign_up_authentication: 'Authentication setting for sign-up', // UNTRANSLATED
authentication_description:
'All selected actions will be obligatory for users to complete the flow.', // UNTRANSLATED
set_a_password_option: 'Create your password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign-up', // UNTRANSLATED
social_only_creation_description: '(This apply to social only account creation)', // UNTRANSLATED
},
sign_in: {
title: 'SIGN IN', // UNTRANSLATED
sign_in_identifier_and_auth: 'Sign in identifier and authentication', // UNTRANSLATED
sign_in_identifier_and_auth: 'Identifier and authentication settings for sign-in', // UNTRANSLATED
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.', // UNTRANSLATED
'Users can sign in using any of the options available. Adjust the layout by drag and dropping below options.', // UNTRANSLATED
add_sign_in_method: 'Add Sign-in Method', // UNTRANSLATED
password_auth: 'Password', // UNTRANSLATED
verification_code_auth: 'Verification code', // UNTRANSLATED
auth_swap_tip: 'Swap to change the priority', // UNTRANSLATED
auth_swap_tip: 'Swap the options below to determine which appears first in the flow.', // UNTRANSLATED
},
social_sign_in: {
title: 'SOCIAL SIGN IN', // UNTRANSLATED
social_sign_in: 'Social sign in', // UNTRANSLATED
title: 'SOCIAL SIGN-IN', // UNTRANSLATED
social_sign_in: 'Social sign-in', // UNTRANSLATED
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.', // UNTRANSLATED
add_social_connector: 'Add Social Connector', // UNTRANSLATED
'Depending on the mandatory identifier you set up, your user may be asked to provide an identifier when signing up via social connector.', // UNTRANSLATED
add_social_connector: 'Link Social Connector', // UNTRANSLATED
set_up_hint: {
not_in_list: 'Not in the list?', // UNTRANSLATED
set_up_more: 'Set up more', // UNTRANSLATED
go_to: 'social connectors or go to “Connectors” section.', // UNTRANSLATED
set_up_more: 'Set up', // UNTRANSLATED
go_to: 'other social connectors now.', // UNTRANSLATED
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.', // UNTRANSLATED
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability', // UNTRANSLATED
'We currently only support verified email. Your user base may contain a large number of poor-quality email addresses if no validation.', // UNTRANSLATED
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.', // UNTRANSLATED
verification_code_auth:
@ -137,21 +141,21 @@ const sign_in_exp = {
setup_warning: {
no_connector: '',
no_connector_sms:
'SMS 연동이 아직 설정되지 않았어요. 설정이 완료될 때 까지, 사용자는 이 로그인 방법을 사용할 수 없어요.',
'No SMS connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_email:
'이메일 연동이 아직 설정되지 않았어요. 설정이 완료될 때 까지, 사용자는 이 로그인 방법을 사용할 수 없어요.',
'No email connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_social:
'소셜 연동이 아직 설정되지 않았어요. 설정이 완료될 때 까지, 사용자는 이 로그인 방법을 사용할 수 없어요.',
'No social connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_added_social_connector:
'보다 많은 소셜 연동들을 설정하여, 고객에게 보다 나은 경험을 제공해보세요.',
},
save_alert: {
description:
'로그인 방법이 수정되었어요. 일부 사용자에게 영향을 미칠 수 있어요. 정말로 진행할까요?',
'You are implementing new sign-in and sign-up procedures. All of your users may be affected by the new set-up. Are you sure to commit to the change?', // UNTRANSLATED
before: '이전',
after: '이후',
sign_up: 'Sign up', // UNTRANSLATED
sign_in: 'Sign in', // UNTRANSLATED
sign_up: 'Sign-up', // UNTRANSLATED
sign_in: 'Sign-in', // UNTRANSLATED
social: 'Social', // UNTRANSLATED
},
preview: {

View file

@ -39,48 +39,52 @@ const sign_in_exp = {
slogan_placeholder: 'Liberte a sua criatividade',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers', // UNTRANSLATED
identifiers: 'Sign-up identifiers', // UNTRANSLATED
identifiers_email: 'Email address', // UNTRANSLATED
identifiers_sms: 'Phone number', // UNTRANSLATED
identifiers_username: 'Username', // UNTRANSLATED
identifiers_email_or_sms: 'Email address or phone number', // UNTRANSLATED
identifiers_none: 'None', // UNTRANSLATED
identifiers_none: 'Not applicable', // UNTRANSLATED
and: 'and', // UNTRANSLATED
or: 'or', // UNTRANSLATED
sign_up: {
title: 'SIGN UP', // UNTRANSLATED
sign_up_identifier: 'Sign up identifier', // UNTRANSLATED
sign_up_authentication: 'Sign up authentication', // UNTRANSLATED
set_a_password_option: 'Set a password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign up', // UNTRANSLATED
sign_up_identifier: 'Sign-up identifier', // UNTRANSLATED
identifier_description:
'The sign-up identifier is required for account creation and must be included in your sign-in screen.', // UNTRANSLATED
sign_up_authentication: 'Authentication setting for sign-up', // UNTRANSLATED
authentication_description:
'All selected actions will be obligatory for users to complete the flow.', // UNTRANSLATED
set_a_password_option: 'Create your password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign-up', // UNTRANSLATED
social_only_creation_description: '(This apply to social only account creation)', // UNTRANSLATED
},
sign_in: {
title: 'SIGN IN', // UNTRANSLATED
sign_in_identifier_and_auth: 'Sign in identifier and authentication', // UNTRANSLATED
sign_in_identifier_and_auth: 'Identifier and authentication settings for sign-in', // UNTRANSLATED
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.', // UNTRANSLATED
'Users can sign in using any of the options available. Adjust the layout by drag and dropping below options.', // UNTRANSLATED
add_sign_in_method: 'Add Sign-in Method', // UNTRANSLATED
password_auth: 'Password', // UNTRANSLATED
verification_code_auth: 'Verification code', // UNTRANSLATED
auth_swap_tip: 'Swap to change the priority', // UNTRANSLATED
auth_swap_tip: 'Swap the options below to determine which appears first in the flow.', // UNTRANSLATED
},
social_sign_in: {
title: 'SOCIAL SIGN IN', // UNTRANSLATED
social_sign_in: 'Social sign in', // UNTRANSLATED
title: 'SOCIAL SIGN-IN', // UNTRANSLATED
social_sign_in: 'Social sign-in', // UNTRANSLATED
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.', // UNTRANSLATED
add_social_connector: 'Add Social Connector', // UNTRANSLATED
'Depending on the mandatory identifier you set up, your user may be asked to provide an identifier when signing up via social connector.', // UNTRANSLATED
add_social_connector: 'Link Social Connector', // UNTRANSLATED
set_up_hint: {
not_in_list: 'Not in the list?', // UNTRANSLATED
set_up_more: 'Set up more', // UNTRANSLATED
go_to: 'social connectors or go to “Connectors” section.', // UNTRANSLATED
set_up_more: 'Set up', // UNTRANSLATED
go_to: 'other social connectors now.', // UNTRANSLATED
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.', // UNTRANSLATED
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability', // UNTRANSLATED
'We currently only support verified email. Your user base may contain a large number of poor-quality email addresses if no validation.', // UNTRANSLATED
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.', // UNTRANSLATED
verification_code_auth:
@ -140,21 +144,21 @@ const sign_in_exp = {
setup_warning: {
no_connector: '',
no_connector_sms:
'Ainda não configurou um conector de SMS. A experiência de login não será ativada até que conclua as configurações primeiro. ',
'No SMS connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_email:
'Ainda não configurou um conector de email. A experiência de login não será ativada até que conclua as configurações primeiro. ',
'No email connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_social:
'Ainda não configurou um conector social. A experiência de login não será ativada até que conclua as configurações primeiro. ',
'No social connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_added_social_connector:
'Configurou alguns conectores sociais agora. Certifique-se de adicionar alguns a experiência de login.',
},
save_alert: {
description:
'Está alterando os métodos de login. Isso afetará alguns dos seus utilizadoress. Tem a certeza que deseja fazer isso?',
'You are implementing new sign-in and sign-up procedures. All of your users may be affected by the new set-up. Are you sure to commit to the change?', // UNTRANSLATED
before: 'Antes',
after: 'Depois',
sign_up: 'Sign up', // UNTRANSLATED
sign_in: 'Sign in', // UNTRANSLATED
sign_up: 'Sign-up', // UNTRANSLATED
sign_in: 'Sign-in', // UNTRANSLATED
social: 'Social', // UNTRANSLATED
},
preview: {

View file

@ -40,48 +40,52 @@ const sign_in_exp = {
slogan_placeholder: 'Yaratıcılığınızıığa çıkarın',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers', // UNTRANSLATED
identifiers: 'Sign-up identifiers', // UNTRANSLATED
identifiers_email: 'Email address', // UNTRANSLATED
identifiers_sms: 'Phone number', // UNTRANSLATED
identifiers_username: 'Username', // UNTRANSLATED
identifiers_email_or_sms: 'Email address or phone number', // UNTRANSLATED
identifiers_none: 'None', // UNTRANSLATED
identifiers_none: 'Not applicable', // UNTRANSLATED
and: 'and', // UNTRANSLATED
or: 'or', // UNTRANSLATED
sign_up: {
title: 'SIGN UP', // UNTRANSLATED
sign_up_identifier: 'Sign up identifier', // UNTRANSLATED
sign_up_authentication: 'Sign up authentication', // UNTRANSLATED
set_a_password_option: 'Set a password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign up', // UNTRANSLATED
sign_up_identifier: 'Sign-up identifier', // UNTRANSLATED
identifier_description:
'The sign-up identifier is required for account creation and must be included in your sign-in screen.', // UNTRANSLATED
sign_up_authentication: 'Authentication setting for sign-up', // UNTRANSLATED
authentication_description:
'All selected actions will be obligatory for users to complete the flow.', // UNTRANSLATED
set_a_password_option: 'Create your password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign-up', // UNTRANSLATED
social_only_creation_description: '(This apply to social only account creation)', // UNTRANSLATED
},
sign_in: {
title: 'SIGN IN', // UNTRANSLATED
sign_in_identifier_and_auth: 'Sign in identifier and authentication', // UNTRANSLATED
sign_in_identifier_and_auth: 'Identifier and authentication settings for sign-in', // UNTRANSLATED
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.', // UNTRANSLATED
'Users can sign in using any of the options available. Adjust the layout by drag and dropping below options.', // UNTRANSLATED
add_sign_in_method: 'Add Sign-in Method', // UNTRANSLATED
password_auth: 'Password', // UNTRANSLATED
verification_code_auth: 'Verification code', // UNTRANSLATED
auth_swap_tip: 'Swap to change the priority', // UNTRANSLATED
auth_swap_tip: 'Swap the options below to determine which appears first in the flow.', // UNTRANSLATED
},
social_sign_in: {
title: 'SOCIAL SIGN IN', // UNTRANSLATED
social_sign_in: 'Social sign in', // UNTRANSLATED
title: 'SOCIAL SIGN-IN', // UNTRANSLATED
social_sign_in: 'Social sign-in', // UNTRANSLATED
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.', // UNTRANSLATED
add_social_connector: 'Add Social Connector', // UNTRANSLATED
'Depending on the mandatory identifier you set up, your user may be asked to provide an identifier when signing up via social connector.', // UNTRANSLATED
add_social_connector: 'Link Social Connector', // UNTRANSLATED
set_up_hint: {
not_in_list: 'Not in the list?', // UNTRANSLATED
set_up_more: 'Set up more', // UNTRANSLATED
go_to: 'social connectors or go to “Connectors” section.', // UNTRANSLATED
set_up_more: 'Set up', // UNTRANSLATED
go_to: 'other social connectors now.', // UNTRANSLATED
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.', // UNTRANSLATED
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability', // UNTRANSLATED
'We currently only support verified email. Your user base may contain a large number of poor-quality email addresses if no validation.', // UNTRANSLATED
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.', // UNTRANSLATED
verification_code_auth:
@ -141,21 +145,21 @@ const sign_in_exp = {
setup_warning: {
no_connector: '',
no_connector_sms:
'Henüz bir SMS bağlayıcısı kurmadınız. Öncelikle ayarları tamamlayana kadar oturum açma deneyiminiz yayınlanmayacaktır. ',
'No SMS connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_email:
'Henüz bir e-posta adresi bağlayıcısı kurmadınız. Öncelikle ayarları tamamlayana kadar oturum açma deneyiminiz yayınlanmayacaktır. ',
'No email connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_connector_social:
'Henüz herhangi bir social connector kurmadınız. Öncelikle ayarları tamamlayana kadar oturum açma deneyiminiz yayınlanmayacaktır. ',
'No social connector set-up yet. Until you finish configuring your social connector, you wont be able to sign in.', // UNTRANSLATED
no_added_social_connector:
'Şimdi birkaç social connector kurdunuz. Oturum açma deneyiminize bazı şeyler eklediğinizden emin olun.',
},
save_alert: {
description:
'Oturum açma yöntemlerini değiştiriyorsunuz. Bu, bazı kullanıcılarınızı etkileyecektir. Bunu yapmak istediğine emin misin?',
'You are implementing new sign-in and sign-up procedures. All of your users may be affected by the new set-up. Are you sure to commit to the change?', // UNTRANSLATED
before: 'Önce',
after: 'Sonra',
sign_up: 'Sign up', // UNTRANSLATED
sign_in: 'Sign in', // UNTRANSLATED
sign_up: 'Sign-up', // UNTRANSLATED
sign_in: 'Sign-in', // UNTRANSLATED
social: 'Social', // UNTRANSLATED
},
preview: {

View file

@ -3,7 +3,7 @@ const sign_in_exp = {
description: '自定义登录界面,并实时预览真实效果',
tabs: {
branding: '品牌',
sign_up_and_sign_in: 'Sign up and Sign in', // UNTRANSLATED
sign_up_and_sign_in: '注册与登陆',
others: '其它',
},
welcome: {
@ -37,54 +37,53 @@ const sign_in_exp = {
slogan_placeholder: '释放你的创意',
},
sign_up_and_sign_in: {
identifiers: 'Sign up identifiers', // UNTRANSLATED
identifiers_email: 'Email address', // UNTRANSLATED
identifiers_sms: 'Phone number', // UNTRANSLATED
identifiers_username: 'Username', // UNTRANSLATED
identifiers_email_or_sms: 'Email address or phone number', // UNTRANSLATED
identifiers_none: 'None', // UNTRANSLATED
and: 'and', // UNTRANSLATED
or: 'or', // UNTRANSLATED
identifiers: '注册标识',
identifiers_email: '邮件地址',
identifiers_sms: '手机号码',
identifiers_username: '用户名',
identifiers_email_or_sms: '邮件地址或手机号码',
identifiers_none: '无',
and: '与',
or: '或',
sign_up: {
title: 'SIGN UP', // UNTRANSLATED
sign_up_identifier: 'Sign up identifier', // UNTRANSLATED
sign_up_authentication: 'Sign up authentication', // UNTRANSLATED
set_a_password_option: 'Set a password', // UNTRANSLATED
verify_at_sign_up_option: 'Verify at sign up', // UNTRANSLATED
social_only_creation_description: '(This apply to social only account creation)', // UNTRANSLATED
title: '注册',
sign_up_identifier: '注册标识',
identifier_description: '创建账户时你需要设定注册标识。这些信息在用户登录时,属于必选项。',
sign_up_authentication: '注册身份认证设置',
authentication_description: '注册时,你的用户将要完成以下所有勾选的任务。',
set_a_password_option: '创建密码',
verify_at_sign_up_option: '注册时验证身份',
social_only_creation_description: '(仅对社交注册用户适用)',
},
sign_in: {
title: 'SIGN IN', // UNTRANSLATED
sign_in_identifier_and_auth: 'Sign in identifier and authentication', // UNTRANSLATED
description:
'Users can use any one of the selected ways to sign in. Drag and drop to define identifier priority regarding the sign in flow. You can also define the password or verification code priority.', // UNTRANSLATED
add_sign_in_method: 'Add Sign-in Method', // UNTRANSLATED
password_auth: 'Password', // UNTRANSLATED
verification_code_auth: 'Verification code', // UNTRANSLATED
auth_swap_tip: 'Swap to change the priority', // UNTRANSLATED
title: '登录',
sign_in_identifier_and_auth: '登录标识和身份认证设置',
description: '用户可以使用任何可用的选项进行登录。拖拽选项即可调整页面布局。',
add_sign_in_method: '添加登录方式',
password_auth: '密码',
verification_code_auth: '验证码',
auth_swap_tip: '交换以下选项的位置即可设定它们在用户登录流程中出现的先后。',
},
social_sign_in: {
title: 'SOCIAL SIGN IN', // UNTRANSLATED
social_sign_in: 'Social sign in', // UNTRANSLATED
description:
'Users may need to enter required identifier when register through social accounts. This was defined by your sign up identifier.', // UNTRANSLATED
add_social_connector: 'Add Social Connector', // UNTRANSLATED
title: '社交登录',
social_sign_in: '社交登录',
description: '你已设定特定的标识。用户在通过社交连接器注册时可能会被要求提供一个对应的标识。',
add_social_connector: '添加社交连接器',
set_up_hint: {
not_in_list: 'Not in the list?', // UNTRANSLATED
set_up_more: 'Set up more', // UNTRANSLATED
go_to: 'social connectors or go to “Connectors” section.', // UNTRANSLATED
not_in_list: '没有你想要的连接器?',
set_up_more: '立即设置',
go_to: '其他社交连接器。',
},
},
tip: {
set_a_password: 'A unique set of a password to your username is a must.', // UNTRANSLATED
set_a_password: '启用户名注册,必须设置密码。',
verify_at_sign_up:
'Right now we only support email verified at sign up but soon to open this capability', // UNTRANSLATED
password_auth:
'This is essential as you have enabled the option to set a password during the sign-up process.', // UNTRANSLATED
'我们目前仅支持经过验证的邮件地址登录。如果没有验证,你的用户信息中可能出现大量无效电子邮件地址。',
password_auth: '因注册设置里你启用了用户名密码标识。这个信息在用户登录时,属于必选项。',
verification_code_auth:
'This is essential as you have only enabled the option to provide verification code when signing up. Youre free to uncheck the box when password set-up is allowed at the sign-up process.', // UNTRANSLATED
'因注册设置里你启用了验证码标识,验证码属于用户必选项。开启密码注册后,你可以选择关闭验证码登录。',
delete_sign_in_method:
'This is essential as you have selected {{identifier}} as a required identifier.', // UNTRANSLATED
'因注册设置里你启用了{{identifier}}标识。这些信息在用户登录时,属于必选项。',
},
},
others: {
@ -135,18 +134,19 @@ const sign_in_exp = {
},
setup_warning: {
no_connector: '',
no_connector_sms: '你还没有设置 SMS 连接器。你需完成设置后登录体验才会生效。',
no_connector_email: '你还没有设置 email 连接器。你需完成设置后登录体验才会生效。',
no_connector_social: '你还没有设置社交连接器。你需完成设置后登录体验才会生效。',
no_connector_sms: '你尚未设置 SMS 短信连接器。在完成该配置前,你将无法登录。',
no_connector_email: '你尚未设置电子邮件连接器。在完成该配置前,你将无法登录。',
no_connector_social: '你尚未设置社交连接器。在完成该配置前,你将无法登录。',
no_added_social_connector: '你已经成功设置了一些社交连接器。点按「+」添加一些到你的登录体验。',
},
save_alert: {
description: '你正在修改登录方式,这可能会影响部分用户。是否继续保存修改?',
before: '修改前',
after: '修改后',
sign_up: 'Sign up', // UNTRANSLATED
sign_in: 'Sign in', // UNTRANSLATED
social: 'Social', // UNTRANSLATED
description:
'你正在进行登录注册设置的变更。当前你的所有用户会受到新设置的影响。确认保存该设置吗?',
before: '设置前',
after: '设置后',
sign_up: '注册',
sign_in: '登录',
social: '社交',
},
preview: {
title: '登录预览',