mirror of https://github.com/langgenius/dify.git
fix: translations
This commit is contained in:
parent
4a6903fdb4
commit
d72a3e1879
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -164,6 +164,8 @@ const translation = {
|
|||
title: '利用可能なイベント',
|
||||
description: 'このトリガープラグインが購読できるイベント',
|
||||
empty: '利用可能なイベントがありません',
|
||||
event: 'イベント',
|
||||
events: 'イベント',
|
||||
actionNum: '{{num}} {{event}} が含まれています',
|
||||
item: {
|
||||
parameters: '{{count}} パラメータ',
|
||||
|
|
|
|||
|
|
@ -167,7 +167,9 @@ const translation = {
|
|||
title: '可用事件',
|
||||
description: '此触发器插件可以订阅的事件',
|
||||
empty: '没有可用事件',
|
||||
eventNum: '包含 {{num}} 个 {{event}}',
|
||||
event: '事件',
|
||||
events: '事件',
|
||||
actionNum: '包含 {{num}} 个 {{event}}',
|
||||
item: {
|
||||
parameters: '{{count}}个参数',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue