Naturally, the ambulance got a police escort to the county hospital.

自然而然的,救护车让一个警察陪护到县医院去。

自然,救护车一路由警车护送,到达了县医院。

I felt ridiculous the whole time they were unloading me.

他们放下我的整个时间我都觉得特别荒谬。

让我觉得荒谬的是,他们根本不让我下来,一路抬着我走。

What made it worse was that Edward simply glided through the hospital doors under his own power.

更可恶的是Edward用他自己的力量滑开了医院的门。

更糟的是,爱德华依靠自身的能力轻轻松松地溜出了医院大门。

I ground my teeth together.

我一直咬着牙。

They put me in the emergency room, a long room with a line of beds separated by pastel-patterned curtains.

他们把我放到了紧急救护的房间,一个长的房间一条线都是床,用有图案的窗帘分隔着。

A nurse put a pressure cuff on my arm and a thermometer under my tongue.

一个护士把一个压力带绑到了我的胳膊,把体温计放到我的舌头底下。

Since no one bothered pulling the curtain around to give me some privacy, I decided I wasn't obligated to ear the stupid-looking neck brace anymore.

自始自终没有人帮我拉上我周围的窗帘来给我一些私人的感觉,我觉得我再也没有什么义务带着那个看起来很傻的脖子固定器了。

When the nurse walked away, I quickly unfastened the Velcro and threw it under the bed.

当护士走了之后,我马上松开了那个尼龙搭扣然后把它扔在了床上。

There was another flurry of hospital personnel, another stretcher brought to the bed next to me.

然后另一个紧急的医院人事部门,另一个担架抬到了我边上的床上。

又一群医院职员匆匆忙忙地冲进来,又一副担架被抬到了我的邻床上。

I recognized Tyler Crowley from my Government class beneath the bloodstained bandages wrapped tightly around his head.

我认出了Tyler Crowley那个来自我们政治课的班级的,带有血的绷带紧紧的绕在他的头上。

Tyler looked a hundred times worse than I felt. But he was staring anxiously at me.

我觉得Tyler看起来比我严重一百倍。但是他焦虑的看着我。

Chapter 3 Phenomenon——12的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 4 Invitations——12

    "I don't know what you mean," I said, my voice guarded. “我不知道你什么意思”我声音谨慎地说道. "It's be ...

  3. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  4. Chapter 3 Phenomenon——23

    Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...

  5. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  6. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  7. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  8. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  9. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

随机推荐

  1. NHibernate的搭建

    1.新建项目 Business:业务逻辑类 Data:数据层,存放数据库的操作及Nhibernate辅助类 Domain:数据实体和数据库映射文件 2.使用NuGet下载Nhibernate 数据库配 ...

  2. C# Timer类

    C# 有三种不同的Timer类 1.Threading.Timer 2.Timer.Timer 3.Forms.Timer using System; using System.Collections ...

  3. 17、docker多机网络通信overlay

      理论上来说多台宿主机之间的docker容器之间是无法通讯的,但是多台宿主机之间的docker容器之间是可以通讯的,主要是通过VXLAN技术来实现的.   GitHub上对于docker-overl ...

  4. apache模块 合并多个js/css 提高网页加载速度

    win :  http://blog.csdn.net/mycwq/article/details/9361117 linux :http://blog.csdn.net/mycwq/article/ ...

  5. 基于vs2012的C# winform抽奖小程序的总结

    哈希表的使用 Hashtable hashtable = new Hashtable(); hashtable.ContainsValue(tmp);//判断哈希表中有没有tmp hashtable. ...

  6. Unity3d ugui 实现image代码换图

    核心脚本代码 Image IMGE = transform.Find("IMGE").GetComponent<Image>();Sprite sprite1 = Re ...

  7. DotNetty 使用ByteToMessageDecoder 国家部标808协议封装

    DotNetty 开源地址 https://github.com/Azure/DotNetty 个人博客地址   http://www.dncblogs.cn/Blog/ShowBlog/70 1.国 ...

  8. 双缓冲队列解决WPF界面卡死

    工作中的项目,CS客户端会通过MQ接收前端设备发送的信息,之前测试的时候,由于测试的数据不大,没有进行压力测试,软件可以正常工作,随着项目现场设备数量的增加,CS客户端从MQ中订阅的数据量不断增加,最 ...

  9. WinFrom下Webbrowser加载自定义页面的技巧

    先使用Navigate("about:balnk")方法,打开一个空页面,实际内容在IE_DocumentCompleted中写入.代码来源于csdnreader程序. priva ...

  10. 第二章 ConcurrentHashMap源码解析

    注:在看这篇文章之前,如果对HashMap的层不清楚的话,建议先去看看HashMap源码解析. http://www.cnblogs.com/java-zhao/p/5106189.html 1.对于 ...