fix: add missing particle in Japanese trigger events translation (#28452)

This commit is contained in:
lyzno1 2025-11-20 16:59:30 +08:00 committed by GitHub
parent 2431ddfde6
commit 0e3fab1f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ const translation = {
'top-priority': '最優先',
},
triggerEvents: {
sandbox: '{{count,number}} トリガーイベント数',
professional: '{{count,number}} トリガーイベント数/月',
sandbox: '{{count,number}}トリガーイベント数',
professional: '{{count,number}}トリガーイベント数/月',
unlimited: '無制限のトリガーイベント数',
tooltip: 'プラグイントリガー、タイマートリガー、または Webhook トリガーによって自動的にワークフローを起動するイベントの回数です。',
},