Skip to content

i18n(ja): fix noun-smashed word order for Support-prefixed bullets - #23651

Open
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-support-noun-smashing-wording
Open

i18n(ja): fix noun-smashed word order for Support-prefixed bullets#23651
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-support-noun-smashing-wording

Conversation

@yahonda

@yahonda yahonda commented Aug 28, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

EN release notes frequently open a bullet with an imperative "Support X" (matching sibling "Add X"/"Fix X" bullets). JA has consistently mistranslated this by keeping EN's word order literally, gluing サポート onto the front of X with no particle, producing an ungrammatical noun compound rather than a clause.

Reworded each site to match its own list's established local convention — verified per-site against the corresponding English text:

  • Most sites: Xをサポート (verb form), matching the dominant convention confirmed in sibling bullets across many files.
  • A few sites (e.g. release-3.0-beta.md's summary/highlight section): Xのサポート (noun form), matching that specific list's own already-correct sibling bullets — later unified to verb form for full within-file consistency.

Also fixed several related mid-sentence "Support X to do Y" word-order scrambles found in passing in the same files (e.g. release-3.0-ga.md's "ALTER algorithm INPLACE/INSTANT" line had the two literal values swapped and reordered; release-3.0.4.md was missing a sentence break after a backtick-quoted variable name), plus a few adjacent link-text/wording/terminology fixes found during review (e.g. converting verb-clause link text to noun phrases to avoid an awkward "ことをサポート", "放送テーブル"→"ブロードキャストテーブル" mistranslation).

28 files changed, 55 sites converted. Includes the single site originally fixed in #23650 (now closed as consolidated into this PR). Excludes 2 confirmed false positives found during verification (tidb-cloud-support.md's "Support tickets" and release-notes-2023.md's "support entries" — both genuine noun usages of "support", not this verb pattern; the latter's own separate wording issue is fixed in #23652).

Which TiDB version(s) do your changes apply to? (Required)

  • i18n-ja-release-8.5 (TiDB Japanese documentation for TiDB 8.5 versions)

What is the related PR or file link(s)?

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

Summary by CodeRabbit

  • Documentation
    • Corrected Japanese wording and grammar across TiDB, TiDB Cloud, TiCDC, TiKV, TiSpark, TiUP DM, and related release notes.
    • Standardized descriptions of supported features, SQL commands, roles, partitions, TTL, region buckets, and storage capabilities.
    • Improved consistency in sync-diff-inspector guidance and TiDB Cloud notes covering imports, data streaming, and billing details.
    • Preserved existing feature details, links, and experimental-status information.

@ti-chi-bot

ti-chi-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@ti-chi-bot ti-chi-bot Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 28, 2026
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ad510586-3003-4bbf-a1ac-c9e96d33ff2c

📥 Commits

Reviewing files that changed from the base of the PR and between cabd7c5 and b3d12c3.

📒 Files selected for processing (28)
  • releases/release-1.0-ga.md
  • releases/release-2.0-ga.md
  • releases/release-2.0-rc.4.md
  • releases/release-2.1-rc.1.md
  • releases/release-2.1.3.md
  • releases/release-2.1.9.md
  • releases/release-3.0-beta.md
  • releases/release-3.0-ga.md
  • releases/release-3.0.0-beta.1.md
  • releases/release-3.0.0-rc.1.md
  • releases/release-3.0.0-rc.2.md
  • releases/release-3.0.4.md
  • releases/release-4.0.0-beta.md
  • releases/release-4.0.3.md
  • releases/release-6.0.0-dmr.md
  • releases/release-6.1.0.md
  • releases/release-6.5.0.md
  • releases/release-6.5.8.md
  • releases/release-6.6.0.md
  • releases/release-7.0.0.md
  • releases/release-7.1.4.md
  • releases/release-7.5.1.md
  • releases/release-pre-ga.md
  • releases/release-rc.4.md
  • sync-diff-inspector/sync-diff-inspector-overview.md
  • tidb-cloud/releases/release-notes-2021.md
  • tidb-cloud/releases/release-notes-2022.md
  • tiup/tiup-component-dm.md

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

This PR corrects Japanese wording across historical release notes and documentation. It also revises TiDB Cloud release-note entries and supporting documentation without changing documented functionality, links, issue references, or experimental labels.

Changes

Documentation wording normalization

Layer / File(s) Summary
Release-note support phrasing
releases/release-*.md
Rewords feature-support entries for consistent Japanese grammar. Documented features, links, issue references, and experimental labels remain unchanged.
TiDB Cloud release-note updates
tidb-cloud/releases/*
Revises Japanese wording for import, migration, billing, alerting, and integration entries.
Supporting documentation wording
sync-diff-inspector/*, tiup/*
Corrects Japanese phrasing without changing documented behavior or links.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to b3d12

This PR only corrects Japanese release-note wording and terminology across the affected files; no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the Japanese wording correction for bullets that begin with “Support.” It matches the primary change and is concise.
Description check ✅ Passed The description provides a detailed change summary, affected version, related PR reference, AI involvement, and applicable change-type checkboxes. It covers the required information and matches the ch…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Description check

Explanation

The description provides a detailed change summary, affected version, related PR reference, AI involvement, and applicable change-type checkboxes. It covers the required information and matches the changeset.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (28 skipped: 28 unsupported.)

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ti-chi-bot ti-chi-bot Bot added the missing-translation-status This PR does not have translation status info. label Aug 28, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign overvenus for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 28, 2026
@yahonda
yahonda force-pushed the fix-support-noun-smashing-wording branch 3 times, most recently from 66cbe5b to 10fed73 Compare August 28, 2026 05:23
@yahonda
yahonda marked this pull request as ready for review August 28, 2026 05:24
@ti-chi-bot ti-chi-bot Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 28, 2026
@yahonda
yahonda force-pushed the fix-support-noun-smashing-wording branch from 10fed73 to ccddc75 Compare August 28, 2026 05:25

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a094d90e-67b7-4b61-81c9-89cafb28f372

📥 Commits

Reviewing files that changed from the base of the PR and between a349332 and ccddc75.

📒 Files selected for processing (28)
  • releases/release-1.0-ga.md
  • releases/release-2.0-ga.md
  • releases/release-2.0-rc.4.md
  • releases/release-2.1-rc.1.md
  • releases/release-2.1.3.md
  • releases/release-2.1.9.md
  • releases/release-3.0-beta.md
  • releases/release-3.0-ga.md
  • releases/release-3.0.0-beta.1.md
  • releases/release-3.0.0-rc.1.md
  • releases/release-3.0.0-rc.2.md
  • releases/release-3.0.4.md
  • releases/release-4.0.0-beta.md
  • releases/release-4.0.3.md
  • releases/release-6.0.0-dmr.md
  • releases/release-6.1.0.md
  • releases/release-6.5.0.md
  • releases/release-6.5.8.md
  • releases/release-6.6.0.md
  • releases/release-7.0.0.md
  • releases/release-7.1.4.md
  • releases/release-7.5.1.md
  • releases/release-pre-ga.md
  • releases/release-rc.4.md
  • sync-diff-inspector/sync-diff-inspector-overview.md
  • tidb-cloud/releases/release-notes-2021.md
  • tidb-cloud/releases/release-notes-2022.md
  • tiup/tiup-component-dm.md

Included review availability: Your plan provides up to 4 included reviews per hour; 1 remains after this review.

Comment thread releases/release-3.0-beta.md Outdated
Comment thread sync-diff-inspector/sync-diff-inspector-overview.md
Corpus-wide sweep of release-note bullets translated from EN's verb-initial 'Support X' pattern. JA had consistently reordered these into a bare noun compound with no particle (a prefix-glued 'サポートX'), rather than a proper clause. Reworded each site to match its own list's established local convention (mostly 'Xをサポート', a few 'Xのサポート' where local siblings already used that noun-ending form). Also fixed a handful of related mid-sentence 'Support X to do Y' scrambles found in passing in the same files. Excludes releases/release-6.0.0-dmr.md (already fixed in pingcap#23650) and 2 confirmed false positives (a genuine 'support ticket'/'support entries' noun usage, not this verb pattern).
@yahonda
yahonda force-pushed the fix-support-noun-smashing-wording branch from ccddc75 to dbdc07b Compare August 28, 2026 05:40
@qiancai qiancai added translation/no-need No need to translate this PR. and removed missing-translation-status This PR does not have translation status info. labels Aug 28, 2026
…support-noun-smashing-wording

# Conflicts:
#	releases/release-3.0.0-rc.2.md
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/L Denotes a PR that changes 100-499 lines, ignoring generated files. translation/no-need No need to translate this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants