From 3316fac1602a97e7ff40b5ec2de199555504920f Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Wed, 12 Dec 2018 09:40:26 +0800 Subject: [PATCH] zh-trans: add some template files (#11660) --- content/zh/docs/templates/feature-state-deprecated.txt | 2 ++ content/zh/docs/templates/feature-state-stable.txt | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 content/zh/docs/templates/feature-state-deprecated.txt create mode 100644 content/zh/docs/templates/feature-state-stable.txt diff --git a/content/zh/docs/templates/feature-state-deprecated.txt b/content/zh/docs/templates/feature-state-deprecated.txt new file mode 100644 index 0000000000..06a0a43660 --- /dev/null +++ b/content/zh/docs/templates/feature-state-deprecated.txt @@ -0,0 +1,2 @@ + +该功能已被*弃用*。有关此状态的更多信息,请参见[Kubernetes 弃用策略](/docs/reference/deprecation-policy/)。 diff --git a/content/zh/docs/templates/feature-state-stable.txt b/content/zh/docs/templates/feature-state-stable.txt new file mode 100644 index 0000000000..aa422b9f1a --- /dev/null +++ b/content/zh/docs/templates/feature-state-stable.txt @@ -0,0 +1,5 @@ + +该功能是“稳定的”,意味着: + +* 版本名是 vX,其中 X 是整数。 +* 该功能将出现在多个后续释出的软件稳定版中。