[PATCH v5 0/5] docs/zh_CN: Add Chinese translations for five networking documents
Siwei Chen <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.linux-doc |
|---|---|
| Message-ID | <[email protected]> |
From: Siwei Chen <[email protected]> This series adds Simplified Chinese translations for five documents under Documentation/networking/: - team.rst: Team devices driven from userspace via libteam - sriov.rst: NIC SR-IOV APIs (switchdev model and legacy API) - driver.rst: Softnet driver issues (probing, close/stop, transmit path guidelines, and extack error reporting) - ipv6.rst: ipv6 module parameters (disable, autoconf, disable_ipv6) - secid.rst: LSM/SELinux secid usage in the flowi structure Changes in v5: - Use direct link instead of ":ref:" to fix the warning of "undefined label" in the translation of "sriov.rst" since "switchdev" documentation has no translation in the same directory. - Revise the commit title: "SeLinux" -> "SELinux". - Translate "flowi structure" and "flow structure" into "flowi structure" uniformly in the translation of "secid.rst". - Link to v4: https://lore.kernel.org/linux-doc/[email protected]/ Changes in v4: - Fix two minor issues in the translation of "ipv6.rst" and "secid.rst". - Link to v3: https://lore.kernel.org/linux-doc/[email protected]/ Changes in v3: - Remove spaces before and after "(". - Add a missing space after "IPv6". - Update the translation of "secid". - Link to v2: https://lore.kernel.org/linux-doc/[email protected]/ Changes in v2: - Add translated documents to corresponding index file. - Link to v1: https://lore.kernel.org/linux-doc/[email protected]/ Siwei Chen (5): docs/zh_CN: Add networking team documentation Chinese translation docs/zh_CN: Add NIC SR-IOV APIs Chinese translation docs/zh_CN: Add Softnet Driver Issues Chinese translation docs/zh_CN: Add ipv6 Chinese translation docs/zh_CN: Add LSM/SELinux secid Chinese translation .../translations/zh_CN/networking/driver.rst | 138 ++++++++++++++++++ .../translations/zh_CN/networking/index.rst | 10 +- .../translations/zh_CN/networking/ipv6.rst | 76 ++++++++++ .../translations/zh_CN/networking/secid.rst | 24 +++ .../translations/zh_CN/networking/sriov.rst | 34 +++++ .../translations/zh_CN/networking/team.rst | 16 ++ 6 files changed, 293 insertions(+), 5 deletions(-) create mode 100644 Documentation/translations/zh_CN/networking/driver.rst create mode 100644 Documentation/translations/zh_CN/networking/ipv6.rst create mode 100644 Documentation/translations/zh_CN/networking/secid.rst create mode 100644 Documentation/translations/zh_CN/networking/sriov.rst create mode 100644 Documentation/translations/zh_CN/networking/team.rst -- 2.53.0