Skip to content

i18n(ja): fix dropped predicates in list-ending sentences - #23831

Open
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-dropped-predicate-list-endings
Open

i18n(ja): fix dropped predicates in list-ending sentences#23831
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-dropped-predicate-list-endings

Conversation

@yahonda

@yahonda yahonda commented Sep 11, 2026

Copy link
Copy Markdown
Member

First-time contributors' checklist

What is changed, added or deleted? (Required)

Eight sentences across the corpus followed the same defect pattern: a subject introduces a comma-separated list of values/options/formats, and the sentence's own verb or copula was dropped, leaving the sentence ending abruptly right after the last list item (e.g. ...、および\local` 。` with nothing between the last term and the period).

Each site was individually verified against its English source to confirm a real predicate is missing, as opposed to a colon-introduced label:value listing (which correctly has no verb in EN either — tikv-configuration-file.md's "Value options: true, false, ..." was checked and correctly left alone, since it mirrors the EN's own colon-list structure).

Fixed sites:

  • functions-and-operators/json-functions/json-functions-validate.md: missing が含まれます (EN: "include")
  • partitioned-table.md: missing predicate for "can be" (EN: "can be")
  • releases/release-5.0.0.md: missing です (EN: "are")
  • releases/release-6.6.0.md: missing です (EN: "are")
  • sql-statements/sql-statement-create-index.md: missing です (EN: "are")
  • tidb-cloud/migrate-from-op-tidb.md and its premium sibling tidb-cloud/premium/migrate-from-op-tidb-premium.md: missing をサポートしています (EN: "supports")
  • tidb-cloud/naming-conventions-for-data-import.md (2 sites, same sentence repeated twice in the file): missing をサポートしています (EN: "supports")

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

  • This PR is translated from:
  • Other reference 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 punctuation across JSON validation, partitioning, clustered indexes, SQL statements, and release configuration documentation.
    • Clarified supported migration sink schemes: mysql, tidb, kafka, s3, and local.
    • Clarified supported TiDB Cloud compression formats, including .gzip, .gz, .zstd, .zst, and .snappy.
    • Improved sentence completeness and consistency in migration and configuration guidance.

Eight sentences across the corpus followed the same pattern: a
subject introduces a comma-separated list of values/options/formats,
and the sentence's own verb or copula was dropped, leaving the
sentence ending abruptly right after the last list item. Each site
was individually verified against its EN source to confirm a real
predicate is missing (as opposed to a colon-introduced label:value
listing, which correctly has no verb in EN either, e.g.
tikv-configuration-file.md's "Value options: ..." was checked and
left alone).

- functions-and-operators/json-functions/json-functions-validate.md:
  missing "が含まれます" (EN: "include")
- partitioned-table.md: missing predicate for "can be" (EN: "can be")
- releases/release-5.0.0.md: missing "です" (EN: "are")
- releases/release-6.6.0.md: missing "です" (EN: "are")
- sql-statements/sql-statement-create-index.md: missing "です" (EN: "are")
- tidb-cloud/migrate-from-op-tidb.md and its premium sibling: missing
  "をサポートしています" (EN: "supports")
- tidb-cloud/naming-conventions-for-data-import.md (2 sites, same
  sentence repeated in the file): missing "をサポートしています"
  (EN: "supports")

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ti-chi-bot

ti-chi-bot Bot commented Sep 11, 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 lance6716 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 missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 11, 2026
@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Review Change StackReview 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: Advanced

Run ID: 5473d658-b35c-45c7-be50-d4801e26cb23

📥 Commits

Reviewing files that changed from the base of the PR and between c2eecdd and 1ddaba2.

📒 Files selected for processing (1)
  • sql-statements/sql-statement-create-index.md

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


📝 Walkthrough

Walkthrough

This documentation-only change corrects Japanese sentence endings and punctuation across JSON, partitioning, release, SQL, and TiDB Cloud guides. No code or functional behavior changes are included.

Changes

Documentation corrections

Layer / File(s) Summary
Core documentation wording
functions-and-operators/json-functions/json-functions-validate.md, partitioned-table.md
Completes Japanese descriptions for validatable JSON formats and RANGE COLUMNS partition types.
Configuration documentation wording
releases/release-5.0.0.md, releases/release-6.6.0.md, sql-statements/sql-statement-create-index.md
Corrects sentence endings and punctuation in configuration-related documentation.
TiDB Cloud documentation wording
tidb-cloud/migrate-from-op-tidb.md, tidb-cloud/naming-conventions-for-data-import.md, tidb-cloud/premium/migrate-from-op-tidb-premium.md
Completes descriptions of supported replication schemes and compression formats.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Bug fix

Merge Risk: ⚪ Minimal · up to 1ddab

The PR only corrects Japanese documentation sentences and is ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the main change: restoring omitted predicates in Japanese list-ending sentences.
Description check ✅ Passed The description explains the affected sentences, files, rationale, target documentation version, and AI involvement. It covers the required sections and identifies that the changes apply to the Japane…
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.
✨ 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.

@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: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: a94c8b30-c0fd-4df0-99db-b99389e5f794

📥 Commits

Reviewing files that changed from the base of the PR and between 645c2ff and c2eecdd.

📒 Files selected for processing (8)
  • functions-and-operators/json-functions/json-functions-validate.md
  • partitioned-table.md
  • releases/release-5.0.0.md
  • releases/release-6.6.0.md
  • sql-statements/sql-statement-create-index.md
  • tidb-cloud/migrate-from-op-tidb.md
  • tidb-cloud/naming-conventions-for-data-import.md
  • tidb-cloud/premium/migrate-from-op-tidb-premium.md

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

Comment thread sql-statements/sql-statement-create-index.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant