-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[ja] docs(i18n): translate content/en/docs/languages/js/*.md files #7164
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: main
Are you sure you want to change the base?
Conversation
a4b8fd0
to
1815ae6
Compare
1815ae6
to
488fda5
Compare
488fda5
to
8c2c945
Compare
Hello. I have a question. Bellow preview pages include English sentences because they includes like |
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.
1つのファイルが大きくて、ファイル数も多いとレビューもしんどいので、長いなーと思うときは3ファイルくらいにしてもらえると助かります
アクティブなコンテキストがない場合、`ROOT_CONTEXT`がアクティブになります。 | ||
アクティブコンテキストについては、以下の[Active Context](#active-context)で説明します。 | ||
|
||
## Context Keys {#context-keys} |
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.
これは一般名詞か実装上名前か
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.
ありがとうございます。
Context まわりを、翻訳する方針で対応しました。
console.log(ctx.getValue(key)); // undefined | ||
``` | ||
|
||
## Active Context {#active-context} |
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.
下で「アクティブコンテキスト」と書いてるのでカタカナで良さそう
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.
ありがとうございます。
Context まわりの修正と合わせて対応しました。
} | ||
``` | ||
|
||
## Console {#console} |
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.
## Console {#console} | |
## コンソール {#console} |
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.
ありがとうございます。以下で対応しました。
|
||
## Console {#console} | ||
|
||
計装をデバッグしたり、開発環境でローカルに値を確認したりするために、テレメトリーデータをコンソール(stdout)に書き込むエクスポーターを使用できます。 |
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.
計装をデバッグしたり、開発環境でローカルに値を確認したりするために、テレメトリーデータをコンソール(stdout)に書き込むエクスポーターを使用できます。 | |
計装をデバッグしたり、開発環境でローカルに値を確認したりするために、テレメトリーデータをコンソール(標準出力)に書き込むエクスポーターを使用できます。 |
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.
ありがとうございます。以下で対応しました。
|
||
計装をデバッグしたり、開発環境でローカルに値を確認したりするために、テレメトリーデータをコンソール(stdout)に書き込むエクスポーターを使用できます。 | ||
|
||
[Getting Started](/docs/languages/js/getting-started/nodejs/)または[Manual Instrumentation](/docs/languages/js/instrumentation)ガイドに従った場合、コンソールエクスポーターはすでにインストールされています。 |
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.
該当する見出しの日本語に変更
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.
ありがとうございます。以下で対応しました。
@@ -0,0 +1,523 @@ | |||
--- | |||
title: プロパゲーション |
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.
伝搬で統一しています
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.
ありがとうございます。以下で対応しました。
textlint でも対応しますね。
|
||
## 自動コンテキストプロパゲーション {#automatic-context-propagation} | ||
|
||
[`@opentelemetry/instrumentation-http`](https://www.npmjs.com/package/@opentelemetry/instrumentation-http)や[`@opentelemetry/instrumentation-express`](https://www.npmjs.com/package/@opentelemetry/instrumentation-express)などの[インストルメンテーションライブラリ](../libraries/)は、サービス間でのコンテキストのプロパゲーションを自動的に行います。 |
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.
計装
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.
ありがとうございます。言い訳なんですが、[]
や フロントマターに含まれているものは textlint で検知されないですね。。。
d2632c6
to
8c37fae
Compare
申し訳ございません。区切りがわからなくなってしまったので、まとめて出してしまいした。 |
Original English pages.
Preview pages.