0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

chore(connector-*): update social connector description (#1213)

This commit is contained in:
Darcy Ye 2022-06-24 10:08:53 +08:00 committed by GitHub
parent a2de467873
commit 7e251c017b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 16 deletions

View file

@ -33,8 +33,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: null,
description: {
en: 'Sign In with Alipay',
'zh-CN': '支付宝登录',
en: 'Allow your users to sign in through their Alipay account.',
'zh-CN': '让用户可以通过支付宝账号登录',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -34,8 +34,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: null,
description: {
en: 'Sign In with Alipay',
'zh-CN': '支付宝登录',
en: 'Allow your users to sign in through their Alipay account.',
'zh-CN': '让用户可以通过支付宝账号登录',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -31,8 +31,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: './logo-dark.svg',
description: {
en: 'Sign In with Apple',
'zh-CN': 'Apple 登录',
en: 'Enables users to sign in to the Logto app through their Apple account.',
'zh-CN': '让用户能够通过 Apple 账号登录 Logto 应用。',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -36,8 +36,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: null,
description: {
en: 'Sign In with Facebook',
'zh-CN': 'Facebook 登录',
en: 'Provide users with the option to sign in with their Facebook account.',
'zh-CN': '为用户提供 Facebook 账号登录的选项。',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -27,8 +27,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: './logo-dark.svg',
description: {
en: 'Sign In with GitHub',
'zh-CN': 'GitHub登录',
en: 'Make signing into Logto seamlessly for GitHub users.',
'zh-CN': '让 GitHub 用户无缝登录 Logto。',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -27,8 +27,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: null,
description: {
en: 'Sign In with Google',
'zh-CN': 'Google登录',
en: 'Gives users the ability to sign in with their Google account.',
'zh-CN': '赋予用户用 Google 账号登录的能力。',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -27,8 +27,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: null,
description: {
en: 'Sign In with WeChat',
'zh-CN': '微信登录',
en: 'Allow your users to sign in through their WeChat account.',
'zh-CN': '让用户可以通过微信账号登录。',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),

View file

@ -27,8 +27,8 @@ export const defaultMetadata: ConnectorMetadata = {
logo: './logo.svg',
logoDark: null,
description: {
en: 'Sign In with WeChat',
'zh-CN': '微信登录',
en: 'Allow your users to sign in through their WeChat account.',
'zh-CN': '让用户可以通过微信账号登录。',
},
readme: getFileContents(pathToReadmeFile, readmeContentFallback),
configTemplate: getFileContents(pathToConfigTemplate, configTemplateFallback),