Skip to content

i18n(ja): standardize the "Data Service" product name (データサービス → Data Service)#23291

Draft
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-data-service-en
Draft

i18n(ja): standardize the "Data Service" product name (データサービス → Data Service)#23291
yahonda wants to merge 2 commits into
pingcap:i18n-ja-release-8.5from
yahonda:i18n-ja-data-service-en

Conversation

@yahonda

@yahonda yahonda commented Jul 16, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Standardize the Japanese rendering of the TiDB Cloud Data Service product name to the English Data Service (it is a service/product name). The docs previously mixed データサービス, データ サービス (with a stray space), and Data Service.

  • Replaces 171 occurrences (152 without space + 19 with a space) across 35 files.
  • Also fixes spacing artifacts introduced by the term boundary: TiDB CloudData ServiceTiDB Cloud Data Service (10), Data ServiceAPIData Service API (2).

Intentionally NOT changed (15 occurrences), because they are not the product name:

  • メタデータサービス / メタデータ サービス — instance metadata service (IMDS)
  • 他のデータサービス / 他のデータ サービス — generic "other data services" (e.g. changefeed streaming targets)
  • インポート データ サービス in csv-config-for-import-data.md — the data import feature, not the Data Service product

Heading {#...} anchors, link targets, and surrounding particles are preserved. No English-letter concatenations remain (verified both directions).

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

  • i18n-ja-release-8.5

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

Follow-up terminology cleanup noticed while reviewing #23290.

@ti-chi-bot

ti-chi-bot Bot commented Jul 16, 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 do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. area/develop This PR relates to the area of TiDB App development. labels Jul 16, 2026
@ti-chi-bot

ti-chi-bot Bot commented Jul 16, 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

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 16, 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 standardizes the Japanese term "データサービス" to "Data Service" across multiple documentation files. The review feedback is highly constructive, pointing out several grammatical issues, redundant prefixes, and unnatural phrasing introduced by the global search-and-replace. Specifically, the reviewer identified multiple instances of redundant "データ" prefixes before the newly formatted "Data Service" links, unnecessary repetitions of the term, and a grammatical error in the release notes. Additionally, the feedback correctly notes that standardizing "コアデータサービスレイヤー" to "コアData Serviceレイヤー" in the TiCDC architecture document is technically inaccurate, as it refers to a generic core data service layer rather than the specific "Data Service" product, and should be reverted.

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 api/tidb-cloud-api-overview.md Outdated
> TiDB Cloud APIはベータ版です。

TiDB Cloud APIは[RESTインターフェース](https://en.wikipedia.org/wiki/Representational_state_transfer)APIであり、 TiDB Cloud内の管理オブジェクトをプログラムで管理するためのアクセスを提供します。このAPIを使用すると、プロジェクト、クラスタ、バックアップ、リストア、インポート、請求、データ[データサービス](https://docs.pingcap.com/tidbcloud/data-service-overview)内のリソースなどのリソースを自動的かつ効率的に管理できます。
TiDB Cloud APIは[RESTインターフェース](https://en.wikipedia.org/wiki/Representational_state_transfer)APIであり、 TiDB Cloud内の管理オブジェクトをプログラムで管理するためのアクセスを提供します。このAPIを使用すると、プロジェクト、クラスタ、バックアップ、リストア、インポート、請求、データ[Data Service](https://docs.pingcap.com/tidbcloud/data-service-overview)内のリソースなどのリソースを自動的かつ効率的に管理できます。

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.

medium

There is a redundant データ (data) prefix before the [Data Service] link. It should be removed to ensure correct and clean Japanese phrasing.

Suggested change
TiDB Cloud APIは[RESTインターフェース](https://en.wikipedia.org/wiki/Representational_state_transfer)APIであり、 TiDB Cloud内の管理オブジェクトをプログラムで管理するためのアクセスを提供します。このAPIを使用すると、プロジェクト、クラスタ、バックアップ、リストア、インポート、請求、データ[Data Service](https://docs.pingcap.com/tidbcloud/data-service-overview)内のリソースなどのリソースを自動的かつ効率的に管理できます。
TiDB Cloud APIは[RESTインターフェース](https://en.wikipedia.org/wiki/Representational_state_transfer)APIであり、 TiDB Cloud内の管理オブジェクトをプログラムで管理するためのアクセスを提供します。このAPIを使用すると、プロジェクト、クラスタ、バックアップ、リストア、インポート、請求、[Data Service](https://docs.pingcap.com/tidbcloud/data-service-overview)内のリソースなどのリソースを自動的かつ効率的に管理できます。
References
  1. Avoid unnecessary words and repetition. (link)

TiCDCの新しいアーキテクチャは、ログサービスとダウンストリームアダプタという2つの主要コンポーネントで構成されています。

- ログサービス:コアデータサービスレイヤーとして、ログサービスはアップストリームのTiDBクラスタから行の変更やDDLイベントなどの情報を取得し、変更データをローカルディスクに一時的に保存します。また、ダウンストリームアダプタからのデータ要求にも応答し、DMLデータとDDLデータを定期的にマージおよびソートして、ソート済みのデータをダウンストリームアダプタに送信します。
- ログサービス:コアData Serviceレイヤーとして、ログサービスはアップストリームのTiDBクラスタから行の変更やDDLイベントなどの情報を取得し、変更データをローカルディスクに一時的に保存します。また、ダウンストリームアダプタからのデータ要求にも応答し、DMLデータとDDLデータを定期的にマージおよびソートして、ソート済みのデータをダウンストリームアダプタに送信します。

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.

medium

In the context of TiCDC architecture, "コアデータサービスレイヤー" refers to a generic "core data service layer" of the change data capture system, not the "TiDB Cloud Data Service" product. Standardizing this to "コアData Serviceレイヤー" is technically inaccurate and confusing. It should be reverted to "コアデータサービスレイヤー".

Suggested change
- ログサービス:コアData Serviceレイヤーとして、ログサービスはアップストリームのTiDBクラスタから行の変更やDDLイベントなどの情報を取得し、変更データをローカルディスクに一時的に保存します。また、ダウンストリームアダプタからのデータ要求にも応答し、DMLデータとDDLデータを定期的にマージおよびソートして、ソート済みのデータをダウンストリームアダプタに送信します。
- ログサービス:コアデータサービスレイヤーとして、ログサービスはアップストリーム of TiDBクラスタから行の変更やDDLイベントなどの情報を取得し、変更データをローカルディスクに一時的に保存します。また、ダウンストリームアダプタからのデータ要求にも応答し、DMLデータとDDLデータを定期的にマージおよびソートして、ソート済みのデータをダウンストリームアダプタに送信します。
References
  1. Technical accuracy and terminology consistency. (link)

1. [TiDB Cloudコンソール](https://tidbcloud.com)で、[**私のTiDB**](https://tidbcloud.com/tidbs)ページの**[プロジェクト ビュー]**タブをクリックし、プロジェクトの [ **...]**をクリックして、 **[Data Service]**をクリックします。

2. プロジェクトのデータ[**データサービス**](https://tidbcloud.com/project/data-service)ページで、左側のペインで<MDSvgIcon name="icon-create-data-app" /> **DataApp の作成を**クリックします。
2. プロジェクトのデータ[**Data Service**](https://tidbcloud.com/project/data-service)ページで、左側のペインで<MDSvgIcon name="icon-create-data-app" /> **DataApp の作成を**クリックします。

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.

medium

There is a redundant データ prefix before the [**Data Service**] link. It should be removed.

Suggested change
2. プロジェクトのデータ[**Data Service**](https://tidbcloud.com/project/data-service)ページで、左側のペインで<MDSvgIcon name="icon-create-data-app" /> **DataApp の作成を**クリックします。
2. プロジェクトの[**Data Service**](https://tidbcloud.com/project/data-service)ページで、左側のペインで<MDSvgIcon name="icon-create-data-app" /> **DataApp の作成を**クリックします。
References
  1. Avoid unnecessary words and repetition. (link)

#### 1. APIキーを作成する {#1-create-an-api-key}

1. [データ[**データサービス**](https://tidbcloud.com/project/data-service)ページの左側のペインで、データ アプリの名前をクリックして詳細を表示します。
1. [データ[**Data Service**](https://tidbcloud.com/project/data-service)ページの左側のペインで、データ アプリの名前をクリックして詳細を表示します。

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.

medium

There is a redundant [データ prefix before the [**Data Service**] link, which also causes unbalanced brackets. It should be removed.

Suggested change
1. [データ[**Data Service**](https://tidbcloud.com/project/data-service)ページの左側のペインで、データ アプリの名前をクリックして詳細を表示します。
1. [**Data Service**](https://tidbcloud.com/project/data-service)ページの左側のペインで、データ アプリの名前をクリックして詳細を表示します。
References
  1. Avoid unnecessary words and repetition. (link)

Data Service(ベータ版)のデータアプリは、特定のアプリケーションのデータにアクセスするために使用できるエンドポイントのコレクションです。APIキーを使用して認証設定を構成し、データアプリ内のエンドポイントへのアクセスを制限できます。

このドキュメントでは、 TiDB Cloudコンソールでデータアプリを管理する方法について説明します。1 [**データサービス**](https://tidbcloud.com/project/data-service)目では、すべてのデータアプリ、エンドポイント、API キーを管理できます。
このドキュメントでは、 TiDB Cloudコンソールでデータアプリを管理する方法について説明します。1 [**Data Service**](https://tidbcloud.com/project/data-service)目では、すべてのデータアプリ、エンドポイント、API キーを管理できます。

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.

medium

The phrase 1 [**Data Service**](https://tidbcloud.com/project/data-service)目では is unnatural Japanese (likely a translation artifact of "first page" or "one place"). It should be simplified to [**Data Service**](https://tidbcloud.com/project/data-service)ページでは (On the Data Service page, ...).

Suggested change
このドキュメントでは、 TiDB Cloudコンソールでデータアプリを管理する方法について説明します。1 [**Data Service**](https://tidbcloud.com/project/data-service)目では、すべてのデータアプリ、エンドポイント、API キーを管理できます。
このドキュメントでは、 TiDB Cloudコンソールでデータアプリを管理する方法について説明します。[**Data Service**](https://tidbcloud.com/project/data-service)ページでは、すべてのデータアプリ、エンドポイント、API キーを管理できます。
References
  1. Clarity, simplicity, completeness, and readability. (link)

- **値**= `<DATA_APP_PRIVATE_KEY>`

`<DATA_APP_BASE_URL>` 、 `<DATA_APP_PUBLIC_KEY>` 、 `<DATA_APP_PRIVATE_KEY>`の情報は、 TiDB Cloudコンソールのデータ [データサービス](https://tidbcloud.com/project/data-service)ページから取得できます。
`<DATA_APP_BASE_URL>` 、 `<DATA_APP_PUBLIC_KEY>` 、 `<DATA_APP_PRIVATE_KEY>`の情報は、 TiDB Cloudコンソールのデータ [Data Service](https://tidbcloud.com/project/data-service)ページから取得できます。

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.

medium

There is a redundant データ prefix before the [Data Service] link in this line. It should be removed to make the Japanese phrasing natural.

Comment thread tidb-cloud/key-concepts.md Outdated
## Data Service(ベータ版) {#data-service-beta}

データ サービスを使用すると、カスタム API エンドポイントを使用して HTTPS リクエスト経由でTiDB Cloudデータにアクセスできます。データ サービス[データサービスについて詳しくはこちらをご覧ください](/tidb-cloud/data-service-concepts.md)。
Data Serviceを使用すると、カスタム API エンドポイントを使用して HTTPS リクエスト経由でTiDB Cloudデータにアクセスできます。Data Service[Data Serviceについて詳しくはこちらをご覧ください](/tidb-cloud/data-service-concepts.md)。

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.

medium

The phrase Data Service[Data Serviceについて詳しくはこちらをご覧ください](/tidb-cloud/data-service-concepts.md)。 contains a redundant repetition of "Data Service". It should be simplified to [Data Serviceについて詳しくはこちらをご覧ください](/tidb-cloud/data-service-concepts.md)。.

Suggested change
Data Serviceを使用すると、カスタム API エンドポイントを使用して HTTPS リクエスト経由でTiDB Cloudデータにアクセスできます。Data Service[Data Serviceについて詳しくはこちらをご覧ください](/tidb-cloud/data-service-concepts.md)
Data Serviceを使用すると、カスタム API エンドポイントを使用して HTTPS リクエスト経由でTiDB Cloudデータにアクセスできます。[Data Serviceについて詳しくはこちらをご覧ください](/tidb-cloud/data-service-concepts.md)
References
  1. Avoid unnecessary words and repetition. (link)

さらに、 TiDB Cloud は、AI を使用して SQL ステートメントを生成および実行できる RESTful インターフェースである[チャット2クエリAPI](/tidb-cloud/use-chat2query-api.md)提供します。

データサービスにアクセスするには、左側のナビゲーションペインの[**データサービス**](https://tidbcloud.com/project/data-service)ページ目に移動します。詳細については、以下のドキュメントをご覧ください。
Data Serviceにアクセスするには、左側のナビゲーションペインの[**Data Service**](https://tidbcloud.com/project/data-service)ページ目に移動します。詳細については、以下のドキュメントをご覧ください。

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.

medium

The phrase ページ目に移動します is grammatically incorrect in this context (it implies "go to the N-th page"). It should be ページに移動します (go to the page).

Suggested change
Data Serviceにアクセスするには、左側のナビゲーションペインの[**Data Service**](https://tidbcloud.com/project/data-service)ページ目に移動します。詳細については、以下のドキュメントをご覧ください。
Data Serviceにアクセスするには、左側のナビゲーションペインの[**Data Service**](https://tidbcloud.com/project/data-service)ページに移動します。詳細については、以下のドキュメントをご覧ください。
References
  1. Clarity, simplicity, completeness, and readability. (link)

Comment thread tidb-cloud/tidb-cloud-glossary.md Outdated
### データアプリ {#data-app}

データサービス[データサービス(ベータ版)](#data-service)のデータアプリは、特定のアプリケーションのデータにアクセスするために使用できるエンドポイントの集合です。APIキーを使用して認証設定を構成することで、データアプリ内のエンドポイントへのアクセスを制限できます。
Data Service[Data Service(ベータ版)](#data-service)のデータアプリは、特定のアプリケーションのデータにアクセスするために使用できるエンドポイントの集合です。APIキーを使用して認証設定を構成することで、データアプリ内のエンドポイントへのアクセスを制限できます。

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.

medium

The phrase Data Service[Data Service(ベータ版)](#data-service) contains a redundant repetition of "Data Service". It should be simplified to [Data Service(ベータ版)](#data-service).

Suggested change
Data Service[Data Service(ベータ版)](#data-service)のデータアプリは、特定のアプリケーションのデータにアクセスするために使用できるエンドポイントの集合です。APIキーを使用して認証設定を構成することで、データアプリ内のエンドポイントへのアクセスを制限できます。
[Data Service(ベータ版)](#data-service)のデータアプリは、特定のアプリケーションのデータにアクセスするために使用できるエンドポイントの集合です。APIキーを使用して認証設定を構成することで、データアプリ内のエンドポイントへのアクセスを制限できます。
References
  1. Avoid unnecessary words and repetition. (link)

# SQL プロキシアカウント {#sql-proxy-account}

SQLプロキシアカウントは、 TiDB Cloudによって自動的に作成されるSQLユーザーアカウントで、 TiDB Cloudユーザーに代わって[SQLエディター](/tidb-cloud/explore-data-with-chat2query.md)または[データサービス](https://docs.pingcap.com/tidbcloud/api/v1beta1/dataservice)介してデータベースにアクセスするために作成されます。たとえば、 `testuser@pingcap.com` TiDB Cloudユーザーアカウントで、 `3jhEcSimm7keKP8.testuser._41mqK6H4`それに対応するSQLプロキシアカウントです。
SQLプロキシアカウントは、 TiDB Cloudによって自動的に作成されるSQLユーザーアカウントで、 TiDB Cloudユーザーに代わって[SQLエディター](/tidb-cloud/explore-data-with-chat2query.md)または[Data Service](https://docs.pingcap.com/tidbcloud/api/v1beta1/dataservice)介してデータベースにアクセスするために作成されます。たとえば、 `testuser@pingcap.com` TiDB Cloudユーザーアカウントで、 `3jhEcSimm7keKP8.testuser._41mqK6H4`それに対応するSQLプロキシアカウントです。

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.

medium

The phrase [Data Service](https://docs.pingcap.com/tidbcloud/api/v1beta1/dataservice)介して is missing the particle . It should be [Data Service](https://docs.pingcap.com/tidbcloud/api/v1beta1/dataservice)を介して to be grammatically correct and natural.

@qiancai qiancai added translation/no-need No need to translate this PR. and removed missing-translation-status This PR does not have translation status info. labels Jul 16, 2026
yahonda and others added 2 commits July 16, 2026 17:56
Replace the katakana rendering of the product name with the English
"Data Service" so the Japanese docs use the official product name
consistently:

- データサービス -> Data Service
- データ サービス -> Data Service

Product name only; no other content changed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Follow-up cleanup of pre-existing machine-translation artifacts on the
lines touched by the Data Service standardization, which became visually
redundant after the rename:

- Remove the stray leading "データ" / "Data Service" before the link in
  tidb-cloud-api-overview.md, explore-data-with-chat2query.md,
  key-concepts.md, and tidb-cloud-glossary.md (was e.g.
  "Data Service[Data Service(PREVIEW)]" -> "[Data Service(PREVIEW)]").
- Fix "ページ目に移動" -> "ページに移動" in release-notes-2023.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yahonda
yahonda force-pushed the i18n-ja-data-service-en branch from 953864e to fb6e95b Compare July 16, 2026 08:59
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. size/XL Denotes a PR that changes 500-999 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.

2 participants