"Bella, I'm so sorry!""I'm fine, Tyler — you look awful, are you all right?"

“Bella,我很抱歉!”“我很好Tyler-你看起来很糟糕,你还好吗?”

As we spoke,nurses began unwinding his soiled bandages, exposing a myriad of shallow slices all over his forehead and left cheek.

我们正说着,护士开始解开他被血污染的绷带,揭开看见大把的碎片在他的前额和左边脸颊。

我们说话的时候,护士开始解下他弄脏的绷带,露出他前额和左脸颊上的无数浅浅的伤痕。

He ignored me. "I thought I was going to kill you! I was going too fast,and I hit the ice wrong…"

他没有理我。“我想我会把你杀了的!我开的太快了,然后错误的撞到冰上…”

我还以为我会把你撞死!我开得太快了,又错误地撞到了冰上……

He winced as one nurse started dabbing at his face.

一名护士开始处理他的脸他疼的畏缩了回去。

当一个护士开始给他脸上抹药的时候他畏缩了一下。

"Don't worry about it; you missed me."

“别担心它,我别担心我”

“别担心,你没撞上我。”

"How did you get out of the way so fast? You were there, and then you were gone…"

“你怎么那么快逃出去的?你当时就在那里,然后你就离开了…”

"Umm… Edward pulled me out of the way."

“嗯…Edward把我拉出去的”

He looked confused. "Who?"

他看起来很疑惑。“谁?”

"Edward Cullen — he was standing next to me."

“Edward Cullen ——他站在我旁边”

I'd always been a terrible liar; I didn't sound convincing at all.

我总是一个糟糕的说谎者;我听起来一点也没有说服力。

"Cullen? I didn't see him… wow, it was all so fast, I guess. Is he okay?"

“Cullen?我没有看见他….哇,我猜是一切发生的太快了, 他还好吗?”

"I think so. He's here somewhere, but they didn't make him use a stretcher."

“嗯,确实。他在这里,但是他们没有让他用担架”

“我想是的。他在这里的某处,但他们没用担架固定他。”

I knew I wasn't crazy.

我知道我不是疯了。

What had happened? There was no way to explain a way what I'd seen.

到底发什么了什么?没有任何可以解释我看见发生的事。

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

  1. Chapter 3 Phenomenon——1

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

  2. Chapter 4 Invitations——13

    "Thank you," I said icily. “谢谢你”,我冰冷的说道. His eyes narrowed. 他眯着眼睛. "You're welcome,&q ...

  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. 反编译 轻松调频 Android APP 下载“飞鱼秀”录音

    经常听“飞鱼秀”,但是由于时间的原因,只能听回放,但是轻松调频的APP做的有点儿... 听回放的时候经常会中断,还不能拖动进度条,就决定把录音下载下来听. 1.反编译apk(Android反编译过程见 ...

  2. afx_msg解释

    以前一直不知道AFX_MSG是什么意思,只是觉得它应该是个消息映射函数,但是具体代表什么意思,会返回一个什么样的值是一点都不清楚,今天查了下资料,把查到的东西放这,以免以后忘了还得再查. 在头文件(D ...

  3. HDU6029 Graph Theory 2017-05-07 19:04 40人阅读 评论(0) 收藏

    Graph Theory                                                                 Time Limit: 2000/1000 M ...

  4. express4.X 笔记

    express是node的web框架,更新频繁,3.X到4.X有了很大的改变.网上的例子,各种版本的都有,为了以后方便,现在重新认真看一遍4.X的API,统一以后的使用方法.在J2EE上落后了,在ex ...

  5. 四则运算 Python实现(杨浩政,张兆敏)

    四则运算 GitHub仓库:https://github.com/15crmor/Arithmetic 项目要求: 题目:实现一个自动生成小学四则运算题目的命令行程序说明: 说明: 自然数:0, 1, ...

  6. 图书助手Alpha版使用说明

    一.产品介绍 我们做的是一个基于安卓的手机app,通过连接图书馆的数据库,实现查询图书馆的书目信息的功能. 二.软件运行 我们只做了安卓版本,需要在安卓环境下运行. 三.软件结构 本软件主要包括客户端 ...

  7. Java位操作全面总结[ZZ]

    Java位操作全面总结 在计算机中所有数据都是以二进制的形式储存的.位运算其实就是直接对在内存中的二进制数据进行操作,因此处理数据的速度非常快.在实际编程中,如果能巧妙运用位操作,完全可以达到四两拨千 ...

  8. 一起学习MVC(4)Controllers的学习

                控制器Controllers Controllers为控制器文档,AccountControllers内的方法对应View→Account下的cshtml文件. 我们看到Aco ...

  9. 【转】Swig Getting Started

    Installation Via NPM: $ npm install swig --save Basic Usage Swig has multiple ways to compile and re ...

  10. 构建NetCore应用框架之实战篇(二):BitAdminCore框架定位及架构

    本篇承接上篇内容,如果你不小心点击进来,建议重新从第一篇开始完整阅读. 构建NetCore应用框架之实战篇索引 一.BitAdminCore框架简介 从前篇论述我们知道,我们接下来将要去做一个管理系统 ...