Fix translation problem

This commit is contained in:
Zuohuadong
2018-03-02 11:54:16 +08:00
parent 902c065e0b
commit 224f996d06

View File

@@ -7,7 +7,7 @@
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p>
<p align="center">用于构建高效且可扩展的服务器端应用程序的渐进式 <a href="http://nodejs.cn" target="blank">Node.js</a> 框架,深受 <a href="https://angular.cn" target="_blank">Angular</a> 的启发。</p>
<p align="center">
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
@@ -27,7 +27,7 @@
## 介绍
<p>Nest是构建高效可扩展的 <a href="https://nodejs.org" target="_blank">Node.js</a> Web 应用程序的框架。 它使用现代的 JavaScript 或 <a href="https://www.tslang.cn" target="_blank">TypeScript</a>(保留与纯 JavaScript 的兼容性),并结合 OOP面向对象编程FP函数式编程和FRP函数响应式编程的元素。</p>
<p>Nest是构建高效可扩展的 <a href="http://nodejs.cn" target="blank">Node.js</a> Web 应用程序的框架。 它使用现代的 JavaScript 或 <a href="https://www.tslang.cn" target="_blank">TypeScript</a>(保留与纯 JavaScript 的兼容性),并结合 OOP面向对象编程FP函数式编程和FRP函数响应式编程的元素。</p>
<p>在底层Nest 使用了 <a href="http://www.expressjs.com.cn" target="_blank">Express</a>,可以方便地使用各种可用的第三方插件。</p>
## 设计哲学