Skip to content

Commit 0b4b629

Browse files
authored
feat(i18n): translate installation instructions gateway page to Chinese (#492)
As is redirected from, but modified instead of simply copy-paste from #490 Signed-off-by: Kamas "Iceberg" Lau <kamaslau@outlook.com>
1 parent e2c1685 commit 0b4b629

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

i18n/zh/docusaurus-plugin-content-docs/current/installation/installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
title: "Installation"
33
---
44

5-
This section contains instructions for installing K3s in various environments. Please ensure you have met the [Requirements](requirements.md) before you begin installing K3s.
5+
此部分文档含有在各种环境下安装 K3s 的指导。在开始安装 K3s 前,请先确保你(的设备)已满足[要求](requirements.md)
66

7-
[Configuration Options](configuration.md) provides guidance on the options available to you when installing K3s.
7+
[配置选项](configuration.md) 提供了你在 K3s 安装阶段可用的配置项的指南。
88

9-
[Private Registry Configuration](private-registry.md) covers use of `registries.yaml` to configure container image registry mirrors.
9+
[自建镜像源](private-registry.md) 介绍了可用以配置容器镜像注册源镜像的 `registries.yaml` 文件用途。
1010

11-
[Embedded Mirror](registry-mirror.md) shows how to enable the embedded distributed image registry mirror.
11+
[内置镜像源](registry-mirror.md) 演示了如何启用内嵌的分布式镜像注册源镜像。
1212

13-
[Air-Gap Install](airgap.md) details how to set up K3s in environments that do not have direct access to the Internet.
13+
[孤岛安装](airgap.md) 详细解释了如何在断网环境下设置 K3s
1414

15-
[Managing Server Roles](server-roles.md) details how to set up K3s with dedicated `control-plane` or `etcd` servers.
15+
[管理服务器角色](server-roles.md) 详述了如何配置 K3s (节点)为专职的 `control-plane` or `etcd` 服务器。
1616

17-
[Managing Packaged Components](packaged-components.md) details how to disable packaged components, or install your own using auto-deploying manifests.
17+
[管理包组件](packaged-components.md) 详述了如何禁用(第三方)组件包,或通过自动化部署配置单来安装你自有的包。
1818

19-
[Uninstalling K3s](uninstall.md) details how to remove K3s from a host.
19+
[卸载 K3s](uninstall.md) 详述了如何从主机中移除 K3s

0 commit comments

Comments
 (0)