Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web/src/i18n/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,10 @@ const translations: Record<string, Record<Lang, string>> = {
'groupMgmt.stopped': { zh: '已停止', en: 'Stopped' },
'groupMgmt.createGroup': { zh: '创建消费组', en: 'Create Group' },
'groupMgmt.searchPlaceholder': { zh: '搜索消费组', en: 'Search group' },
'groupMgmt.providerUnavailable': {
zh: '当前版本尚未接入真实消费组管理接口,已停止展示模拟消费组数据。',
en: 'The real consumer group management API is not connected yet, so mock consumer group data is no longer displayed.',
},
'groupMgmt.manual': { zh: '手动', en: 'Manual' },
'groupMgmt.overview': { zh: '概览', en: 'Overview' },
'groupMgmt.totalDiff': { zh: '总堆积量', en: 'Total Diff' },
Expand Down
Loading
Loading