Skip to content

Commit c2ff409

Browse files
committed
localization batch 2
1 parent b9c0f40 commit c2ff409

File tree

2 files changed

+301
-72
lines changed

2 files changed

+301
-72
lines changed

content/zh/docs/contribute/new-content/blogs-case-studies.md

Lines changed: 101 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,78 @@ Anyone can write a blog post and submit it for review.
3434
-->
3535
## Kubernetes 博客
3636

37-
Kubernetes 博客用于项目发布新功能特性、社区报告以及其他一些可能对整个社区
38-
很重要的新闻
37+
Kubernetes 博客用于项目发布新功能特性、
38+
社区报告以及其他一些可能对整个社区很重要的新闻
3939
其读者包括最终用户和开发人员。
40-
大多数博客的内容是关于核心项目中正在发生的事情,不过我们也鼓励你提交一些
41-
关于生态系统中其他地方发生的事情的博客
40+
大多数博客的内容是关于核心项目中正在发生的事情,
41+
不过我们也鼓励你提交一些有关生态系统中其他时事的博客
4242

4343
任何人都可以撰写博客并提交评阅。
4444

45+
<!--
46+
### Submit a Post
47+
48+
Blog posts should not be commercial in nature and should consist of original content that applies broadly to the Kubernetes community.
49+
Appropriate blog content includes:
50+
51+
- New Kubernetes capabilities
52+
- Kubernetes projects updates
53+
- Updates from Special Interest Groups
54+
- Tutorials and walkthroughs
55+
- Thought leadership around Kubernetes
56+
- Kubernetes Partner OSS integration
57+
- **Original content only**
58+
-->
59+
### 提交博文
60+
61+
博文不应该是商业性质的,应该包含广泛适用于 Kubernetes 社区的原创内容。
62+
合适的博客内容包括:
63+
64+
- Kubernetes 新能力
65+
- Kubernetes 项目更新信息
66+
- 来自特别兴趣小组(Special Interest Groups, SIG)的更新信息
67+
- 教程和演练
68+
- 有关 Kubernetes 的纲领性理念
69+
- Kubernetes 合作伙伴 OSS 集成信息
70+
- **仅限原创内容**
71+
72+
<!--
73+
Unsuitable content includes:
74+
75+
- Vendor product pitches
76+
- Partner updates without an integration and customer story
77+
- Syndicated posts (language translations ok)
78+
-->
79+
80+
不合适的博客内容包括:
81+
82+
- 供应商产品推介
83+
- 不含集成信息和客户故事的合作伙伴更新信息
84+
- 已发表的博文(可刊登博文译稿)
85+
86+
<!--
87+
To submit a blog post, follow these steps:
88+
89+
1. [Sign the CLA](https://kubernetes.io/docs/contribute/start/#sign-the-cla) if you have not yet done so.
90+
1. Have a look at the Markdown format for existing blog posts in the [website repository](https://github.com/kubernetes/website/tree/master/content/en/blog/_posts).
91+
1. Write out your blog post in a text editor of your choice.
92+
1. On the same link from step 2, click the Create new file button. Paste your content into the editor. Name the file to match the proposed title of the blog post, but don’t put the date in the file name. The blog reviewers will work with you on the final file name and the date the blog will be published.
93+
1. When you save the file, GitHub will walk you through the pull request process.
94+
1. A blog post reviewer will review your submission and work with you on feedback and final details. When the blog post is approved, the blog will be scheduled for publication.
95+
-->
96+
要提交博文,你可以遵从以下步骤:
97+
98+
1. 如果你还未签署 CLA,请先[签署 CLA](https://kubernetes.io/docs/contribute/start/#sign-the-cla)
99+
2. 查阅[网站仓库](https://github.com/kubernetes/website/tree/master/content/en/blog/_posts)中现有博文的 Markdown 格式。
100+
3. 在你所选的文本编辑器中撰写你的博文。
101+
4. 在第 2 步的同一链接上,点击 **Create new file** 按钮。
102+
将你的内容粘贴到编辑器中。为文件命名,使其与提议的博文标题一致,
103+
但不要在文件名中写日期。
104+
博客评阅者将与你一起确定最终的文件名和发表博客的日期。
105+
5. 保存文件时,GitHub 将引导你完成 PR 流程。
106+
6. 博客评阅者将评阅你提交的内容,并与你一起处理反馈和最终细节。
107+
当博文被批准后,博客将排期发表。
108+
45109
<!--
46110
### Guidelines and expectations
47111
@@ -74,7 +138,7 @@ Kubernetes 博客用于项目发布新功能特性、社区报告以及其他一
74138
- 博客内容并非在某特定日期发表。
75139
- 文章会交由社区自愿者评阅。我们会尽力满足特定的时限要求,只是无法就此作出承诺。
76140
- Kubernetes 项目的很多核心组件会在发布窗口期内提交博客文章,导致发表时间被推迟。
77-
因此,请考虑在发布周期内较为平静的时间段提交博文
141+
因此,请考虑在发布周期内较为平静的时间段提交博客文章
78142
- 如果你希望就博文发表日期上进行较大范围的协调,请联系
79143
[CNCF 推广团队](https://www.cncf.io/about/contact/)
80144
这也许是比提交博客文章更合适的一种选择。
@@ -87,6 +151,7 @@ Kubernetes 博客用于项目发布新功能特性、社区报告以及其他一
87151
- The components of Kubernetes are purposely modular, so tools that use existing integration points like CNI and CSI are on topic.
88152
- Posts about other CNCF projects may or may not be on topic. We recommend asking the blog team before submitting a draft.
89153
- Many CNCF projects have their own blog. These are often a better choice for posts. There are times of major feature or milestone for a CNCF project that users would be interested in reading on the Kubernetes blog.
154+
- Blog posts about contributing to the Kubernetes project should be in the [Kubernetes Contributors site](https://kubernetes.dev)
90155
-->
91156
- 博客内容应该对 Kubernetes 用户有用。
92157
- 与参与 Kubernetes SIGs 活动相关,或者与这类活动的结果相关的主题通常是切题的。
@@ -98,6 +163,7 @@ Kubernetes 博客用于项目发布新功能特性、社区报告以及其他一
98163
- 很多 CNCF 项目有自己的博客。这些博客通常是更好的选择。
99164
有些时候,某个 CNCF 项目的主要功能特性或者里程碑的变化可能是用户有兴趣在
100165
Kubernetes 博客上阅读的内容。
166+
- 关于为 Kubernetes 项目做贡献的博客内容应该放在 [Kubernetes 贡献者站点](https://kubernetes.dev)上。
101167
<!--
102168
- Blog posts should be original content
103169
- The official blog is not for repurposing existing content from a third party as new content.
@@ -126,7 +192,7 @@ We recognize that this requirement makes the process more difficult for less-fam
126192
-->
127193
### 提交博客的技术考虑
128194

129-
所提交的内容应该是 Markdown 格式的,以便能够被[Hugo](https://gohugo.io/) 生成器来处理。
195+
所提交的内容应该是 Markdown 格式的,以便能够被 [Hugo](https://gohugo.io/) 生成器来处理。
130196
关于如何使用相关技术,有[很多可用的资源](https://gohugo.io/documentation/)
131197

132198
我们知道这一需求可能给那些对此过程不熟悉的朋友们带来不便,
@@ -141,7 +207,6 @@ To submit a blog post follow these directions:
141207
SIG Docs [博客子项目](https://github.com/kubernetes/community/tree/master/sig-docs/blog-subproject) 负责管理博客的评阅过程。
142208
更多信息可参考[提交博文](https://github.com/kubernetes/community/tree/master/sig-docs/blog-subproject#submit-a-post)
143209

144-
145210
要提交博文,你可以遵从以下指南:
146211
<!--
147212
- [Open a pull request](/docs/contribute/new-content/open-a-pr/#fork-the-repo) with a new blog post. New blog posts go under the [`content/en/blog/_posts`](https://github.com/kubernetes/website/tree/main/content/en/blog/_posts) directory.
@@ -152,7 +217,7 @@ SIG Docs [博客子项目](https://github.com/kubernetes/community/tree/master/s
152217
- Do **not** include dots in the filename. A name like `2020-01-01-whats-new-in-1.19.md` causes failures during a build.
153218
- The front matter must include the following:
154219
-->
155-
- [发起一个包含博文的 PR](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)
220+
- [发起一个包含新博文的 PR](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)
156221
新博文要创建于 [`content/en/blog/_posts`](https://github.com/kubernetes/website/tree/main/content/en/blog/_posts) 目录下。
157222

158223
- 确保你的博文遵从合适的命名规范,并带有下面的引言(元数据)信息:
@@ -198,6 +263,30 @@ SIG Docs [博客子项目](https://github.com/kubernetes/community/tree/master/s
198263
- 博客团队会对 PR 内容进行评阅,为你提供一些评语以便修订。
199264
之后,机器人会将你的博文合并并发表。
200265

266+
<!--
267+
- If the content of the blog post contains only content that is not expected to require updates to stay accurate for the reader, it can be marked as evergreen and exempted from the automatic warning about outdated content added to blog posts older than one year.
268+
- To mark a blog post as evergreen, add this to the front matter:
269+
270+
```yaml
271+
evergreen: true
272+
```
273+
- Examples of content that should not be marked evergreen:
274+
- **Tutorials** that only apply to specific releases or versions and not all future versions
275+
- References to pre-GA APIs or features
276+
-->
277+
278+
- 如果博文的内容仅包含预期无需更新就能对读者保持精准的内容,
279+
则可以将这篇博文标记为长期有效(evergreen),
280+
且免除添加博文发表一年后内容过期的自动警告。
281+
- 要将一篇博文标记为长期有效,请在引言部分添加以下标记:
282+
283+
```yaml
284+
evergreen: true
285+
```
286+
- 不应标记为长期有效的内容示例:
287+
- 仅适用于特定发行版或版本而不是所有未来版本的**教程**
288+
- 对非正式发行(Pre-GA)API 或功能特性的引用
289+
201290
<!--
202291
## Submit a case study
203292

@@ -212,13 +301,11 @@ Refer to the [case study guidelines](https://github.com/cncf/foundation/blob/mas
212301
## 提交案例分析
213302

214303
案例分析用来概述组织如何使用 Kubernetes 解决现实世界的问题。
215-
Kubernetes 市场化团队和 {{< glossary_tooltip text="CNCF" term_id="cncf" >}} 成员
216-
会与你一起工作,撰写所有的案例分析。
304+
Kubernetes 市场化团队和 {{< glossary_tooltip text="CNCF" term_id="cncf" >}} 成员会与你一起工作,
305+
撰写所有的案例分析。
217306

218-
请查看
219-
[现有案例分析](https://github.com/kubernetes/website/tree/main/content/en/case-studies)
220-
的源码。
307+
请查看[现有案例分析](https://github.com/kubernetes/website/tree/main/content/en/case-studies)的源码。
221308

222-
参考[案例分析指南](https://github.com/cncf/foundation/blob/master/case-study-guidelines.md)
309+
参考[案例分析指南](https://github.com/cncf/foundation/blob/master/case-study-guidelines.md)
223310
根据指南中的注意事项提交你的 PR 请求。
224311

0 commit comments

Comments
 (0)