From 3e1fe05f8ac57345012a5564c05906002dbbfbbc Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 1 Aug 2016 13:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/server-communication.jade | 6 +++--- public/translate/cn/about.jade | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index e61646c55f..a4970e914b 100644 --- a/public/docs/ts/latest/guide/server-communication.jade +++ b/public/docs/ts/latest/guide/server-communication.jade @@ -1027,13 +1027,13 @@ block wikipedia-jsonp+ 哪一个响应会先回来?我们是没法保证的。 负载均衡器可能把这个请求分发给了响应时间不同的两台服务器。 - 来自第一个*angular*请求的结果可能晚于稍后的*http*的结果。 - 用户可能会困惑:为什么在*http*请求中显示了*angular*的结果。 + 搜*angular*的结果可能晚于稍后搜*http*的结果。 + 用户可能会困惑:为什么搜*http*时显示了关于*angular*的结果。 When there are multiple requests in-flight, the app should present the responses in the original request order. That won't happen if *angular* results arrive last. - 如果有多个请求“打架”,应用程序应该按照原始请求的顺序展示对它们的响应。即使*angular*的结果后返回,也不会发生这样的混乱。 + 即使有多个尚未返回的请求,应用程序也应该按照原始请求的顺序展示对它们的响应。如果能让*angular*的结果始终在后面返回,就不会发生这样的混乱了。 ## More fun with Observables diff --git a/public/translate/cn/about.jade b/public/translate/cn/about.jade index 78fc56e53e..2af7015b8a 100644 --- a/public/translate/cn/about.jade +++ b/public/translate/cn/about.jade @@ -51,6 +51,7 @@ - Kinogam(来自 Angular 中文社区) - dreamapplehappy(来自 Github ) - cunshuifengyun(来自 Github ) + - 机器人(来自 Angular 中文社区) - 另外还有一些做好事不留名的活雷锋 想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。