feat: add displayCodeRequired message for failed attempts in application overview
parent
79457ee41f
commit
10b66db914
|
|
@ -42,6 +42,7 @@ export default {
|
||||||
loginMethod: 'Login Method',
|
loginMethod: 'Login Method',
|
||||||
loginMethodRequired: 'Please select login method',
|
loginMethodRequired: 'Please select login method',
|
||||||
toSettingChatUser: 'Go to configure chat user',
|
toSettingChatUser: 'Go to configure chat user',
|
||||||
|
displayCodeRequired: 'Please enter the number of failed attempts',
|
||||||
},
|
},
|
||||||
SettingAPIKeyDialog: {
|
SettingAPIKeyDialog: {
|
||||||
allowCrossDomainLabel: 'Allow Cross-Domain Access',
|
allowCrossDomainLabel: 'Allow Cross-Domain Access',
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ export default {
|
||||||
'请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
|
'请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
|
||||||
loginMethod: '登录方式',
|
loginMethod: '登录方式',
|
||||||
loginMethodRequired: '请选择登录方式',
|
loginMethodRequired: '请选择登录方式',
|
||||||
|
displayCodeRequired: '请输入失败次数',
|
||||||
toSettingChatUser: '去配置对话用户',
|
toSettingChatUser: '去配置对话用户',
|
||||||
},
|
},
|
||||||
SettingAPIKeyDialog: {
|
SettingAPIKeyDialog: {
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ export default {
|
||||||
'請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
|
'請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
|
||||||
loginMethod: '登陸方式',
|
loginMethod: '登陸方式',
|
||||||
loginMethodRequired: '請選擇登陸方式',
|
loginMethodRequired: '請選擇登陸方式',
|
||||||
|
displayCodeRequired: '請輸入失敗次數',
|
||||||
toSettingChatUser: '去配置對話用戶',
|
toSettingChatUser: '去配置對話用戶',
|
||||||
},
|
},
|
||||||
SettingAPIKeyDialog: {
|
SettingAPIKeyDialog: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue