mirror of
https://github.com/logto-io/logto.git
synced 2025-04-07 23:01:25 -05:00
fix(phrases): update sync profile tip (#3078)
This commit is contained in:
parent
04ee73e943
commit
f5116b30e8
7 changed files with 13 additions and 7 deletions
packages/phrases/src/locales
de/translation/admin-console
en/translation/admin-console
fr/translation/admin-console
pt-br/translation/admin-console
pt-pt/translation/admin-console
tr-tr/translation/admin-console
zh-cn/translation/admin-console
|
@ -53,7 +53,8 @@ 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
|
||||
sync_profile_tip:
|
||||
"Sync the basic profile from the social provider, such as users' names and their avatars.", // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -53,7 +53,8 @@ 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.',
|
||||
sync_profile_tip:
|
||||
"Sync the basic profile from the social provider, such as users' names and their avatars.",
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -54,7 +54,8 @@ 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
|
||||
sync_profile_tip:
|
||||
"Sync the basic profile from the social provider, such as users' names and their avatars.", // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universel',
|
||||
|
|
|
@ -51,7 +51,8 @@ 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
|
||||
sync_profile_tip:
|
||||
"Sync the basic profile from the social provider, such as users' names and their avatars.", // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -53,7 +53,8 @@ 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
|
||||
sync_profile_tip:
|
||||
"Sync the basic profile from the social provider, such as users' names and their avatars.", // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -54,7 +54,8 @@ 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
|
||||
sync_profile_tip:
|
||||
"Sync the basic profile from the social provider, such as users' names and their avatars.", // UNTRANSLATED
|
||||
},
|
||||
platform: {
|
||||
universal: 'Evrensel',
|
||||
|
|
|
@ -48,7 +48,7 @@ const connectors = {
|
|||
sync_profile: '开启用户资料同步',
|
||||
sync_profile_only_at_sign_up: '首次注册时同步',
|
||||
sync_profile_each_sign_in: '每次登录时同步',
|
||||
sync_profile_tip: '同步基本用户信息,如昵称,头像等',
|
||||
sync_profile_tip: '同步用户的用户名、头像等个人资料信息',
|
||||
},
|
||||
platform: {
|
||||
universal: '通用',
|
||||
|
|
Loading…
Add table
Reference in a new issue