Skip to content

docs: fix repeated 'TiDB' and other component names in Japanese doc#22761

Merged
hfxsd merged 1 commit intopingcap:i18n-ja-release-8.5from
yahonda:fix-repeated-tidb-in-i18n-ja-release-8.5
Apr 17, 2026
Merged

docs: fix repeated 'TiDB' and other component names in Japanese doc#22761
hfxsd merged 1 commit intopingcap:i18n-ja-release-8.5from
yahonda:fix-repeated-tidb-in-i18n-ja-release-8.5

Conversation

@yahonda
Copy link
Copy Markdown
Member

@yahonda yahonda commented Apr 15, 2026

What is changed, added or deleted? (Required)

Identified and removed duplicated words (e.g., "TiDB TiDB", "TiDB Cloud TiDB Cloud") from Japanese translations. https://docs.pingcap.com/ja/

  • Fixed repeated words
  ┌─────────────────────────┬────────────────────┐
  │ Original                │ Corrected          │
  ├─────────────────────────┼────────────────────┤
  │ TiDB TiDB Cloud         │ TiDB Cloud         │
  │ TiDB TiDB Operator      │ TiDB Operator      │
  │ TiDB TiDB Lightning     │ TiDB Lightning     │
  │ BRBR                    │ BR                 │
  │ TiFlashTiFlash          │ TiFlash            │
  │ TiDB TiDB Cloud Starter │ TiDB Cloud Starter │
  └─────────────────────────┴────────────────────┘

The current Japanese translations are machine-generated and have a known issue with word duplication. Since a fundamental fix will take some time, I am temporarily replacing these duplicate words. Correcting them is crucial as they significantly impact the quality of the translation. Please note that these changes may be overwritten by future machine translations; if this approach is approved, I plan to submit similar PRs regularly.

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

Target branch is i18n-ja-release-8.5 for Japanese translations.

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions.

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 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)

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

@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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Apr 15, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request streamlines the Japanese documentation by removing redundant 'TiDB' prefixes before product names like TiDB Cloud and TiDB Lightning across many files. The review feedback identifies a technical typo in the v6.4.0 release notes where the field name PROCESS should be corrected to PROGRESS for consistency with the system schema.

Comment thread releases/release-6.4.0.md
Copy link
Copy Markdown
Member

@shhdgit shhdgit left a comment

Choose a reason for hiding this comment

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

lgtm.

@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Apr 15, 2026

@shhdgit: adding LGTM is restricted to approvers and reviewers in OWNERS files.

Details

In response to this:

lgtm.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@yahonda yahonda force-pushed the fix-repeated-tidb-in-i18n-ja-release-8.5 branch from 4b08e25 to 4e7b14e Compare April 16, 2026 01:37
@yahonda
Copy link
Copy Markdown
Member Author

yahonda commented Apr 16, 2026

Rebased i18n-ja-release-8.5

…ents

This commit removes adjacent repetitions of component names (e.g., 'TiDB TiDB',
'TiFlash TiFlash', 'TiDB Cloud TiDB Cloud') that were likely introduced
by incorrect machine-based translations.

Changes were only applied to files where the repetition did not exist
in the release-8.5 branch, ensuring that we only target newly introduced
translation errors as per instructions.
@yahonda yahonda force-pushed the fix-repeated-tidb-in-i18n-ja-release-8.5 branch from 4e7b14e to 3df6fca Compare April 16, 2026 02:15
@yahonda
Copy link
Copy Markdown
Member Author

yahonda commented Apr 16, 2026

Rebased (again) i18n-ja-release-8.5

@hfxsd hfxsd added translation/no-need No need to translate this PR. and removed missing-translation-status This PR does not have translation status info. labels Apr 17, 2026
@ti-chi-bot ti-chi-bot Bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Apr 17, 2026
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Apr 17, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-04-17 03:06:32.850671543 +0000 UTC m=+1703198.056031600: ☑️ agreed by hfxsd.

@hfxsd
Copy link
Copy Markdown
Collaborator

hfxsd commented Apr 17, 2026

/approve

@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Apr 17, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hfxsd

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

The pull request process is described 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 approved label Apr 17, 2026
@hfxsd hfxsd added the lgtm label Apr 17, 2026
@hfxsd
Copy link
Copy Markdown
Collaborator

hfxsd commented Apr 17, 2026

/retest

@hfxsd hfxsd merged commit 6d83eeb into pingcap:i18n-ja-release-8.5 Apr 17, 2026
3 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved area/develop This PR relates to the area of TiDB App development. lgtm needs-1-more-lgtm Indicates a PR needs 1 more LGTM. size/XXL Denotes a PR that changes 1000+ 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.

3 participants