"I'm completely fine, Char — Dad," I sighed. "There's nothing wrong with me."

“我真的都很好,查——爸爸,”我叹气道。“我什么问题都没有。”

He turned to the closest EMT for a second opinion.

他转向最近的急救人员问了几个问题。

他转向离他最近的那个紧急医疗救护人员询问补充性意见。

I tuned him out to consider the jumble of inexplicable images churning chaotically in my head.

我不理他转而考虑那混沌而复杂的图像混乱的搅拌在我的脑海里。

我索性不管他,开始思考在我脑海中乱转的一些令人费解的画面。

When they'd lifted me away from the car, I had seen the deep dentin the tan car's bumper —

当他们把我抬出车的时候,我看到深色象牙质的车的保险杠——

当他们把我从那辆客货两用车旁抬出来的时候,我看到了车的保险杠上一道深深的凹痕——

a very distinct dent that fit the contours of Edward's shoulders…

一个非常凹痕轮廓和Edward的肩膀很合适…

一道显然和爱德华双肩的轮廓相吻合的凹痕……

as if he had braced himself against the car with enough force to damage the metal frame…

好像他用最够的力量支撑起他自己把车的合金框撞成那样…

就像是他曾经撑在这辆车上,生生把这个金属框架给压变形了一样。

And then there was his family, looking on from the distance, with expressions that ranged from disapproval to fury but held no hint of concern for their brother's safety.

他的家人在那里也来了,远远的看着,表情从不喜欢到愤怒,但是没有任何关系他们的兄弟安全的意思。

那时候,他的家人远远地看着,神情各异,从不赞成到愤怒,但唯独丝毫不见对他们兄弟安危的关切。

I tried to think of a logical solution that could explain what I had just seen — a solution that excluded the assumption that I was insane.

我尝试去像一种符合逻辑的解决方法能解释我刚才看到的——排除我疯狂假设的一种解决方式。

我试图想出一个合乎逻辑的答案来解释我看到的一切——一个能否定我精神不正常的假设的答案。

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

  1. Chapter 3 Phenomenon——1

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

  2. Chapter 4 Invitations——11

    "Bella?" His voice shouldn't have been so familiar to me, as if I'd known the sound of it ...

  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. MySQL Crash Course #05# Chapter 9. 10. 11. 12 正则.函数. API

    索引 正则表达式:MySQL only supports a small subset of what is supported in most regular expression implemen ...

随机推荐

  1. window.open()用法说明

    1.例子 : window.open("index.jsp","_self"); window.open()格式: window.open( [sURL] [, ...

  2. java web前端调试手段

    1.console.log() 2. jQuery.ajax({                     url:"/task1/com/guodiantong/servlet/JsonTo ...

  3. 讲解java异常

    J2EE项目异常处理                        为什么要在J2EE项目中谈异常处理呢?可能许多java初学者都想说:“异常处理不就是try….catch…finally吗?这谁都会 ...

  4. Android-AndroidStudio莫名其妙的错误-finished with non-zero exit value 1

    上一篇博客,Android-AndroidStudio莫名其妙的错误-finished with non-zero exit value 1,解决了由于 string.xml 字符导致的: 而这篇博客 ...

  5. bootstrap-treeview + angular 使用

    bootstrap-treeview是什么 bootstrap-treeview是一款效果非常酷的基于bootstrap的jQuery多级列表树插件. 怎样使用bootstrap-treeview 插 ...

  6. C#时间加减

    DateTime dt =......//减数DateTime dt_n = DateTime.Now;//被减数 long x = dt .ToFileTime();//表示自协调世界时 (UTC) ...

  7. 4月第4周业务风控关注 | 网络犯罪经济每年1.5万亿美元 GDP居全球第12位

    本文由  网易云发布. 易盾业务风控周报每周呈报值得关注的安全技术和事件,包括但不限于内容安全.移动安全.业务安全和网络安全,帮助企业提高警惕,规避这些似小实大.影响业务健康发展的安全风险. 1.网络 ...

  8. Spring 开发第一步

    经过今天上午的学习发现spring上手开发一个"hello world"真的非常简单. 开发环境搭建: 1.去spring官网下载spring-framework-3.2.11.R ...

  9. 2017 NAIPC A:Pieces of Parentheses

    my team solve the problem in the contest with similar ideathis is a more deep analysis The main idea ...

  10. 深度优先搜索 - 简单demo

    输入一个数n,输出 1 ~ n 的全排列,例如输入 3,全排列则为:123,132,213,231,312,321 一共六种. 这里采用深度优先搜索来解决这个问题: #include<stdio ...