mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix(phrases): connectors setup warnings (#2415)
This commit is contained in:
parent
398a0875fc
commit
6130b22ddc
7 changed files with 16 additions and 17 deletions
|
@ -150,9 +150,9 @@ const sign_in_exp = {
|
|||
setup_warning: {
|
||||
no_connector: '',
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
|
|
|
@ -144,9 +144,9 @@ const sign_in_exp = {
|
|||
setup_warning: {
|
||||
no_connector: '',
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.',
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in.',
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.',
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in.',
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.',
|
||||
no_added_social_connector:
|
||||
|
|
|
@ -146,9 +146,9 @@ const sign_in_exp = {
|
|||
setup_warning: {
|
||||
no_connector: '',
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
|
|
|
@ -141,9 +141,9 @@ const sign_in_exp = {
|
|||
setup_warning: {
|
||||
no_connector: '',
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
|
|
|
@ -144,9 +144,9 @@ const sign_in_exp = {
|
|||
setup_warning: {
|
||||
no_connector: '',
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
|
|
|
@ -145,9 +145,9 @@ const sign_in_exp = {
|
|||
setup_warning: {
|
||||
no_connector: '',
|
||||
no_connector_sms:
|
||||
'No SMS connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No SMS connector set-up yet. Until you finish configuring your SMS connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_email:
|
||||
'No email connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
'No email connector set-up yet. Until you finish configuring your email connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_connector_social:
|
||||
'No social connector set-up yet. Until you finish configuring your social connector, you won’t be able to sign in.', // UNTRANSLATED
|
||||
no_added_social_connector:
|
||||
|
|
|
@ -2,8 +2,8 @@ const connectors = {
|
|||
title: '连接器',
|
||||
subtitle: '设置连接器,开启无密码和社交登录',
|
||||
create: '添加社交连接器',
|
||||
config_sie_notice: 'You’ve set up connectors. Make sure to configure it in <a>{{link}}</a>.', // UNTRANSLATED
|
||||
config_sie_link_text: 'sign in experience', // UNTRANSLATED
|
||||
config_sie_notice: '你已经配置了社交连接器,记得在<a>{{link}}</a>上添加使之生效。',
|
||||
config_sie_link_text: '登录体验',
|
||||
tab_email_sms: '短信和邮件连接器',
|
||||
tab_social: '社交连接器',
|
||||
connector_name: '连接器名称',
|
||||
|
@ -12,9 +12,8 @@ const connectors = {
|
|||
connector_status_in_use: '使用中',
|
||||
connector_status_not_in_use: '未使用',
|
||||
not_in_use_tip: {
|
||||
content:
|
||||
'Not in use means your sign in experience hasn’t used this sign in method. <a>{{link}}</a> to add this sign in method. ', // UNTRANSLATED
|
||||
go_to_sie: 'Go to sign in experience', // UNTRANSLATED
|
||||
content: '未使用意味着你的登录体验并没有使用这个登录方式。<a>{{link}}</a>去添加。',
|
||||
go_to_sie: '前往登录体验',
|
||||
},
|
||||
social_connector_eg: '如: 微信登录,支付宝登录',
|
||||
save_and_done: '保存并完成',
|
||||
|
|
Loading…
Add table
Reference in a new issue