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

   ## Summary
   
   Localize the DLQ page tables (`instance/dlq.tsx`):
   
   - Group overview table: 死信数量/最近入队时间/Group 名称/操作 columns, the "不可用" stats 
fallback, and 消息明细/重投消息/导出 row buttons
   - Detail table: 入队时间/操作 columns and the 重发 row button
   - Page subtitle and the search placeholder (both previously hard-coded; 
`dlq.subtitle` key existed but was never wired)
   
   New keys: 
`dlq.groupName/deadCount/unavailable/lastEnqueueTime/action/viewMessages/resendMessages/export/enqueueTime/resend/searchPlaceholder`;
 reuses the dormant `dlq.subtitle` key.
   
   ## Why
   
   Both tables and their row actions rendered entirely in Chinese in the 
English UI.
   
   ## Testing
   
   - `vitest run src/pages/instance/__tests__/DLQPage.test.tsx` → 17/17 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