Skip to content

i18n(ja): restore product names that were transliterated or mistranslated#23327

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

i18n(ja): restore product names that were transliterated or mistranslated#23327
yahonda wants to merge 1 commit into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-fix-product-names

Conversation

@yahonda

@yahonda yahonda commented Jul 22, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Several AI product, company, and model names were transliterated into katakana or translated by their literal meaning, instead of being kept in English. Two are outright wrong — a reader cannot tell what product is meant:

English was rendered as note
Cohere 調和する the verb "cohere" — an AI company became a verb
Gemini 双子座 the constellation — Google's model became "the Gemini zodiac sign"
Jina AI ジナAI transliteration
Hugging Face ハギングフェイス transliteration (5 places)
Meta Llama メタラマ transliteration
AWS Bedrock AWS ベッドロック transliteration
jina-reranker ジナ・リランカー transliteration of a model id

Most of these are in the auto-embedding model comparison table (vector-search-auto-embedding-overview.md), where the provider column was unreadable.

13 lines across 9 files. Link URLs are unchanged — only the visible text.

How it was found

Swept the docs for known product-name transliterations, then cross-checked each hit against the English source. 12 look-alike hits were correctly excluded — ジナ inside オリジナル (original), and 開放 meaning "to open (a port/firewall)", not "OpenAI".

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

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 commented Jul 22, 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 22, 2026
@coderabbitai

coderabbitai Bot commented Jul 22, 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

Run ID: 67182343-e800-417c-b804-88bf7b254d8b

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
✨ Finishing Touches
🧪 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.

@ti-chi-bot

ti-chi-bot Bot commented Jul 22, 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 jackysp 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 Jul 22, 2026
…ated

The translation rendered several AI product/company names as transliterations or
literal meanings instead of keeping the English name:

  Cohere      was 調和する  (the verb "cohere")
  Gemini      was 双子座    (the constellation)
  Jina AI     was ジナAI
  Hugging Face was ハギングフェイス
  Meta Llama  was メタラマ
  AWS Bedrock was AWS ベッドロック

13 lines across 9 files. Link URLs unchanged; only the visible text.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yahonda
yahonda force-pushed the i18n-ja-fix-product-names branch from cdca30f to 3892ce8 Compare July 22, 2026 02:11
@ti-chi-bot ti-chi-bot Bot added area/develop This PR relates to the area of TiDB App development. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 22, 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. missing-translation-status This PR does not have translation status info. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant