"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. MFC中和定时器使用

    在MFC中和定时器相关的有三个函数: 1.设置定时器(定义一个定时器的属性):         SetTimer( UINT nIDEvent, UINT nElapse, void (CALLBAC ...

  2. Python中通过open()操作文件时的文件中文名乱码问题

    最近在用Python进行文件操作的时候,遇到创建中文文件名的乱码问题. Python默认是不支持中文的,一般我们在程序的开头加上#-*-coding:utf-8-*-来解决这个问题,但是在我用open ...

  3. 【TypeScript】TypeScript 学习 3——类

    在 EcmaScript 6 中,我们将会拥有原生的类,而不是像现在通过原型链来实现.使用 TypeScript 我们能提前体验这一特性. 首先来看看一个简单的例子: class Greeter { ...

  4. log Log4NET配置

    Log4Net是用来记录日志的,可以将程序运行过程中的信息输出到一些地方(文件.数据库.EventLog等),日志就是程序的黑匣子,可以通过 日志查看系统的运行过程,从而发现系统的问题.日志的作用:将 ...

  5. Spring Boot项目搭建

    1.Spring Boot概述 Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程.该框架使用了特定的方式来进行配置,从而使开发人 ...

  6. Android Source 源码已下载但 Android Studio 找不到的解决办法

    Android Studio 2.1 reporting in: solved the issue by resetting SDK. Preferences -> Appearance &am ...

  7. linux常用命令大全(linux基础命令入门到精通+命令备忘录+面试复习+实例)

    作者:蓝藻(罗蓝国度) 创建时间:2018.7.3 编辑时间:2019.4.29 前言 本文特点 授之以渔:了解命令学习方法.用途:不再死记硬背,拒绝漫无目的: 准确无误:所有命令执行通过(环境为ce ...

  8. Vue 项目优化,持续更新...

    一.减少打包的体积 通过vue-cli 初始化项目后,使用 npm run build 生成的JS文件往往会很大,加载时间过长导致页面长时间白屏,所以我们尽可能的使用一下方法来减少打包体积. 1.1 ...

  9. css实现响应式九宫格效果

    1. 首先看下九宫格的效果图: 2. html代码比较简单,如下: <div class="main"> <div class="box1"& ...

  10. php-echo原理

    1.语法分析 unticked_statement: | T_ECHO echo_expr_list ';' ; echo_expr_list: echo_expr_list TSRMLS_CC); ...