From c99953b9a27f627c4f41751a6ee35018ab8f684e Mon Sep 17 00:00:00 2001 From: Kozzy Hasebe Date: Sun, 28 Apr 2019 12:43:28 +0900 Subject: [PATCH] Translate docs/home/_index.md into Japanese (#14068) --- content/ja/docs/home/_index.md | 48 ++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/content/ja/docs/home/_index.md b/content/ja/docs/home/_index.md index d143a451702f9..ec4e3222fa07b 100644 --- a/content/ja/docs/home/_index.md +++ b/content/ja/docs/home/_index.md @@ -1,11 +1,10 @@ --- +approvers: title: Kubernetesドキュメント -layout: docsportal_home noedit: true -cid: userJourneys -css: /css/style_user_journeys.css -js: /js/user-journeys/home.js, https://use.fontawesome.com/4bcc658a89.js -display_browse_numbers: true +cid: docsHome +layout: docsportal_home +class: gridPage linkTitle: "ホーム" main_menu: true weight: 10 @@ -16,4 +15,43 @@ menu: weight: 20 post: >

チュートリアル、サンプルやドキュメントのリファレンスを使って Kubernetes の利用方法を学んでください。あなたはドキュメントへコントリビュートをすることもできます!

+overview: > + Kubernetesは、コンテナ化されたアプリケーションの展開、スケーリング、また管理を自動化するためのオープンソースコンテナプラットフォームです。このオープンソースプロジェクトは、Cloud Native Computing Foundationによってホストされています(CNCF)。 +cards: +- name: concepts + title: "基本を理解する" + description: "Kubernetesとその基本的なコンセプトを学びます。" + button: "コンセプトを学ぶ" + button_path: "/docs/concepts" +- name: tutorials + title: "Kubernetesを試す" + description: "Kubernetesにどのようにアプリケーションを展開するかを、チュートリアルから学びます。" + button: "チュートリアルを見る" + button_path: "/docs/tutorials" +- name: setup + title: "クラスターを構築する" + description: "リソースと要求に基づいて、Kubernetesを実行します。" + button: "Kubernetesを構築する" + button_path: "/docs/setup" +- name: tasks + title: "Kubernetesの使い方を学ぶ" + description: "一般的なタスク、そのタスクを短い手順でどのように実行するかを見てみます。" + button: "タスクを見る" + button_path: "/docs/tasks" +- name: reference + title: "リファレンス情報を調べる" + description: "用語、コマンドラインの構文、APIリソースタイプ、そして構築ツールのドキュメントを見て回ります。" + button: "リファレンスを見る" + button_path: /docs/reference +- name: contribute + title: "ドキュメントにコントリビュートする" + description: "プロジェクトに不慣れでも、長い間関わっていたとしても、誰でもコントリビュートすることが出来ます。" + button: "ドキュメントにコントリビュートする" + button_path: /docs/contribute +- name: download + title: "Kubernetesをダウンロードする" + description: "もしKubernetesをインストールする、また最新バージョンにアップグレードする場合、最新のリリースノートを参照してください。" +- name: about + title: "ドキュメントについて" + description: "このサイトは、Kubernetesの最新バージョンと過去4世代のドキュメントを含んでいます。" ---