From: Weijie Yuan <wy@wyuan.org>
To: Chen-Yu Yeh <chenyou910331@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>, Alex Shi <alexs@kernel.org>,
Dongliang Mu <dzm91@hust.edu.cn>,
Yanteng Si <si.yanteng@linux.dev>,
Hu Haowen <2023002089@link.tyut.edu.cn>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations
Date: Fri, 24 Jul 2026 20:56:45 +0800 [thread overview]
Message-ID: <amNhDDzQk5toZsiF@wyuan.org> (raw)
In-Reply-To: <20260721215542.98435-17-chenyou910331@gmail.com>
On Wed, Jul 22, 2026 at 05:55:42AM +0800, Chen-Yu Yeh wrote:
> Add Documentation/translations/zh_TW/glossary.rst documenting the
> Taiwanese Mandarin terminology used by the zh_TW translations, with
> the corresponding zh_CN terms for cross reference, plus the character
> conventions (為/裡/著/才/啟/只/發布). Hook it into the zh_TW index,
> replacing the existing TODO entry.
>
> This is the reference used by the terminology localization of the
> zh_TW process/ documents in this series.
Acked-by: Weijie Yuan <wy@wyuan.org>
> Signed-off-by: Chen-Yu Yeh <chenyou910331@gmail.com>
> ---
> Documentation/translations/zh_TW/glossary.rst | 145 ++++++++++++++++++
> Documentation/translations/zh_TW/index.rst | 5 +-
> 2 files changed, 148 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/translations/zh_TW/glossary.rst
>
> diff --git a/Documentation/translations/zh_TW/glossary.rst b/Documentation/translations/zh_TW/glossary.rst
> new file mode 100644
> index 000000000000..32cfbfaaef3c
> --- /dev/null
> +++ b/Documentation/translations/zh_TW/glossary.rst
> @@ -0,0 +1,145 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +.. _tw_glossary:
> +
> +術語表
> +======
> +
> +:作者: 葉宸佑 Chen-Yu Yeh <chenyou910331@gmail.com>
> +
> +本術語表列出Linux核心繁體中文(zh_TW)翻譯所使用的術語。zh_TW翻譯以臺灣
> +慣用的資訊術語為準。新增或更新翻譯時,請依照本表選擇用詞,以維持整個
> +zh_TW文件樹的一致性;若遇到本表未收錄的術語,歡迎提交補丁補充。
> +
> +下表同時列出常見的簡體中文(zh_CN)譯法,方便從zh_CN翻譯轉換或對照時
> +使用。
> +
> +一般術語
> +--------
> +
> +======================== ========================== ====================
> +英文 zh_TW zh_CN(對照)
> +======================== ========================== ====================
> +kernel 核心 内核
Non-blocking note:
I started a discussion yesterday in the telegram channel of l10n-tw [1].
Some friends support "核心", some support "內核". The ratio is
approximately 50:50 or 60:40. I just leave some opinions here for future
reference.
* 核心:
Reasons (unmodified):
1. jserv 開的作業系統課是用「核心」啦...
https://hackmd.io/@sysprog/linux-concepts
2. 基本上 core 在核心情境下不會單獨當名詞用,而且歧義看前後文就知道了
所以會很多人比較習慣 kernel = 核心 (然後 core 也等於核心 (but as an
adjective))
3. core 亦可作為名詞,如「雙核心」,此時並不會與 kernel 混淆
4. 作業系統的 kernel 在台灣的書籍翻的還是核心比較多啦
https://www.tenlong.com.tw/products/9789574935055
* 內核:
Reasons (unmodified):
1. Shell: 外殼
Kernel: 內核
Core: 核心
2. Jserv大建議的是
kernel 核心
core 核
以區分兩者
不過我個人目前其實比較喜歡「內核」,因為 kernel 和 shell
的稱呼大約就來自於內外關係。kernel
是作業系統的核心,其他一切都是由核心延伸(?)出去的,shell
則是「果仁」外層的「殼」,是使用者與前者互動的介面。另一方面,shell
譯作「殼層」在我看來是錯誤地沿用了物理學名詞,不應強調「層」,如果 shell
用了「外殼」那 kernel 自然要與之對齊。
3. 比較沒爭議的就 核心/殼層/核 吧 (* what does this mean..? Can it
be considered neutral?)
有其他意見的人基本上就是自己研究過的,他們能看懂的((
---
Because of the context, no matter which translation is used, there is
actually no problem in understanding this. So there's no need to worry
too much about this.
Thanks.
next prev parent reply other threads:[~2026-07-24 12:57 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 21:55 [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 01/16] docs/zh_TW: process: localize terminology in 7.AdvancedTopics.rst Chen-Yu Yeh
2026-07-22 5:56 ` Weijie Yuan
2026-07-22 8:48 ` Weijie Yuan
2026-07-22 13:32 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 02/16] docs/zh_TW: process: localize terminology in 1.Intro.rst Chen-Yu Yeh
2026-07-22 7:42 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 03/16] docs/zh_TW: process: localize terminology in code-of-conduct-interpretation.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 04/16] docs/zh_TW: process: localize terminology in license-rules.rst Chen-Yu Yeh
2026-07-22 11:35 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 05/16] docs/zh_TW: process: localize terminology in email-clients.rst Chen-Yu Yeh
2026-07-22 11:35 ` Weijie Yuan
2026-07-24 6:48 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 06/16] docs/zh_TW: process: localize terminology in programming-language.rst Chen-Yu Yeh
2026-07-22 14:51 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 07/16] docs/zh_TW: process: localize terminology in coding-style.rst Chen-Yu Yeh
2026-07-22 14:48 ` Weijie Yuan
2026-07-24 6:38 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 08/16] docs/zh_TW: process: localize terminology in stable-kernel-rules.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 09/16] docs/zh_TW: process: localize terminology in 5.Posting.rst Chen-Yu Yeh
2026-07-23 7:02 ` Weijie Yuan
2026-07-24 6:40 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst Chen-Yu Yeh
2026-07-23 6:30 ` Weijie Yuan
2026-07-24 6:41 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 11/16] docs/zh_TW: process: localize terminology in howto.rst Chen-Yu Yeh
2026-07-23 10:53 ` Weijie Yuan
2026-07-24 6:41 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst Chen-Yu Yeh
2026-07-23 12:43 ` Weijie Yuan
2026-07-24 6:42 ` 葉宸佑
2026-07-21 21:55 ` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst Chen-Yu Yeh
2026-07-24 11:06 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst Chen-Yu Yeh
2026-07-24 12:08 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 15/16] docs/zh_TW: process: localize terminology in index.rst Chen-Yu Yeh
2026-07-24 12:27 ` Weijie Yuan
2026-07-21 21:55 ` [PATCH 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations Chen-Yu Yeh
2026-07-24 12:56 ` Weijie Yuan [this message]
2026-07-22 15:09 ` [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents Weijie Yuan
2026-07-24 6:36 ` 葉宸佑
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=amNhDDzQk5toZsiF@wyuan.org \
--to=wy@wyuan.org \
--cc=2023002089@link.tyut.edu.cn \
--cc=alexs@kernel.org \
--cc=chenyou910331@gmail.com \
--cc=corbet@lwn.net \
--cc=dzm91@hust.edu.cn \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=si.yanteng@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox