mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-29 05:37:14 +00:00
fix(bots): move adapter debugger to configuration
This commit is contained in:
@@ -471,6 +471,9 @@ const enUS = {
|
||||
adapterEventNeedsSavedBot:
|
||||
'Save the bot before listening for platform events.',
|
||||
adapterEventCurrentPlatform: 'the current platform',
|
||||
adapterConfigurationTest: 'Test adapter configuration',
|
||||
adapterConfigurationTestDescription:
|
||||
'Trigger an event on the platform to confirm these settings work.',
|
||||
refreshRouteStatus: 'Refresh status',
|
||||
routeStatusIdle: 'No run yet',
|
||||
routeStatusRefreshFailed: 'Failed to refresh route status.',
|
||||
|
||||
@@ -478,6 +478,9 @@ const jaJP = {
|
||||
adapterEventNeedsSavedBot:
|
||||
'プラットフォームイベントを監視する前にボットを保存してください。',
|
||||
adapterEventCurrentPlatform: '現在のプラットフォーム',
|
||||
adapterConfigurationTest: 'アダプター設定をテスト',
|
||||
adapterConfigurationTestDescription:
|
||||
'プラットフォームでイベントを発生させ、この設定が動作することを確認します。',
|
||||
refreshRouteStatus: '状態を更新',
|
||||
routeStatusIdle: '実行記録なし',
|
||||
routeStatusRefreshFailed: 'ルート状態の更新に失敗しました。',
|
||||
|
||||
@@ -448,6 +448,9 @@ const zhHans = {
|
||||
adapterEventData: '查看事件数据',
|
||||
adapterEventNeedsSavedBot: '请先保存机器人后再监听平台事件。',
|
||||
adapterEventCurrentPlatform: '当前平台',
|
||||
adapterConfigurationTest: '适配器测试',
|
||||
adapterConfigurationTestDescription:
|
||||
'在当前平台触发事件,确认这组配置是否已经生效。',
|
||||
refreshRouteStatus: '刷新状态',
|
||||
routeStatusIdle: '暂无运行记录',
|
||||
routeStatusRefreshFailed: '刷新路由状态失败。',
|
||||
|
||||
Reference in New Issue
Block a user