Linux Documentation
 help / color / mirror / Atom feed
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 04/16] docs/zh_TW: process: localize terminology in license-rules.rst
Date: Wed, 22 Jul 2026 19:35:00 +0800	[thread overview]
Message-ID: <amCq5Giw9HCZTK6j@wyuan.org> (raw)
In-Reply-To: <20260721215542.98435-5-chenyou910331@gmail.com>

On Wed, Jul 22, 2026 at 05:55:30AM +0800, Chen-Yu Yeh wrote:
> @@ -129,20 +133,19 @@ https://spdx.org/licenses/ 上的官方SPDX許可證列表中檢索,並附帶
>  
>        // SPDX-License-Identifier: GPL-1.0+ AND LGPL-2.1+
>  
> -許可標識符
> +許可識別碼
>  ----------
>  
> -當前使用的許可證以及添加到內核的代碼許可證可以分解爲:
> +當前使用的許可證以及添加到核心的程式碼許可證可以分解為:
>  
>  1. _`優先許可`:
>  
> -   應儘可能使用這些許可證,因爲它們已知完全兼容並廣泛使用。這些許可證在內核
> +   應儘可能使用這些許可證,因為它們已知完全相容並廣泛使用。這些許可證在核心
>     目錄::
>  
>        LICENSES/preferred/
>  
> -   此目錄中的文件包含完整的許可證文本和 `元標記`_ 。文件名與SPDX許可證標識
> -   符相同,後者應用於源文件中的許可證。
> +   此目錄中的檔案包含完整的許可證文本和 `元標記`_ 。檔名與SPDX許可證識別碼相同,後者應用於原始檔中的許可證。

Start a new line here? This line is a little bit too long.

>  
>     例如::
>  
> @@ -156,28 +159,28 @@ https://spdx.org/licenses/ 上的官方SPDX許可證列表中檢索,並附帶
>  
>     _`元標記`:
>  
> -   許可證文件中必須包含以下元標記:
> +   許可證檔案中必須包含以下元標記:
>  
>     - Valid-License-Identifier:
>  
> -     一行或多行, 聲明那些許可標識符在項目內有效, 以引用此特定許可的文本。通
> -     常這是一個有效的標識符,但是例如對於帶有'或更高'選項的許可證,兩個標識
> +     一行或多行, 聲明那些許可識別碼在專案內有效, 以引用此特定許可的文本。通
> +     常這是一個有效的識別碼,但是例如對於帶有'或更高'選項的許可證,兩個識別碼
>       符都有效。
>  
>     - SPDX-URL:
>  
> -     SPDX頁面的URL,其中包含與許可證相關的其他信息.
> +     SPDX頁面的URL,其中包含與許可證相關的其他資訊.
>  
>     - Usage-Guidance:
>  
> -     使用建議的自由格式文本。該文本必須包含SPDX許可證標識符的正確示例,因爲
> -     它們應根據 `許可標識符語法`_ 指南放入源文件中。
> +     使用建議的自由格式文本。該文本必須包含SPDX許可證識別碼的正確範例,因為
> +     它們應根據 `許可識別碼語法`_ 指南放入原始檔中。
>  
>     - License-Text:
>  
> -     此標記之後的所有文本都被視爲原始許可文本
> +     此標記之後的所有文本都被視為原始許可文本
>  
> -   文件格式示例::
> +   檔案格式範例::
>  
>        Valid-License-Identifier: GPL-2.0
>        Valid-License-Identifier: GPL-2.0+
> @@ -209,12 +212,11 @@ https://spdx.org/licenses/ 上的官方SPDX許可證列表中檢索,並附帶
>  
>  2. 不推薦的許可證:
>  
> -   這些許可證只應用於現有代碼或從其他項目導入代碼。這些許可證在內核目錄::
> +   這些許可證只應用於現有程式碼或從其他專案導入程式碼。這些許可證在核心目錄::
>  
>        LICENSES/other/
>  
> -   此目錄中的文件包含完整的許可證文本和 `元標記`_ 。文件名與SPDX許可證標識
> -   符相同,後者應用於源文件中的許可證。
> +   此目錄中的檔案包含完整的許可證文本和 `元標記`_ 。檔名與SPDX許可證識別碼相同,後者應用於原始檔中的許可證。

Ditto.

  reply	other threads:[~2026-07-22 11:35 UTC|newest]

Thread overview: 26+ 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 [this message]
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-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-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-21 21:55 ` [PATCH 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 11/16] docs/zh_TW: process: localize terminology in howto.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 15/16] docs/zh_TW: process: localize terminology in index.rst Chen-Yu Yeh
2026-07-21 21:55 ` [PATCH 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations Chen-Yu Yeh
2026-07-22 15:09 ` [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents Weijie Yuan

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=amCq5Giw9HCZTK6j@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