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

   ## Summary
   
   Localize the consumer offset-reset preview table (`instance/consumer.tsx`):
   
   - 堆积量 (lag overview table) → `consumer.lag`
   - Reset preview columns 当前位点/目标位点/变化/当前堆积/重置后堆积/风险 → 
`consumer.offsetCurrent` / `consumer.offsetTarget` / `consumer.offsetDelta` / 
`consumer.lagCurrent` / `consumer.lagAfterReset` / `consumer.risk`
   
   Seven new `consumer.*` zh/en keys added.
   
   ## Why
   
   The lag and offset-reset preview tables rendered entirely in Chinese in the 
English UI.
   
   ## Testing
   
   - `vitest run src/pages/instance/__tests__/ConsumerPage.test.tsx` → 24/24 
passed
   - `tsc --noEmit` → clean
   - `eslint` on changed files → 0 errors
   - zh render unchanged
   


-- 
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