i18n(ja): fix trailing "page number" typo after page reference links - #23294
i18n(ja): fix trailing "page number" typo after page reference links#23294yahonda wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
[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 |
There was a problem hiding this comment.
Code Review
This pull request corrects a recurring Japanese grammatical error by changing "ページ目" to "ページ" across multiple documentation files. The review feedback suggests further refinements to the Japanese translation, such as removing an extraneous number "5" and fixing awkward phrasing in tidb-cloud-poc.md, ensuring terminology consistency for "プランキャッシュ" in sql-prepared-plan-cache.md, correcting markdown bold formatting in release-notes-2021.md, and improving the naturalness of "go to page" translations in setup-self-hosted-kafka-private-service-connect.md.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
- tidb-cloud-poc.md: remove a stray leftover "5" and fix the awkward sentence joins on the diagnosis-page bullets (use 詳細は...を参照してください). - release-notes-2021.md: fix markdown bold scope so the particle 「が」 is no longer inside the bold (**リージョン選択**が). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- setup-self-hosted-kafka-private-service-connect.md: change the two remaining ページに進みます to ページに移動します, matching the rest of the file (6 uses) and the repo-wide convention (per gemini-code-assist review pingcap#4/pingcap#5 on PR pingcap#23294). - Remove a stray "3" before (例:...) that the earlier sweep missed because it precedes a Japanese parenthesis rather than a link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- tidb-cloud-poc.md: remove a stray leftover "5" and fix the awkward sentence joins on the diagnosis-page bullets (use 詳細は...を参照してください). - release-notes-2021.md: fix markdown bold scope so the particle 「が」 is no longer inside the bold (**リージョン選択**が). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- setup-self-hosted-kafka-private-service-connect.md: change the two remaining ページに進みます to ページに移動します, matching the rest of the file (6 uses) and the repo-wide convention (per gemini-code-assist review pingcap#4/pingcap#5 on PR pingcap#23294). - Remove a stray "3" before (例:...) that the earlier sweep missed because it precedes a Japanese parenthesis rather than a link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
54c71c8 to
7c2d1f7
Compare
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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 |
be0cd0b to
a1e78c9
Compare
a1e78c9 to
a2ed1de
Compare
a2ed1de to
33a53ab
Compare
- tidb-cloud-poc.md: remove a stray leftover "5" and fix the awkward sentence joins on the diagnosis-page bullets (use 詳細は...を参照してください). - release-notes-2021.md: fix markdown bold scope so the particle 「が」 is no longer inside the bold (**リージョン選択**が). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- setup-self-hosted-kafka-private-service-connect.md: change the two remaining ページに進みます to ページに移動します, matching the rest of the file (6 uses) and the repo-wide convention (per gemini-code-assist review pingcap#4/pingcap#5 on PR pingcap#23294). - Remove a stray "3" before (例:...) that the earlier sweep missed because it precedes a Japanese parenthesis rather than a link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
33a53ab to
456228d
Compare
456228d to
a84e349
Compare
- tidb-cloud-poc.md: remove a stray leftover "5" and fix the awkward sentence joins on the diagnosis-page bullets (use 詳細は...を参照してください). - release-notes-2021.md: fix markdown bold scope so the particle 「が」 is no longer inside the bold (**リージョン選択**が). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- setup-self-hosted-kafka-private-service-connect.md: change the two remaining ページに進みます to ページに移動します, matching the rest of the file (6 uses) and the repo-wide convention (per gemini-code-assist review pingcap#4/pingcap#5 on PR pingcap#23294). - Remove a stray "3" before (例:...) that the earlier sweep missed because it precedes a Japanese parenthesis rather than a link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a84e349 to
6c495a1
Compare
Rebased onto the current i18n-ja-release-8.5 (ce3803c, includes pingcap#23272). Trailing 'ページ目' (page-th) after page-reference links is corrected to 'ページ'; a few shared lines also carry harmonized stray-number/particle fixes from sibling ja PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6c495a1 to
84407d3
Compare
What is changed, added or deleted? (Required)
Fixes a Japanese typo where "ページ目" (meaning "the Nth page") was left after page reference links, where the correct wording is simply "ページ" (page).
This corrects the following files (9 files):
This is a Japanese (ja) translation-only fix; no English source content is changed.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?
Note on scope
A few of the lines in this PR also carry a fix that belongs to one of the sibling ja PRs. Where a later sweep found damage on a line this PR already edits, the fix was applied here rather than duplicated into another PR — otherwise the two PRs would conflict. So a small number of lines go beyond the scope stated above, for example:
Here the stray
1(a translation-tool placeholder) and the word order were repaired alongside this PR's particle insertion.All fifteen ja PRs were verified to merge cleanly in any order (105 pairwise merges, 0 conflicts).