[PATCH v5 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese

shao.mingyin@zte.com.cn posted 7 patches 2 weeks, 1 day ago
.../zh_CN/filesystems/dnotify.rst             |  69 ++++
.../zh_CN/filesystems/gfs2-glocks.rst         | 211 +++++++++++
.../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
.../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
.../translations/zh_CN/filesystems/index.rst  |  17 +-
.../zh_CN/filesystems/inotify.rst             |  80 ++++
.../filesystems/ubifs-authentication.rst      | 356 ++++++++++++++++++
.../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
8 files changed, 1000 insertions(+), 1 deletion(-)
create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
[PATCH v5 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
Posted by shao.mingyin@zte.com.cn 2 weeks, 1 day ago
From: Shao Mingyin <shao.mingyin@zte.com.cn>

translate the filesystems docs into Simplified Chinese.
v4->v5
fix some format issues.

Shao Mingyin (5):
Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese

Wang Longjie (2):
Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
Docs/zh_CN: Translate inotify.rst to Simplified Chinese

 .../zh_CN/filesystems/dnotify.rst             |  69 ++++
 .../zh_CN/filesystems/gfs2-glocks.rst         | 211 +++++++++++
 .../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
 .../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
 .../translations/zh_CN/filesystems/index.rst  |  17 +-
 .../zh_CN/filesystems/inotify.rst             |  80 ++++
 .../filesystems/ubifs-authentication.rst      | 356 ++++++++++++++++++
 .../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
 8 files changed, 1000 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst