yyqdbngt opened a new pull request, #3205:
URL: https://github.com/apache/rocketmq-dashboard/pull/3205

   ## Summary
   
   The consumer group page is being localized in slices (offset reset, 
create/import, list, detail overview & health done previously); this PR covers 
the remaining detail tabs: queue progress, configuration and the consumer 
thread-stack modal.
   
   Localized in instance/consumer.tsx:
   - Progress tab: tab label, the Topic filter label and placeholder (全部 
Topic), the total Brokers / Queues / lag summary labels (with the 
unavailable-lag placeholder reusing the existing `groupMgmt.lagUnavailable` 
key), the 堆积量 table column and the empty-state text.
   - Config tab: tab label, Group 名称 display label, 重试队列数 / 最大重试次数 form labels 
with their required-validation messages, and the 保存 button (reusing 
`common.save`).
   - Thread-stack modal: title, captured-at / thread-count description labels, 
the thread table column, and the unsupported-capture notice with its long 
explanation paragraph.
   - 18 new `consumer.*` keys; zh byte-identical.
   
   ## Why
   
   Queue progress, settings and thread-stack inspection are operator surfaces 
whose labels and feedback must follow 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]

Reply via email to