From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60E9EC433FE for ; Fri, 21 Oct 2022 05:57:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229961AbiJUF47 (ORCPT ); Fri, 21 Oct 2022 01:56:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229679AbiJUF4z (ORCPT ); Fri, 21 Oct 2022 01:56:55 -0400 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B57571AA251; Thu, 20 Oct 2022 22:56:54 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lirui.org; s=key1; t=1666331813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6jnT14ocyEvRCh2YRj5JPhylL34iaIr0xII0QaY6wGI=; b=YMI0kaACSyhL8Jl0nGyjxKtbZhmuPokIvlnlr5qnGJfeo3ncAYwRZo7Q6IaZ4CEh0pAFg6 DlH9rh58DZtNuvuHngI5wGlI5WDy4l6LwhRKDgTppQ0NQihLPvv5LikYwuQ77DBmR1Uafd ZyGf+SW07vJ1sG/AnjbcPqBQd92gRUSUHmN/0CIQwqlk8n+N+M3ROke2GQ+4Hl6VMz1Ll5 WdtA1FeNyJoEJUH0JI5qjM2WvGgAnXhrZG9xv8GWYxg7CVBDpG6UTk7O/L7JbBlDzrPBUF OOSGW57Ca7rpWNWaFDINf5WO9MvktthwS1G5KlOixLVm9TPpAL8D6dPcWDq3xw== From: Rui Li To: Alex Shi , Yanteng Si Cc: Jonathan Corbet , Wu XiangCheng , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Rui Li Subject: [PATCH v4 1/2] docs/zh_CN: Add staging/index Chinese translation Date: Fri, 21 Oct 2022 13:56:22 +0800 Message-Id: <896caff38814b7c383324966c3936e8a0bfb1d2e.1666328379.git.me@lirui.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Signed-off-by: Rui Li --- Documentation/translations/zh_CN/index.rst | 8 +++---- .../translations/zh_CN/staging/index.rst | 22 +++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 Documentation/translations/zh_CN/staging/index.rst diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst index ec99ef5fe990..3d07b3149afe 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 + +未分类文档 +========== + +TODOList: + +* crc32 +* lzo +* remoteproc +* rpmsg +* speculation +* static-keys +* tee +* xz -- 2.30.2