On Sun, Dec 26, 2021 at 4:01 PM Tang Yizhou <tangyizhou@xxxxxxxxxx> wrote: > > Translate power/index.rst into Chinese. > > Signed-off-by: Tang Yizhou <tangyizhou@xxxxxxxxxx> > --- > Documentation/translations/zh_CN/index.rst | 4 +- > .../translations/zh_CN/power/index.rst | 55 +++++++++++++++++++ > 2 files changed, 57 insertions(+), 2 deletions(-) > create mode 100644 Documentation/translations/zh_CN/power/index.rst > > diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst > index 46e14ec9963d..7658e2fa6f98 100644 > --- a/Documentation/translations/zh_CN/index.rst > +++ b/Documentation/translations/zh_CN/index.rst > @@ -104,13 +104,14 @@ TODOList: > :maxdepth: 2 > > core-api/index > + accounting/index What's this? Thanks Alex > cpu-freq/index > iio/index > sound/index > filesystems/index > virt/index > infiniband/index > - accounting/index > + power/index > scheduler/index > > TODOList: > @@ -129,7 +130,6 @@ TODOList: > * netlabel/index > * networking/index > * pcmcia/index > -* power/index > * target/index > * timers/index > * spi/index > diff --git a/Documentation/translations/zh_CN/power/index.rst b/Documentation/translations/zh_CN/power/index.rst > new file mode 100644 > index 000000000000..fd379adfda8e > --- /dev/null > +++ b/Documentation/translations/zh_CN/power/index.rst > @@ -0,0 +1,55 @@ > +.. SPDX-License-Identifier: GPL-2.0 > +.. include:: ../disclaimer-zh_CN.rst > + > +:Original: Documentation/power/index.rst > + > +:翻译: > + > + 唐艺舟 Tang Yizhou <tangyeechou@xxxxxxxxx> > + > +======== > +电源管理 > +======== > + > +.. toctree:: > + :maxdepth: 1 > + > +TODOList: > + > + * apm-acpi > + * basic-pm-debugging > + * charger-manager > + * drivers-testing > + * energy-model > + * freezing-of-tasks > + * opp > + * pci > + * pm_qos_interface > + * power_supply_class > + * runtime_pm > + * s2ram > + * suspend-and-cpuhotplug > + * suspend-and-interrupts > + * swsusp-and-swap-files > + * swsusp-dmcrypt > + * swsusp > + * video > + * tricks > + > + * userland-swsusp > + > + * powercap/powercap > + * powercap/dtpm > + > + * regulator/consumer > + * regulator/design > + * regulator/machine > + * regulator/overview > + * regulator/regulator > + > +.. only:: subproject and html > + > + Indices > + ======= > + > + * :ref:`genindex` > -- > 2.17.1 >