fix: correct trigger events limit modal wording (#28463)

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: '触发事件额度',