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. 初探FFT(快速傅里叶变换)

    第一次接触省选的知识点呢!zrf大佬在课堂上讲的非常清楚,但由于本蒟蒻实在太菜了,直接掉线了.今天赶紧恶补一下. 那么这篇博客将分为两块,第一块是FFT的推导和实现,第二块则是FFT在OI上的应用 因 ...

  2. POJ1556 最短路 + 线段相交问题

    POJ1556 题目大意:比较明显的题目,在一个房间中有几堵墙,直着走,问你从(0,5)到(10,5)的最短路是多少 求最短路问题,唯一变化的就是边的获取,需要我们获取边,这就需要判断我们想要走的这条 ...

  3. Python学习-22.Python中的函数——type

    type函数可以检测任何值或变量的类型. 例子: def printType(var): print(type(var)) class TestClass: pass printType(1) pri ...

  4. 一、配置etcd数据库

      etcd服务作为Kubernetes集群的主数据库,在安装Kubernetes各服务之前需要首先安装和启动. 1. 安装etcd yum -y install etcd 2. 修改etcd配置文件 ...

  5. Nodejs-- web服务器

    第一篇关于nodejs的东西,代码在此作为备份. 该代码目前未完成,是一个阻塞式的代码. 1.index.js ar server=require('./server'); var route=req ...

  6. linux系统编程之文件与IO(八):文件描述符相关操作-dup,dup2,fcntl

    本节目标: 1,文件共享 打开文件内核数据结构 一个进程两次打开同一个文件 两个进程打开同一个文件 2,复制文件描述符(dup.dup2.fcntl) 一,文件共享 1,一个进程打开两个文件内核数据结 ...

  7. wpf expender 展开动画

    非原创,网上下载的,觉得还可以,记录一下以便以后查看学习 <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2 ...

  8. AtomicBoolean

    它的两种用法: 1.保证某段语句只执行一次. 首先我们要知道compareAndSet的作用,判断对象当时内部值是否为第一个参数,如果是则更新为第二个参数,且返回ture,否则返回false.那么默认 ...

  9. linux中权限

    $ ls -l /bin/bash -rwxr-xr-x 1 root wheel 430540 Dec 23 18:27 /bin/bash -rwxr-xr-x 包含该特殊文件的权限的符号表示.该 ...

  10. 企业项目开发--本地缓存guava cache(1)

    此文已由作者赵计刚授权网易云社区发布. 欢迎访问网易云社区,了解更多网易技术产品运营经验. 1.在实际项目开发中,会使用到很多缓存技术,而且数据库的设计一般也会依赖于有缓存的情况下设计. 常用的缓存分 ...