mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
fix: correct trigger events limit modal wording (#28463)
This commit is contained in:
@ -13,8 +13,8 @@ const translation = {
|
||||
},
|
||||
teamMembers: 'Team Members',
|
||||
triggerLimitModal: {
|
||||
title: 'Upgrade to unlock unlimited triggers per workflow',
|
||||
description: 'You’ve 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',
|
||||
|
||||
@ -12,8 +12,8 @@ const translation = {
|
||||
resetsIn: '{{count,number}}日後にリセット',
|
||||
},
|
||||
triggerLimitModal: {
|
||||
title: 'アップグレードして、各ワークフローのトリガーを制限なく使用',
|
||||
description: 'このプランでは、各ワークフローのトリガー数は最大2個までです。公開するにはアップグレードしてください。',
|
||||
title: 'アップグレードして、より多くのトリガーイベントを利用できるようになります',
|
||||
description: 'このプランでは、ワークフローのトリガーイベント数の上限に達しています。',
|
||||
dismiss: '閉じる',
|
||||
upgrade: 'アップグレード',
|
||||
usageTitle: 'TRIGGER EVENTS',
|
||||
|
||||
@ -12,8 +12,8 @@ const translation = {
|
||||
resetsIn: '{{count,number}} 天后重置',
|
||||
},
|
||||
triggerLimitModal: {
|
||||
title: '升级以解锁每个工作流无限制的触发器',
|
||||
description: '您已达到此计划上每个工作流最多 2 个触发器的限制。请升级后再发布此工作流。',
|
||||
title: '升级以解锁更多触发器事件数',
|
||||
description: '您已达到此计划上工作流的触发器事件数限制。',
|
||||
dismiss: '知道了',
|
||||
upgrade: '升级',
|
||||
usageTitle: '触发事件额度',
|
||||
|
||||
Reference in New Issue
Block a user