mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
fix(console): add sync profile tip (#2784)
This commit is contained in:
parent
e47fa77951
commit
09b1fa370f
9 changed files with 9 additions and 0 deletions
|
@ -143,6 +143,7 @@ const ConnectorForm = ({ connector, isAllowEditTarget }: Props) => {
|
|||
<Select options={syncProfileOptions} value={value} onChange={onChange} />
|
||||
)}
|
||||
/>
|
||||
<div className={styles.tip}>{t('connectors.guide.sync_profile_tip')}</div>
|
||||
</FormField>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
@ -53,6 +53,7 @@ const connectors = {
|
|||
sync_profile: 'Sync profile information', // UNTRANSLATED
|
||||
sync_profile_only_at_sign_up: 'Only sync at sign-up', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always do a sync at each sign-in', // UNTRANSLATED
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.', // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -53,6 +53,7 @@ const connectors = {
|
|||
sync_profile: 'Sync profile information',
|
||||
sync_profile_only_at_sign_up: 'Only sync at sign-up',
|
||||
sync_profile_each_sign_in: 'Always do a sync at each sign-in',
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.',
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -54,6 +54,7 @@ const connectors = {
|
|||
sync_profile: 'Sync profile information', // UNTRANSLATED
|
||||
sync_profile_only_at_sign_up: 'Only sync at sign-up', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always do a sync at each sign-in', // UNTRANSLATED
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.', // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universel',
|
||||
|
|
|
@ -51,6 +51,7 @@ const connectors = {
|
|||
sync_profile: 'Sync profile information', // UNTRANSLATED
|
||||
sync_profile_only_at_sign_up: '회원가입때 동기화',
|
||||
sync_profile_each_sign_in: '로그인 할때 마다 동기화',
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.', // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -51,6 +51,7 @@ const connectors = {
|
|||
sync_profile: 'Sincronizar informações de perfil',
|
||||
sync_profile_only_at_sign_up: 'Sincronizar apenas no registro',
|
||||
sync_profile_each_sign_in: 'Sempre sincronizar a cada login',
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.', // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -53,6 +53,7 @@ const connectors = {
|
|||
sync_profile: 'Sync profile information', // UNTRANSLATED
|
||||
sync_profile_only_at_sign_up: 'Only sync at sign-up', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always do a sync at each sign-in', // UNTRANSLATED
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.', // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -54,6 +54,7 @@ const connectors = {
|
|||
sync_profile: 'Sync profile information', // UNTRANSLATED
|
||||
sync_profile_only_at_sign_up: 'Only sync at sign-up', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always do a sync at each sign-in', // UNTRANSLATED
|
||||
sync_profile_tip: 'Sync basic user profile, e.g. name and avatar.', // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Evrensel',
|
||||
|
|
|
@ -49,6 +49,7 @@ const connectors = {
|
|||
sync_profile: '开启用户资料同步',
|
||||
sync_profile_only_at_sign_up: '首次注册时同步',
|
||||
sync_profile_each_sign_in: '每次登录时同步',
|
||||
sync_profile_tip: '同步基本用户信息,如昵称,头像等',
|
||||
},
|
||||
platform: {
|
||||
universal: '通用',
|
||||
|
|
Loading…
Add table
Reference in a new issue