Skip to content
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

[ja] Localize index page #4580

Merged
merged 6 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions content/ja/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
title: OpenTelemetry
description: >-
効果的な観測を可能にする、高品質でユビキタスかつポータブルなテレメトリー
developer_note:
blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。
---

<div class="d-none"><a rel="me" href="https://fosstodon.org/@opentelemetry"></a></div>

{{< blocks/cover image_anchor="top" height="max" color="primary" >}}

<!-- prettier-ignore -->
![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg)
{.otel-logo}

<!-- prettier-ignore -->
{{% param description %}}
{.display-6}

<div class="l-primary-buttons mt-5">

- [より詳しく学ぶ](/docs/what-is-opentelemetry/)
- [デモを試す](/docs/demo/)
- [インテグレーションを探す](/ecosystem/integrations)

</div>

<div class="h3 mt-4">
あなたのロールに応じて<a class="text-secondary" href="/docs/getting-started/">始めてみましょう</a>
</div>
<div class="l-get-started-buttons">

- [開発者(Dev)](/docs/getting-started/dev/)
- [運用担当者(Ops)](/docs/getting-started/ops/)

</div>
{{< /blocks/cover >}}

{{% blocks/lead color="white" %}}

OpenTelemetry は API、SDK、ツールのコレクションです。
テレメトリーデータ(メトリクス、ログ、トレース)の計装、生成、収集、エクスポートに使用し、ソフトウェアのパフォーマンスや動作の分析に役立てましょう。

> OpenTelemetryは[いくつかの言語](/docs/languages/)で **一般的に利用可能** で、使用に適しています。

{{% /blocks/lead %}}

{{% blocks/section color="dark" type="row" %}}

{{% blocks/feature icon="fas fa-chart-line" title="トレース、メトリクス、ログ"%}}

サービスやソフトウェアからテレメトリーデータを作成・収集し、様々な分析ツールに転送します。

{{% /blocks/feature %}}

{{% blocks/feature icon="fas fa-magic" title="ドロップイン計装" %}}

OpenTelemetryは、[Spring](https://spring.io)、[ASP.NET Core](https://docs.microsoft.com/aspnet/core)、[Express](https://expressjs.com)、[Quarkus](https://quarkus.io)などの一般的なライブラリやフレームワークとインテグレートされています!
インストールとインテグレーションは、数行のコードで行えるほど簡単です。

{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="オープンソース、ベンダー非依存" %}}

100%フリーでオープンソースのOpenTelemetryは、オブザーバビリティ分野の[業界リーダー](/ecosystem/vendors/)によって採用され、サポートされています。

{{% /blocks/feature %}}

{{% /blocks/section %}}

{{% blocks/section color="secondary" type="cncf" %}}

**OpenTelemetryは[CNCF][] [incubating][]プロジェクトです。**<br>OpenTracingとOpenCensusのプロジェクトが合併して設立されました。

[![CNCF logo][]][cncf]

[cncf]: https://cncf.io
[cncf logo]: /img/logos/cncf-white.svg
[incubating]: https://www.cncf.io/projects/

{{% /blocks/section %}}
7 changes: 7 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ languages:
languageName: English
params:
description: The OpenTelemetry Project Site
ja:
languageName: 日本語 (Japanese)
# params:
# description:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need a Japanese translation of "The OpenTelemetry Project Site" to put in these lines. No rush, it can be handled in a followup PR.

zh:
languageName: 中文 (Chinese)
params:
Expand Down Expand Up @@ -206,6 +210,9 @@ module:
mounts:
- source: content/en
target: content
- source: content/ja
target: content
lang: ja
- source: content/zh
target: content
lang: zh
Expand Down