[GIT PULL] docs: zh_TW translation fixes
From: Hu Haowen
Date: Thu Aug 12 2021 - 11:45:38 EST
The following changes since commit ff17578e267c74db1619b6643a98e8a83ff6b996:
docs/zh_TW: add translations for zh_TW/process (2021-07-27 23:08:50 +0800)
are available in the Git repository at:
https://github.com/srcres258/linux-doc.git doc-zh-tw
for you to fetch changes up to d9b28270985fdc551cf4aaae3d8a5b3e9ae2ee9e:
docs/zh_TW: add translations for zh_TW/filesystems (2021-08-12 22:54:51 +0800)
----------------------------------------------------------------
Hu Haowen (3):
docs/zh_TW: add translations for zh_TW/arm64
docs/zh_TW: add translations for zh_TW/cpu-freq
docs/zh_TW: add translations for zh_TW/filesystems
Documentation/translations/zh_TW/arm64/amu.rst | 104 +++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/booting.txt | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/elf_hwcaps.rst | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/hugetlbpage.rst | 49 ++++++++++++++++++
Documentation/translations/zh_TW/arm64/index.rst | 23 ++++++++
Documentation/translations/zh_TW/arm64/legacy_instructions.txt | 77 +++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/memory.txt | 119 ++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/perf.rst | 88 +++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/silicon-errata.txt | 79 ++++++++++++++++++++++++++++
Documentation/translations/zh_TW/arm64/tagged-pointers.txt | 57 ++++++++++++++++++++
Documentation/translations/zh_TW/cpu-freq/core.rst | 108 ++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst | 256 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/cpu-freq/cpufreq-stats.rst | 132 ++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/cpu-freq/index.rst | 47 +++++++++++++++++
Documentation/translations/zh_TW/filesystems/debugfs.rst | 224 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/filesystems/index.rst | 31 +++++++++++
Documentation/translations/zh_TW/filesystems/sysfs.txt | 377 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/filesystems/tmpfs.rst | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/translations/zh_TW/filesystems/virtiofs.rst | 61 ++++++++++++++++++++++
Documentation/translations/zh_TW/index.rst | 13 ++++-
20 files changed, 2486 insertions(+), 2 deletions(-)
create mode 100644 Documentation/translations/zh_TW/arm64/amu.rst
create mode 100644 Documentation/translations/zh_TW/arm64/booting.txt
create mode 100644 Documentation/translations/zh_TW/arm64/elf_hwcaps.rst
create mode 100644 Documentation/translations/zh_TW/arm64/hugetlbpage.rst
create mode 100644 Documentation/translations/zh_TW/arm64/index.rst
create mode 100644 Documentation/translations/zh_TW/arm64/legacy_instructions.txt
create mode 100644 Documentation/translations/zh_TW/arm64/memory.txt
create mode 100644 Documentation/translations/zh_TW/arm64/perf.rst
create mode 100644 Documentation/translations/zh_TW/arm64/silicon-errata.txt
create mode 100644 Documentation/translations/zh_TW/arm64/tagged-pointers.txt
create mode 100644 Documentation/translations/zh_TW/cpu-freq/core.rst
create mode 100644 Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst
create mode 100644 Documentation/translations/zh_TW/cpu-freq/cpufreq-stats.rst
create mode 100644 Documentation/translations/zh_TW/cpu-freq/index.rst
create mode 100644 Documentation/translations/zh_TW/filesystems/debugfs.rst
create mode 100644 Documentation/translations/zh_TW/filesystems/index.rst
create mode 100644 Documentation/translations/zh_TW/filesystems/sysfs.txt
create mode 100644 Documentation/translations/zh_TW/filesystems/tmpfs.rst
create mode 100644 Documentation/translations/zh_TW/filesystems/virtiofs.rst