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

   ## Summary
   
   Small shared components still carried hard-coded zh in a few aria labels, 
placeholders and empty-state texts.
   
   Localized:
   - components/MiniBar.tsx: the no-data and trend-data aria labels (with a 
language-aware separator in the trend list).
   - components/InstanceSelect.tsx: the default placeholder (选择实例) and the 
no-match empty text (暂无匹配实例).
   - components/ResultEmpty.tsx: the default title (暂无数据).
   - components/MetricsExplorer.tsx: the data-source select aria label (the 
page already used a bilingual copy map otherwise).
   - 5 new keys (`miniBar.*`, `instanceSelect.*`, `resultEmpty.*`); zh 
byte-identical.
   
   ## Why
   
   These shared components render across instance-scoped pages; their labels 
should follow the active language.
   
   ## Testing
   
   - `tsc --noEmit` passes
   - `eslint` clean on the changed files


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