feat(web): make grouped tool summaries specific (#1134)

This commit is contained in:
SSU-WEI HUANG
2026-07-23 08:41:02 +08:00
committed by GitHub
parent 7688756827
commit e69ca0782f
7 changed files with 229 additions and 7 deletions
+4
View File
@@ -442,6 +442,10 @@ export default {
'tool.requestUserInput.notePlaceholder': 'Add a note…',
'tool.requestUserInput.popupBlocked': 'Could not open the sign-in page. Allow popups and try again.',
'toolGroup.title': 'Tool activity',
'toolGroup.friendly.inspectTarget': 'Inspect {target}',
'toolGroup.friendly.searchTarget': 'Search “{target}”',
'toolGroup.friendly.runTarget': 'Run {target}',
'toolGroup.friendly.editTarget': 'Edit {target}',
'toolGroup.primary.fileTargets': '{target} +{n}',
'toolGroup.primary.commandTargets': '{target} +{n}',
'toolGroup.primary.searchTargets': '{target} +{n}',
+4
View File
@@ -446,6 +446,10 @@ export default {
'tool.requestUserInput.notePlaceholder': '添加备注…',
'tool.requestUserInput.popupBlocked': '无法打开登录页面。请允许弹出窗口后重试。',
'toolGroup.title': '工具活动',
'toolGroup.friendly.inspectTarget': '检查 {target}',
'toolGroup.friendly.searchTarget': '搜索“{target}”',
'toolGroup.friendly.runTarget': '运行 {target}',
'toolGroup.friendly.editTarget': '编辑 {target}',
'toolGroup.primary.fileTargets': '{target} 等 +{n}',
'toolGroup.primary.commandTargets': '{target} 等 +{n}',
'toolGroup.primary.searchTargets': '{target} 等 +{n}',