mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
fix: add missing particle in Japanese trigger events translation (#28452)
This commit is contained in:
@@ -81,8 +81,8 @@ const translation = {
|
||||
'top-priority': '最優先',
|
||||
},
|
||||
triggerEvents: {
|
||||
sandbox: '{{count,number}} トリガーイベント数',
|
||||
professional: '{{count,number}} トリガーイベント数/月',
|
||||
sandbox: '{{count,number}}のトリガーイベント数',
|
||||
professional: '{{count,number}}のトリガーイベント数/月',
|
||||
unlimited: '無制限のトリガーイベント数',
|
||||
tooltip: 'プラグイントリガー、タイマートリガー、または Webhook トリガーによって自動的にワークフローを起動するイベントの回数です。',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user