Skip to content

Commit

Permalink
Init French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Feb 8, 2019
1 parent 9aa96f6 commit ca5332f
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,15 @@ time_format_blog = "02.01.2006"
# A list of language codes to look for untranslated content, ordered from left to right.
language_alternatives = ["en"]

[languages.fr]
title = "Kubernetes"
description = "Production-Grade Container Orchestration"
languageName ="Français"
weight = 5
contentDir = "content/fr"

[languages.fr.params]
time_format_blog = "02.01.2006"
# A list of language codes to look for untranslated content, ordered from left to right.
language_alternatives = ["en"]

13 changes: 13 additions & 0 deletions content/fr/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See the OWNERS docs at https://go.k8s.io/owners

# This is the localization project for French.
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.

reviewers:
- sig-docs-fr-reviews

approvers:
- sig-docs-fr-owners

labels:
- language/fr
112 changes: 112 additions & 0 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
# i18n strings for the French (main) site.

[deprecation_warning]
other = " documentation non maintenue. Vous consultez une version statique. Pour une documentation à jour, veuillez consulter: "

[objectives_heading]
other = "Objectifs"

[cleanup_heading]
other = "Cleanup"

[prerequisites_heading]
other = "Pré-requis"

[whatsnext_heading]
other = "A suivre"

[feedback_heading]
other = "Feedback"

[feedback_question]
other = "Cette page est elle utile ?"

[feedback_yes]
other = "Oui"

[feedback_no]
other = "Non"

[latest_version]
other = "dernière version."

[main_read_about]
other = "A propos"

[main_read_more]
other = "Autres ressources"

[main_github_invite]
other = "Souhaitez vous contribuer au code de Kubernetes ?"

[main_github_view_on]
other = "Voir sur Github"

[main_github_create_an_issue]
other = "Ouvrez un ticket"

[main_community_explore]
other = "Explorez la communauté"

[main_kubernetes_features]
other = "Kubernetes fonctionnalités"

[main_cncf_project]
other = """Nous sommes un projet <a href="https://cncf.io/">CNCF</a> diplômé</p>"""

[main_kubeweekly_signup]
other = "S'abonner"

[main_contribute]
other = "Contribuer"

[main_edit_this_page]
other = "Editez cette page"

[main_page_history]
other ="Historique"

[main_page_last_modified_on]
other = "Dernière modification le"

[main_by]
other = "de"

[main_documentation_license]
other = """The Kubernetes Authors | Documentation Distributed under <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>"""

[main_copyright_notice]
other = """The Linux Foundation &reg;. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">Trademark Usage page</a>"""

# Labels for the docs portal home page.
[docs_label_browse]
other = "Parcourir la documentation"

[docs_label_contributors]
other = "Contributeurs"

[docs_label_users]
other = "Utilisateurs"

[docs_label_i_am]
other = "JE SUIS..."



# Community links
[community_twitter_name]
other = "Twitter"
[community_github_name]
other = "GitHub"
[community_slack_name]
other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"
[community_forum_name]
other = "Forum"
[community_events_calendar]
other = "Calendrier"

# UI elements
[ui_search_placeholder]
other = "Recherche"

0 comments on commit ca5332f

Please sign in to comment.