linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] docs/zh_CN: improve process translation
@ 2021-09-23  9:37 Yanteng Si
  2021-09-23  9:37 ` [PATCH v2 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst Yanteng Si
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yanteng Si @ 2021-09-23  9:37 UTC (permalink / raw)
  To: corbet, alexs, bobwxc, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang,
	siyanteng01

v2:
*Replace 发送 with 寄送.

v1:
* Modify some content that may mislead the reader, we should describe the patch in English.
* improve howto.rst and 5.Posting.rst.
* typo fix.

Yanteng Si (3):
  docs/zh_CN: Improve zh_CN/process/howto.rst
  docs/zh_CN: typo fix and improve translation
  docs/zh_CN: modify some words

 Documentation/translations/zh_CN/process/5.Posting.rst |  8 ++++----
 Documentation/translations/zh_CN/process/howto.rst     | 10 +++++-----
 .../translations/zh_CN/process/submitting-patches.rst  |  4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst
  2021-09-23  9:37 [PATCH v2 0/3] docs/zh_CN: improve process translation Yanteng Si
@ 2021-09-23  9:37 ` Yanteng Si
  2021-09-23  9:37 ` [PATCH v2 2/3] docs/zh_CN: typo fix and improve translation Yanteng Si
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Yanteng Si @ 2021-09-23  9:37 UTC (permalink / raw)
  To: corbet, alexs, bobwxc, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang, Yanteng Si

From: Yanteng Si <siyanteng01@gmail.com>

   - Improve grammar of zh_CN/process/howto.rst.
   - Resolve potential problems in documentation.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alexs@kernel.org>
---
 Documentation/translations/zh_CN/process/howto.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst
index ee3dee476d57..2903d7161bc8 100644
--- a/Documentation/translations/zh_CN/process/howto.rst
+++ b/Documentation/translations/zh_CN/process/howto.rst
@@ -381,7 +381,7 @@ MAINTAINERS文件中可以找到不同话题对应的邮件列表。
 
 内核社区的工作模式同大多数传统公司开发队伍的工作模式并不相同。下面这些例
 子,可以帮助你避免某些可能发生问题:
-用这些话介绍你的修改提案会有好处:
+用这些话介绍你的修改提案会有好处:(在任何时候你都不应该用中文写提案)
 
     - 它同时解决了多个问题
     - 它删除了2000行代码
@@ -448,8 +448,8 @@ Linux内核社区并不喜欢一下接收大段的代码。修改需要被恰当
 保证修改分成很多小块,这样在整个项目都准备好被包含进内核之前,其中的一部
 分可能会先被接收。
 
-必须了解这样做是不可接受的:试图将未完成的工作提交进内核,然后再找时间修
-复。
+你必须明白这么做是无法令人接受的:试图将不完整的代码提交进内核,然后再找
+时间修复。
 
 
 证明修改的必要性
@@ -475,8 +475,8 @@ Linux内核社区并不喜欢一下接收大段的代码。修改需要被恰当
   	 https://www.ozlabs.org/~akpm/stuff/tpp.txt
 
 
-这些事情有时候做起来很难。要在任何方面都做到完美可能需要好几年时间。这是
-一个持续提高的过程,它需要大量的耐心和决心。只要不放弃,你一定可以做到。
+这些事情有时候做起来很难。想要在任何方面都做到完美可能需要好几年时间。这
+是一个持续提高的过程,它需要大量的耐心和决心。只要不放弃,你一定可以做到。
 很多人已经做到了,而他们都曾经和现在的你站在同样的起点上。
 
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v2 2/3] docs/zh_CN: typo fix and improve translation
  2021-09-23  9:37 [PATCH v2 0/3] docs/zh_CN: improve process translation Yanteng Si
  2021-09-23  9:37 ` [PATCH v2 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst Yanteng Si
@ 2021-09-23  9:37 ` Yanteng Si
  2021-09-23  9:37 ` [PATCH v2 3/3] docs/zh_CN: modify some words Yanteng Si
  2021-09-27 17:27 ` [PATCH v2 0/3] docs/zh_CN: improve process translation Jonathan Corbet
  3 siblings, 0 replies; 5+ messages in thread
From: Yanteng Si @ 2021-09-23  9:37 UTC (permalink / raw)
  To: corbet, alexs, bobwxc, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang, Yanteng Si

From: Yanteng Si <siyanteng01@gmail.com>

- fix a typo.
- modify some word to improve zh_CN/process/5.Posting.rst.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
---
 Documentation/translations/zh_CN/process/5.Posting.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/5.Posting.rst b/Documentation/translations/zh_CN/process/5.Posting.rst
index b0c65614844d..4ee7de13f373 100644
--- a/Documentation/translations/zh_CN/process/5.Posting.rst
+++ b/Documentation/translations/zh_CN/process/5.Posting.rst
@@ -23,7 +23,7 @@
 :ref:`Documentation/translations/zh_CN/process/submitting-drivers.rst <cn_submittingdrivers>`
 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。
 
-何时邮寄
+何时寄送
 --------
 
 在补丁完全“准备好”之前,避免发布补丁是一种持续的诱惑。对于简单的补丁,这
@@ -142,7 +142,7 @@
 一般来说,你越把自己放在每个阅读你变更日志的人的位置上,变更日志(和内核
 作为一个整体)就越好。
 
-不消说,变更日志是将变更提交到版本控制系统时使用的文本。接下来将是:
+不需要说,变更日志是将变更提交到版本控制系统时使用的文本。接下来将是:
 
  - 补丁本身,采用统一的(“-u”)补丁格式。使用“-p”选项来diff将使函数名与
    更改相关联,从而使结果补丁更容易被其他人读取。
@@ -186,10 +186,10 @@
 
 在补丁中添加标签时要小心:只有Cc:才适合在没有指定人员明确许可的情况下添加。
 
-发送补丁
+寄送补丁
 --------
 
-在寄出补丁之前,您还需要注意以下几点:
+在寄送补丁之前,您还需要注意以下几点:
 
  - 您确定您的邮件发送程序不会损坏补丁吗?被邮件客户端更改空白或修饰了行的补丁
    无法被另一端接受,并且通常不会进行任何详细检查。如果有任何疑问,先把补丁寄
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v2 3/3] docs/zh_CN: modify some words
  2021-09-23  9:37 [PATCH v2 0/3] docs/zh_CN: improve process translation Yanteng Si
  2021-09-23  9:37 ` [PATCH v2 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst Yanteng Si
  2021-09-23  9:37 ` [PATCH v2 2/3] docs/zh_CN: typo fix and improve translation Yanteng Si
@ 2021-09-23  9:37 ` Yanteng Si
  2021-09-27 17:27 ` [PATCH v2 0/3] docs/zh_CN: improve process translation Jonathan Corbet
  3 siblings, 0 replies; 5+ messages in thread
From: Yanteng Si @ 2021-09-23  9:37 UTC (permalink / raw)
  To: corbet, alexs, bobwxc, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang, Yanteng Si

From: Yanteng Si <siyanteng01@gmail.com>

commit message in English, we better not give the Chinese readers a wrong guidance.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alexs@kernel.org>
---
 .../translations/zh_CN/process/submitting-patches.rst         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/submitting-patches.rst b/Documentation/translations/zh_CN/process/submitting-patches.rst
index 4fc6d16f5196..3296b8f7bedf 100644
--- a/Documentation/translations/zh_CN/process/submitting-patches.rst
+++ b/Documentation/translations/zh_CN/process/submitting-patches.rst
@@ -127,8 +127,8 @@
 URL来查找补丁描述并将其放入补丁中。也就是说,补丁(系列)及其描述应该是独立的。
 这对维护人员和审查人员都有好处。一些评审者可能甚至没有收到补丁的早期版本。
 
-描述你在命令语气中的变化,例如“make xyzzy do frotz”而不是“[这个补丁]make
-xyzzy do frotz”或“[我]changed xyzzy to do frotz”,就好像你在命令代码库改变
+描述你在命令语气中的变化,例如“make xyzzy do frotz”而不是“[This patch]make
+xyzzy do frotz”或“[I]changed xyzzy to do frotz”,就好像你在命令代码库改变
 它的行为一样。
 
 如果修补程序修复了一个记录的bug条目,请按编号和URL引用该bug条目。如果补丁来
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 0/3] docs/zh_CN: improve process translation
  2021-09-23  9:37 [PATCH v2 0/3] docs/zh_CN: improve process translation Yanteng Si
                   ` (2 preceding siblings ...)
  2021-09-23  9:37 ` [PATCH v2 3/3] docs/zh_CN: modify some words Yanteng Si
@ 2021-09-27 17:27 ` Jonathan Corbet
  3 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2021-09-27 17:27 UTC (permalink / raw)
  To: Yanteng Si, alexs, bobwxc, seakeel
  Cc: Yanteng Si, chenhuacai, jiaxun.yang, linux-doc, realpuyuwang,
	siyanteng01

Yanteng Si <siyanteng01@gmail.com> writes:

> v2:
> *Replace 发送 with 寄送.
>
> v1:
> * Modify some content that may mislead the reader, we should describe the patch in English.
> * improve howto.rst and 5.Posting.rst.
> * typo fix.
>
> Yanteng Si (3):
>   docs/zh_CN: Improve zh_CN/process/howto.rst
>   docs/zh_CN: typo fix and improve translation
>   docs/zh_CN: modify some words
>
>  Documentation/translations/zh_CN/process/5.Posting.rst |  8 ++++----
>  Documentation/translations/zh_CN/process/howto.rst     | 10 +++++-----
>  .../translations/zh_CN/process/submitting-patches.rst  |  4 ++--
>  3 files changed, 11 insertions(+), 11 deletions(-)
>
> -- 
> 2.27.0
Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-27 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23  9:37 [PATCH v2 0/3] docs/zh_CN: improve process translation Yanteng Si
2021-09-23  9:37 ` [PATCH v2 1/3] docs/zh_CN: Improve zh_CN/process/howto.rst Yanteng Si
2021-09-23  9:37 ` [PATCH v2 2/3] docs/zh_CN: typo fix and improve translation Yanteng Si
2021-09-23  9:37 ` [PATCH v2 3/3] docs/zh_CN: modify some words Yanteng Si
2021-09-27 17:27 ` [PATCH v2 0/3] docs/zh_CN: improve process translation Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).