Hey all,
I've just updated the translation of FAS.Please review because the previous revision is a bit bad.Anyway, edit what you want.
Thanks.
On Mon, 17 Sep 2012 15:13:05 +0800, Christopher Meng wrote:
Hey all,
I've just updated the translation of FAS.Please review because the previous revision is a bit bad.Anyway, edit what you want.
Thanks.
请帮忙更新下这段文字的翻译,我昨天看到了正想报bug说呢:
<p>Many resources require public key authentication to work. By uploading your public key to us, you can then log in to our servers. Type "man ssh-keygen" for more information on creating your key (it must be an RSA key). Once created you will want to upload ~/.ssh/id_rsa.pub. <br /><br />If you wish to login through several hosts, each with their own public key, you can create a concatenated file of public ssh keys and upload it in lieu of the individual ssh public key.</p>
<p>许多资源需要公钥验证才能工作。 上传您的公开密钥,便可登录到我们的服 务器当中。 输入"man ssh-keygen"了解更多关于如何创建您的密钥(必须是 RSA 密钥)。 一旦创建成功,您便可进行上传~/.ssh/id_rsa.pub。 <br /><br />如果您想通过不同的主机进行登录,每一个主机使用自己独立的公开密钥, 那 么可以创建一个公开的 ssh 密钥连锁文件,并将其上传到您个人的 ssh 公钥库 中。</p>
存在的问题:
* "a concatenated file of public ssh keys" 指的是几个公钥连接在一起的文 件。(cat id_rsa.pub id_rsa_another.pub > newfile)
* "in lieu of the individual ssh public key" 中 individual 指的是单独的 公钥,不是指人。
* 语句通畅上似也有问题。
PS: 建议发邮件时最好附上翻译项目的链接,这样方便他人查阅: https://fedora.transifex.com/projects/p/fas/resource/faspot/
On 09/17/2012 06:31 PM, Alick Zhao wrote:
On Mon, 17 Sep 2012 15:13:05 +0800, Christopher Meng wrote:
Hey all,
I've just updated the translation of FAS.Please review because the previous revision is a bit bad.Anyway, edit what you want.
Thanks.
请帮忙更新下这段文字的翻译,我昨天看到了正想报bug说呢:
<p>Many resources require public key authentication to work. By uploading your public key to us, you can then log in to our servers. Type "man ssh-keygen" for more information on creating your key (it must be an RSA key). Once created you will want to upload ~/.ssh/id_rsa.pub. <br /><br />If you wish to login through several hosts, each with their own public key, you can create a concatenated file of public ssh keys and upload it in lieu of the individual ssh public key.</p>
<p>许多资源需要公钥验证才能工作。 上传您的公开密钥,便可登录到我们的服 务器当中。 输入"man ssh-keygen"了解更多关于如何创建您的密钥(必须是 RSA 密钥)。 一旦创建成功,您便可进行上传~/.ssh/id_rsa.pub。 <br /><br />如果您想通过不同的主机进行登录,每一个主机使用自己独立的公开密钥, 那 么可以创建一个公开的 ssh 密钥连锁文件,并将其上传到您个人的 ssh 公钥库 中。</p>
存在的问题:
"a concatenated file of public ssh keys" 指的是几个公钥连接在一起的文 件。(cat id_rsa.pub id_rsa_another.pub > newfile)
"in lieu of the individual ssh public key" 中 individual 指的是单独的
公钥,不是指人。
- 语句通畅上似也有问题。
查了一下,这句不就是刚更新的吗? 多谢 alick。
On 09/17/2012 06:31 PM, Alick Zhao wrote:
请帮忙更新下这段文字的翻译,我昨天看到了正想报bug说呢:
<p>Many resources require public key authentication to work. By uploading your public key to us, you can then log in to our servers. Type "man ssh-keygen" for more information on creating your key (it must be an RSA key). Once created you will want to upload ~/.ssh/id_rsa.pub. <br /><br />If you wish to login through several hosts, each with their own public key, you can create a concatenated file of public ssh keys and upload it in lieu of the individual ssh public key.</p>
<p>许多资源需要公钥验证才能工作。 上传您的公开密钥,便可登录到我们的服 务器当中。 输入"man ssh-keygen"了解更多关于如何创建您的密钥(必须是 RSA 密钥)。 一旦创建成功,您便可进行上传~/.ssh/id_rsa.pub。 <br /><br />如果您想通过不同的主机进行登录,每一个主机使用自己独立的公开密钥, 那 么可以创建一个公开的 ssh 密钥连锁文件,并将其上传到您个人的 ssh 公钥库 中。</p>
存在的问题:
"a concatenated file of public ssh keys" 指的是几个公钥连接在一起的文 件。(cat id_rsa.pub id_rsa_another.pub > newfile)
"in lieu of the individual ssh public key" 中 individual 指的是单独的
公钥,不是指人。
- 语句通畅上似也有问题。
PS: 建议发邮件时最好附上翻译项目的链接,这样方便他人查阅: https://fedora.transifex.com/projects/p/fas/resource/faspot/
<p>许多资源需要公钥验证才能工作。通过上传公钥,您就可以登录我们的服务 器。输入“man ssh-keygen”可以了解更多关于如何创建密钥 (必须是 RSA 密钥) 的信息。 一旦创建成功,您就可以将 ~/.ssh/id_rsa.pub 文件上传。 <br /> <br />如果您想通过不同的主机登录,而每个都有独立的公钥,那么您可以创建一 个拥有多个 ssh 公钥的“汇集”文件,并将该文件上传以代替单个的 ssh 公钥文 件。</p>
concatenated 的翻译由于目前嘴边词语匮乏,没有想出合适的词来。但根据这里 的语境,暂时翻译成“汇集”,并加了引号。在找到更好的词后,就可以替换掉。
2012/9/17 Tiansworld tiansworld@fedoraproject.org
On 09/17/2012 06:31 PM, Alick Zhao wrote:
请帮忙更新下这段文字的翻译,我昨天看到了正想报bug说呢:
<p>Many resources require public key authentication to work. By uploading your public key to us, you can then log in to our servers. Type "man ssh-keygen" for more information on creating your key (it must be an RSA key). Once created you will want to upload ~/.ssh/id_rsa.pub. <br /><br />If you wish to login through several hosts, each with their own public key, you can create a concatenated file of public ssh keys and upload it in lieu of the individual ssh public key.</p>
<p>许多资源需要公钥验证才能工作。 上传您的公开密钥,便可登录到我们的服 务器当中。 输入"man ssh-keygen"了解更多关于如何创建您的密钥(必须是 RSA 密钥)。 一旦创建成功,您便可进行上传~/.ssh/id_rsa.**pub。 <br /><br />如果您想通过不同的主机进行登录,**每一个主机使用自己独立的公开密钥, 那 么可以创建一个公开的 ssh 密钥连锁文件,并将其上传到您个人的 ssh 公钥库 中。</p>
存在的问题:
"a concatenated file of public ssh keys" 指的是几个公钥连接在一起的文 件。(cat id_rsa.pub id_rsa_another.pub > newfile)
"in lieu of the individual ssh public key" 中 individual 指的是单独的
公钥,不是指人。
- 语句通畅上似也有问题。
PS: 建议发邮件时最好附上翻译项目的链接,这样方便他人查阅: https://fedora.transifex.com/**projects/p/fas/resource/**faspot/https://fedora.transifex.com/projects/p/fas/resource/faspot/
<p>许多资源需要公钥验证才能工作。通过上传公钥,**您就可以登录我们的服务 器。输入“man
ssh-keygen”可以了解更多关于如何创建密钥 (必须是 RSA 密钥) 的信息。 一旦创建成功,您就可以将 ~/.ssh/id_rsa.pub 文件上传。 <br /> <br />如果您想通过不同的主机登录,而每个都有独立的公钥,**那么您可以创建一 个拥有多个 ssh 公钥的“汇集”文件,并将该文件上传以代替单个的 ssh 公钥文 件。</p>
concatenated 的翻译由于目前嘴边词语匮乏,没有想出合适的词来。但根据这里 的语境,暂时翻译成“汇集”,并加了引号。在找到更好的词后,就可以替换掉。
直接翻译成“创建一个包含多个 ssh 公钥的集合文件”怎么样?感觉“‘汇集’文件”有些晦涩
concatenated 并没有找到什么特殊的解释,有的直接解释成简单的 append 表达的意思应该只是使用任何一个 集合中 的公钥就可以 log in ,具体实现细节倒是没有查
复杂些的意思可能就是数学中的概念了 http://en.wikipedia.org/wiki/Concatenation
-- Regards,
Tiansworld Fedora Project Contributor -- trans-zh_cn mailing list trans-zh_cn@lists.**fedoraproject.orgtrans-zh_cn@lists.fedoraproject.org https://admin.fedoraproject.**org/mailman/listinfo/trans-zh_**cnhttps://admin.fedoraproject.org/mailman/listinfo/trans-zh_cn
这句话不是我翻译的,现在很头疼。。。
On 09/17/2012 08:42 PM, xiaofeng wrote:
2012/9/17 Tiansworld tiansworld@fedoraproject.org
直接翻译成“创建一个包含多个 ssh 公钥的集合文件”怎么样?感觉“‘汇集’文件”有些晦涩
concatenated 并没有找到什么特殊的解释,有的直接解释成简单的 append 表达的意思应该只是使用任何一个 集合中 的公钥就可以 log in ,具体实现细节倒是没有查
复杂些的意思可能就是数学中的概念了 http://en.wikipedia.org/wiki/Concatenation
大概你想复杂了,其实没那么复杂,我只是刚才暂时没有想到合适的词形容这个汇 总、集合的意思。找到这个词就好了。本来就是多个公钥合一的文件而已。 汇集是暂时的,肯定不是最佳选择。
先修改成 集合。
On Mon, 17 Sep 2012 19:53:05 +0800, Tiansworld wrote:
On 09/17/2012 06:31 PM, Alick Zhao wrote:
请帮忙更新下这段文字的翻译,我昨天看到了正想报bug说呢:
<p>Many resources require public key authentication to work. By uploading your public key to us, you can then log in to our servers. Type "man ssh-keygen" for more information on creating your key (it must be an RSA key). Once created you will want to upload ~/.ssh/id_rsa.pub. <br /><br />If you wish to login through several hosts, each with their own public key, you can create a concatenated file of public ssh keys and upload it in lieu of the individual ssh public key.</p>
<p>许多资源需要公钥验证才能工作。 上传您的公开密钥,便可登录到我们的服 务器当中。 输入"man ssh-keygen"了解更多关于如何创建您的密钥(必须是 RSA 密钥)。 一旦创建成功,您便可进行上传~/.ssh/id_rsa.pub。 <br /><br />如果您想通过不同的主机进行登录,每一个主机使用自己独立的公开密钥, 那 么可以创建一个公开的 ssh 密钥连锁文件,并将其上传到您个人的 ssh 公钥库 中。</p>
存在的问题:
"a concatenated file of public ssh keys" 指的是几个公钥连接在一起的文 件。(cat id_rsa.pub id_rsa_another.pub > newfile)
"in lieu of the individual ssh public key" 中 individual 指的是单独的
公钥,不是指人。
- 语句通畅上似也有问题。
PS: 建议发邮件时最好附上翻译项目的链接,这样方便他人查阅: https://fedora.transifex.com/projects/p/fas/resource/faspot/
<p>许多资源需要公钥验证才能工作。通过上传公钥,您就可以登录我们的服务 器。输入“man ssh-keygen”可以了解更多关于如何创建密钥 (必须是 RSA 密钥) 的信息。 一旦创建成功,您就可以将 ~/.ssh/id_rsa.pub 文件上传。 <br /> <br />如果您想通过不同的主机登录,而每个都有独立的公钥,那么您可以创建一 个拥有多个 ssh 公钥的“汇集”文件,并将该文件上传以代替单个的 ssh 公钥文 件。</p>
concatenated 的翻译由于目前嘴边词语匮乏,没有想出合适的词来。但根据这里 的语境,暂时翻译成“汇集”,并加了引号。在找到更好的词后,就可以替换掉。
concatenate 就是“连接”,cat 命令的全称。如果读者知道cat命令的话意思就很容易 理解。不过这个假定不合理。考虑到这个内容出现在点击 i 型图标弹出的弹层 里,起解释 说明用,我觉得应该尽量说清楚,可以考虑适当发挥。我的想法是:
您可以创建一个连接多个 ssh 公钥的文件(每个公钥一行)……
这里“连接”换成“包含”也可。
trans-zh_cn@lists.fedoraproject.org