diff --git a/dashboard/src/i18n/locales/en-US/features/trace.json b/dashboard/src/i18n/locales/en-US/features/trace.json index 777dbe946..00b8ab44e 100644 --- a/dashboard/src/i18n/locales/en-US/features/trace.json +++ b/dashboard/src/i18n/locales/en-US/features/trace.json @@ -3,5 +3,8 @@ "autoScroll": { "enabled": "Auto-scroll: On", "disabled": "Auto-scroll: Off" - } + }, + "hint": "Currently only recording partial model call paths from AstrBot main Agent. More coverage will be added.", + "recording": "Recording", + "paused": "Paused" } diff --git a/dashboard/src/i18n/locales/zh-CN/features/trace.json b/dashboard/src/i18n/locales/zh-CN/features/trace.json index 5e36ac5d5..a8923d3bc 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/trace.json +++ b/dashboard/src/i18n/locales/zh-CN/features/trace.json @@ -3,5 +3,8 @@ "autoScroll": { "enabled": "自动滚动:开", "disabled": "自动滚动:关" - } + }, + "hint": "当前仅记录部分 AstrBot 主 Agent 的模型调用路径,后续会不断完善。", + "recording": "记录中", + "paused": "已暂停" } diff --git a/dashboard/src/views/TracePage.vue b/dashboard/src/views/TracePage.vue index 578f966e6..9bc048575 100644 --- a/dashboard/src/views/TracePage.vue +++ b/dashboard/src/views/TracePage.vue @@ -46,7 +46,7 @@ onMounted(() => {