Skip to content

i18n(ja): remove spurious 番目/目 ordinals mistranslated from "the X <noun>" - #23369

Draft
yahonda wants to merge 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-fix-spurious-ordinal
Draft

i18n(ja): remove spurious 番目/目 ordinals mistranslated from "the X <noun>"#23369
yahonda wants to merge 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-fix-spurious-ordinal

Conversation

@yahonda

@yahonda yahonda commented Jul 29, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

This PR fixes a systematic machine-translation artifact in the Japanese documentation where English "the X <noun>" (with X a code span — a keyword, column, function, parameter, phase, etc.) was mistranslated as "X番目の<noun>" (which reads "the X-th <noun>") or with a stray (文字目 / 桁目 / 行目). The spurious ordinal reverses or distorts the meaning.

For example:

-`JSON_LENGTH(json_doc [,path])`番目の関数はJSONドキュメントの長さを返します。
+`JSON_LENGTH(json_doc [,path])`関数はJSONドキュメントの長さを返します。
  • Each occurrence was cross-checked against the release-8.5 English source. Genuine ordinals are kept (e.g. n番目 where the English really says "the n-th value / the N-th physical plan / the n-th node"); only the spurious ones were removed.
  • Scope: 99 fixes across ~70 files; only the spurious 番目/ text is removed — nothing else on the line is touched.

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

  • master (the latest development version)
  • v8.5 (TiDB 8.5 versions)
  • v8.4 (TiDB 8.4 versions)
  • v8.3 (TiDB 8.3 versions)
  • v8.2 (TiDB 8.2 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)

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

  • This PR is translated from: N/A (Japanese-only fluency fix; no English source change)
  • Other reference link(s): part of the ja i18n-ja-release-8.5 machine-translation cleanup series

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

…un>'

Rebased onto the current i18n-ja-release-8.5 (ce3803c, includes pingcap#23272). English
'the `X` <noun>' had been rendered as '`X`番目の<noun>' (the X-th) or with a stray
目; the spurious ordinal is removed. Genuine ordinals (n-th value, N-th plan, n-th node)
are kept.

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

ti-chi-bot Bot commented Jul 29, 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 Jul 29, 2026
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d76de992-6dfc-4589-b539-a31038c30705

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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 commented Jul 29, 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 qiancai 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 area/develop This PR relates to the area of TiDB App development. missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 29, 2026
@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 Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/develop This PR relates to the area of TiDB App development. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. 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