i18n(ja): fix loose wording and stray artifact in binlog_do_db/binlog_ignore_db troubleshooting - #23840
Conversation
…_ignore_db troubleshooting - Replace casual 似ている (looks similar) with the more precise 類似している, matching the technical register expected for a pattern-match description. - Remove a stray literal "--" left over between two sentences (the EN source has no such character; likely an MT artifact from a dropped "See"). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
[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: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change updates two Japanese bullet points in the TiDB Cloud DM troubleshooting guide. It replaces “に似ている” with “に類似している” and removes stray dashes before two MySQL option links. ChangesDocumentation wording cleanup
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to This documentation-only cleanup introduces no material runtime or user-facing product 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 |
…late summary Same MT artifact as the binlog_do_db/binlog_ignore_db fix in this PR: the EN source's "The --full option ..." had "The" collapsed into a literal "--" left stranded right before the real --full flag name. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
What is changed, added or deleted? (Required)
Two defects in the same troubleshooting section (
binlog_do_db/binlog_ignore_dberror messages):に似ている場合(casual "looks similar") is too loose for a technical description of pattern matching against a placeholder-style error message (xxxstands for actual DB names). Changed toに類似している場合, matching the technical register.--was left between two sentences, right before theSee [--binlog-do-db=db_name]/See [--binlog-ignore-db=db_name]links. The EN source has no such character here; it appears to be an MT artifact from a dropped "See". Removed it.Searched the rest of the i18n-ja-release-8.5 corpus for the same stray-
--artifact pattern and found one more instance of the identical defect:tiup/tiup-component-dm-template.md(summary:frontmatter): the EN source's "The--fulloption ..." had "The" collapsed into a literal--stranded right before the real--fullflag name. Removed the stray token.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?
🤖 Generated with Claude Code
Summary by CodeRabbit