docs(i18n): reword plugin component filter hint

Drop the redundant "插件组件是" lead-in and mention that components extend
LangBot's capabilities; mirror the wording in en-US.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Junyan Qin
2026-06-01 23:32:07 +08:00
parent e7e665100b
commit b22b1f00cc
2 changed files with 2 additions and 2 deletions

View File

@@ -672,7 +672,7 @@ const enUS = {
markAsReadFailed: 'Mark as read failed',
filterByComponent: 'Plugin Component',
filterByComponentHint:
'Plugin components are the capability types a plugin provides — Tool, Command, EventListener, etc. Filter by component to show only plugins offering that capability.',
'The capability types a plugin provides — Tool, Command, EventListener, etc. — used to extend LangBot in various ways. Filter by component to show only plugins offering that capability.',
allComponents: 'All Components',
componentName: {
Tool: 'Tool',

View File

@@ -645,7 +645,7 @@ const zhHans = {
markAsReadFailed: '标记为已读失败',
filterByComponent: '插件组件',
filterByComponentHint:
'插件组件是插件提供的能力类型如工具Tool、命令Command、事件监听器EventListener等。按组件筛选可只看提供对应能力的插件。',
'插件提供的能力类型如工具Tool、命令Command、事件监听器EventListener,用于扩展 LangBot 的各项能力。按组件筛选可只看提供对应能力的插件。',
allComponents: '全部组件',
componentName: {
Tool: '工具',