Skip to content

i18n(ja): replace katakana product names with English equivalents#23107

Open
yahonda wants to merge 19 commits into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-fix-product-name-katakana
Open

i18n(ja): replace katakana product names with English equivalents#23107
yahonda wants to merge 19 commits into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-fix-product-name-katakana

Conversation

@yahonda

@yahonda yahonda commented Jun 22, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Unified Japanese documentation terminology across 300 files by replacing katakana product/plan names with English equivalents and fixing various translation issues.

Product name notation fixes:

  • プレミアム → Premium (TiDB Cloud Premium, Premium support plan)
  • セルフマネージド → Self-Managed (TiDB Self-Managed)
  • プレイグラウンド → Playground (TiUP Playground)
  • スターター → Starter (TiDB Cloud Starter)
  • エッセンシャル → Essential (TiDB Cloud Essential)
  • 専用 → Dedicated (TiDB Cloud Dedicated)
  • ベーシック/スタンダード/エンタープライズ → Basic/Standard/Enterprise (support plans and storage types)
  • レッドハットEnterpriseリナックス → Red Hat Enterprise Linux
  • セントOS → CentOS
  • TiDBダッシュボード left as-is (pending decision)

Enterprise/エンタープライズ distinction:

  • Product names → English: TiDB Enterprise Edition, TiDB Enterprise Manager, TiDB Enterprise
  • General nouns → katakana: エンタープライズレベル, エンタープライズグレード, エンタープライズ環境, エンタープライズワークロード, エンタープライズ機能, エンタープライズアプリケーション, エンタープライズユーザー

Terminology fixes:

  • 声明 → ステートメント (SQL statement)
  • 行政ステートメント → 管理ステートメント (administrative statements)
  • 支持する → サポートする (support)
  • 履歴書 → 再開 (resume verb mistranslation)
  • 自己管理クラスター → Self-Managedクラスター
  • 自己管理用 → Self-Managed用

Command/component names:

  • インストール/リスト/アンインストール etc. → install/list/uninstall (original English in tiup-overview.md)
  • ローカルインストール.sh → local-install.sh

Punctuation and formatting fixes:

  • Removed 。inside link brackets across 100+ files
  • Removed ・middle dots (TiUP Playground・コンポーネント)
  • Fixed pessimistic-txn。max-retry-countpessimistic-txn.max-retry-count
  • Fixed duplicated 本番本番 → 本番
  • Fixed オープンスタンダード (reverted open standard)
  • Fixed duplicated スタート (クイックスタートスタート)
  • Various broken sentence structures and word order fixes
  • Storage type names standardized: Basicストレージ, Standardストレージ, Performance+Plusストレージ

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

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

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

  • This PR is translated from: N/A (direct Japanese docs improvement)
  • Other reference link(s): N/A

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 Jun 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 Jun 22, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jun 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 lance6716 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. area/develop This PR relates to the area of TiDB App development. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 22, 2026

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

Copy link
Copy Markdown
Contributor

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 unifies product name notations and terminology across various Japanese documentation files, updating terms like 'セルフマネージド' to 'Self-Managed', 'プレイグラウンド' to 'Playground', 'プレミアム' to 'Premium', and 'スターター' to 'Starter'. The review feedback points out several minor issues, including broken anchor links, grammatically incomplete or unnatural Japanese sentences, duplicate word typos (such as '本番本番', 'スタート', and 'TiUPTiUPグラウンド'), inconsistent capitalization of 'TiDB', missing backticks for command names, and a few remaining terminology inconsistencies that should be updated to match the PR's overall goal.

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.

Comment thread develop/dev-guide-bookshop-schema-design.md Outdated
Comment thread tidb-cloud/migrate-from-op-tidb.md Outdated
Comment thread tidb-cloud/migrate-from-mysql-using-data-migration.md Outdated
Comment thread api/_index.md Outdated
Comment thread binary-package.md Outdated
Comment thread sql-statements/sql-statement-import-into.md Outdated
Comment thread sql-statements/sql-statement-lock-tables-and-unlock-tables.md Outdated
Comment thread ai/integrations/vector-search-integrate-with-django-orm.md Outdated
Comment thread ai/guides/connect.md Outdated
Comment thread tiup/tiup-faq.md Outdated
@yahonda yahonda force-pushed the i18n-ja-fix-product-name-katakana branch from d02fddd to 34bfcba Compare June 22, 2026 01:54
i18n(ja): replace レッドハットEnterpriseリナックス with Red Hat Enterprise Linux

revert: keep エンタープライズデータ as katakana

i18n(ja): fix TiDBEnterprise spacing and revert Enterprise data

fix: TiDB エンタープライズ → TiDB Enterprise

i18n(ja): fix Enterprise/エンタープライズ distinction and other fixes
@yahonda yahonda force-pushed the i18n-ja-fix-product-name-katakana branch from 6d7d123 to 0abc280 Compare June 22, 2026 02:10
fix: ステートメントを支持する → サポートする

fix: 行政ステートメント → 管理ステートメント

fix: Security → セキュリティ in general noun context

fix: address gemini-code-assist review comments

fix: Self-ManagedAPI → Self-Managed API

fix: セントOS → CentOS

fix: remove 。 inside link brackets

fix: Enterpriseユーザー → エンタープライズユーザー (general noun)

fix: standardize storage type names

fix: パフォーマンス/プラス → Performance/Plus in body text

fix: remaining issues from final review
@yahonda yahonda force-pushed the i18n-ja-fix-product-name-katakana branch 2 times, most recently from 1a2a48b to 2336384 Compare June 22, 2026 04:39
@yahonda yahonda marked this pull request as ready for review June 22, 2026 05:12
@ti-chi-bot ti-chi-bot Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 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. missing-translation-status This PR does not have translation status info. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant