fix: translations

This commit is contained in:
lyzno1 2025-09-30 10:01:33 +08:00
parent 4a6903fdb4
commit d72a3e1879
3 changed files with 7 additions and 1 deletions

View File

@ -167,6 +167,8 @@ const translation = {
title: 'Available Events',
description: 'Events that this trigger plugin can subscribe to',
empty: 'No events available',
event: 'Event',
events: 'Events',
actionNum: '{{num}} {{event}} INCLUDED',
item: {
parameters: '{{count}} parameters',

View File

@ -164,6 +164,8 @@ const translation = {
title: '利用可能なイベント',
description: 'このトリガープラグインが購読できるイベント',
empty: '利用可能なイベントがありません',
event: 'イベント',
events: 'イベント',
actionNum: '{{num}} {{event}} が含まれています',
item: {
parameters: '{{count}} パラメータ',

View File

@ -167,7 +167,9 @@ const translation = {
title: '可用事件',
description: '此触发器插件可以订阅的事件',
empty: '没有可用事件',
eventNum: '包含 {{num}} 个 {{event}}',
event: '事件',
events: '事件',
actionNum: '包含 {{num}} 个 {{event}}',
item: {
parameters: '{{count}}个参数',
},