Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何写出优雅且有意义的 README.md #6671

Conversation

eizyc
Copy link
Contributor

@eizyc eizyc commented Feb 4, 2020

如何写出优雅且有意义的 README.md

译文翻译完成,resolve #6670

如何写出优雅且有意义的 README.md
@lsvih
Copy link
Member

lsvih commented Feb 5, 2020

这也太快了.jpg

@lsvih lsvih added the 其他 label Feb 5, 2020
@v2-lab
Copy link
Contributor

v2-lab commented Feb 5, 2020

校对认领

@fanyijihua
Copy link
Collaborator

@vitoxli 好的呢 🍺

@Starry316
Copy link
Contributor

校对认领

@fanyijihua
Copy link
Collaborator

@Starry316 妥妥哒 🍻

Copy link
Contributor

@v2-lab v2-lab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

翻译得很好。提供了一些建议,仅供参考。


We, developers, are very good with code and all the minute details of our projects. But some of us (me included) lack in soft-skills even in the online community.
作为开发人员,我们对代码以及项目中的所有细节都信手拈来。然而我们中的一些人(包括我在内)就连在网络社区中都缺乏着软技能。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

然而我们中的一些人(包括我在内)就连在网络社区中都缺乏着软技能。 => 然而我们中的一些人(包括我在内)甚至缺乏着在网络社区中的软技能。


README (as the name suggests: “read me”) is the first file one should read when starting a new project. It’s a set of useful information about a project and a kind of manual. It is the first file Github or any Git hosting site will show when someone opens your repository..
README(顾名思义:“read me“)是启动新项目时应该阅读的第一个文件。它既包含了一系列关于项目的有用信息又是一个项目的手册。它是别人在 Github 或任何 Git 托管网站点,开你仓库时看到的第一个文件。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

开你仓库时看到的第一个文件。 => 打开你仓库时看到的第一个文件。


And the`.md`extension comes from a word: **markdown**. It's a markup language for text formatting. Just like HTML it is a markup language to make our documents presentable.
`.md` 这个文件后缀名来自于单词:**markdown**。它是一种用于文本格式化的标记语言。就像 HTML 一样,使我们的文档可呈现的标记语言。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

就像 HTML 一样,使我们的文档可呈现的标记语言。 => 就像 HTML 一样,可以优雅地展示我们的文档。
presentable 感觉可以翻译成得体的,仅供参考


## Why spend time on your Readme?
## 为什么要花时间在 Readme 上?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么要花时间在 Readme 上? => 为什么要在 Readme 上花时间?


Now let’s talk business. You spent hours on a project, you made it public on GitHub and you want people/recruiters/colleagues/(Ex?) see your project. Do you really think they would go into `root/src/app/main.js` to view that beautiful logic of yours? Seriously?
现在我们谈正事吧。你花了几个小时在一个项目上,你在 GitHub 上发布了它,并且你希望游客、招聘人员、同事、(或者前任?)看到这个项目。您真的认为他们会进入 `root/src/app/main.js` 来查看你的代码的逻辑吗?真的会吗?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

您真的认为 => 你真的认为
全文的 您 和 你 可以考虑保持一致

* 标题(如果可以的话,提供标题图像。如果你不是平面设计师,请在 canva.com 上进行编辑)。
* 描述(用文字和图片来描述)。
* Demo(图片、视频链接、在线演示 Demo 链接)。
* 使用的技术栈。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里直接可以写技术栈
每行的标点符号可以考虑用分号

Copy link
Contributor

@Starry316 Starry316 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

校对完成,翻译的很好呀~


We, developers, are very good with code and all the minute details of our projects. But some of us (me included) lack in soft-skills even in the online community.
作为开发人员,我们对代码以及项目中的所有细节都信手拈来。然而我们中的一些人(包括我在内)就连在网络社区中都缺乏着软技能。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

『就连在网络社区中都缺乏着软技能。』=>『就连在网络社区中的软技能都缺乏。』


README (as the name suggests: “read me”) is the first file one should read when starting a new project. It’s a set of useful information about a project and a kind of manual. It is the first file Github or any Git hosting site will show when someone opens your repository..
README(顾名思义:“read me“)是启动新项目时应该阅读的第一个文件。它既包含了一系列关于项目的有用信息又是一个项目的手册。它是别人在 Github 或任何 Git 托管网站点,开你仓库时看到的第一个文件。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

『开你仓库时看到的第一个文件。』=>『打开你仓库时看到的第一个文件。』


Yes, you can use HTML inside. Not all the features though. But most of it. Although you should stick to markdown only but, some features like centring images and text in the readme is only possible by HTML.
是的,你可以在 Readme 里使用 HTML。但并不是 HTML 里所有的功能都可以使用,但大部分可以。虽然你最好是只包含 markdown 的语法,但一些功能,如居中图像和居中文本是只能用 HTML 实现的。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

『但并不是 HTML 里所有的功能都可以使用,但大部分可以。』=>『尽管并不是 HTML 里所有的功能都可以使用,但大部分可以。』

@lsvih lsvih added enhancement 等待译者修改 and removed 正在校对 labels Feb 5, 2020
修改完成
@eizyc
Copy link
Contributor Author

eizyc commented Feb 5, 2020

感谢校对,都已经做出修改了~辛苦 @vitoxli @Starry316

@eizyc
Copy link
Contributor Author

eizyc commented Feb 5, 2020

@lsvih 辛苦管理员审核下啦

@lsvih lsvih added 标注 待管理员 Review and removed enhancement 等待译者修改 labels Feb 5, 2020
@lsvih lsvih merged commit 101e6a3 into xitu:master Feb 5, 2020
@lsvih
Copy link
Member

lsvih commented Feb 5, 2020

@cyz980908 已经 merge 啦~ 快快麻溜发布到掘金然后给我发下链接,方便及时添加积分哟。

掘金翻译计划有自己的知乎专栏,你也可以投稿哈,推荐使用一个好用的插件
专栏地址:https://zhuanlan.zhihu.com/juejinfanyi

@lsvih
Copy link
Member

lsvih commented Feb 5, 2020

不确定中间那个 gif 图在掘金发布的时候会不会出问题。最好发完检查一下,有问题把这个广告删了算了。。

@lsvih lsvih added 翻译完成 and removed 标注 待管理员 Review labels Feb 5, 2020
@eizyc
Copy link
Contributor Author

eizyc commented Feb 5, 2020

不确定中间那个 gif 图在掘金发布的时候会不会出问题。最好发完检查一下,有问题把这个广告删了算了。。

没出问题👌
链接:https://juejin.im/post/5e3a7363e51d452701795512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

如何写出优雅且有意义的 README.md
5 participants