i18n(ja): restore literal quoted status/enum values in DM docs - #23758
i18n(ja): restore literal quoted status/enum values in DM docs#23758yahonda wants to merge 1 commit into
Conversation
|
[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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 4 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe changes standardize English status terms, processing-unit labels, and quotation marks in two DM documentation pages. No functional or public entity changes are included. ChangesDM documentation terminology
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This documentation update restores literal English status values, field names, and processing-unit labels in the Japanese DM pages. The documented changes match the intended terminology updates and present no remaining merge-readiness risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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 |
What is changed, added or deleted? (Required)
Found while investigating a similar literal-value defect on PR #23635. In
dm/dm-query-status.mdanddm/dm-continuous-data-validation.md, several quoted literal status/enum values that DM'squery-status/validationcommands actually return (or that a user matches against verbatim) had been translated into Japanese and re-quoted with full-width corner brackets (「」) instead of being kept as the literal English string in double quotes (""), matching the EN source:dm/dm-query-status.md:"stage"/"subTaskStatus"/"sources"/"unresolvedDDLLockID"(JSON field names) and"Check"/"Dump"/"Load"/"Sync"(DM processing unit names) — mistranslated as「stage」-style corner-bracketed Japanese; also"synced"(subtask status value) mistranslated as「同期済み」.dm/dm-continuous-data-validation.md:"ignored","resolved", and"expired"(validation error-row/data status values) mistranslated as「無視」,「解決済み」,「期限切れ」.All fixes verified against the English source on
release-8.5, and use straight double quotes ("") matching EN, not Japanese corner brackets.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?
Summary by CodeRabbit
"ignored","resolved", and"expired".blockingDDLsdocumentation to describe upstream tables reaching"synced"status.