From 7994529a27a59e13c4c9e7b066b23ab15dd7ac93 Mon Sep 17 00:00:00 2001
From: chenrui
Date: Tue, 13 Nov 2018 10:53:39 +0800
Subject: [PATCH] Create `i18n/zh.toml` (#10975)
---
i18n/zh.toml | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)
create mode 100644 i18n/zh.toml
diff --git a/i18n/zh.toml b/i18n/zh.toml
new file mode 100644
index 0000000000..71ceda4815
--- /dev/null
+++ b/i18n/zh.toml
@@ -0,0 +1,82 @@
+# i18n strings for the English (main) site.
+
+[main_read_about]
+other = "Read about"
+
+[main_read_more]
+other = "了解更多"
+
+[main_github_invite]
+other = "想要修改 Kubernetes 的核心源代码"
+
+[main_github_view_on]
+other = "在 GitHub 上查看"
+
+[main_github_create_an_issue]
+other = "创建 GitHub issue"
+
+[main_community_explore]
+other = "了解社区"
+
+[main_kubernetes_features]
+other = "Kubernetes 特性"
+
+[main_cncf_project]
+other = """我们是 CNCF 毕业项目
"""
+
+[main_kubeweekly_signup]
+other = "订阅"
+
+[main_contribute]
+other = "贡献"
+
+[main_edit_this_page]
+other = "修改本页面"
+
+[main_page_history]
+other ="页面历史"
+
+[main_page_last_modified_on]
+other = "页面最后一次修改于"
+
+[main_by]
+other = "by"
+
+[main_documentation_license]
+other = """The Kubernetes Authors | Documentation Distributed under CC BY 4.0"""
+
+[main_copyright_notice]
+other = """The Linux Foundation ®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page"""
+
+# Labels for the docs portal home page.
+[docs_label_browse]
+other = "查阅文档"
+
+[docs_label_contributors]
+other = "贡献者"
+
+[docs_label_users]
+other = "用户"
+
+[docs_label_i_am]
+other = "我是..."
+
+
+
+# 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 = "Events Calendar"
+
+# UI elements
+[ui_search_placeholder]
+other = "搜索"