zh-trans: example-task-template.md (#11768)

* zh-trans: example-task-template.md

* fix trans
This commit is contained in:
Shuo Li
2018-12-15 22:07:52 +08:00
committed by Kubernetes Prow Robot
parent 426db24e19
commit efbc7c685c
@@ -0,0 +1,83 @@
<!-- ---
title: Example Task Template
reviewers:
- chenopis
content_template: templates/task
toc_hide: true
--- -->
---
title: 任务模板示例
reviewers:
- chenopis
content_template: templates/task
toc_hide: true
---
{{% capture overview %}}
{{< note >}}
<!-- Be sure to also [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) for your new document. -->
确保[在文档目录中为你的新文档创建条目](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents)
{{< /note >}}
<!-- This page shows how to ... -->
这个页面显示如何...
{{% /capture %}}
{{% capture prerequisites %}}
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
<!-- * Do this.
* Do this too. -->
* 做这个
* 也做这个。
{{% /capture %}}
{{% capture steps %}}
<!-- ## Doing ... -->
## 做...
<!-- 1. Do this.
1. Do this next. Possibly read this [related explanation](...). -->
1. 做这个。
1. 下一步做这个. 可以阅读 [相关解释](...)。
{{% /capture %}}
{{% capture discussion %}}
<!-- ## Understanding ...
**[Optional Section]** -->
## 理解...
**[可选部分]**
<!-- Here's an interesting thing to know about the steps you just did. -->
了解你刚刚做的步骤是个有趣的事情。
{{% /capture %}}
{{% capture whatsnext %}}
<!-- **[Optional Section]** -->
**[可选部分]**
<!-- * Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
* See [Using Page Templates - Task template](/docs/home/contribute/page-templates/#task_template) for how to use this template. -->
* 学习更多关于[写一个新主题](/docs/home/contribute/write-new-topic/)。
* 阅读[使用页面模板 - 任务模板](/docs/home/contribute/page-templates/#task_template) 学习如何使用这些模板。
{{% /capture %}}