mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
chore(console): improve wording in SIE others tab (#2519)
This commit is contained in:
parent
56d01abe4d
commit
9e8c148f7a
8 changed files with 20 additions and 20 deletions
packages
console/src/pages/SignInExperience/tabs/Others
phrases/src/locales
de/translation/admin-console
en/translation/admin-console
fr/translation/admin-console
ko/translation/admin-console
pt-pt/translation/admin-console
tr-tr/translation/admin-console
zh-cn/translation/admin-console
|
@ -13,11 +13,11 @@ const AuthenticationForm = () => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className={styles.title}>{t('sign_in_exp.others.authentication.title')}</div>
|
||||
<FormField title="sign_in_exp.others.authentication.enable_user_registration">
|
||||
<div className={styles.title}>{t('sign_in_exp.others.advanced_options.title')}</div>
|
||||
<FormField title="sign_in_exp.others.advanced_options.enable_user_registration">
|
||||
<Switch
|
||||
{...register('createAccountEnabled')}
|
||||
label={t('sign_in_exp.others.authentication.enable_user_registration_description')}
|
||||
label={t('sign_in_exp.others.advanced_options.enable_user_registration_description')}
|
||||
/>
|
||||
</FormField>
|
||||
</>
|
||||
|
|
|
@ -138,8 +138,8 @@ const sign_in_exp = {
|
|||
'{{language}} ist als Standardsprache eingestellt und kann nicht gelöscht werden. ',
|
||||
got_it: 'Alles klar',
|
||||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTIFIZIERUNG',
|
||||
advanced_options: {
|
||||
title: 'ERWEITERTE OPTIONEN',
|
||||
enable_create_account: 'Aktiviere Registrierung',
|
||||
enable_create_account_description:
|
||||
'Aktiviere oder deaktiviere Konto Registrierung. Wenn diese Funktion deaktiviert ist, können deine Kunden keine Konten über die Anmeldeoberfläche erstellen, aber du kannst immer noch Benutzer in der Admin Konsole hinzufügen.',
|
||||
|
|
|
@ -135,8 +135,8 @@ const sign_in_exp = {
|
|||
'{{language}} is set as your default language and can’t be deleted. ',
|
||||
got_it: 'Got It',
|
||||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
advanced_options: {
|
||||
title: 'ADVANCED OPTIONS',
|
||||
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.',
|
||||
|
|
|
@ -137,8 +137,8 @@ const sign_in_exp = {
|
|||
'{{language}} is set as your default language and can’t be deleted. ', // UNTRANSLATED
|
||||
got_it: 'Got It', // UNTRANSLATED
|
||||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
advanced_options: {
|
||||
title: 'OPTIONS AVANCÉES',
|
||||
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
|
||||
|
|
|
@ -132,8 +132,8 @@ const sign_in_exp = {
|
|||
'{{language}} is set as your default language and can’t be deleted. ', // UNTRANSLATED
|
||||
got_it: 'Got It', // UNTRANSLATED
|
||||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
advanced_options: {
|
||||
title: '고급 옵션',
|
||||
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
|
||||
|
|
|
@ -135,8 +135,8 @@ const sign_in_exp = {
|
|||
'{{language}} is set as your default language and can’t be deleted. ', // UNTRANSLATED
|
||||
got_it: 'Got It', // UNTRANSLATED
|
||||
},
|
||||
authentication: {
|
||||
title: 'AUTENTICAÇÃO',
|
||||
advanced_options: {
|
||||
title: 'OPÇÕES AVANÇADAS',
|
||||
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
|
||||
|
|
|
@ -136,8 +136,8 @@ const sign_in_exp = {
|
|||
'{{language}} is set as your default language and can’t be deleted. ', // UNTRANSLATED
|
||||
got_it: 'Got It', // UNTRANSLATED
|
||||
},
|
||||
authentication: {
|
||||
title: 'AUTHENTICATION',
|
||||
advanced_options: {
|
||||
title: 'GELİŞMİŞ OPSİYONLAR',
|
||||
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
|
||||
|
|
|
@ -63,7 +63,7 @@ const sign_in_exp = {
|
|||
password_auth: '密码',
|
||||
verification_code_auth: '验证码',
|
||||
auth_swap_tip: '交换以下选项的位置即可设定它们在用户登录流程中出现的先后。',
|
||||
require_auth_factor: 'You have to select at least one authentication factor.', // UNTRANSLATED
|
||||
require_auth_factor: '请至少选择一种认证方式。',
|
||||
},
|
||||
social_sign_in: {
|
||||
title: '社交登录',
|
||||
|
@ -126,11 +126,11 @@ const sign_in_exp = {
|
|||
'你已设置{{language}}为你的默认语言,你无法删除默认语言。',
|
||||
got_it: '知道了',
|
||||
},
|
||||
authentication: {
|
||||
title: '身份验证',
|
||||
enable_user_registration: 'Enable user registration', // UNTRANSLATED
|
||||
advanced_options: {
|
||||
title: '高级选项',
|
||||
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.', // UNTRANSLATED
|
||||
'开启或关闭用户注册功能。一旦关闭,用户将无法通过登录界面自行注册账号,但管理员仍可通过管理控制台添加用户。',
|
||||
},
|
||||
},
|
||||
setup_warning: {
|
||||
|
|
Loading…
Add table
Reference in a new issue