8000 doc: modify some Chinese translation by vecpeng · Pull Request #2235 · ent/ent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doc: modify some Chinese translation #2235

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

Merged
merged 1 commit into from
Dec 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ent - 一个强大的Go语言的实体框架
## ent - 一个强大的Go语言实体框架

[English](README.md) | [中文](README_zh.md)

Expand Down Expand Up @@ -32,12 +32,12 @@ go get -d entgo.io/ent/cmd/ent
如果你的公司或者产品在使用`ent`,请让我们知道你已经加入 [ent 用户](https://github.com/ent/ent/wiki/ent-users)

## 关于项目
`ent` 项目灵感来自于Ent,Ent是一个facebook内部使用的一个实体框架项目. 它由 [Facebook Connectivity][fbc] 团队通过 [a8m](https://github.com/a8m) 和 [alexsn](https://github.com/alexsn) 开发和维护
`ent` 项目灵感来自于EntEnt是一个facebook内部使用的一个实体框架项目 它由 [Facebook Connectivity][fbc] 团队通过 [a8m](https://github.com/a8m) 和 [alexsn](https://github.com/alexsn) 开发和维护
, 它被生产中的多个团队和项目使用。它的v1版本的路线图为 [版本的路线图](https://github.com/ent/ent/issues/46).
关于项目更多的信息 [ent介绍](https://entgo.io/blog/2019/10/03/introducing-ent).
关于项目更多的信息 [ent介绍](https://entgo.io/blog/2019/10/03/introducing-ent)

## 声明
ent是在Apache 2.0下授权,可以在[LICENSE文件](LICENSE)中找到
ent使用Apache 2.0协议授权,可以在[LICENSE文件](LICENSE)中找到

[entgo instal]: https://entgo.io/docs/code-gen/#version-compatibility-between-entc-and-ent
[Go modules]: https://github.com/golang/go/wiki/Modules#quick-start
Expand Down
0