Skip to content

Commit 2e1d33c

Browse files
committed
Update guidelines and glosssary.
1 parent 9f3da02 commit 2e1d33c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

i18n/ja/TRANSLATION_GLOSSARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This glossary defines standard Japanese translations for technical terms used in
7474
| Key | キー / 鍵 | 一般的な鍵の意味。Encryption Key -> 暗号化キー。認証関連の鍵については Authentication & Authorization Terms セクション参照。 |
7575
| Secret | シークレット | 一般的な秘密の値。認証関連については Authentication & Authorization Terms セクション参照。 |
7676
| Addressability | アドレサビリティ | ターゲティングの精度・到達性。 |
77-
| Bidstream | ビッドストリーム | |
77+
| Bidstream | ビッドストリーム | リンクテキスト内ではカタカナ(ビッドストリーム)も英語(bidstream)も可。同一文書内で統一すること。 |
7878
| Bid Request | ビッドリクエスト | |
7979
| Bid Response | ビッドレスポンス | 「入札レスポンス」ではなく「ビッドレスポンス」で統一。 |
8080
| Request | リクエスト | |
@@ -102,7 +102,7 @@ This glossary defines standard Japanese translations for technical terms used in
102102
| API Key | API Key / API キー | Server-Side 実装における認証キー。Client Key とも呼ばれる。基本的に英語表記を推奨。 |
103103
| Bearer Token | ベアラートークン | クライアントを識別する特別なトークン。Authorization ヘッダーで使用。 |
104104
| Client Key | Client Key | API Key の別名。基本的に英語表記を推奨。 |
105-
| Client Secret | クライアントシークレット | API 認証に使用される秘密鍵。API Secret とも呼ばれる。 |
105+
| Client Secret | Client Secret / クライアントシークレット | API 認証に使用される秘密鍵。API Secret とも呼ばれる。基本的に英語表記を推奨(リンクテキスト含む)|
106106
| Public Key | 公開鍵 / Public Key | 暗号化や認証に使用される公開鍵。技術文書では「公開鍵」が一般的だが、UID2 固有の文脈では "Public Key" と英語表記も使用。 |
107107
| Subscription ID | Subscription ID | Client-Side 統合で使用される識別子。英語表記。 |
108108
| Unauthorized | 許可されていない / 権限がない | "unauthorized to perform" の文脈では「許可されていない」、"unauthorized access" では「権限がない」。統一推奨: 「許可されていない」。 |

i18n/ja/TRANSLATION_GUIDELINES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ This document outlines the rules for style, tone, and terminology unification fo
6363

6464
* **基本ルール**: リンクテキストには、用語集で定義された日本語表記(カタカナまたは漢字)を使用します。
6565
* 例: `<Link href="...">bidstream</Link>``<Link href="...">ビッドストリーム</Link>`
66-
* 例: `<Link href="...">Client Secret</Link>``<Link href="...">クライアントシークレット</Link>`
6766

6867
* **用語集で英語表記が推奨されている用語**: そのまま英語を使用します。
6968
* 例: `<Link href="...">API Key</Link>``<Link href="...">API Key</Link>` (用語集で「英語表記を推奨」)
69+
* 例: `<Link href="...">Client Secret</Link>``<Link href="...">Client Secret</Link>` (用語集で「英語表記を推奨」)
7070
* 例: `<Link href="...">DII</Link>``<Link href="...">DII</Link>` (用語集で「原則 DII と表記」)
7171

72+
* **複数表記が許容される用語**: カタカナと英語の両方が可の用語(例: Bidstream)は、同一ドキュメント内でどちらかに統一します。用語集の注釈に従って選択してください。
73+
7274
* **略語の展開形**: 略語の展開形は、略語自体の言語に合わせます。
7375
* 例: `DII (Directly Identifying Information)` — DII は英語略語のため、展開形も英語。
7476
* 例: `DSP (デマンドサイドプラットフォーム)` — 用語集の定義に従いカッコ内は日本語。

0 commit comments

Comments
 (0)