yyqdbngt opened a new pull request, #3208: URL: https://github.com/apache/rocketmq-dashboard/pull/3208
## Summary The consumer group page is being localized in slices; this PR covers the main list table columns and the online-instance table columns that earlier slices had not reached. Localized in instance/consumer.tsx: - Main list columns: Group 名称 (with the click-to-copy tooltip and its copied / copy-failed toasts), 订阅组类型, 订阅模式, 在线客户端, 总堆积量 (unavailable-lag cell reusing `groupMgmt.lagUnavailable`), 消费延迟, 创建时间, 修改时间 and 操作, plus the 详情 row button - all reusing the existing `consumer.*` keys. - Online-instance table columns: 协议, 地址, 最后心跳, 诊断 and the 线程栈 action button. - Queue-progress table Topic column header (reusing `consumer.subTopic`). - Settings load/save toasts: load-failed, saved and save-failed messages. - 11 new `consumer.*` keys; zh byte-identical. Row reset/delete actions in the same table are covered by the earlier offset-reset / list slices. ## Why These columns and feedback messages complete the group list surface in the active language. ## Testing - `tsc --noEmit` passes - `eslint` clean on the changed files - `vitest run ConsumerPage` - 29/29 tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
