0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

refactor(phrases): update content (#1434)

This commit is contained in:
Gao Sun 2022-07-06 13:11:40 +08:00 committed by GitHub
parent 9cffb84050
commit 1fd706dc47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 8 deletions

View file

@ -96,7 +96,7 @@ const useGetStartedMetadata = ({ checkDemoAppExists }: Props) => {
title: 'get_started.card4_title',
subtitle: 'get_started.card4_subtitle',
icon: isLightMode ? Passwordless : PasswordlessDark,
buttonText: 'admin_console.general.enable',
buttonText: 'admin_console.general.set_up',
isComplete: settings?.passwordlessConfigured,
onClick: () => {
navigate('/connectors');
@ -107,7 +107,7 @@ const useGetStartedMetadata = ({ checkDemoAppExists }: Props) => {
title: 'get_started.card5_title',
subtitle: 'get_started.card5_subtitle',
icon: isLightMode ? OneClick : OneClickDark,
buttonText: 'admin_console.general.set_up',
buttonText: 'admin_console.general.add',
isComplete: settings?.socialSignInConfigured,
onClick: () => {
navigate('/connectors/social');

View file

@ -20,6 +20,7 @@ const translation = {
saved: 'Saved!',
loading: 'Loading...',
redirecting: 'Redirecting...',
add: 'Add',
added: 'Added',
cancel: 'Cancel',
confirm: 'Confirm',
@ -236,12 +237,12 @@ const translation = {
'Set up a mobile, single page or traditional application to use Logto for authentication',
card3_title: 'Customize sign-in experience',
card3_subtitle: 'Customize the sign in UI to match your brand and view in real time',
card4_title: 'Enable phone number sign-in and email sign-in',
card4_title: 'Set up SMS and email connector',
card4_subtitle:
'Try passwordless sign in and enable a secure and frictionless experience for your customer',
'Try passwordless sign in with phone number or email to enable a secure and frictionless customer experience',
card5_title: 'Add a social connector',
card5_subtitle:
'Let your customer sign in to your app with the social identities in one click',
'Let your customers sign in to your app with the social identities in one click',
card6_title: 'Further readings',
card6_subtitle: 'Check out our step-by-step, scenario-based docs without tedious concepts',
},

View file

@ -22,6 +22,7 @@ const translation = {
saved: '保存成功!',
loading: '读取中...',
redirecting: '页面跳转中...',
add: '添加',
added: '已添加',
cancel: '取消',
confirm: '确认',
@ -231,12 +232,12 @@ const translation = {
card2_subtitle: '创建一个原生、单页或传统应用,并通过 Logto 进行身份验证',
card3_title: '自定义你的登录体验',
card3_subtitle: '自定义符合品牌形象的登录界面,并实时预览真实效果',
card4_title: '实现手机号码登录和邮箱登录',
card4_subtitle: '尝试无密码登录,给你的用户一个安全无缝的体验',
card4_title: '配置短信和邮件连接器',
card4_subtitle: '通过手机号或邮箱无密码登录以提供一个安全无缝的用户体验',
card5_title: '添加社交连接器',
card5_subtitle: '让你的用户通过社交帐号一键登录',
card6_title: '更多阅读',
card6_subtitle: '查看我们一步一步基于场景的文档,没有复杂的概念,简单上手',
card6_subtitle: '查看我们一步一步基于场景的文档,没有复杂的概念,深入浅出',
},
users: {
title: '用户管理',