mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat(web): make grouped tool summaries specific (#1134)
This commit is contained in:
@@ -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}',
|
||||
|
||||
@@ -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}',
|
||||
|
||||
Reference in New Issue
Block a user