diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md
index 3d20d810a..dd0fd50dd 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md
@@ -1,6 +1,6 @@
---
title: Integration Samples and Tools
-description: Overview and reference for all UID2 sample site examples.
+description: UID2 のすべてのサンプルサイト例の概要とリファレンス。
hide_table_of_contents: false
---
@@ -8,15 +8,15 @@ import Link from '@docusaurus/Link';
# Integration Samples and Tools
-This page lists all official UID2 sample implementations highlighting common integration use cases, along with links to live demo sites, source code, and related documentation. Use this page to quickly identify which sample matches your needs and explore working examples.
+このページでは、一般的なインテグレーションのユースケースを強調するすべての公式 UID2 サンプル実装のリストと、ライブデモサイト、ソースコード、および関連ドキュメントへのリンクを示します。このページを使用して、ニーズに合ったサンプルを見つけて、動作する例を調べてください。
## Web Integrations
-This section summarizes the sample integrations available for publishers who want to integrate UID2 directly into their websites. For a full summary of integration options for websites, see [Publisher Web Integration Overview](../guides/integration-options-publisher-web).
+このセクションでは、UID2 を直接ウェブサイトに統合したいパブリッシャー向けのサンプル統合をまとめています。ウェブサイト向けの統合オプションの完全な概要については、[Publisher Web Integration Overview](../guides/integration-options-publisher-web) を参照してください。
### Client-Side Integration Using UID2 SDK for JavaScript
-This sample is for publishers who prefer a fully client-side integration using the [SDK for JavaScript Reference Guide](../sdks/sdk-ref-javascript) to generate and manage tokens directly in the browser. This approach is ideal for fast prototyping with minimal back-end requirements.
+このサンプルは、[SDK for JavaScript Reference Guide](../sdks/sdk-ref-javascript) を使用してブラウザ内で直接トークンを生成および管理する完全なクライアントサイド統合を好むパブリッシャー向けです。このアプローチは、最小限のバックエンド要件で迅速なプロトタイピングに最適です。
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)
- Code: [uid2-web-integrations/examples/cstg](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg)
@@ -24,7 +24,7 @@ This sample is for publishers who prefer a fully client-side integration using t
### Client-Server Integration Using UID2 SDK for JavaScript
-This sample is for publishers who want more control over UID2 token creation (handled on your servers), while using the SDK for JavaScript on the client side to manage and refresh tokens in the browser.
+このサンプルは、UID2 Token の作成をより細かく制御したいパブリッシャー向けです(サーバー側で処理されます)。クライアント側では JavaScript SDK を使用して、ブラウザ内のトークンを管理および更新します。
- Site: [UID2 SDK Integration Example](https://example-jssdk-integ.uidapi.com/)
- Code: [uid2-web-integrations/examples/js-sdk](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk)
@@ -32,7 +32,7 @@ This sample is for publishers who want more control over UID2 token creation (ha
### UID2 Server-Only (Server-Side)
-This sample is for publishers who want all UID2 operations to occur on the server side, offering maximum control, security, and flexibility without relying on a client-side SDK.
+このサンプルは、すべての UID2 操作をサーバー側で実行し、クライアント側の SDK に依存せずに最大の制御、セキュリティ、および柔軟性を提供したいパブリッシャー向けです。
- Site: [Server-Only UID2 Integration Example](https://example-srvonly-integ.uidapi.com/login)
- Code: [uid2-examples/publisher/server_only](https://github.com/IABTechLab/uid2-examples/tree/main/publisher/server_only)
@@ -40,11 +40,11 @@ This sample is for publishers who want all UID2 operations to occur on the serve
## Prebid.js Integrations
-This section includes a sample page for generating UID2 tokens to be passed by Prebid.js in the RTB bidstream. For details, see [UID2 Integration Overview for Prebid](../guides/integration-prebid).
+このセクションには、RTB ビッドストリームで Prebid.js によって渡される UID2 Token を生成するためのサンプルページが含まれています。詳細については、[UID2 Integration Overview for Prebid](../guides/integration-prebid) を参照してください。
### Client-Side Integration with Prebid.js
-This sample is for publishers who want to generate UID2 tokens on the client side and pass them into header bidding auctions using Prebid.js.
+このサンプルは、クライアント側で UID2 Tokenを生成し、Prebid.js を使用してヘッダービディングオークションに渡したいパブリッシャー向けです。
- Site: [UID2 Prebid.js Client-Side Integration Example](https://unifiedid.com/examples/cstg-prebid-example/)
- Code: [uid2docs/static/examples/cstg-prebid-example](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example)
@@ -52,11 +52,11 @@ This sample is for publishers who want to generate UID2 tokens on the client sid
## Google Secure Signals Integrations
-This section includes sample pages for passing UID2 identity data to Google's advertising systems through their Secure Signals feature. For details, see [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss).
+このセクションには、Google の広告システムに UID2 アイデンティティデータを Secure Signals 機能を通じて渡すためのサンプルページが含まれています。詳細については、[Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss) を参照してください。
### Client-Side Secure Signals
-This sample is for publishers who want a purely client-side integration with GAM Secure Signals.
+このサンプルは、GAM Secure Signals との純粋なクライアントサイド統合を望むパブリッシャー向けです。
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Secure Signals](https://secure-signals-client-side-integ.uidapi.com/)
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/client_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)
@@ -64,7 +64,7 @@ This sample is for publishers who want a purely client-side integration with GAM
### React Client-Side Secure Signals
-This sample is for publishers with React apps who want to integrate UID2 + Secure Signals directly into their component-based architecture.
+このサンプルは、React アプリを持つパブリッシャー向けで、UID2 と Secure Signals をコンポーネントベースのアーキテクチャに直接統合したい場合のものです。
- Site: [UID2 React Client-Side Integration Example with Google Secure Signals](https://secure-signals-react-integ.uidapi.com/)
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/react_client_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/react_client_side)
@@ -72,7 +72,7 @@ This sample is for publishers with React apps who want to integrate UID2 + Secur
### Server-Side Secure Signals
-This sample is for publishers who want all Secure Signals and UID2 logic server-side for better control and security.
+このサンプルは、より良い制御とセキュリティのために、すべての Secure Signals および UID2 ロジックをサーバー側で実行したいパブリッシャー向けです。
- Site: [Server-Side UID2 Integration Example with Google Secure Signals](https://secure-signals-server-side-integ.uidapi.com/login)
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/server_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side)
@@ -83,7 +83,7 @@ This sample is for publishers who want all Secure Signals and UID2 logic server-
### Client-Server Secure Signals
-This sample is for publishers who want a hybrid approach with token generation on the server and client-side logic for secure signals.
+このサンプルは、トークン生成をサーバー側で行い、Secure Signals のロジックをクライアント側で実行するハイブリッドアプローチを望むパブリッシャー向けです。
- Site: [Example for Client-Server UID2 SDK Integration with Google Secure Signals](https://secure-signals-client-server-integ.uidapi.com/)
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/with_sdk_v3](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
@@ -94,12 +94,12 @@ This sample is for publishers who want a hybrid approach with token generation o
## UID2 Hashing Tool
-This tool is for developers or clients validating data preparation, such as hashing and normalization of emails before token requests. The tool is available at the following links:
+このツールは、トークンリクエスト前のメールのハッシュ化や正規化など、データ準備を検証する開発者またはクライアント向けです。ツールは以下のリンクで利用できます:
- Site: [UID2 Hashing Tool](https://unifiedid.com/examples/hashing-tool/)
- Code: [uid2Docs/static/examples/hashing-tool](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/hashing-tool)
- Doc: [Normalization and Encoding](../getting-started/gs-normalization-encoding)
:::note
-The sample sites in this file highlight some common integrations, but do not represent all available UID2 integration options. For a summary of all the integration options available, see [UID2 Integration Guides: Summary](../guides/summary-guides).
+このファイルのサンプルサイトは、一般的なインテグレーションのいくつかを強調していますが、利用可能なすべての UID2 インテグレーションオプションを表しているわけではありません。利用可能なすべてのインテグレーションオプションの概要については、[UID2 Integration Guides: Summary](../guides/summary-guides) を参照してください。
:::
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-how-uid-is-created.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-how-uid-is-created.md
index e7fb57a21..6fd9c1323 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-how-uid-is-created.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-how-uid-is-created.md
@@ -14,7 +14,7 @@ import Link from '@docusaurus/Link';
この記事では、パブリッシャーがビッドストリームで送信する UID2 Token の作成方法について説明します。広告主がコンバージョンピクセルのために UID2 Token を作成する場合も同じプロセスが適用されます。UID2 Token を他の共有参加者に送信する前に、raw UID2 が UID2 Token に暗号化される Tokenized Sharingには適用されません。
:::
-パブリッシャーがユーザーの DII(ハッシュ化されたまたはハッシュ化されていないメールアドレスまたは電話番号)を UID2 Operator に送信し、ターゲティング広告に使用するための UID2 Token を受け取ると、その過程で特定の処理手順が実行されます。
+パブリッシャーがユーザーの DII(ハッシュ化されたまたはハッシュされていないメールアドレスまたは電話番号)を UID2 Operator に送信し、ターゲティング広告に使用するための UID2 Token を受け取ると、その過程で特定の処理手順が実行されます。
パブリッシャーによってはいくつかの事前作業が行われますが、ほとんどの処理ステップは UID2 Operator によって行われます。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-tokens.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-tokens.md
index 1c9a54557..349a90894 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-tokens.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-tokens.md
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
# UID2 Tokens and Refresh Tokens
-パブリッシャーがユーザーの DII—ハッシュ化または非ハッシュ化されたメールアドレスまたは電話番号—を UID2 Operator に送信すると、UID2 SDK のいずれかを使用するか、[POST /token/generate](../endpoints/post-token-generate.md) エンドポイントを使用するかに関わらず、UID2 Operator は DII を raw UID2 に変換し、UID2 Token に暗号化して返します。UID2 Token には、Refresh Token を含む関連値が付属しています。パブリッシャーは、UID2 Token をビッドストリームで使用できます。
+パブリッシャーがユーザーの DII—ハッシュ化またはハッシュされていないメールアドレスまたは電話番号—を UID2 Operator に送信すると、UID2 SDK のいずれかを使用するか、[POST /token/generate](../endpoints/post-token-generate.md) エンドポイントを使用するかに関わらず、UID2 Operator は DII を raw UID2 に変換し、UID2 Token に暗号化して返します。UID2 Token には、Refresh Token を含む関連値が付属しています。パブリッシャーは、UID2 Token をビッドストリームで使用できます。
## UID2 Tokens: Key Information
@@ -25,7 +25,7 @@ UID2 Token に関する主なポイントは次のとおりです:
- トークン生成時に、UID2 Operator はユーザーのオプトアウトを確認します。ユーザーが UID2 からオプトアウトしている場合、UID2 Token は生成されません。詳細は、[User Opt-Out](../getting-started/gs-opt-out.md) を参照してください。
- トークンは有効期限がありますが、Refresh Token を使用してリフレッシュできます。
- 現在の UID2 Token が有効期限切れになる前に、常に現在の Refresh Token をリフレッシュすることで、新しい UID2 Token と対応する新しい Refresh Token を取得するために何度でもリフレッシュできます。
-- トークンが期限切れの場合、または既存のトークンをリフレッシュする代わりに、元のハッシュ化されたまたは非ハッシュ化されたメールアドレスまたは電話番号から新しい UID2 Token を生成することができます。
+- トークンが期限切れの場合、または既存のトークンをリフレッシュする代わりに、元のハッシュ化されたまたはハッシュされていないメールアドレスまたは電話番号から新しい UID2 Token を生成することができます。
- パブリッシャーは、UID2 Token をビッドストリームに送信します。
- UID2 Token をリフレッシュしても、元の UID2 Token は無効になりません。有効期限が切れるまで、以前のトークンを引き続き使用できます。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-components.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-components.md
index 5539c73d9..7b6b22c9d 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-components.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-components.md
@@ -10,11 +10,11 @@ import Link from '@docusaurus/Link';
# UID2 Components
-The UID2 framework consists of the following components, all of which are currently managed by The Trade Desk.
+UID2 フレームワークは以下ののコンポーネントで構成されており、すべて The Trade Desk によって管理されています。
| Component | Description |
| :--- | :--- |
-| **Core Service** | A centralized service that manages access to salts, encryption keys, and other relevant data in the UID2 ecosystem. |
-| **Operator Service** | A service that enables the management and storage of encryption keys and salts from the UID2 Core Service, hashing of users' personal data, encryption of raw UID2s, and decryption of UID2 tokens. There can be multiple instances of the service (public or private) operated by multiple [participants](../overviews/participants-overview.md#uid2-component-services), known as operators. Public Operators run publicly available instances of the Operator Service and make them available to all relevant UID2 participants. There might also be Private Operators that run private instances of the Operator Service exclusively for their own use. All instances are designed with protections to keep critical UID2 data secure and interoperable, regardless of who operates the service. |
-| **Opt-Out Service** | A global service that manages and stores user opt-out requests and disseminates them to publishers, operator service instances, and DSPs. |
-| **Transparency and Control Portal** | A user-facing website, [https://www.transparentadvertising.com/](https://www.transparentadvertising.com/), that allows consumers to opt out of UID2 at any time. |
+| **Core Service** | UID2 のエコシステムの中で、salt、encryption key、およびその他の関連データへのアクセスを管理する一元的なサービス。 |
+| **Operator Service** | UID2 コアサービスからの暗号化キーとソルトの管理と保存、ユーザーの個人に関するデータのハッシュ化、raw UID2 の暗号化、UID2 Token の復号化を可能にするサービス。 複数の [参加者](../overviews/participants-overview.md#uid2-component-services)(オペレーターと呼ばれる)が運営する複数のインスタンス(パブリックまたはプライベート)が存在する可能性があります。 パブリックオペレーター は、オペレーターサービス の公開インスタンスを実行し、すべての関連する UID2 参加者が利用できるようにします。 また、独自の使用専用にオペレーターサービスのプライベートインスタンスを実行する プライベートオペレーター も存在する可能性があります。すべてのインスタンスは、サービスを運営する人に関係なく、重要な UID2 データを安全かつ相互運用可能に保つための保護機能を備えて設計されています。 |
+| **Opt-Out Service** | ユーザーのオプトアウト要求を管理および保存し、それらをパブリッシャー、オペレーターサービスのインスタンス、および DSP に配布するグローバルサービス。 |
+| **Transparency and Control Portal** | ユーザーがいつでも UID2 のオプトアウトを行うことができる、ユーザー向けのウェブサイト [https://www.transparentadvertising.com/](https://www.transparentadvertising.com/) 。 |
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-identifier-types.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-identifier-types.md
index f1a2903c3..0f5a10741 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-identifier-types.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-identifier-types.md
@@ -10,13 +10,13 @@ import Link from '@docusaurus/Link';
# UID2 Identifier Types
-UID2 is a deterministic ID that is based on directly identifying information (DII), such as email address or phone number. There are two types of UID2s: raw UID2s and UID2 tokens (also known as advertising tokens). The following table explains each type.
+UID2 は、メールアドレスや電話番号などの 直接識別情報 (DII) に基づく決定論的 ID です。UID2 には、Raw UID2 と UID2 Token (Advertiseing Token とも呼ばれます) の 2 種類があります。以下の表では、それぞれのタイプについて説明します。
| ID Type | Shared in Bidstream? | Description |
| :--- | :--- | :--- |
-| **Raw UID2** | No | An unencrypted alphanumeric identifier created through the UID2 APIs or SDKs with the user's verifiable personal data, such as a hashed or unhashed email address or a phone number, as input. To avoid revealing the source data, the input value is hashed if it was not already hashed, and then hashed again using a secret salt value to create the raw UID2. The process that creates the raw UID2 is designed to create a secure, opaque value that can be stored by advertisers, third-party data providers, and demand-side platforms (DSPs). Raw UID2s are case sensitive. Example: A request for the raw UID2 for the fictitious email address `user@example.com` resulted in this value: `E2dxEv3oMBzNHPw5iUVmwH2Hv+60D4AXYe+2ge9U0No=`. |
-| **UID2 Token (Advertising Token)** | Yes | An encrypted form of a raw UID2. UID2 tokens are generated from hashed or unhashed email addresses or phone numbers that are converted to raw UID2s and then encrypted to help ensure protection in the bidstream. UID2 tokens are designed to be used by publishers or publisher service providers. Supply-side platforms (SSPs) pass UID2 tokens in the bidstream and DSPs decrypt them at bid request time. UID2 tokens are case sensitive. Example: A request for a UID2 token for the fictitious email address `user@example.com` resulted in this value: `A4AAAAs6ZBcEbwAPoFhVV7CNW5W-4R-9TKDNL4RS0ctkw1U-IkNOXSnWczvwOMgCQaXHPf3Gd1o1W6IBmlZBFIloM67XOsOgwP5jUrQrclGkq1zBJJUJmOFTe6sJJA7pM1GP9gLd-hz5did6baZvcKd8DXkUYM-WALRZFnzHivu_1YEsC_CeXNdMexKDN7EwSQ6L5eZvOd1F1RkF_nLy_J0twg`. |
+| **Raw UID2** | No | ユーザーの検証可能な個人データ (ハッシュ化またはハッシュされていないメールアドレスや電話番号など) を入力として、UID2 API または SDK を使用して作成された暗号化されていない英数字の識別子。 ソースデータの漏洩を避けるために、入力値がすでにハッシュされていない場合はハッシュ化され、その後、秘密の ソルト 値を使用して再度ハッシュ化されて、Raw UID2 が作成されます。Raw UID2 を作成するプロセスは、広告主、サードパーティのデータプロバイダー、およびデマンドサイドプラットフォーム (DSP) が保存できる、安全で不透明な値を作成するように設計されています。 Raw UID2 は大文字と小文字が区別されます。 例: 架空のメールアドレス `user@example.com` の Raw UID2 のリクエストは、この値を生成しました:`E2dxEv3oMBzNHPw5iUVmwH2Hv+60D4AXYe+2ge9U0No=`。 |
+| **UID2 Token (Advertising Token)** | Yes | 暗号化された Raw UID2 の形式。UID2 Token は、ハッシュ化またはハッシュされていないたメールアドレスや電話番号から生成され、Raw UID2 に変換されてから暗号化され、ビッドストリームでの保護を確保するのに役立ちます。 UID2 Token は、パブリッシャーまたはパブリッシャーサービスプロバイダーによって使用されるように設計されています。サプライサイドプラットフォーム (SSP) はビッドストリームで UID2 Token を渡し、DSP はビッドリクエスト時にそれらを復号化します。 UID2 Token は大文字と小文字が区別されます。 架空のメールアドレス `user@example.com` に対する UID2 Token のリクエストは、次の値を生成しました:`A4AAAAs6ZBcEbwAPoFhVV7CNW5W-4R-9TKDNL4RS0ctkw1U-IkNOXSnWczvwOMgCQaXHPf3Gd1o1W6IBmlZBFIloM67XOsOgwP5jUrQrclGkq1zBJJUJmOFTe6sJJA7pM1GP9gLd-hz5did6baZvcKd8DXkUYM-WALRZFnzHivu_1YEsC_CeXNdMexKDN7EwSQ6L5eZvOd1F1RkF_nLy_J0twg`。 |
:::note
-For the fictitious email address `user@example.com` used in these examples, the corresponding refresh token was: `AAAABrexFHvQVhNJqu+y/ua7rsgShF8e9NUXUJOZFmeFRD8TAsJadaLfOlLkwC5iSxcOKWFD9YwMBzbbcPa92CInba+bcPTaAFNmM2ZpIHgGy6lDcNPzvEnPQh/5fyZ3MD44SX/tHyIXa0R2OBAOLBA1A81r3jefhSsxZdyyBF58KtnaX6UbaeOEaguOfMnJdmhaPeWKj33v7vGfROWtxDWmi6wvGL5lHTX9H6iIZ9i1WSsemYPUgmoDOQeT7nzllJK968OECFj5LkCazDN3pCrYSeuJby9o0fMuSZNxzp6EVzi6XVED4ETtzpcaY0AArzzdh0IXV9MgH8jyg7bJSUWXQG+8kMPZzwbs9EB+7ddAUOLZL/GBna8Hm3Im03EjN3sJ`.
+これらの例で使用されている架空のメールアドレス `user@example.com` に対応する Refresh Token は次のとおりです:`AAAABrexFHvQVhNJqu+y/ua7rsgShF8e9NUXUJOZFmeFRD8TAsJadaLfOlLkwC5iSxcOKWFD9YwMBzbbcPa92CInba+bcPTaAFNmM2ZpIHgGy6lDcNPzvEnPQh/5fyZ3MD44SX/tHyIXa0R2OBAOLBA1A81r3jefhSsxZdyyBF58KtnaX6UbaeOEaguOfMnJdmhaPeWKj33v7vGfROWtxDWmi6wvGL5lHTX9H6iIZ9i1WSsemYPUgmoDOQeT7nzllJK968OECFj5LkCazDN3pCrYSeuJby9o0fMuSZNxzp6EVzi6XVED4ETtzpcaY0AArzzdh0IXV9MgH8jyg7bJSUWXQG+8kMPZzwbs9EB+7ddAUOLZL/GBna8Hm3Im03EjN3sJ`。
:::
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-workflows.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-workflows.md
index 7cf0ccf6a..cf978fef5 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-workflows.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/uid-workflows.md
@@ -10,15 +10,15 @@ import Link from '@docusaurus/Link';
# UID2 Workflows
-The following table lists four key workflows in the UID2 framework with links to their high-level overviews. It also provides links to the respective integration guides, which include diagrams, integration steps, FAQs, and other relevant information for each workflow.
+以下の表は、UID2 フレームワークの 4 つの主要なワークフローを概要へのリンクとともに示しています。また、それぞれのワークフローに関する図、インテグレーション手順、FAQ、およびその他の関連情報を含むインテグレーションガイドへのリンクも提供しています。
| Workflow | Intended Primary Participants | Integration Guides |
| :--- |:--- |:--- |
-| [Workflow for DSPs](../overviews/overview-dsps.md#workflow-for-dsps) (Buy-Side) | DSPs who transact on UID2 tokens in the bidstream. | See [DSP Integrations](../guides/summary-guides#dsp-integrations) |
-| [Workflow for Advertisers](../overviews/overview-advertisers.md#workflow-for-advertisers) and [Workflow for Data Providers](../overviews/overview-data-providers.md#workflow-for-data-providers) | Organizations that collect user data and push it to DSPs. | See [Advertiser/Data Provider Integrations](../guides/summary-guides#advertiserdata-provider-integrations) |
-| [Workflow for Publishers](../overviews/overview-publishers.md#workflow-for-publishers) | Organizations that propagate UID2 tokens to the bidstream via SSPs. NOTE: Publishers can choose to integrate using Prebid, leverage the SDK for JavaScript, or complete their own server-side integration without using an SDK. | See [Publisher Integrations](../guides/summary-guides#publisher-integrations) |
-| [Opt-Out Workflow](../getting-started/gs-opt-out.md#opt-out-workflow) | Consumers who engage with publishers or their SSO providers and other identity providers. | N/A |
+| [Workflow for DSPs](../overviews/overview-dsps.md#workflow-for-dsps) (Buy-Side) | ビッドストリームで UID2 Token 取引を行う DSP。 | [DSP Integrations](../guides/summary-guides#dsp-integrations) を参照 |
+| [Workflow for Advertisers](../overviews/overview-advertisers.md#workflow-for-advertisers) and [Workflow for Data Providers](../overviews/overview-data-providers.md#workflow-for-data-providers) | ユーザーデータを収集し、DSPに提供する組織。 | [Advertiser/Data Provider Integrations](../guides/summary-guides#advertiserdata-provider-integrations) を参照 |
+| [Workflow for Publishers](../overviews/overview-publishers.md#workflow-for-publishers) | SSP を介して UID2 Token をビッドストリームに送るする組織。 注意: パブリッシャーは、Prebid を使用した統合、JavaScript 用 SDK の活用、または SDK を使用しない独自のサーバーサイドインテグレーションを選択できます。 | [Publisher Integrations](../guides/summary-guides#publisher-integrations) を参照 |
+| [Opt-Out Workflow](../getting-started/gs-opt-out.md#opt-out-workflow) | パブリッシャーやそのSSOプロバイダー、その他のアイデンティティプロバイダーと関わる消費者。 | N/A |
-The following diagram summarizes all four workflows. For each workflow, the [external participants](../overviews/participants-overview.md#uid2-external-participants), [components](../ref-info/uid-components.md), [UID2 identifier types](../ref-info/uid-identifier-types.md), and numbered steps are color-coded.
+以下の図は、4 つのワークフローすべてをまとめたものです。各ワークフローについて、[外部参加者](../overviews/participants-overview.md#uid2-external-participants)、[コンポーネント](../ref-info/uid-components.md)、[UID2 識別子タイプ](../ref-info/uid-identifier-types.md)、および番号付きのステップが色分けされています。

diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-java.md b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-java.md
index a526aa2db..148e4229f 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-java.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-java.md
@@ -7,7 +7,7 @@ displayed_sidebar: docs
---
import Link from '@docusaurus/Link';
-import SnptPOSTIdentityMapImprovements from '../snippets/_snpt-post-identity-map-improvements-v3.mdx';
+import SnptSnptPOSTIdentityMapImprovements from '../snippets/_snpt-post-identity-map-improvements-v3.mdx';
# SDK for Java Reference Guide
@@ -309,6 +309,10 @@ Server-Side Integration ([Publisher Integration Guide, Server-Side](../guides/in
## Usage for Advertisers/Data Providers
+以下のの手順は、最新バージョンの `POST /identity/map` エンドポイントを使用して DII を raw UID2 にマップする方法の例です。
+
+以前のバージョンを使用する場合は、[Previous SDK Version (using POST /identity/map v2)](#previous-sdk-version-using-post-identitymap-v2) を参照してください。最新バージョンへの移行手順については、[Migration From Version Using v2 Identity Map](#migration-from-version-using-v2-identity-map) を参照してください。
+
1. IdentityMapClient のインスタンスをインスタンス変数として作成します:
```java
final private IdentityMapV3Client identityMapV3Client = new IdentityMapV3Client(UID2_BASE_URL, UID2_API_KEY, UID2_SECRET_KEY);
@@ -397,7 +401,7 @@ IdentityMapV3Response mixedResponse = client.generateIdentityMap(mixedInput);
### Version 3 Improvements
-
+
### Required Changes
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md
index ec297f81b..f2bc11797 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md
@@ -38,7 +38,12 @@ DSP の場合は、資格情報を送信します。
## Version
-この SDK には Python 3.6 以降が必要です。
+サポートされる Python の最小バージョンは、[UID2 SDK for Python](https://pypi.org/project/uid2-client/) のバージョンによって異なります。
+version:
+
+- **v2.8.0+**: Python 3.10 or higher
+- **v2.6.0**: Python 3.8 or higher
+- **v2.5.0 and below**: Python 3.6 or higher
## GitHub Repository/Package
@@ -50,6 +55,10 @@ DSP の場合は、資格情報を送信します。
- [https://pypi.org/project/uid2-client/](https://pypi.org/project/uid2-client/)
+## Release Notes
+
+各リリースの変更点、バグ修正、新機能の詳細については、[release notes on GitHub](https://github.com/IABTechLab/uid2-client-python/releases) を参照してください。
+
## Installation
SDK をインストールするには、[Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) パッケージマネージャを使用します。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/summary-sdks.md b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/summary-sdks.md
index edaf41fac..c4461e549 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/summary-sdks.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/summary-sdks.md
@@ -16,17 +16,110 @@ SDK の機能を確認して使用する SDK を決定し、SDK の表をクリ
## SDK Functionality
-次の表は、各 SDK で利用可能な機能をまとめたものです。
+以下の表は、各 SDK で利用可能な機能をまとめたものです。
-| UID2 SDK for... | Client-Side or Server-Side | Encrypt Raw UID2 to UID2 Token for Sharing | Decrypt UID2 Token to Raw UID2 | Generate UID2 Token from DII | Refresh UID2 Token | Map DII to Raw UID2s* | Monitor Rotated Salt Buckets |
+
+
+