From 10b66db914f6620737ece567728d4e302b941a17 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Sun, 28 Sep 2025 10:48:20 +0800 Subject: [PATCH] feat: add displayCodeRequired message for failed attempts in application overview --- ui/src/locales/lang/en-US/views/application-overview.ts | 1 + ui/src/locales/lang/zh-CN/views/application-overview.ts | 1 + ui/src/locales/lang/zh-Hant/views/application-overview.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/ui/src/locales/lang/en-US/views/application-overview.ts b/ui/src/locales/lang/en-US/views/application-overview.ts index 06042b8e0..e26b42d91 100644 --- a/ui/src/locales/lang/en-US/views/application-overview.ts +++ b/ui/src/locales/lang/en-US/views/application-overview.ts @@ -42,6 +42,7 @@ export default { loginMethod: 'Login Method', loginMethodRequired: 'Please select login method', toSettingChatUser: 'Go to configure chat user', + displayCodeRequired: 'Please enter the number of failed attempts', }, SettingAPIKeyDialog: { allowCrossDomainLabel: 'Allow Cross-Domain Access', diff --git a/ui/src/locales/lang/zh-CN/views/application-overview.ts b/ui/src/locales/lang/zh-CN/views/application-overview.ts index 55926979a..c378b5823 100644 --- a/ui/src/locales/lang/zh-CN/views/application-overview.ts +++ b/ui/src/locales/lang/zh-CN/views/application-overview.ts @@ -41,6 +41,7 @@ export default { '请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io', loginMethod: '登录方式', loginMethodRequired: '请选择登录方式', + displayCodeRequired: '请输入失败次数', toSettingChatUser: '去配置对话用户', }, SettingAPIKeyDialog: { diff --git a/ui/src/locales/lang/zh-Hant/views/application-overview.ts b/ui/src/locales/lang/zh-Hant/views/application-overview.ts index 3c663d56d..06d3cff8c 100644 --- a/ui/src/locales/lang/zh-Hant/views/application-overview.ts +++ b/ui/src/locales/lang/zh-Hant/views/application-overview.ts @@ -40,6 +40,7 @@ export default { '請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io', loginMethod: '登陸方式', loginMethodRequired: '請選擇登陸方式', + displayCodeRequired: '請輸入失敗次數', toSettingChatUser: '去配置對話用戶', }, SettingAPIKeyDialog: {