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

Issue 5384: Created the home page for French localization #5386

Merged
Show file tree
Hide file tree
Changes from 3 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
1 change: 1 addition & 0 deletions .cspell.yml
iguitton marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: '0.2'
language: en-US
import:
- '@cspell/dict-es-es/cspell-ext.json'
- '@cspell/dict-fr-fr/cspell-ext.json'
- '@cspell/dict-pt-br/cspell-ext.json'
caseSensitive: true
ignorePaths:
Expand Down
89 changes: 89 additions & 0 deletions content/fr/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
title: OpenTelemetry
description: >-
Une télémétrie de qualité, universelle et portable pour une observabilité efficace

Check warning on line 4 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (télémétrie) Suggestions: (telemetria, telemetric, telemetries, telemetría, telémetro)

Check warning on line 4 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (qualité) Suggestions: (quality, quilite, QUALITY, paulite, qualé)

Check warning on line 4 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (universelle) Suggestions: (universally, universense, universal, universals, universales)

Check warning on line 4 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (observabilité) Suggestions: (observability, observabilidad)

Check warning on line 4 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (efficace) Suggestions: (efficacy, eficaces, eficacie, efface, espicace)
iguitton marked this conversation as resolved.
Show resolved Hide resolved
outputs:
- HTML
- REDIRECTS # Include this `content/fr` ONLY
developer_note:
La macro "blocks/cover" définie ci-dessous permet d'utiliser comme image de fond tout visuel contenant "background" dans son nom.

Check warning on line 9 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (définie) Suggestions: (define, defini, definhe, definia, definid)

Check warning on line 9 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (dessous) Suggestions: (dessou, dessoas, dessoes, dessuo, dessuou)

Check warning on line 9 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (permet) Suggestions: (pelmet, permea, permeá, permed, permee)

Check warning on line 9 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (d'utiliser)

Check warning on line 9 in content/fr/_index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (visuel) Suggestions: (visual, Viseu, vise, vigue, visea)
show_banner: true
---

<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">

- [En savoir plus](docs/what-is-opentelemetry/)
- [Tester la démo](docs/demo/)

</div>

<div class="h3 mt-4">
<a class="text-secondary" href="docs/getting-started/">Découvrez OpenTelemetry</a> en tant que:
</div>
<div class="l-get-started-buttons">

- [Dev](docs/getting-started/dev/)
- [Sys Admin](docs/getting-started/ops/)

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

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

OpenTelemetry met à votre disposition un ensemble d'APIs, de SDKs et d'outils vous permettant d'instrumenter, de générer, de collecter et d'exporter des métriques, des logs et des traces (les "données de télémétrie") pour analyser la performance et le comportement de vos logiciels.

> OpenTelemetry [supporte](/status/) de nombreux [langages](docs/languages/) et peut être utilisé en production.

{{% /blocks/lead %}}

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

{{% blocks/feature icon="fas fa-chart-line" title="Traces, Metrics, Logs" url="docs/concepts/observability-primer/" %}}

Créez et collectez des données de télémétrie pour vos services et vos logiciels, transmettez-les à une multitude d'outils d'analyse.

{{% /blocks/feature %}}

{{% blocks/feature icon="fas fa-magic" title=" Instrumentation & Intégrations clé en main" %}}
iguitton marked this conversation as resolved.
Show resolved Hide resolved

OpenTelemetry [s'intègre] avec de nombreux librairies et frameworks et propose une [instrumentation] _code et no-code_ .

[instrumentation]: /docs/concepts/instrumentation/
[s'intègre]: /ecosystem/integrations/

{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="Open Source, Indépendant" %}}

Entièrement gratuit et open source, OpenTelemetry est [utilisé] et supporté par les [leaders] sur le marché de l'observabilité.

[utilisé]: /ecosystem/adopters/
[leaders]: /ecosystem/vendors/

{{% /blocks/feature %}}

{{% /blocks/section %}}

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

**OpenTelemetry est un projet [CNCF][] en phase d'[incubation]**.<br> Né de la fusion des projets OpenTracing et OpenCensus.

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

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

{{% /blocks/section %}}
4 changes: 4 additions & 0 deletions hugo.yaml
iguitton marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ languages:
languageName: Español
params:
description: Sitio del proyecto OpenTelemetry
fr:
languageName: Français
params:
description: Site du project OpenTelemetry
iguitton marked this conversation as resolved.
Show resolved Hide resolved
ja:
languageName: 日本語 (Japanese)
params:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
},
"devDependencies": {
"@cspell/dict-es-es": "^3.0.0",
"@cspell/dict-fr-fr": "^2.2.2",
"@cspell/dict-pt-br": "^2.3.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
Expand Down
Loading