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',