[PATCH v3 1/7] docs/zh_CN: Add timers directory Chinese translation

In review
From:Xingqiu Xu <hilbertanjou83@gmail.com>
Date:
Message-ID:<f5e1f24ac6aed222a95bfeeef7df66b753e3b512.1767725479.git.hilbertanjou83@gmail.com>
Patch:v3 · 1/7
Language:zh_CN
Patch-ID:b34350a84755d1f92cf5036a0bbdad1a080a5103
Files:Documentation/translations/zh_CN/subsystem-apis.rstDocumentation/translations/zh_CN/timers/index.rst

Patch content 2 changed files

Translate Documentation/timers/ into Chinese and update subsystem-apis.rsttranslation. Update the translation through commit 1f455f601e20("timers/Documentation: Cleanup delay/sleep documentation") Signed-off-by: Xingqiu Xu <hilbertanjou83@gmail.com>--- .../translations/zh_CN/subsystem-apis.rst     |  5 +-- .../translations/zh_CN/timers/index.rst       | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 Documentation/translations/zh_CN/timers/index.rst diff --git a/Documentation/translations/zh_CN/subsystem-apis.rst b/Documentation/translations/zh_CN/subsystem-apis.rstindex 830217140fb6..f6445e256ee9 100644--- a/Documentation/translations/zh_CN/subsystem-apis.rst+++ b/Documentation/translations/zh_CN/subsystem-apis.rst@@ -29,10 +29,7 @@    power/index    scheduler/index    locking/index--TODOList:--* timers/index+   timers/index  人机接口 --------diff --git a/Documentation/translations/zh_CN/timers/index.rst b/Documentation/translations/zh_CN/timers/index.rstnew file mode 100644index 000000000000..8dc5861445f9--- /dev/null+++ b/Documentation/translations/zh_CN/timers/index.rst@@ -0,0 +1,32 @@+.. SPDX-License-Identifier: GPL-2.0++.. include:: ../disclaimer-zh_CN.rst++:Original: Documentation/timers/index.rst++:翻译:++  徐兴球 Xingqiu Xu <hilbertanjou83@gmail.com>++======+定时器+======++.. toctree::+    :maxdepth: 1++TODOList:++* highres+* hpet+* hrtimers+* no_hz+* timekeeping+* delay_sleep_functions++.. only::  subproject and html++   索引+   ====++   * :ref:`genindex`-- 2.34.1