i18n(ja): restore DM-master and DM-worker as literal English terms - #23635
i18n(ja): restore DM-master and DM-worker as literal English terms#23635yahonda wants to merge 2 commits into
Conversation
|
Skipping CI for Draft Pull Request. |
|
Warning Review limit reachedNext included review available in 43 minutes. View limit detailsLimit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (72)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
f2841cb to
ba1acb0
Compare
ba1acb0 to
ebd971e
Compare
DM-master and DM-worker are the actual TiDB Data Migration (DM) tool component/binary names, matching the dm-master/dm-worker binaries and dm/master, dm/worker paths — not descriptive nouns that should be translated. Unifies the katakana renderings (DMマスター/DMワーカー) to literal DM-master/DM-worker throughout, per the direction already decided. 56 files, 265 sites.
The initial mechanical substitution only matched the no-space form (DMマスター/DMワーカー) and missed the space-separated variant (DM マスター/DM ワーカー), used in ~45 more files. Same fix, same rationale: these are the actual TiDB Data Migration (DM) tool component names, matching the dm-master/dm-worker binaries. 45 files, 200 sites.
ebd971e to
79a030a
Compare
What is changed, added or deleted? (Required)
DM-masterandDM-workerare the actual TiDB Data Migration (DM) tool component/binary names (matching thedm-master/dm-workerbinaries anddm/master,dm/workerpaths), not descriptive nouns that should be translated. This corpus rendered them inconsistently as katakanaDMマスター/DMワーカー(and, found on a second pass, the space-separated variantDM マスター/DM ワーカー) in many places while other places already correctly kept them literal (DM-master/DM-worker).This PR unifies all katakana occurrences (both spacing variants) to the literal English form, matching the direction already decided in a prior term-notation review.
DMマスター/DM マスター→DM-masterDMワーカー/DM ワーカー→DM-worker101 files total, 465 sites (265 no-space + 200 space-separated, found on independent review of the first pass). Heading anchors (
{#...}) were already stable English slugs, independent of the visible heading text, so none needed changing.Generic uses of bare マスター/ワーカー (e.g. "master branch", other components) are unrelated to this term and were not touched — only the DM-prefixed forms were in scope.
Verified
markdownlint-cli2clean on all touched files.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?