0
Fork 0
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:
wangsijie 2022-12-30 15:36:29 +08:00 committed by GitHub
parent e47fa77951
commit 09b1fa370f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 0 deletions

View file

@ -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>

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -49,6 +49,7 @@ const connectors = {
sync_profile: '开启用户资料同步',
sync_profile_only_at_sign_up: '首次注册时同步',
sync_profile_each_sign_in: '每次登录时同步',
sync_profile_tip: '同步基本用户信息,如昵称,头像等',
},
platform: {
universal: '通用',