diff --git a/web/app/components/billing/pricing/plan-item.tsx b/web/app/components/billing/pricing/plan-item.tsx index 4ba320441b..4c40e7f23b 100644 --- a/web/app/components/billing/pricing/plan-item.tsx +++ b/web/app/components/billing/pricing/plan-item.tsx @@ -50,16 +50,19 @@ const style = { icon: , description: 'text-util-colors-gray-gray-600', btnStyle: 'bg-components-button-secondary-bg hover:bg-components-button-secondary-bg-hover border-[0.5px] border-components-button-secondary-border text-text-primary', + btnDisabledStyle: 'bg-components-button-secondary-bg-disabled hover:bg-components-button-secondary-bg-disabled border-components-button-secondary-border-disabled text-components-button-secondary-text-disabled', }, [Plan.professional]: { icon: , description: 'text-util-colors-blue-brand-blue-brand-600', btnStyle: 'bg-components-button-primary-bg hover:bg-components-button-primary-bg-hover border border-components-button-primary-border text-components-button-primary-text', + btnDisabledStyle: 'bg-components-button-primary-bg-disabled hover:bg-components-button-primary-bg-disabled border-components-button-primary-border-disabled text-components-button-primary-text-disabled', }, [Plan.team]: { icon: , description: 'text-util-colors-indigo-indigo-600', btnStyle: 'bg-components-button-indigo-bg hover:bg-components-button-indigo-bg-hover border border-components-button-primary-border text-components-button-primary-text', + btnDisabledStyle: 'bg-components-button-indigo-bg-disabled hover:bg-components-button-indigo-bg-disabled border-components-button-indigo-border-disabled text-components-button-primary-text-disabled', }, } const PlanItem: FC = ({ @@ -156,7 +159,8 @@ const PlanItem: FC = ({
{btnText} diff --git a/web/i18n/zh-Hans/billing.ts b/web/i18n/zh-Hans/billing.ts index 5164183037..6d7778e91b 100644 --- a/web/i18n/zh-Hans/billing.ts +++ b/web/i18n/zh-Hans/billing.ts @@ -43,16 +43,16 @@ const translation = { contactSales: '联系销售', talkToSales: '联系销售', modelProviders: '支持 OpenAI/Anthropic/Llama2/Azure OpenAI/Hugging Face/Replicate', - teamWorkspace: '{{count}} 个团队空间', - teamMember_one: '{{count}} 名团队成员', - teamMember_other: '{{count}} 名团队成员', + teamWorkspace: '{{count,number}} 个团队空间', + teamMember_one: '{{count,number}} 名团队成员', + teamMember_other: '{{count,number}} 名团队成员', annotationQuota: '标注回复数', buildApps: '{{count, number}} 个应用程序', documents: '{{count, number}} 个知识库文档上传配额', documentsTooltip: '从知识库的数据源导入的文档数量配额。', vectorSpace: '{{size}} 知识库数据存储空间', vectorSpaceTooltip: '采用高质量索引模式的文档会消耗知识数据存储资源。当知识数据存储达到限制时,将不会上传新文档。', - documentsRequestQuota: '{{count}}/分钟 知识库请求频率限制', + documentsRequestQuota: '{{count,number}}/分钟 知识库请求频率限制', documentsRequestQuotaTooltip: '指每分钟内,一个空间在知识库中可执行的操作总数,包括数据集的创建、删除、更新,文档的上传、修改、归档,以及知识库查询等,用于评估知识库请求的性能。例如,Sandbox 用户在 1 分钟内连续执行 10 次命中测试,其工作区将在接下来的 1 分钟内无法继续执行以下操作:数据集的创建、删除、更新,文档的上传、修改等操作。', documentProcessingPriority: '文档处理', priority: {