mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 21:27:14 +00:00
refactor(events): group event selection options
This commit is contained in:
@@ -433,6 +433,14 @@ const enUS = {
|
||||
adapterEventsMore: '{{count}} more',
|
||||
advancedEventValues: 'View all',
|
||||
eventGroup: 'Group',
|
||||
eventGroupNames: {
|
||||
bot: 'Bot status',
|
||||
feedback: 'Feedback',
|
||||
friend: 'Friends',
|
||||
group: 'Groups',
|
||||
message: 'Messages',
|
||||
platform: 'Platform',
|
||||
},
|
||||
routeConflictTitle: 'Some routes overlap',
|
||||
routeConflictShadowed:
|
||||
'{{shadowed}} may never run because {{winner}} handles the same events first.',
|
||||
|
||||
@@ -440,6 +440,14 @@ const jaJP = {
|
||||
adapterEventsMore: 'ほか {{count}} 件',
|
||||
advancedEventValues: 'すべて表示',
|
||||
eventGroup: 'グループ',
|
||||
eventGroupNames: {
|
||||
bot: 'ボットの状態',
|
||||
feedback: 'フィードバック',
|
||||
friend: '友だち',
|
||||
group: 'グループ',
|
||||
message: 'メッセージ',
|
||||
platform: 'プラットフォーム',
|
||||
},
|
||||
routeConflictTitle: '一部のルートが重複しています',
|
||||
routeConflictShadowed:
|
||||
'{{winner}} が同じイベントを先に処理するため、{{shadowed}} は実行されない可能性があります。',
|
||||
|
||||
@@ -412,6 +412,14 @@ const zhHans = {
|
||||
adapterEventsMore: '另有 {{count}} 类',
|
||||
advancedEventValues: '查看全部',
|
||||
eventGroup: '事件组',
|
||||
eventGroupNames: {
|
||||
bot: '机器人状态',
|
||||
feedback: '反馈',
|
||||
friend: '好友',
|
||||
group: '群组',
|
||||
message: '消息',
|
||||
platform: '平台',
|
||||
},
|
||||
routeConflictTitle: '部分路由存在覆盖冲突',
|
||||
routeConflictShadowed:
|
||||
'{{shadowed}} 可能永远不会运行,因为 {{winner}} 会先处理相同事件。',
|
||||
|
||||
Reference in New Issue
Block a user