fix: correct trigger events limit modal wording (#28463)
Some checks are pending
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
Check i18n Files and Create PR / check-and-update (push) Waiting to run

This commit is contained in:
lyzno1
2025-11-21 02:23:08 +08:00
committed by GitHub
parent 4b6f4081d6
commit b4e7239ac7
4 changed files with 6 additions and 103 deletions

View File

@@ -13,8 +13,8 @@ const translation = {
},
teamMembers: 'Team Members',
triggerLimitModal: {
title: 'Upgrade to unlock unlimited triggers per workflow',
description: 'Youve reached the limit of 2 triggers per workflow for this plan. Upgrade to publish this workflow.',
title: 'Upgrade to unlock more trigger events',
description: 'You\'ve reached the limit of workflow event triggers for this plan.',
dismiss: 'Dismiss',
upgrade: 'Upgrade',
usageTitle: 'TRIGGER EVENTS',

View File

@@ -12,8 +12,8 @@ const translation = {
resetsIn: '{{count,number}}日後にリセット',
},
triggerLimitModal: {
title: 'アップグレードして、各ワークフローのトリガーを制限なく使用',
description: 'このプランでは、ワークフローのトリガー数は最大2個までです。公開するにはアップグレードしてください。',
title: 'アップグレードして、より多くのトリガーイベントを利用できるようになります',
description: 'このプランでは、ワークフローのトリガーイベント数の上限に達しています。',
dismiss: '閉じる',
upgrade: 'アップグレード',
usageTitle: 'TRIGGER EVENTS',

View File

@@ -12,8 +12,8 @@ const translation = {
resetsIn: '{{count,number}} 天后重置',
},
triggerLimitModal: {
title: '升级以解锁每个工作流无限制的触发器',
description: '您已达到此计划上每个工作流最多 2 个触发器的限制。请升级后再发布此工作流。',
title: '升级以解锁更多触发器事件数',
description: '您已达到此计划上工作流的触发器事件数限制。',
dismiss: '知道了',
upgrade: '升级',
usageTitle: '触发事件额度',