Skip to content

i18n(ja): fix changefeed capacity heading, states mistranslation, and status/state term drift - #23527

Open
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-changefeed-capacity-heading-2026-08-14
Open

i18n(ja): fix changefeed capacity heading, states mistranslation, and status/state term drift#23527
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:fix-changefeed-capacity-heading-2026-08-14

Conversation

@yahonda

@yahonda yahonda commented Aug 14, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

tidb-cloud/changefeed-overview.md:

  • ## Query changefeed capacity was translated as a broken word-for-word transliteration (クエリ変更フィード容量, no particles), breaking from this document's own consistent heading pattern ([Object]を[Verb]する, e.g. 変更フィードを作成する). Reworded to 変更フィードの容量をクエリする.
  • Within that same section, "query" was translated two different ways for the identical EN word: 照会 (inquire/check) in the intro sentence vs クエリを実行 (execute a query, the SQL-query sense) in step 2. Unified to the checking-a-value sense.
  • "TiCDC Changefeed Capacity Units (CCUs)" left "Changefeed" untranslated in 3 places while the parallel dedicated-tier term correctly translates "Replication" (TiCDC レプリケーション容量ユニット). Unified to TiCDC 変更フィード容量ユニット, matching this document's own changefeed→変更フィード convention.
  • "The states are described as follows" was mistranslated as 各州 (each US-style state/province) instead of 状態 (state/condition) — a false-friend error with no sensible meaning in a changefeed-state-machine context.

TOC files (TOC.md and the 4 tidb-cloud plan variants): two navigation labels used 状態 (state) while the linked page's own title uses ステータス (status, katakana) for the same English word — サーバー状態変数 vs status-variables.md's own サーバーステータス変数, and クラスタの状態を確認する vs post-installation-check.md's own クラスタのステータスを確認する. Unified the TOC labels to match each target page's own established term.

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)
  • v6.1 (TiDB 6.1 versions)
  • v5.4 (TiDB 5.4 versions)
  • v5.3 (TiDB 5.3 versions)

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

  • This PR is translated from:
  • Other reference link(s):

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

…m casing, and states mistranslation in changefeed-overview.md

- 'Query changefeed capacity' heading was a broken word-for-word
  transliteration with no particles; reworded to match this doc's
  own established verb-phrase heading pattern ([Object]を[Verb]する).
- 'query' was translated two different ways in the same section:
  照会 (inquire, matching EN's sense of checking a value) in the intro
  sentence, then クエリを実行 (execute a query, the SQL-query sense)
  in step 2 for the exact same EN word — unified to the correct
  'checking a value' sense.
- 'TiCDC Changefeed容量ユニット (CCU)' left 'Changefeed' untranslated
  while the parallel dedicated-tier term correctly translates
  'Replication' — unified to 変更フィード, matching this document's
  own consistent changefeed→変更フィード convention (3 occurrences).
- 'The states are described as follows' was mistranslated as 各州
  (each US-style state/province) instead of 状態 (state/condition) —
  a false-friend error with no sensible meaning in this technical
  context.
…rget page titles

Two TOC link labels used 状態 (state) while the linked page's own H1
title uses ステータス (status, katakana) for the same English word
'status': サーバー状態変数 vs the status-variables.md page's own
サーバーステータス変数 title (5 TOC variants), and クラスタの状態を確認する
vs post-installation-check.md's own クラスタのステータスを確認する title.
Unified TOC labels to match each target page's own established term.
@ti-chi-bot

ti-chi-bot Bot commented Aug 14, 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 hfxsd 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

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

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: 96be1868-e993-44a7-8649-41b52f7c7608

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 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 Aug 14, 2026
@CLAassistant

CLAassistant commented Aug 14, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants