mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-27 12:47:13 +00:00
fix(bots): clarify adapter test prerequisites
This commit is contained in:
@@ -473,7 +473,7 @@ const enUS = {
|
|||||||
adapterEventCurrentPlatform: 'the current platform',
|
adapterEventCurrentPlatform: 'the current platform',
|
||||||
adapterConfigurationTest: 'Test adapter configuration',
|
adapterConfigurationTest: 'Test adapter configuration',
|
||||||
adapterConfigurationTestDescription:
|
adapterConfigurationTestDescription:
|
||||||
'Trigger an event on the platform to confirm these settings work.',
|
'Save and enable the bot first, then trigger a platform event to confirm these settings work.',
|
||||||
refreshRouteStatus: 'Refresh status',
|
refreshRouteStatus: 'Refresh status',
|
||||||
routeStatusIdle: 'No run yet',
|
routeStatusIdle: 'No run yet',
|
||||||
routeStatusRefreshFailed: 'Failed to refresh route status.',
|
routeStatusRefreshFailed: 'Failed to refresh route status.',
|
||||||
|
|||||||
@@ -480,7 +480,7 @@ const jaJP = {
|
|||||||
adapterEventCurrentPlatform: '現在のプラットフォーム',
|
adapterEventCurrentPlatform: '現在のプラットフォーム',
|
||||||
adapterConfigurationTest: 'アダプター設定をテスト',
|
adapterConfigurationTest: 'アダプター設定をテスト',
|
||||||
adapterConfigurationTestDescription:
|
adapterConfigurationTestDescription:
|
||||||
'プラットフォームでイベントを発生させ、この設定が動作することを確認します。',
|
'先にボットを保存して有効にし、プラットフォームでイベントを発生させて設定を確認します。',
|
||||||
refreshRouteStatus: '状態を更新',
|
refreshRouteStatus: '状態を更新',
|
||||||
routeStatusIdle: '実行記録なし',
|
routeStatusIdle: '実行記録なし',
|
||||||
routeStatusRefreshFailed: 'ルート状態の更新に失敗しました。',
|
routeStatusRefreshFailed: 'ルート状態の更新に失敗しました。',
|
||||||
|
|||||||
@@ -450,7 +450,7 @@ const zhHans = {
|
|||||||
adapterEventCurrentPlatform: '当前平台',
|
adapterEventCurrentPlatform: '当前平台',
|
||||||
adapterConfigurationTest: '适配器测试',
|
adapterConfigurationTest: '适配器测试',
|
||||||
adapterConfigurationTestDescription:
|
adapterConfigurationTestDescription:
|
||||||
'在当前平台触发事件,确认这组配置是否已经生效。',
|
'请先保存并启用机器人,再到当前平台触发事件,确认这组配置是否已经生效。',
|
||||||
refreshRouteStatus: '刷新状态',
|
refreshRouteStatus: '刷新状态',
|
||||||
routeStatusIdle: '暂无运行记录',
|
routeStatusIdle: '暂无运行记录',
|
||||||
routeStatusRefreshFailed: '刷新路由状态失败。',
|
routeStatusRefreshFailed: '刷新路由状态失败。',
|
||||||
|
|||||||
Reference in New Issue
Block a user