diff options
author | Rui Li <me@lirui.org> | 2022-10-21 08:56:22 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-28 21:32:08 +0300 |
commit | 7cb2a45d124a6ae712d96abaf5b5f8cdf2244e10 (patch) | |
tree | e76f844ec758a1fcd80cb9b59e0c8ef27f3938b0 | |
parent | 4cbf848f07d85170bb78040e50762673ab799693 (diff) | |
download | linux-7cb2a45d124a6ae712d96abaf5b5f8cdf2244e10.tar.xz |
docs/zh_CN: Add staging/index Chinese translation
Translate the following files into Chinese:
- Documentation/staging/index.rst
Add it into the menu of zh_CN/index. Also fix one translation
in the zh_CN/index file.
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Rui Li <me@lirui.org>
Link: https://lore.kernel.org/r/896caff38814b7c383324966c3936e8a0bfb1d2e.1666328379.git.me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/index.rst | 8 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/staging/index.rst | 22 |
2 files changed, 26 insertions, 4 deletions
diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst index 272414971ce9..90dd68822d39 100644 --- a/Documentation/translations/zh_CN/index.rst +++ b/Documentation/translations/zh_CN/index.rst @@ -124,13 +124,13 @@ TODOList: 其他文档 -------- -有几份未排序的文档似乎不适合放在文档的其他部分,或者可能需要进行一些调整和/或 +有几份未分类的文档似乎不适合放在文档的其他部分,或者可能需要进行一些调整和/或 转换为reStructureText格式,也有可能太旧。 -TODOList: - -* staging/index +.. toctree:: + :maxdepth: 2 + staging/index 索引和表格 ---------- diff --git a/Documentation/translations/zh_CN/staging/index.rst b/Documentation/translations/zh_CN/staging/index.rst new file mode 100644 index 000000000000..e26603892a6f --- /dev/null +++ b/Documentation/translations/zh_CN/staging/index.rst @@ -0,0 +1,22 @@ +.. SPDX-License-Identifier: GPL-2.0 +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/staging/index.rst + +:翻译: + + 李睿 Rui Li <me@lirui.org> + +未分类文档 +========== + +TODOList: + +* crc32 +* lzo +* remoteproc +* rpmsg +* speculation +* static-keys +* tee +* xz |