mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 21:15:55 +08:00
fix: character D in 'Day' to 'day'
This commit is contained in:
parent
a49600347c
commit
dfa1a9076c
@ -56,7 +56,7 @@ const translation = {
|
|||||||
documentsRequestQuota: '{{count,number}}/min Knowledge Request Rate Limit',
|
documentsRequestQuota: '{{count,number}}/min Knowledge Request Rate Limit',
|
||||||
documentsRequestQuotaTooltip: 'Specifies the total number of actions a workspace can perform per minute within the knowledge base, including dataset creation, deletion, updates, document uploads, modifications, archiving, and knowledge base queries. This metric is used to evaluate the performance of knowledge base requests. For example, if a Sandbox user performs 10 consecutive hit tests within one minute, their workspace will be temporarily restricted from performing the following actions for the next minute: dataset creation, deletion, updates, and document uploads or modifications. ',
|
documentsRequestQuotaTooltip: 'Specifies the total number of actions a workspace can perform per minute within the knowledge base, including dataset creation, deletion, updates, document uploads, modifications, archiving, and knowledge base queries. This metric is used to evaluate the performance of knowledge base requests. For example, if a Sandbox user performs 10 consecutive hit tests within one minute, their workspace will be temporarily restricted from performing the following actions for the next minute: dataset creation, deletion, updates, and document uploads or modifications. ',
|
||||||
apiRateLimit: 'API Rate Limit',
|
apiRateLimit: 'API Rate Limit',
|
||||||
apiRateLimitUnit: '{{count,number}}/Day',
|
apiRateLimitUnit: '{{count,number}}/day',
|
||||||
unlimitedApiRate: 'No API Rate Limit',
|
unlimitedApiRate: 'No API Rate Limit',
|
||||||
apiRateLimitTooltip: 'API Rate Limit applies to all requests made through the Dify API, including text generation, chat conversations, workflow executions, and document processing.',
|
apiRateLimitTooltip: 'API Rate Limit applies to all requests made through the Dify API, including text generation, chat conversations, workflow executions, and document processing.',
|
||||||
documentProcessingPriority: ' Document Processing',
|
documentProcessingPriority: ' Document Processing',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user