From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 632B1C433E9 for ; Mon, 21 Dec 2020 07:53:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18FA722C9C for ; Mon, 21 Dec 2020 07:53:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727169AbgLUHxW (ORCPT ); Mon, 21 Dec 2020 02:53:22 -0500 Received: from out30-56.freemail.mail.aliyun.com ([115.124.30.56]:34012 "EHLO out30-56.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726200AbgLUHxV (ORCPT ); Mon, 21 Dec 2020 02:53:21 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R101e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04426;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0UJFraV9_1608537157; Received: from IT-FVFX43SYHV2H.local(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0UJFraV9_1608537157) by smtp.aliyun-inc.com(127.0.0.1); Mon, 21 Dec 2020 15:52:38 +0800 Subject: Re: [PATCH v2] docs/zh_CN: Improve Cinese transolation quality. To: Ran Wang , Jonathan Corbet Cc: Harry Wei , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <20201208080037.40543cdb@lwn.net> From: Alex Shi Message-ID: <0529bd5e-8305-e5a3-9c85-ec0d1370caf9@linux.alibaba.com> Date: Mon, 21 Dec 2020 15:52:37 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.0; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2020/12/19 上午11:42, Ran Wang 写道: > Hi Jonathan, > > On Tuesday, December 8, 2020 11:00 PM Jonathan Corbet wrote: >   >> On Tue,  8 Dec 2020 21:16:04 +0800 >> Ran Wang wrote: >> >>> Signed-off-by: Ran Wang >>> --- >>> Change in v2: >>>    - For 'cn_development_coding' part, change back to >'是关于编码过程的' >>> >>>   .../translations/zh_CN/process/1.Intro.rst    | 61 >++++++++++--------- >>>   1 file changed, 32 insertions(+), 29 deletions(-) >> >> Thank you for working to improve the documentation!  >Please, though, >> include a changelog with your patch; what does "improve >translation >> quality" mean here? >> >> Thanks, >> >> jon > > Sorry I missed your mail. > > Actually I feel difficult to list the change log to describe this (after not I am not a language teacher :) ). > > I would say the original translation looks like a little bit more by machine: English word to Chinese word directly without considering particular scenarios (such as software development related terms we used in Chinese, a little bit different to normal usage maybe). So I tried to re-tell the story in a way more kind of 'human' to make everything clearer for Chinese reader. Hi Ran, I don't think you describe correctly for your new translation. And you are not 're-tell story' for a standard community co-work process, which we don't need. Also the original translation is not by machine, it's by myself. What you did right is polishing the Chinese words, make it more fluency and fit better for Chinese custom, although it costs a bit verboseness and a bit precision. Thanks Alex > > Anyway, I am willing to provide you such change log if you could provide me an example for reference (this is my first time to post such patch). > > Thanks & Regards, > Ran >