From 609108707fc614b013805e2a9eb1fce37e190d52 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 28 May 2024 10:08:50 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/locales/lang/en_US/views/application-overview.ts | 2 +- ui/src/locales/lang/zh_CN/views/application-overview.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 13bddfc61..9e5407ae2 100644 --- a/ui/src/locales/lang/en_US/views/application-overview.ts +++ b/ui/src/locales/lang/en_US/views/application-overview.ts @@ -61,7 +61,7 @@ export default { LimitDialog: { dialogTitle: 'Access Restrictions', showSourceLabel: 'Show Source', - clientQueryLimitLabel: 'Client Query Limit', + clientQueryLimitLabel: 'Each Client Query Limit', timesDays: 'Times/Day', whitelistLabel: 'Whitelist', whitelistPlaceholder: 'Please enter allowed third-party source addresses, one per line, such as:\nhttp://127.0.0.1:5678\nhttps://dataease.io', 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 4914f9898..75ebf66d7 100644 --- a/ui/src/locales/lang/zh_CN/views/application-overview.ts +++ b/ui/src/locales/lang/zh_CN/views/application-overview.ts @@ -61,7 +61,7 @@ export default { LimitDialog:{ dialogTitle: '访问限制', showSourceLabel: '显示知识来源', - clientQueryLimitLabel: '客户端提问限制', + clientQueryLimitLabel: '每个客户端提问限制', timesDays: '次/天', whitelistLabel: '白名单', whitelistPlaceholder: '请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',