mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: update standard connector AC contents (#2753)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
This commit is contained in:
parent
fc456f4851
commit
2773bf5ec7
10 changed files with 97 additions and 80 deletions
|
@ -39,7 +39,7 @@ const ConnectorForm = ({ connector, isAllowEditTarget }: Props) => {
|
|||
const syncProfileOptions = [
|
||||
{
|
||||
value: SyncProfileMode.OnlyAtRegister,
|
||||
title: t('connectors.guide.sync_profile_only_at_register'),
|
||||
title: t('connectors.guide.sync_profile_only_at_sign_up'),
|
||||
},
|
||||
{
|
||||
value: SyncProfileMode.EachSignIn,
|
||||
|
|
|
@ -32,24 +32,27 @@ const connectors = {
|
|||
subtitle: 'Eine Schritt-für-Schritt-Anleitung zur Konfiguration deines Connectors',
|
||||
connector_setting: 'Connector setting', // UNTRANSLATED
|
||||
name: 'Connector name', // UNTRANSLATED
|
||||
name_tip: 'Connector button’s name will display as "Continue with {{Connector Name}}".', // UNTRANSLATED
|
||||
logo: 'Connector logo URL', // UNTRANSLATED
|
||||
name_tip:
|
||||
'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED
|
||||
logo: 'Logo image URL', // UNTRANSLATED
|
||||
logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_tip: 'The logo image will also display on the connector button.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL (Dark mode)', // UNTRANSLATED
|
||||
logo_tip:
|
||||
'Logo image will show on the connector. Get a publicly accessible image link and insert the link here.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL for dark mode', // UNTRANSLATED
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_dark_tip:
|
||||
'This will be used when opening “Enable dark mode” in the setting of sign in experience.', // UNTRANSLATED
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.', // UNTRANSLATED
|
||||
logo_dark_collapse: 'Collapse', // UNTRANSLATED
|
||||
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
|
||||
logo_dark_show: 'Show logo setting for dark mode', // UNTRANSLATED
|
||||
target: 'Connector identity target', // UNTRANSLATED
|
||||
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
|
||||
target_tip:
|
||||
'If the connector is successfully built, the connector “Target” cannot be modified.', // UNTRANSLATED
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
|
||||
config: 'Enter your JSON here', // UNTRANSLATED
|
||||
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED
|
||||
sync_profile_only_at_register: 'Only sync at register', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always sync at each sign-in', // UNTRANSLATED
|
||||
config: 'Enter your config JSON', // UNTRANSLATED
|
||||
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
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -32,24 +32,27 @@ const connectors = {
|
|||
subtitle: 'A step by step guide to configure your connector',
|
||||
connector_setting: 'Connector setting',
|
||||
name: 'Connector name',
|
||||
name_tip: 'Connector button’s name will display as "Continue with {{Connector Name}}".',
|
||||
logo: 'Connector logo URL',
|
||||
name_tip:
|
||||
'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.',
|
||||
logo: 'Logo image URL',
|
||||
logo_placeholder: 'https://your.cdn.domain/logo.png',
|
||||
logo_tip: 'The logo image will also display on the connector button.',
|
||||
logo_dark: 'Connector logo URL (Dark mode)',
|
||||
logo_tip:
|
||||
'Logo image will show on the connector. Get a publicly accessible image link and insert the link here.',
|
||||
logo_dark: 'Connector logo URL for dark mode',
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png',
|
||||
logo_dark_tip:
|
||||
'This will be used when opening “Enable dark mode” in the setting of sign in experience.',
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.',
|
||||
logo_dark_collapse: 'Collapse',
|
||||
logo_dark_show: 'Show "Logo for dark mode"',
|
||||
logo_dark_show: 'Show logo setting for dark mode',
|
||||
target: 'Connector identity target',
|
||||
target_tip: 'A unique identifier for the connector.',
|
||||
target_tip:
|
||||
'If the connector is successfully built, the connector “Target” cannot be modified.',
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>',
|
||||
config: 'Enter your JSON here',
|
||||
sync_profile: 'Sync profile information from the social provider',
|
||||
sync_profile_only_at_register: 'Only sync at register',
|
||||
sync_profile_each_sign_in: 'Always sync at each sign-in',
|
||||
config: 'Enter your config JSON',
|
||||
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',
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -33,24 +33,27 @@ const connectors = {
|
|||
subtitle: 'Un guide étape par étape pour configurer votre connecteur',
|
||||
connector_setting: 'Connector setting', // UNTRANSLATED
|
||||
name: 'Connector name', // UNTRANSLATED
|
||||
name_tip: 'Connector button’s name will display as "Continue with {{Connector Name}}".', // UNTRANSLATED
|
||||
logo: 'Connector logo URL', // UNTRANSLATED
|
||||
name_tip:
|
||||
'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED
|
||||
logo: 'Logo image URL', // UNTRANSLATED
|
||||
logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_tip: 'The logo image will also display on the connector button.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL (Dark mode)', // UNTRANSLATED
|
||||
logo_tip:
|
||||
'Logo image will show on the connector. Get a publicly accessible image link and insert the link here.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL for dark mode', // UNTRANSLATED
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_dark_tip:
|
||||
'This will be used when opening “Enable dark mode” in the setting of sign in experience.', // UNTRANSLATED
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.', // UNTRANSLATED
|
||||
logo_dark_collapse: 'Collapse', // UNTRANSLATED
|
||||
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
|
||||
logo_dark_show: 'Show logo setting for dark mode', // UNTRANSLATED
|
||||
target: 'Connector identity target', // UNTRANSLATED
|
||||
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
|
||||
target_tip:
|
||||
'If the connector is successfully built, the connector “Target” cannot be modified.', // UNTRANSLATED
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
|
||||
config: 'Enter your JSON here', // UNTRANSLATED
|
||||
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED
|
||||
sync_profile_only_at_register: 'Only sync at register', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always sync at each sign-in', // UNTRANSLATED
|
||||
config: 'Enter your config JSON', // UNTRANSLATED
|
||||
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
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universel',
|
||||
|
|
|
@ -39,16 +39,17 @@ const connectors = {
|
|||
logo_tip: '이 이미지는 연동 버튼에 보여질거에요.',
|
||||
logo_dark: '연동 로고 URL (다크 모드)',
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png',
|
||||
logo_dark_tip: '이 이미지는 다크 모드를 설정할 때 보여질거에요.',
|
||||
logo_dark_tip:
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.', // UNTRANSLATED
|
||||
logo_dark_collapse: '최소화',
|
||||
logo_dark_show: '"다크 모드 로고" 보기',
|
||||
logo_dark_show: 'Show logo setting for dark mode', // UNTRANSLATED
|
||||
target: '연동 ID 대상',
|
||||
target_tip: '연동의 고유 식별자.',
|
||||
target_tooltip:
|
||||
'Logto의 소셜 연동에서의 "목표"는 소셜 정보의 원천을 뜻해요. Logto의 디자인은 충돌을 피하기 위해서 같은 "목표"를 허용하지 않아요. 연동을 추가한 후에는 값을 변경할 수 없으므로 주의해주세요. <a>자세히 알아보기</a>',
|
||||
config: '여기에 JSON을 입력',
|
||||
sync_profile: '소셜 정보로부터 프로필 정보 동기화하기',
|
||||
sync_profile_only_at_register: '회원가입때 동기화',
|
||||
sync_profile: 'Sync profile information', // UNTRANSLATED
|
||||
sync_profile_only_at_sign_up: '회원가입때 동기화',
|
||||
sync_profile_each_sign_in: '로그인 할때 마다 동기화',
|
||||
},
|
||||
platform: {
|
||||
|
|
|
@ -40,16 +40,16 @@ const connectors = {
|
|||
logo_dark: 'URL do logotipo do conector (modo escuro)',
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png',
|
||||
logo_dark_tip:
|
||||
'Isso será usado ao abrir "Ativar modo escuro" na configuração da experiência de login.',
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.', // UNTRANSLATED
|
||||
logo_dark_collapse: 'Collapse',
|
||||
logo_dark_show: 'Mostrar "Logo para modo escuro"',
|
||||
logo_dark_show: 'Show logo setting for dark mode', // UNTRANSLATED
|
||||
target: 'Destino da identidade do conector',
|
||||
target_tip: 'Um identificador exclusivo para o conector.',
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
|
||||
config: 'Digite seu JSON aqui',
|
||||
sync_profile: 'Sincronizar informações de perfil do provedor social',
|
||||
sync_profile_only_at_register: 'Sincronizar apenas no registro',
|
||||
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',
|
||||
},
|
||||
platform: {
|
||||
|
|
|
@ -32,24 +32,27 @@ const connectors = {
|
|||
subtitle: 'Um guia passo a passo para configurar o conector',
|
||||
connector_setting: 'Connector setting', // UNTRANSLATED
|
||||
name: 'Connector name', // UNTRANSLATED
|
||||
name_tip: 'Connector button’s name will display as "Continue with {{Connector Name}}".', // UNTRANSLATED
|
||||
logo: 'Connector logo URL', // UNTRANSLATED
|
||||
name_tip:
|
||||
'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED
|
||||
logo: 'Logo image URL', // UNTRANSLATED
|
||||
logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_tip: 'The logo image will also display on the connector button.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL (Dark mode)', // UNTRANSLATED
|
||||
logo_tip:
|
||||
'Logo image will show on the connector. Get a publicly accessible image link and insert the link here.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL for dark mode', // UNTRANSLATED
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_dark_tip:
|
||||
'This will be used when opening “Enable dark mode” in the setting of sign in experience.', // UNTRANSLATED
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.', // UNTRANSLATED
|
||||
logo_dark_collapse: 'Collapse', // UNTRANSLATED
|
||||
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
|
||||
logo_dark_show: 'Show logo setting for dark mode', // UNTRANSLATED
|
||||
target: 'Connector identity target', // UNTRANSLATED
|
||||
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
|
||||
target_tip:
|
||||
'If the connector is successfully built, the connector “Target” cannot be modified.', // UNTRANSLATED
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
|
||||
config: 'Enter your JSON here', // UNTRANSLATED
|
||||
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED
|
||||
sync_profile_only_at_register: 'Only sync at register', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always sync at each sign-in', // UNTRANSLATED
|
||||
config: 'Enter your config JSON', // UNTRANSLATED
|
||||
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
|
||||
},
|
||||
platform: {
|
||||
universal: 'Universal',
|
||||
|
|
|
@ -33,24 +33,27 @@ const connectors = {
|
|||
subtitle: 'Connectorı yapılandırmak için adım adım kılavuz',
|
||||
connector_setting: 'Connector setting', // UNTRANSLATED
|
||||
name: 'Connector name', // UNTRANSLATED
|
||||
name_tip: 'Connector button’s name will display as "Continue with {{Connector Name}}".', // UNTRANSLATED
|
||||
logo: 'Connector logo URL', // UNTRANSLATED
|
||||
name_tip:
|
||||
'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED
|
||||
logo: 'Logo image URL', // UNTRANSLATED
|
||||
logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_tip: 'The logo image will also display on the connector button.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL (Dark mode)', // UNTRANSLATED
|
||||
logo_tip:
|
||||
'Logo image will show on the connector. Get a publicly accessible image link and insert the link here.', // UNTRANSLATED
|
||||
logo_dark: 'Connector logo URL for dark mode', // UNTRANSLATED
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED
|
||||
logo_dark_tip:
|
||||
'This will be used when opening “Enable dark mode” in the setting of sign in experience.', // UNTRANSLATED
|
||||
'Set your connector’s logo for dark mode after enabling it in the Sign-in Experience of Admin Console.', // UNTRANSLATED
|
||||
logo_dark_collapse: 'Collapse', // UNTRANSLATED
|
||||
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
|
||||
logo_dark_show: 'Show logo setting for dark mode', // UNTRANSLATED
|
||||
target: 'Connector identity target', // UNTRANSLATED
|
||||
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
|
||||
target_tip:
|
||||
'If the connector is successfully built, the connector “Target” cannot be modified.', // UNTRANSLATED
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
|
||||
config: 'Enter your JSON here', // UNTRANSLATED
|
||||
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED
|
||||
sync_profile_only_at_register: 'Only sync at register', // UNTRANSLATED
|
||||
sync_profile_each_sign_in: 'Always sync at each sign-in', // UNTRANSLATED
|
||||
config: 'Enter your config JSON', // UNTRANSLATED
|
||||
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
|
||||
},
|
||||
platform: {
|
||||
universal: 'Evrensel',
|
||||
|
|
|
@ -111,7 +111,7 @@ const errors = {
|
|||
invalid_type_for_syncing_profile: '只有社交连接器可以开启用户档案同步。',
|
||||
can_not_modify_target: '不可修改连接器 target。',
|
||||
should_specify_target: '你需要声明 target 的值。',
|
||||
multiple_target_with_same_platform: '不能同时存在多个有相同 target 和平台类型的社交连接器。',
|
||||
multiple_target_with_same_platform: '同一平台上,多个社交连接器不能重复使用相同的 “Target”。',
|
||||
cannot_overwrite_metadata_for_non_standard_connector: '不可覆盖该连接器的 metadata 参数。',
|
||||
},
|
||||
verification_code: {
|
||||
|
|
|
@ -29,25 +29,26 @@ const connectors = {
|
|||
},
|
||||
guide: {
|
||||
subtitle: '参考以下步骤完成你的连接器设置',
|
||||
connector_setting: '连接器设置',
|
||||
connector_setting: '设置连接器',
|
||||
name: '连接器名称',
|
||||
name_tip: '连接器按钮名将会是「通过 {{连接器名称}} 登录」。',
|
||||
logo: '连接器图标地址',
|
||||
name_tip:
|
||||
'按钮上将展示「用 {{social_connector}} 账号登录」。名字不宜过长而导致信息无法展示完整。',
|
||||
logo: 'Logo 图片链接',
|
||||
logo_placeholder: 'https://your.cdn.domain/logo.png',
|
||||
logo_tip: '图标将会在连接器按钮中展示',
|
||||
logo_dark: '连接器图标地址(深色模式)',
|
||||
logo_tip: '该图片将用于连接器的展示。获取图片链接后粘贴在此处。',
|
||||
logo_dark: 'Logo 图片链接(深色模式)',
|
||||
logo_dark_placeholder: 'https://your.cdn.domain/logo.png',
|
||||
logo_dark_tip: '在登录体验设置中打开「启用深色模式」后生效',
|
||||
logo_dark_collapse: '折叠',
|
||||
logo_dark_show: '显示「深色模式图标」',
|
||||
target: '连接器 target',
|
||||
target_tip: '连接器标识符',
|
||||
logo_dark_tip: '在管理控制台的登录体验中启用“深色模式”后,可设置此连接器 Logo 用于深色模式。',
|
||||
logo_dark_collapse: '收起',
|
||||
logo_dark_show: '展开深色模式 Logo 设置',
|
||||
target: '连接器身份 Target',
|
||||
target_tip: 'Target 一旦设置完毕将无法更改',
|
||||
target_tooltip:
|
||||
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
|
||||
config: '请在此输入你的 JSON 配置',
|
||||
sync_profile: '从社交服务商同步用户数据',
|
||||
sync_profile_only_at_register: '仅在注册时同步',
|
||||
sync_profile_each_sign_in: '每次登录都同步',
|
||||
'Logto 社交连接器的「target」指的是社交身份的「来源」。在 Logto 的设计里,我们不允许某一平台的连接器中有相同的「target」以避免身份的冲突。在添加连接器时,你需要格外小心,我们「不允许」用户在创建之后更改「target」的值。 <a>了解更多</a>',
|
||||
config: '粘贴你的 JSON 代码',
|
||||
sync_profile: '开启用户资料同步',
|
||||
sync_profile_only_at_sign_up: '首次注册时同步',
|
||||
sync_profile_each_sign_in: '每次登录时同步',
|
||||
},
|
||||
platform: {
|
||||
universal: '通用',
|
||||
|
|
Loading…
Reference in a new issue