mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
refactor(console): update enable create account phrases (#2248)
This commit is contained in:
parent
69d6cc679a
commit
b6a9d1a07e
7 changed files with 20 additions and 20 deletions
|
@ -14,10 +14,10 @@ const AuthenticationForm = () => {
|
|||
return (
|
||||
<>
|
||||
<div className={styles.title}>{t('sign_in_exp.others.authentication.title')}</div>
|
||||
<FormField title="sign_in_exp.others.authentication.enable_create_account">
|
||||
<FormField title="sign_in_exp.others.authentication.enable_user_registration">
|
||||
<Switch
|
||||
{...register('createAccountEnabled')}
|
||||
label={t('sign_in_exp.others.authentication.enable_create_account_description')}
|
||||
label={t('sign_in_exp.others.authentication.enable_user_registration_description')}
|
||||
/>
|
||||
</FormField>
|
||||
</>
|
||||
|
|
|
@ -128,9 +128,9 @@ const sign_in_exp = {
|
|||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
enable_create_account: 'Enable create account',
|
||||
enable_create_account_description:
|
||||
'Enable or disable create account (sign-up). Once disabled, your customers can’t create accounts through the sign-in UI, but you can still add users in Admin Console.',
|
||||
enable_user_registration: 'Enable user registration',
|
||||
enable_user_registration_description:
|
||||
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.',
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
|
@ -130,9 +130,9 @@ const sign_in_exp = {
|
|||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
enable_create_account: 'Enable create account',
|
||||
enable_create_account_description:
|
||||
'Enable or disable create account (sign-up). Once disabled, your customers can’t create accounts through the sign-in UI, but you can still add users in Admin Console.',
|
||||
enable_user_registration: 'Enable user registration', // UNTRANSLATED
|
||||
enable_user_registration_description:
|
||||
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
|
@ -125,9 +125,9 @@ const sign_in_exp = {
|
|||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
enable_create_account: 'Enable create account',
|
||||
enable_create_account_description:
|
||||
'Enable or disable create account (sign-up). Once disabled, your customers can’t create accounts through the sign-in UI, but you can still add users in Admin Console.',
|
||||
enable_user_registration: 'Enable user registration', // UNTRANSLATED
|
||||
enable_user_registration_description:
|
||||
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
|
@ -128,9 +128,9 @@ const sign_in_exp = {
|
|||
},
|
||||
authentication: {
|
||||
title: 'AUTENTICAÇÃO',
|
||||
enable_create_account: 'Permitir criar conta?',
|
||||
enable_create_account_description:
|
||||
'Ativa ou desativa a criação de contas. Depois de desativado, os seus clientes não poderão criar contas por meio da pagina de login, mas você poderá adicionar utiizadores na Consola de Administrador.',
|
||||
enable_user_registration: 'Enable user registration', // UNTRANSLATED
|
||||
enable_user_registration_description:
|
||||
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
|
@ -129,9 +129,9 @@ const sign_in_exp = {
|
|||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
enable_create_account: 'Enable create account',
|
||||
enable_create_account_description:
|
||||
'Enable or disable create account (sign-up). Once disabled, your customers can’t create accounts through the sign-in UI, but you can still add users in Admin Console.',
|
||||
enable_user_registration: 'Enable user registration', // UNTRANSLATED
|
||||
enable_user_registration_description:
|
||||
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
|
@ -123,9 +123,9 @@ const sign_in_exp = {
|
|||
},
|
||||
authentication: {
|
||||
title: '身份验证',
|
||||
enable_create_account: '启用创建帐号',
|
||||
enable_create_account_description:
|
||||
'启用或禁用创建帐号(注册)。一旦禁用,你的用户将无法通过登录 UI 来创建帐户,但你仍可以通过「管理面板」添加用户。',
|
||||
enable_user_registration: 'Enable user registration', // UNTRANSLATED
|
||||
enable_user_registration_description:
|
||||
'Enable or disallow user registration. Once disabled, users can still be added in the admin console but users can no longer establish accounts through the sign-in UI.', // UNTRANSLATED
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
Loading…
Add table
Reference in a new issue