Init Indonesian translation (#13822)
* Add OWNERS information for sig-docs-id * Add Indonesian language to config.toml with highest weight * Add README-id.md. * Add common resources and case studies. * Add i18n strings for Indonesian site * Fix typos on OWNERS. * Add Indonesian translation for home documentation * Add kubernetes basics. * Add Indonesian content for minikube tutorial * Add Indonesian translation for setup cluster * Fix typos on README-id, and replace you with more informal word * Fix some typos and replace formal you expression on kubernetes basics
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7092bd3ca3
commit
3d9dcfcc69
@@ -0,0 +1,56 @@
|
||||
---
|
||||
title: Dokumentasi Kubernetes
|
||||
noedit: true
|
||||
cid: docsHome
|
||||
layout: docsportal_home
|
||||
class: gridPage
|
||||
linkTitle: "Home"
|
||||
main_menu: true
|
||||
weight: 10
|
||||
hide_feedback: true
|
||||
menu:
|
||||
main:
|
||||
title: "Dokumentasi"
|
||||
weight: 20
|
||||
post: >
|
||||
<p>Mengerti penggunaan Kubernetes dengan belajar konsep, tutorial, dan referensinya. Kamupun bisa <a href="/editdocs/" data-auto-burger-exclude>bantu kami perbaiki dan lengkapi dokumentasinya</a>, yuk kontribusi!</p>
|
||||
overview: >
|
||||
Kubernetes adalah sebuah orkestrator kontainer open source, yang mengotomasi deployment, replikasi, dan pengaturan aplikasi kontainer dengan mudah. Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>) mewadahi proyek open source ini.
|
||||
cards:
|
||||
- name: concepts
|
||||
title: "Konsep dasar Kubernetes"
|
||||
description: "Pelajari tentang Kubernetes dan segala konsep dasarnya."
|
||||
button: "Pelajari konsep"
|
||||
button_path: "/docs/concepts"
|
||||
- name: tutorials
|
||||
title: "Coba Kubernetes"
|
||||
description: "Ikuti tutorial untuk belajar cara deploy aplikasi di Kubernetes."
|
||||
button: "Lihat tutorial"
|
||||
button_path: "/docs/tutorials"
|
||||
- name: setup
|
||||
title: "Menyiapkan sebuah kluster"
|
||||
description: "Dapatkan kluster Kubernetes sesuai dengan kapasitas dan kebutuhanmu."
|
||||
button: "Menyiapkan Kubernetes"
|
||||
button_path: "/docs/setup"
|
||||
- name: tasks
|
||||
title: "Pelajari penggunaan Kubernetes"
|
||||
description: "Lihat penggunaan Kubernetes secara umum dan bagaimana langkah-langkahnya secara singkat."
|
||||
button: "Lihat penggunaan"
|
||||
button_path: "/docs/tasks"
|
||||
- name: reference
|
||||
title: Lihat referensi
|
||||
description: Lihat-lihat istilah, sintaks command line, ragam API, dan dokumentasi tool.
|
||||
button: Lihat referensi
|
||||
button_path: /docs/reference
|
||||
- name: contribute
|
||||
title: Kontribusi ke dokumentasi
|
||||
description: Siapapun bisa kontribusi, buat kamu yang baru di proyek ini maupun sudah lama.
|
||||
button: Kontribusi ke dokumentasi
|
||||
button_path: /docs/contribute
|
||||
- name: download
|
||||
title: Unduh Kubernetes
|
||||
description: Untuk instalasi atau pembaharuan Kubernetes ke versi paling baru, lihat catatan rilis saat ini.
|
||||
- name: about
|
||||
title: Tentang dokumentasi
|
||||
description: Situs ini merupakan dokumentasi dari Kubernetes versi saat ini dan 4 versi sebelumnya.
|
||||
---
|
||||
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Versi Kubernetes yang Termasuk dalam Dokumentasi
|
||||
content_template: templates/concept
|
||||
card:
|
||||
name: about
|
||||
weight: 10
|
||||
title: Versi Kubernetes yang Termasuk dalam Dokumentasi
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
||||
Situs ini merupakan dokumentasi dari Kubernetes versi saat ini dan 4 versi sebelumnya.
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
||||
## Versi saat ini
|
||||
|
||||
Versi saat ini adalah
|
||||
[{{< param "version" >}}](/).
|
||||
|
||||
## Versi sebelumnya
|
||||
|
||||
{{< versions-other >}}
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user