-
Notifications
You must be signed in to change notification settings - Fork 710
fix: update custom content tags to use proper casing in documentation #22682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: i18n-ja-release-8.5
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,21 +9,21 @@ | |||||
|
|
||||||
| > **注記:** | ||||||
| > | ||||||
| > - 現在、 TiDB Cloud、1アカウントあたり最大100件の変更フィードしか許可されていません。<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>。 | ||||||
| > - 現在、 TiDB Cloud、1アカウントあたり最大100件の変更フィードしか許可されていません。<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>。 | ||||||
| > - 現在、 TiDB Cloud、変更フィードごとに最大 100 個のテーブル フィルター ルールのみが許可されます。 | ||||||
| > - クラスター[TiDB Cloudスターター](/tidb-cloud/select-cluster-tier.md#starter)および[TiDB Cloudエッセンシャル](/tidb-cloud/select-cluster-tier.md#essential)では、changefeed 機能は使用できません。 | ||||||
|
|
||||||
| ## Changefeedページをビュー {#view-the-changefeed-page} | ||||||
|
|
||||||
| changefeed 機能にアクセスするには、次の手順を実行します。 | ||||||
|
|
||||||
| 1. [TiDB Cloudコンソール](https://tidbcloud.com)では、<customcontent plan="dedicated">プロジェクトの[**クラスター**](https://tidbcloud.com/project/clusters)ページに移動します。</customcontent><customcontent plan="premium"> [**TiDBインスタンス**](https://tidbcloud.com/tidbs)ページに移動します。</customcontent> | ||||||
| 1. [TiDB Cloudコンソール](https://tidbcloud.com)では、<CustomContent plan="dedicated">プロジェクトの[**クラスター**](https://tidbcloud.com/project/clusters)ページに移動します。</CustomContent><CustomContent plan="premium"> [**TiDBインスタンス**](https://tidbcloud.com/tidbs)ページに移動します。</CustomContent> | ||||||
|
Check failure on line 20 in tidb-cloud/changefeed-overview.md
|
||||||
|
|
||||||
| > **ヒント:** | ||||||
| > | ||||||
| > 左上隅のコンボ ボックスを使用して、組織、プロジェクト、クラスターを切り替えることができます。 | ||||||
|
|
||||||
| 2. ターゲットの名前をクリックします<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>概要ページに移動し、左側のナビゲーションペインで**「データ」** > **「Changefeed」**をクリックします。Changefeedページが表示されます。 | ||||||
| 2. ターゲットの名前をクリックします<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>概要ページに移動し、左側のナビゲーションペインで**「データ」** > **「Changefeed」**をクリックします。Changefeedページが表示されます。 | ||||||
|
Check failure on line 26 in tidb-cloud/changefeed-overview.md
|
||||||
|
|
||||||
| **Changefeed**ページでは、変更フィードを作成したり、既存の変更フィードの一覧を表示したり、既存の変更フィードを操作したり (変更フィードのスケーリング、一時停止、再開、編集、削除など) できます。 | ||||||
|
|
||||||
|
|
@@ -75,7 +75,7 @@ | |||||
|
|
||||||
| </CustomContent> | ||||||
|
|
||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>。 | ||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>。 | ||||||
|
Check failure on line 78 in tidb-cloud/changefeed-overview.md
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "ページ目に移動します" is unnatural phrasing in Japanese. It should be "ページに移動します". Also, please update the terminology for consistency ("クラスター" and "インスタンス").
Suggested change
|
||||||
| 2. スケールする対応する変更フィードを見つけて、 **[アクション]**列で**[...]** > **[スケール アップ/ダウン]**をクリックします。 | ||||||
| 3. 新しい仕様を選択します。 | ||||||
| 4. **[送信]**をクリックします。 | ||||||
|
|
@@ -84,7 +84,7 @@ | |||||
|
|
||||||
| ## チェンジフィードを一時停止または再開する {#pause-or-resume-a-changefeed} | ||||||
|
|
||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>。 | ||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>。 | ||||||
|
Check failure on line 87 in tidb-cloud/changefeed-overview.md
|
||||||
| 2. 一時停止または再開する対応する変更フィードを見つけて、 **[アクション]**列の**[...]** > **[一時停止/再開]**をクリックします。 | ||||||
|
|
||||||
| ## 変更フィードを編集する {#edit-a-changefeed} | ||||||
|
|
@@ -93,7 +93,7 @@ | |||||
| > | ||||||
| > TiDB Cloud現在、一時停止状態の変更フィードのみ編集できます。 | ||||||
|
|
||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>。 | ||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>。 | ||||||
|
Check failure on line 96 in tidb-cloud/changefeed-overview.md
|
||||||
|
|
||||||
| 2. 一時停止する変更フィードを見つけて、 **[アクション]**列の**[...]** > **[一時停止]**をクリックします。 | ||||||
|
|
||||||
|
|
@@ -110,14 +110,14 @@ | |||||
|
|
||||||
| ## チェンジフィードを複製する {#duplicate-a-changefeed} | ||||||
|
|
||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>。 | ||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>。 | ||||||
|
Check failure on line 113 in tidb-cloud/changefeed-overview.md
|
||||||
| 2. 複製したい変更フィードを見つけます。 **「アクション」**列で、 **「...」** > **「複製」を**クリックします。 | ||||||
| 3. TiDB Cloud は、新しい変更フィード設定に元の設定を自動的に入力します。必要に応じて設定を確認し、変更できます。 | ||||||
| 4. 設定を確認したら、 **[送信]**をクリックして新しい変更フィードを作成し、開始します。 | ||||||
|
|
||||||
| ## 変更フィードを削除する {#delete-a-changefeed} | ||||||
|
|
||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>。 | ||||||
| 1. 対象のTiDBの[**チェンジフィード**](#view-the-changefeed-page)ページ目に移動します<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>。 | ||||||
|
Check failure on line 120 in tidb-cloud/changefeed-overview.md
|
||||||
| 2. 削除する対応する変更フィードを見つけて、 **[アクション]**列で**[...]** > **[削除]**をクリックします。 | ||||||
|
|
||||||
| ## チェンジフィード課金 {#changefeed-billing} | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ summary: このドキュメントでは、TiDB Cloudから Apache Kafka へデ | |||||
|
|
||||||
| ## 制限 {#restrictions} | ||||||
|
|
||||||
| - 各TiDB Cloud<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>最大 100 個の変更フィードを作成できます。 | ||||||
| - 各TiDB Cloud<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>最大 100 個の変更フィードを作成できます。 | ||||||
| - 現在、 TiDB Cloud は、Kafka ブローカーに接続するための自己署名 TLS 証明書のアップロードをサポートしていません。 | ||||||
| - TiDB Cloud は、変更フィードを確立するために TiCDC を使用するため、同じ[TiCDCとしての制限](https://docs.pingcap.com/tidb/stable/ticdc-overview#unsupported-scenarios)持ちます。 | ||||||
| - レプリケートするテーブルに主キーまたは NULL 以外の一意のインデックスがない場合、レプリケーション中に一意の制約がないと、再試行シナリオによっては下流に重複したデータが挿入される可能性があります。 | ||||||
|
|
@@ -47,7 +47,7 @@ Apache Kafka にデータをストリーミングするための変更フィー | |||||
|
|
||||||
| ### ネットワーク {#network} | ||||||
|
|
||||||
| TiDBが<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>Apache Kafka サービスに接続できます。以下の接続方法のいずれかを選択できます。 | ||||||
| TiDBが<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>Apache Kafka サービスに接続できます。以下の接続方法のいずれかを選択できます。 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The sentence is grammatically incomplete and uses inconsistent terminology. It should clearly state that the cluster or instance needs to be able to connect to the service.
Suggested change
|
||||||
|
|
||||||
| - Private Connect: VPC CIDR の競合を回避し、セキュリティ コンプライアンスを満たすのに最適ですが、追加の[プライベートデータリンクコスト](/tidb-cloud/tidb-cloud-billing-ticdc-rcu.md#private-data-link-cost)発生します。 | ||||||
| - VPC ピアリング: コスト効率の高いオプションとして適していますが、潜在的な VPC CIDR の競合とセキュリティ上の考慮事項を管理する必要があります。 | ||||||
|
|
@@ -142,7 +142,7 @@ TiDB Cloud変更フィードが Apache Kafka にデータをストリーミン | |||||
| ## ステップ1. Apache KafkaのChangefeedページを開く {#step-1-open-the-changefeed-page-for-apache-kafka} | ||||||
|
|
||||||
| 1. [TiDB Cloudコンソール](https://tidbcloud.com)にログインします。 | ||||||
| 2. ターゲットTiDBの概要ページに移動します<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>をクリックし、左側のナビゲーション ウィンドウで**[データ]** > **[Changefeed]**をクリックします。 | ||||||
| 2. ターゲットTiDBの概要ページに移動します<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>をクリックし、左側のナビゲーション ウィンドウで**[データ]** > **[Changefeed]**をクリックします。 | ||||||
| 3. **「Changefeed の作成」**をクリックし、**宛先**として**Kafka を**選択します。 | ||||||
|
|
||||||
| ## ステップ2. changefeedターゲットを構成する {#step-2-configure-the-changefeed-target} | ||||||
|
|
@@ -286,7 +286,7 @@ TiDB Cloud変更フィードが Apache Kafka にデータをストリーミン | |||||
| 6. データ形式として**Avroを**選択した場合、ページにAvro固有の設定が表示されます。これらの設定は以下のように入力できます。 | ||||||
|
|
||||||
| - **Decimal**および**Unsigned BigInt**構成では、 TiDB Cloud がKafka メッセージの decimal および unsigned bigint データ型を処理する方法を指定します。 | ||||||
| - **スキーマレジストリ**領域で、スキーマレジストリエンドポイントを入力します。HTTP**認証**を有効にすると、ユーザー名とパスワードのフィールドが表示され、TiDBで指定した情報が自動的に入力されます。<customcontent plan="dedicated">クラスタ</customcontent><customcontent plan="premium">実例</customcontent>エンドポイントとパスワード。 | ||||||
| - **スキーマレジストリ**領域で、スキーマレジストリエンドポイントを入力します。HTTP**認証**を有効にすると、ユーザー名とパスワードのフィールドが表示され、TiDBで指定した情報が自動的に入力されます。<CustomContent plan="dedicated">クラスタ</CustomContent><CustomContent plan="premium">実例</CustomContent>エンドポイントとパスワード。 | ||||||
|
|
||||||
| 7. **「トピック配布」**領域で配布モードを選択し、モードに応じてトピック名の設定を入力します。 | ||||||
|
|
||||||
|
|
@@ -339,7 +339,7 @@ TiDB Cloud変更フィードが Apache Kafka にデータをストリーミン | |||||
|
|
||||||
| ## ステップ4. チェンジフィード仕様を構成する {#step-4-configure-your-changefeed-specification} | ||||||
|
|
||||||
| 1. **チェンジフィード仕様**エリアで、<customcontent plan="dedicated">レプリケーション容量単位(RCU)</customcontent><customcontent plan="premium">チェンジフィード容量単位(CCU)</customcontent>チェンジフィードによって使用されます。 | ||||||
| 1. **チェンジフィード仕様**エリアで、<CustomContent plan="dedicated">レプリケーション容量単位(RCU)</CustomContent><CustomContent plan="premium">チェンジフィード容量単位(CCU)</CustomContent>チェンジフィードによって使用されます。 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The sentence is grammatically incomplete as it lacks a verb to instruct the user. It should explicitly tell the user to select the RCU or CCU.
Suggested change
|
||||||
| 2. **「Changefeed 名」**領域で、Changefeed の名前を指定します。 | ||||||
| 3. **「次へ」**をクリックして設定した構成を確認し、次のページに進みます。 | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence structure is awkward and uses inconsistent terminology. "クラスタ" should be "クラスター" and "実例" should be "インスタンス" to align with TiDB documentation standards. Additionally, using active voice ("作成できます") is preferred over passive voice ("許可されていません") for better readability.